|
93 | 93 | + lemma `is_diff_mx` |
94 | 94 | + instance `is_diff_mx` |
95 | 95 |
|
96 | | -### Changed |
97 | | - |
98 | | -- moved from `measurable_structure.v` to `classical_sets.v`: |
99 | | - + definition `preimage_set_system` |
100 | | - + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_comp`, |
101 | | - `preimage_set_system_id` |
102 | 96 | - in `functions.v`: |
103 | 97 | + lemmas `linfunP`, `linfun_eqP` |
104 | 98 | + instances of `SubLmodule` and `pointedType` on `{linear _->_ | _ }` |
|
123 | 117 |
|
124 | 118 | - new files `signed_measure.v` and `radon_nikodym.v` |
125 | 119 | + with the contents of `charge.v` (deprecated) |
126 | | - |
| 120 | + |
127 | 121 | ### Changed |
128 | 122 |
|
129 | 123 | - moved from `measurable_structure.v` to `classical_sets.v`: |
130 | 124 | + definition `preimage_set_system` |
131 | 125 | + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_comp`, |
132 | 126 | `preimage_set_system_id` |
| 127 | + |
| 128 | +- moved from `measurable_structure.v` to `classical_sets.v`: |
| 129 | + + definition `preimage_set_system` |
| 130 | + + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_comp`, |
| 131 | + `preimage_set_system_id` |
| 132 | +- in `functions.v`: |
| 133 | + + lemmas `linfunP`, `linfun_eqP` |
| 134 | + + instances of `SubLmodule` and `pointedType` on `{linear _->_ | _ }` |
| 135 | + |
| 136 | +- in `tvs.v`: |
| 137 | + + structure `LinearContinuous` |
| 138 | + + factory `isLinearContinuous` |
| 139 | + + instance of `ChoiceType` on `{linear_continuous _ -> _ }` |
| 140 | + + instance of `LinearContinuous` with the composition of two functions of type `LinearContinuous` |
| 141 | + + instance of `LinearContinuous` with the sum of two functions of type `LinearContinuous` |
| 142 | + + instance of `LinearContinuous` with the scalar multiplication of a function of type |
| 143 | + `LinearContinuous` |
| 144 | + + instance of `Continuous` on \-f when f is of type `LinearContinuous` |
| 145 | + + instance of `SubModClosed` on `{linear_continuous _ -> _}` |
| 146 | + + instance of `SubLModule` on `{linear_continuous _ -> _ }` |
| 147 | + + instance of `LinearContinuous` on the null function |
| 148 | + + notations `{linear_continuous _ -> _ | _ }` and `{linear_continuous _ -> _ }` |
| 149 | + + definitions `lcfun`, `lcfun_key, `lcfunP` |
| 150 | + + lemmas `lcfun_eqP`, `null_fun_continuous`, `fun_cvgD`, |
| 151 | + `fun_cvgN`, `fun_cvgZ`, `fun_cvgZr` |
| 152 | + + lemmas `lcfun_continuous` and `lcfun_linear` |
| 153 | + |
| 154 | + + ... |
| 155 | +- in `derive.v`: |
| 156 | + + lemmas `derivable_max`, `derive_maxl`, `derive_maxr` `derivable_min`, `derive_minl`, `derive_minr` |
| 157 | + + lemmas `derivable0`, `derive0`, `is_derive0` |
| 158 | +- in `topology_structure.v`: |
| 159 | + + lemma `not_limit_pointE` |
| 160 | + |
| 161 | +- in `separation_axioms.v`: |
| 162 | + + lemmas `limit_point_closed` |
| 163 | +- in `convex.v`: |
| 164 | + + lemma `convex_setW` |
| 165 | +- in `convex.v`: |
| 166 | + + lemma `convexW` |
| 167 | + |
| 168 | +### Changed |
133 | 169 |
|
134 | 170 | - moved from `topology_structure.v` to `filter.v`: |
135 | 171 | + lemma `continuous_comp` (and generalized) |
|
183 | 219 | `ae_eq_Radon_Nikodym_SigmaFinite`, `Radon_Nikodym_change_of_variables`, |
184 | 220 | `Radon_Nikodym_cscale`, `Radon_Nikodym_cadd`, `Radon_Nikodym_chain_rule` |
185 | 221 |
|
| 222 | +- in set_interval.v |
| 223 | + + `setUitv1`, `setU1itv`, `setDitv1l`, `setDitv1r` (generalized) |
| 224 | +- in `mathcomp_extra.v`: |
| 225 | + + lemmas `divDl_ge0`, `divDl_le1` |
| 226 | + + mixin `Zmodule_isSubNormed` |
| 227 | + + structure `SubNormedZmodule`, notation `subNormedZmodType` |
| 228 | + |
| 229 | +- in `unstable.v`: |
| 230 | + + lemmas `divD_onem` |
| 231 | + |
| 232 | +### Changed |
| 233 | + |
| 234 | +- moved from `measurable_structure.v` to `classical_sets.v`: |
| 235 | + + definition `preimage_set_system` |
| 236 | + + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_comp`, |
| 237 | + `preimage_set_system_id` |
| 238 | + |
| 239 | +- moved from `topology_structure.v` to `filter.v`: |
| 240 | + + lemma `continuous_comp` (and generalized) |
| 241 | + |
| 242 | +- in `numfun.v`: |
| 243 | + + `fune_abse` renamed to `funeposDneg` and direction of the equality changed |
| 244 | + + `funeposneg` renamed to `funeposBneg` and direction of the equality changed |
| 245 | + + `funeD_posD` renamed to `funeDB` and direction of the equality changed |
| 246 | + |
186 | 247 | ### Renamed |
187 | 248 |
|
188 | 249 | - in `tvs.v`: |
|
0 commit comments