|
14 | 14 | + lemma `partition_disjoint_bigfcup` |
15 | 15 | - in `lebesgue_measure.v`: |
16 | 16 | + lemma `measurable_indicP` |
| 17 | +- in `constructive_ereal.v`: |
| 18 | + + notation `\prod_( i <- r | P ) F` for extended real numbers and its variants |
| 19 | + |
| 20 | +- in `numfun.v`: |
| 21 | + + defintions `funrpos`, `funrneg` with notations `^\+` and `^\-` |
| 22 | + + lemmas `funrpos_ge0`, `funrneg_ge0`, `funrposN`, `funrnegN`, `ge0_funrposE`, |
| 23 | + `ge0_funrnegE`, `le0_funrposE`, `le0_funrnegE`, `ge0_funrposM`, `ge0_funrnegM`, |
| 24 | + `le0_funrposM`, `le0_funrnegM`, `funr_normr`, `funrposneg`, `funrD_Dpos`, |
| 25 | + `funrD_posD`, `funrpos_le`, `funrneg_le` |
| 26 | + + lemmas `funerpos`, `funerneg` |
| 27 | + |
| 28 | +- in `measure.v`: |
| 29 | + + lemma `preimage_class_comp` |
| 30 | + + defintions `mapping_display`, `g_sigma_algebra_mappingType`, `g_sigma_algebra_mapping`, |
| 31 | + notations `.-mapping`, `.-mapping.-measurable` |
| 32 | + |
| 33 | +- in `lebesgue_measure.v`: |
| 34 | + + lemma `measurable_indicP` |
| 35 | + + lemmas `measurable_funrpos`, `measurable_funrneg` |
17 | 36 |
|
18 | 37 | - in `lebesgue_integral.v`: |
19 | 38 | + definition `dyadic_approx` (was `Let A`) |
|
27 | 46 | - in `probability.v`: |
28 | 47 | + lemma `expectation_def` |
29 | 48 | + notation `'M_` |
| 49 | +- in `probability.v`: |
| 50 | + + lemma `expectationM_ge0` |
| 51 | + + definition `independent_events` |
| 52 | + + definition `mutual_independence` |
| 53 | + + definition `independent_RVs` |
| 54 | + + definition `independent_RVs2` |
| 55 | + + lemmas `g_sigma_algebra_mapping_comp`, `g_sigma_algebra_mapping_funrpos`, |
| 56 | + `g_sigma_algebra_mapping_funrneg` |
| 57 | + + lemmas `independent_RVs2_comp`, `independent_RVs2_funrposneg`, |
| 58 | + `independent_RVs2_funrnegpos`, `independent_RVs2_funrnegneg`, |
| 59 | + `independent_RVs2_funrpospos` |
| 60 | + + lemma `expectationM_ge0`, `integrable_expectationM`, `independent_integrableM`, |
| 61 | + ` expectation_prod` |
30 | 62 |
|
31 | 63 | - in `lebesgue_integral.v`: |
32 | 64 | + lemmas `integrable_pushforward`, `integral_pushforward` |
|
53 | 85 | - in `lebesgue_integrale.v` |
54 | 86 | + change implicits of `measurable_funP` |
55 | 87 |
|
| 88 | + |
| 89 | +- in file `normedtype.v`, |
| 90 | + changed `completely_regular_space` to depend on uniform separators |
| 91 | + which removes the dependency on `R`. The old formulation can be |
| 92 | + recovered easily with `uniform_separatorP`. |
| 93 | + |
| 94 | +- moved from `Rstruct.v` to `Rstruct_topology.v` |
| 95 | + + lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`, |
| 96 | + `continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs` |
| 97 | + and `nbhs_pt_comp` |
| 98 | + |
| 99 | +- moved from `real_interval.v` to `normedtype.v` |
| 100 | + + lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`, |
| 101 | + `Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`, |
| 102 | + `disj_itv_Rhull` |
| 103 | +- in `topology.v`: |
| 104 | + + lemmas `subspace_pm_ball_center`, `subspace_pm_ball_sym`, |
| 105 | + `subspace_pm_ball_triangle`, `subspace_pm_entourage` turned |
| 106 | + into local `Let`'s |
| 107 | + |
| 108 | +- in `lebesgue_integral.v`: |
| 109 | + + structure `SimpleFun` now inside a module `HBSimple` |
| 110 | + + structure `NonNegSimpleFun` now inside a module `HBNNSimple` |
| 111 | + + lemma `cst_nnfun_subproof` has now a different statement |
| 112 | + + lemma `indic_nnfun_subproof` has now a different statement |
| 113 | +- in `mathcomp_extra.v`: |
| 114 | + + definition `idempotent_fun` |
| 115 | + |
| 116 | +- in `topology_structure.v`: |
| 117 | + + definitions `regopen`, `regclosed` |
| 118 | + + lemmas `closure_setC`, `interiorC`, `closureU`, `interiorU`, |
| 119 | + `closureEbigcap`, `interiorEbigcup`, |
| 120 | + `closure_open_regclosed`, `interior_closed_regopen`, |
| 121 | + `closure_interior_idem`, `interior_closure_idem` |
| 122 | + |
| 123 | +- in file `topology_structure.v`, |
| 124 | + + mixin `isContinuous`, type `continuousType`, structure `Continuous` |
| 125 | + + new lemma `continuousEP`. |
| 126 | + + new definition `mkcts`. |
| 127 | + |
| 128 | +- in file `subspace_topology.v`, |
| 129 | + + new lemmas `continuous_subspace_setT`, `nbhs_prodX_subspace_inE`, and |
| 130 | + `continuous_subspace_prodP`. |
| 131 | + + type `continuousFunType`, HB structure `ContinuousFun` |
| 132 | + |
| 133 | +- in file `subtype_topology.v`, |
| 134 | + + new lemmas `subspace_subtypeP`, `subspace_sigL_continuousP`, |
| 135 | + `subspace_valL_continuousP'`, `subspace_valL_continuousP`, `sigT_of_setXK`, |
| 136 | + `setX_of_sigTK`, `setX_of_sigT_continuous`, and `sigT_of_setX_continuous`. |
| 137 | + |
| 138 | +- in `lebesgue_integrale.v` |
| 139 | + + change implicits of `measurable_funP` |
| 140 | + |
| 141 | +### Changed |
| 142 | + |
56 | 143 | ### Renamed |
57 | 144 |
|
58 | 145 | - in `lebesgue_measure.v`: |
|
77 | 164 |
|
78 | 165 | - in `probability.v`: |
79 | 166 | + `integral_distribution` -> `ge0_integral_distribution` |
| 167 | + + `expectationM` -> `expectationMl` |
80 | 168 |
|
81 | 169 | - file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v` |
82 | 170 |
|
|
107 | 195 |
|
108 | 196 | ### Removed |
109 | 197 |
|
| 198 | +- in `topology_structure.v`: |
| 199 | + + lemma `closureC` |
| 200 | + |
| 201 | +- in file `lebesgue_integral.v`: |
| 202 | + + lemma `approximation` |
| 203 | + |
| 204 | +### Removed |
| 205 | + |
| 206 | +- in `lebesgue_integral.v`: |
| 207 | + + definition `cst_mfun` |
| 208 | + + lemma `mfun_cst` |
| 209 | + |
| 210 | +- in `cardinality.v`: |
| 211 | + + lemma `cst_fimfun_subproof` |
| 212 | + |
| 213 | +- in `lebesgue_integral.v`: |
| 214 | + + lemma `cst_mfun_subproof` (use lemma `measurable_cst` instead) |
| 215 | + + lemma `cst_nnfun_subproof` (turned into a `Let`) |
| 216 | + + lemma `indic_mfun_subproof` (use lemma `measurable_fun_indic` instead) |
| 217 | + |
110 | 218 | - in `lebesgue_integral.v`: |
111 | 219 | + lemma `measurable_indic` (was uselessly specializing `measurable_fun_indic` (now `measurable_indic`) from `lebesgue_measure.v`) |
112 | 220 | + notation `measurable_fun_indic` (deprecation since 0.6.3) |
|
0 commit comments