|
107 | 107 | + instance of `SubLModule` on `{linear_continuous _ -> _ }` |
108 | 108 | + instance of `LinearContinuous` on the null function |
109 | 109 | + notations `{linear_continuous _ -> _ | _ }` and `{linear_continuous _ -> _ }` |
110 | | - + definitions `lcfun`, `lcfun_key, `lcfunP` |
| 110 | + + definitions `lcfun`, `lcfun_key`, `lcfunP` |
111 | 111 | + lemmas `lcfun_eqP`, `null_fun_continuous`, `fun_cvgD`, |
112 | 112 | `fun_cvgN`, `fun_cvgZ`, `fun_cvgZr` |
113 | 113 | + lemmas `lcfun_continuous` and `lcfun_linear` |
| 114 | + |
| 115 | +- new files `signed_measure.v` and `radon_nikodym.v` |
| 116 | + + with the contents of `charge.v` (deprecated) |
114 | 117 |
|
115 | 118 | ### Changed |
116 | 119 |
|
| 120 | +- moved from `measurable_structure.v` to `classical_sets.v`: |
| 121 | + + definition `preimage_set_system` |
| 122 | + + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_comp`, |
| 123 | + `preimage_set_system_id` |
| 124 | + |
117 | 125 | - moved from `topology_structure.v` to `filter.v`: |
118 | 126 | + lemma `continuous_comp` (and generalized) |
119 | 127 |
|
|
122 | 130 | + `funeposneg` renamed to `funeposBneg` and direction of the equality changed |
123 | 131 | + `funeD_posD` renamed to `funeDB` and direction of the equality changed |
124 | 132 |
|
| 133 | +- in `constructive_ereal.v`: |
| 134 | + + lemmas `EFin_semi_additive` and `dEFin_semi_additive` turned into `Let`s |
| 135 | + |
| 136 | +- moved from `charge.v` to `signed_measure.v`: |
| 137 | + + mixin `isAdditiveCharge`, structure `AdditiveCharge` |
| 138 | + + mixin `isSemiSigmaAdditive`, structure `Charge` |
| 139 | + + factory `isCharge` |
| 140 | + + lemmas `charge0`, `charge_semi_additiveW`, `charge_semi_additive2E`, |
| 141 | + `charge_semi_additive2`, `chargeU`, `chargeDI`, `charge_partition` |
| 142 | + + definitions `measure_of_charge`, `charge_of_finite_measure` |
| 143 | + + lemma `chargeD` |
| 144 | + + definitions `crestr`, `crestr0`, `czero`, `cscale` |
| 145 | + + lemmas `dominates_cscalel`, `dominates_cscaler` |
| 146 | + + definition `copp` |
| 147 | + + lemma `cscaleN1` |
| 148 | + + definition `cadd` |
| 149 | + + lemmas `dominates_cadd`, `dominates_pushforward` |
| 150 | + + definitions `positive_set`, `negative_set` |
| 151 | + + lemmas `negative_set_charge_le0`, `negative_set0`, |
| 152 | + `positive_negative0`, `bigcup_negative_set`, `negative_setU`, |
| 153 | + `hahn_decomposition_lemma` |
| 154 | + + definition `hahn_decomposition` |
| 155 | + + theorem `Hahn_decomposition` |
| 156 | + + lemmas `Hahn_decomposition_uniq`, `cjordan_posE`, `cjordan_negE` |
| 157 | + + definitions `jordan_pos`, `jordan_neg` |
| 158 | + + lemmas `jordan_posE`, `jordan_negE`, `jordan_decomp`, `jordan_pos_dominates`, |
| 159 | + `jordan_neg_dominates` |
| 160 | + + definition `charge_variation`, `charge_dominates` |
| 161 | + + lemmas `abse_charge_variation`, `null_charge_dominatesP`, |
| 162 | + `content_charge_dominatesP`, `charge_variation_continuous` |
| 163 | + |
| 164 | +- moved from `charge.v` to `radon_nikodym.v`: |
| 165 | + + definition `induced_charge` |
| 166 | + + lemmas `semi_sigma_additive_nng_induced`, `dominates_induced`, |
| 167 | + `integral_normr_continuous` |
| 168 | + + definitions `approxRN`, `int_approxRN`, `sup_int_approxRN` |
| 169 | + + lemmas `sup_int_approxRN_ge0`, `radon_nikodym_finite`, |
| 170 | + `radon_nikodym_sigma_finite`, `change_of_variables`, `integrableM`, |
| 171 | + `chain_rule` |
| 172 | + + definition `Radon_Nikodym` |
| 173 | + + lemmas `Radon_NikodymE`, `Radon_Nikodym_fin_num`, `Radon_Nikodym_integrable`, |
| 174 | + `ae_eq_Radon_Nikodym_SigmaFinite`, `Radon_Nikodym_change_of_variables`, |
| 175 | + `Radon_Nikodym_cscale`, `Radon_Nikodym_cadd`, `Radon_Nikodym_chain_rule` |
| 176 | + |
125 | 177 | ### Renamed |
126 | 178 |
|
127 | 179 | - in `tvs.v`: |
|
193 | 245 |
|
194 | 246 | ### Deprecated |
195 | 247 |
|
| 248 | +- file `charge.v` (use `measure.v` and/or `lebesgue_integral.v`) |
| 249 | + |
196 | 250 | ### Removed |
197 | 251 |
|
198 | 252 | - file `signed.v` |
|
0 commit comments