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