|
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` |
|
99 | 97 | + `sigma_algebra_preimage_classE` -> `g_sigma_preimageE` |
100 | 98 | + `preimage_classes_comp` -> `g_sigma_preimageU_comp` |
101 | 99 |
|
102 | | - |
103 | | -- in file `normedtype.v`, |
104 | | - changed `completely_regular_space` to depend on uniform separators |
105 | | - which removes the dependency on `R`. The old formulation can be |
106 | | - recovered easily with `uniform_separatorP`. |
107 | | - |
108 | | -- moved from `Rstruct.v` to `Rstruct_topology.v` |
109 | | - + lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`, |
110 | | - `continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs` |
111 | | - and `nbhs_pt_comp` |
112 | | - |
113 | | -- moved from `real_interval.v` to `normedtype.v` |
114 | | - + lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`, |
115 | | - `Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`, |
116 | | - `disj_itv_Rhull` |
117 | | -- in `topology.v`: |
118 | | - + lemmas `subspace_pm_ball_center`, `subspace_pm_ball_sym`, |
119 | | - `subspace_pm_ball_triangle`, `subspace_pm_entourage` turned |
120 | | - into local `Let`'s |
121 | | - |
122 | | -- in `lebesgue_integral.v`: |
123 | | - + structure `SimpleFun` now inside a module `HBSimple` |
124 | | - + structure `NonNegSimpleFun` now inside a module `HBNNSimple` |
125 | | - + lemma `cst_nnfun_subproof` has now a different statement |
126 | | - + lemma `indic_nnfun_subproof` has now a different statement |
127 | | -- in `mathcomp_extra.v`: |
128 | | - + definition `idempotent_fun` |
129 | | - |
130 | | -- in `topology_structure.v`: |
131 | | - + definitions `regopen`, `regclosed` |
132 | | - + lemmas `closure_setC`, `interiorC`, `closureU`, `interiorU`, |
133 | | - `closureEbigcap`, `interiorEbigcup`, |
134 | | - `closure_open_regclosed`, `interior_closed_regopen`, |
135 | | - `closure_interior_idem`, `interior_closure_idem` |
136 | | - |
137 | | -- in file `topology_structure.v`, |
138 | | - + mixin `isContinuous`, type `continuousType`, structure `Continuous` |
139 | | - + new lemma `continuousEP`. |
140 | | - + new definition `mkcts`. |
141 | | - |
142 | | -- in file `subspace_topology.v`, |
143 | | - + new lemmas `continuous_subspace_setT`, `nbhs_prodX_subspace_inE`, and |
144 | | - `continuous_subspace_prodP`. |
145 | | - + type `continuousFunType`, HB structure `ContinuousFun` |
146 | | - |
147 | | -- in file `subtype_topology.v`, |
148 | | - + new lemmas `subspace_subtypeP`, `subspace_sigL_continuousP`, |
149 | | - `subspace_valL_continuousP'`, `subspace_valL_continuousP`, `sigT_of_setXK`, |
150 | | - `setX_of_sigTK`, `setX_of_sigT_continuous`, and `sigT_of_setX_continuous`. |
151 | | - |
152 | | -- in `lebesgue_integrale.v` |
153 | | - + change implicits of `measurable_funP` |
154 | | - |
155 | | -### Changed |
156 | | - |
157 | 100 | ### Renamed |
158 | 101 |
|
159 | 102 | - in `lebesgue_measure.v`: |
|
178 | 121 |
|
179 | 122 | - in `probability.v`: |
180 | 123 | + `integral_distribution` -> `ge0_integral_distribution` |
181 | | - + `expectationM` -> `expectationMl` |
182 | 124 |
|
183 | 125 | - file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v` |
184 | 126 |
|
|
0 commit comments