|
23 | 23 | - file `lebesgue_integral.v`: |
24 | 24 | + lemma `measurable_fun_le` |
25 | 25 |
|
| 26 | +- in `trigo.v`: |
| 27 | + + lemma `integral0oo_atan` |
| 28 | + |
| 29 | +- in `measure.v`: |
| 30 | + + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_compS` |
| 31 | + + lemma `preimage_set_system_id` |
| 32 | + |
| 33 | +- in `Rstruct_topology.v`: |
| 34 | + + lemma `RexpE` |
| 35 | + |
26 | 36 | - file `mathcomp_extra.v`: |
27 | 37 | + lemma `mulr_funEcomp` |
28 | 38 |
|
|
57 | 67 | + lemma `expectationM_ge0`, `integrable_expectationM`, `independent_integrableM`, |
58 | 68 | ` expectation_mul` |
59 | 69 |
|
60 | | -- in `trigo.v`: |
61 | | - + lemma `integral0oo_atan` |
62 | | - |
63 | | -- in `measure.v`: |
64 | | - + lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_comp` |
65 | | - + lemma `preimage_set_system_id` |
66 | | - |
67 | | -- in `Rstruct_topology.v`: |
68 | | - + lemma `RexpE` |
69 | | - |
70 | 70 | ### Changed |
71 | 71 |
|
72 | 72 | - file `nsatz_realtype.v` moved from `reals` to `reals-stdlib` package |
|
89 | 89 | + `min_le_min` -> `le_min2` |
90 | 90 | + `max_le_max` -> `le_max2` |
91 | 91 | + `real_sqrtC` -> `sqrtC_real` |
92 | | -- in `measure.v` |
93 | | - + `preimage_class` -> `preimage_set_system` |
94 | | - + `image_class` -> `image_set_system` |
95 | | - + `preimage_classes` -> `g_sigma_preimageU` |
96 | | - + `preimage_class_measurable_fun` -> `preimage_set_system_measurable_fun` |
97 | | - + `sigma_algebra_preimage_class` -> `sigma_algebra_preimage` |
98 | | - + `sigma_algebra_image_class` -> `sigma_algebra_image` |
99 | | - + `sigma_algebra_preimage_classE` -> `g_sigma_preimageE` |
100 | | - + `preimage_classes_comp` -> `g_sigma_preimageU_comp` |
101 | 92 |
|
102 | | -### Renamed |
103 | | - |
104 | | -- in `lebesgue_measure.v`: |
105 | | - + `measurable_fun_indic` -> `measurable_indic` |
106 | | - + `emeasurable_fun_sum` -> `emeasurable_sum` |
107 | | - + `emeasurable_fun_fsum` -> `emeasurable_fsum` |
108 | | - + `ge0_emeasurable_fun_sum` -> `ge0_emeasurable_sum` |
109 | | -- in `probability.v`: |
110 | | - + `expectationM` -> `expectationZl` |
111 | | - |
112 | | -- in `classical_sets.v`: |
113 | | - + `preimage_itv_o_infty` -> `preimage_itvoy` |
114 | | - + `preimage_itv_c_infty` -> `preimage_itvcy` |
115 | | - + `preimage_itv_infty_o` -> `preimage_itvNyo` |
116 | | - + `preimage_itv_infty_c` -> `preimage_itvNyc` |
117 | | - |
118 | | -- in `constructive_ereal.v`: |
119 | | - + `maxeMr` -> `maxe_pMr` |
120 | | - + `maxeMl` -> `maxe_pMl` |
121 | | - + `mineMr` -> `mine_pMr` |
122 | | - + `mineMl` -> `mine_pMl` |
123 | | - |
124 | | -- in `probability.v`: |
125 | | - + `integral_distribution` -> `ge0_integral_distribution` |
126 | | - |
127 | | -- file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v` |
128 | | - |
129 | 93 | ### Generalized |
130 | 94 |
|
131 | 95 | - in `constructive_ereal.v`: |
|
143 | 107 | + lemma `Pos_to_natE` (moved to `Rstruct.v`) |
144 | 108 | + lemma `deg_le2_ge0` (available as `deg_le2_poly_ge0` in `ssrnum.v` |
145 | 109 | since MathComp 2.1.0) |
146 | | -- in `sequences.v`: |
147 | | - + notations `nneseries_pred0`, `eq_nneseries`, `nneseries0`, |
148 | | - `ereal_cvgPpinfty`, `ereal_cvgPninfty` (were deprecated since 0.6.0) |
149 | | -- in `topology_structure.v`: |
150 | | - + lemma `closureC` |
151 | | - |
152 | | -- in file `lebesgue_integral.v`: |
153 | | - + lemma `approximation` |
154 | | - |
155 | | -### Removed |
156 | 110 |
|
157 | 111 | - in `lebesgue_integral.v`: |
158 | 112 | + definition `cst_mfun` |
|
0 commit comments