|
120 | 120 | - in `subspace_topology.v`: |
121 | 121 | + notation `{within _, continuous _}` (now uses `from_subspace`) |
122 | 122 |
|
| 123 | +- moved from `realfun.v` to `numfun.v`: |
| 124 | + + notations `nondecreasing_fun`, `nonincreasing_fun`, `increasing_fun`, |
| 125 | + `decreasing_fun` |
| 126 | + + generalized from `realType` to `numDomainType`: |
| 127 | + * lemmas `nondecreasing_funN`, `nonincreasing_funN` |
| 128 | + + generalized from `realType` to `porderType` |
| 129 | + * definitions `itv_partition`, `itv_partitionL`, `itv_partitionR` |
| 130 | + * lemmas `itv_partition_nil`, `itv_partition_cons`, `itv_partition1`, |
| 131 | + `itv_partition_size_neq0`, `itv_partitionxx`, `itv_partition_le`, |
| 132 | + `itv_partition_cat`, `itv_partition_nth_size`, `itv_partition_nth_ge`, |
| 133 | + `itv_partition_nth_le`, `nondecreasing_fun_itv_partition` |
| 134 | + + generalized from `realType` to `orderType` |
| 135 | + * lemmas `itv_partitionLP`, `itv_partitionRP`, `in_itv_partition`, |
| 136 | + `notin_itv_partition` |
| 137 | + + generalize from `realType` to `numDomainType`: |
| 138 | + * lemmas `nonincreasing_fun_itv_partition`, `itv_partition_rev` |
| 139 | + |
| 140 | +- moved from `realfun.v` to `numfun.v`: |
| 141 | + + generalize from `realType` to `numDomainType` |
| 142 | + * definition `variation` |
| 143 | + * lemmas `variation_zip`, `variation_prev`, `variation_next`, |
| 144 | + `variation_nil`, `variation_ge0`, `variationN`, `variation_le`, |
| 145 | + `nondecreasing_variation`, `nonincreasing_variation`, |
| 146 | + `variation_cat` (order of parameters also changed), `le_variation`, |
| 147 | + `variation_opp_rev`, `variation_rev_opp` |
| 148 | + + generalize from `realType` to `realDomainType` |
| 149 | + * lemmas `variation_itv_partitionLR`, `variation_subseq` |
| 150 | + |
| 151 | +- moved from `realfun.v` to `numfun.v`: |
| 152 | + + generalize from `realType` to `numDomainType` |
| 153 | + * definition `variations`, `bounded_variation` |
| 154 | + * lemmas `variations_variation`, `variations_neq0`, `variationsN`, |
| 155 | + `variationsxx` |
| 156 | + * lemmas `bounded_variationxx`, `bounded_variationD`, |
| 157 | + `bounded_variationN`, `bounded_variationl`, `bounded_variationr`, |
| 158 | + `variations_opp`, `nondecreasing_bounded_variation` |
| 159 | + |
123 | 160 | ### Renamed |
124 | 161 |
|
125 | 162 | - in `probability.v`: |
|
153 | 190 | - in `lebesgue_integral_theory/lebesgue_integrable.v` |
154 | 191 | + lemma `null_set_integral` |
155 | 192 |
|
| 193 | +- in `realfun.v`: |
| 194 | + + generalized from `realType` to `realFieldType`: |
| 195 | + * definition `total_variation` |
| 196 | + * lemmas `total_variationxx`, `nondecreasing_total_variation`, |
| 197 | + `total_variationN` |
| 198 | + |
156 | 199 | ### Deprecated |
157 | 200 |
|
158 | 201 | - in `topology_structure.v`: |
|
0 commit comments