|
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` |
|
40 | 72 | - in `lebesgue_integrale.v` |
41 | 73 | + change implicits of `measurable_funP` |
42 | 74 |
|
| 75 | + |
| 76 | +- in file `normedtype.v`, |
| 77 | + changed `completely_regular_space` to depend on uniform separators |
| 78 | + which removes the dependency on `R`. The old formulation can be |
| 79 | + recovered easily with `uniform_separatorP`. |
| 80 | + |
| 81 | +- moved from `Rstruct.v` to `Rstruct_topology.v` |
| 82 | + + lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`, |
| 83 | + `continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs` |
| 84 | + and `nbhs_pt_comp` |
| 85 | + |
| 86 | +- moved from `real_interval.v` to `normedtype.v` |
| 87 | + + lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`, |
| 88 | + `Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`, |
| 89 | + `disj_itv_Rhull` |
| 90 | +- in `topology.v`: |
| 91 | + + lemmas `subspace_pm_ball_center`, `subspace_pm_ball_sym`, |
| 92 | + `subspace_pm_ball_triangle`, `subspace_pm_entourage` turned |
| 93 | + into local `Let`'s |
| 94 | + |
| 95 | +- in `lebesgue_integral.v`: |
| 96 | + + structure `SimpleFun` now inside a module `HBSimple` |
| 97 | + + structure `NonNegSimpleFun` now inside a module `HBNNSimple` |
| 98 | + + lemma `cst_nnfun_subproof` has now a different statement |
| 99 | + + lemma `indic_nnfun_subproof` has now a different statement |
| 100 | +- in `mathcomp_extra.v`: |
| 101 | + + definition `idempotent_fun` |
| 102 | + |
| 103 | +- in `topology_structure.v`: |
| 104 | + + definitions `regopen`, `regclosed` |
| 105 | + + lemmas `closure_setC`, `interiorC`, `closureU`, `interiorU`, |
| 106 | + `closureEbigcap`, `interiorEbigcup`, |
| 107 | + `closure_open_regclosed`, `interior_closed_regopen`, |
| 108 | + `closure_interior_idem`, `interior_closure_idem` |
| 109 | + |
| 110 | +- in file `topology_structure.v`, |
| 111 | + + mixin `isContinuous`, type `continuousType`, structure `Continuous` |
| 112 | + + new lemma `continuousEP`. |
| 113 | + + new definition `mkcts`. |
| 114 | + |
| 115 | +- in file `subspace_topology.v`, |
| 116 | + + new lemmas `continuous_subspace_setT`, `nbhs_prodX_subspace_inE`, and |
| 117 | + `continuous_subspace_prodP`. |
| 118 | + + type `continuousFunType`, HB structure `ContinuousFun` |
| 119 | + |
| 120 | +- in file `subtype_topology.v`, |
| 121 | + + new lemmas `subspace_subtypeP`, `subspace_sigL_continuousP`, |
| 122 | + `subspace_valL_continuousP'`, `subspace_valL_continuousP`, `sigT_of_setXK`, |
| 123 | + `setX_of_sigTK`, `setX_of_sigT_continuous`, and `sigT_of_setX_continuous`. |
| 124 | + |
| 125 | +- in `lebesgue_integrale.v` |
| 126 | + + change implicits of `measurable_funP` |
| 127 | + |
| 128 | +### Changed |
| 129 | + |
43 | 130 | ### Renamed |
44 | 131 |
|
45 | 132 | - in `lebesgue_measure.v`: |
|
64 | 151 |
|
65 | 152 | - in `probability.v`: |
66 | 153 | + `integral_distribution` -> `ge0_integral_distribution` |
| 154 | + + `expectationM` -> `expectationMl` |
67 | 155 |
|
68 | 156 | ### Generalized |
69 | 157 |
|
|
89 | 177 |
|
90 | 178 | ### Removed |
91 | 179 |
|
| 180 | +- in `topology_structure.v`: |
| 181 | + + lemma `closureC` |
| 182 | + |
| 183 | +- in file `lebesgue_integral.v`: |
| 184 | + + lemma `approximation` |
| 185 | + |
| 186 | +### Removed |
| 187 | + |
| 188 | +- in `lebesgue_integral.v`: |
| 189 | + + definition `cst_mfun` |
| 190 | + + lemma `mfun_cst` |
| 191 | + |
| 192 | +- in `cardinality.v`: |
| 193 | + + lemma `cst_fimfun_subproof` |
| 194 | + |
| 195 | +- in `lebesgue_integral.v`: |
| 196 | + + lemma `cst_mfun_subproof` (use lemma `measurable_cst` instead) |
| 197 | + + lemma `cst_nnfun_subproof` (turned into a `Let`) |
| 198 | + + lemma `indic_mfun_subproof` (use lemma `measurable_fun_indic` instead) |
| 199 | + |
92 | 200 | - in `lebesgue_integral.v`: |
93 | 201 | + lemma `measurable_indic` (was uselessly specializing `measurable_fun_indic` (now `measurable_indic`) from `lebesgue_measure.v`) |
94 | 202 | + notation `measurable_fun_indic` (deprecation since 0.6.3) |
|
0 commit comments