|
19 | 19 | + lemma `partition_disjoint_bigfcup` |
20 | 20 | - in `lebesgue_measure.v`: |
21 | 21 | + lemma `measurable_indicP` |
22 | | -- in `constructive_ereal.v`: |
23 | | - + notation `\prod_( i <- r | P ) F` for extended real numbers and its variants |
24 | 22 |
|
25 | 23 | - in `numfun.v`: |
26 | 24 | + defintions `funrpos`, `funrneg` with notations `^\+` and `^\-` |
|
36 | 34 | notations `.-mapping`, `.-mapping.-measurable` |
37 | 35 |
|
38 | 36 | - in `lebesgue_measure.v`: |
39 | | - + lemma `measurable_indicP` |
40 | 37 | + lemmas `measurable_funrpos`, `measurable_funrneg` |
41 | 38 |
|
42 | 39 | - in `lebesgue_integral.v`: |
|
53 | 50 | - in `probability.v`: |
54 | 51 | + lemma `expectation_def` |
55 | 52 | + notation `'M_` |
56 | | -- in `probability.v`: |
| 53 | + |
| 54 | +- new file `independence.v`: |
57 | 55 | + lemma `expectationM_ge0` |
58 | 56 | + definition `independent_events` |
59 | 57 | + definition `mutual_independence` |
|
89 | 87 | + `sigma_algebra_preimage_classE` -> `g_sigma_preimageE` |
90 | 88 | + `preimage_classes_comp` -> `g_sigma_preimageU_comp` |
91 | 89 |
|
92 | | - |
93 | | -- in file `normedtype.v`, |
94 | | - changed `completely_regular_space` to depend on uniform separators |
95 | | - which removes the dependency on `R`. The old formulation can be |
96 | | - recovered easily with `uniform_separatorP`. |
97 | | - |
98 | | -- moved from `Rstruct.v` to `Rstruct_topology.v` |
99 | | - + lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`, |
100 | | - `continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs` |
101 | | - and `nbhs_pt_comp` |
102 | | - |
103 | | -- moved from `real_interval.v` to `normedtype.v` |
104 | | - + lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`, |
105 | | - `Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`, |
106 | | - `disj_itv_Rhull` |
107 | | -- in `topology.v`: |
108 | | - + lemmas `subspace_pm_ball_center`, `subspace_pm_ball_sym`, |
109 | | - `subspace_pm_ball_triangle`, `subspace_pm_entourage` turned |
110 | | - into local `Let`'s |
111 | | - |
112 | | -- in `lebesgue_integral.v`: |
113 | | - + structure `SimpleFun` now inside a module `HBSimple` |
114 | | - + structure `NonNegSimpleFun` now inside a module `HBNNSimple` |
115 | | - + lemma `cst_nnfun_subproof` has now a different statement |
116 | | - + lemma `indic_nnfun_subproof` has now a different statement |
117 | | -- in `mathcomp_extra.v`: |
118 | | - + definition `idempotent_fun` |
119 | | - |
120 | | -- in `topology_structure.v`: |
121 | | - + definitions `regopen`, `regclosed` |
122 | | - + lemmas `closure_setC`, `interiorC`, `closureU`, `interiorU`, |
123 | | - `closureEbigcap`, `interiorEbigcup`, |
124 | | - `closure_open_regclosed`, `interior_closed_regopen`, |
125 | | - `closure_interior_idem`, `interior_closure_idem` |
126 | | - |
127 | | -- in file `topology_structure.v`, |
128 | | - + mixin `isContinuous`, type `continuousType`, structure `Continuous` |
129 | | - + new lemma `continuousEP`. |
130 | | - + new definition `mkcts`. |
131 | | - |
132 | | -- in file `subspace_topology.v`, |
133 | | - + new lemmas `continuous_subspace_setT`, `nbhs_prodX_subspace_inE`, and |
134 | | - `continuous_subspace_prodP`. |
135 | | - + type `continuousFunType`, HB structure `ContinuousFun` |
136 | | - |
137 | | -- in file `subtype_topology.v`, |
138 | | - + new lemmas `subspace_subtypeP`, `subspace_sigL_continuousP`, |
139 | | - `subspace_valL_continuousP'`, `subspace_valL_continuousP`, `sigT_of_setXK`, |
140 | | - `setX_of_sigTK`, `setX_of_sigT_continuous`, and `sigT_of_setX_continuous`. |
141 | | - |
142 | | -- in `lebesgue_integrale.v` |
143 | | - + change implicits of `measurable_funP` |
144 | | - |
145 | | -### Changed |
146 | | - |
147 | 90 | ### Renamed |
148 | 91 |
|
149 | 92 | - in `lebesgue_measure.v`: |
|
168 | 111 |
|
169 | 112 | - in `probability.v`: |
170 | 113 | + `integral_distribution` -> `ge0_integral_distribution` |
171 | | - + `expectationM` -> `expectationMl` |
172 | 114 |
|
173 | 115 | - file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v` |
174 | 116 |
|
|
0 commit comments