|
47 | 47 | + definitions `next_prime`, `prime_seq` |
48 | 48 | + lemmas `leq_prime_seq`, `mem_prime_seq` |
49 | 49 | + theorem `dvg_sum_inv_prime_seq` |
50 | | -- in `probability.v`: |
51 | | - + lemmas `eq_bernoulli`, `eq_bernoulliV2` |
| 50 | + |
| 51 | + |
52 | 52 | - file `mathcomp_extra.v` |
53 | 53 | + lemmas `ge_trunc`, `lt_succ_trunc`, `trunc_ge_nat`, `trunc_lt_nat` |
54 | 54 |
|
55 | | -- file `Rstruct.v` |
56 | | - + lemma `Pos_to_natE` (from `mathcomp_extra.v`) |
57 | | - + lemmas `RabsE`, `RdistE`, `sum_f_R0E`, `factE` |
58 | | - |
59 | | -- new file `internal_Eqdep_dec.v` (don't use, internal, to be removed) |
| 55 | +- in `measure.v`: |
| 56 | + + lemma `preimage_set_system_compS` |
60 | 57 |
|
61 | 58 | - in `numfun.v`: |
62 | 59 | + defintions `funrpos`, `funrneg` with notations `^\+` and `^\-` |
|
68 | 65 |
|
69 | 66 | - in `measure.v`: |
70 | 67 | + lemma `preimage_class_comp` |
71 | | - + defintions `preimage_display`, `g_sigma_algebra_preimageType`, `g_sigma_algebra_preimage`, |
| 68 | + + definitions `preimage_display`, `g_sigma_algebra_preimageType`, `g_sigma_algebra_preimage`, |
72 | 69 | notations `.-preimage`, `.-preimage.-measurable` |
73 | 70 |
|
74 | 71 | - in `measurable_realfun.v`: |
|
88 | 85 | + lemma `expectationM_ge0`, `integrable_expectationM`, `independent_integrableM`, |
89 | 86 | ` expectation_prod` |
90 | 87 |
|
91 | | -- in `numfun.v` |
92 | | - + lemmas `funeposE`, `funenegE`, `funepos_comp`, `funeneg_comp` |
93 | | - |
94 | | -- in `classical_sets.v`: |
95 | | - + lemmas `xsectionE`, `ysectionE` |
96 | | - |
97 | | -- file `constructive_ereal.v`: |
98 | | - + definition `iter_mule` |
99 | | - + lemma `prodEFin` |
100 | | - |
101 | | -- file `exp.v`: |
102 | | - + lemma `expR_sum` |
103 | | - |
104 | | -- file `lebesgue_integral.v`: |
105 | | - + lemma `measurable_fun_le` |
106 | | - |
107 | | -- in `trigo.v`: |
108 | | - + lemma `integral0oo_atan` |
109 | | - |
110 | | -- in `measure.v`: |
111 | | - + lemmas `mnormalize_id`, `measurable_fun_eqP` |
112 | | - |
113 | | -- in `ftc.v`: |
114 | | - + lemma `integrable_locally` |
115 | | - |
116 | | -- in `constructive_ereal.v`: |
117 | | - + lemma `EFin_bigmax` |
118 | | - |
119 | | -- in `mathcomp_extra.v`: |
120 | | - + lemmas `inr_inj`, `inl_inj` |
121 | | - |
122 | | -- in `classical_sets.v`: |
123 | | - + lemmas `in_set1`, `inr_in_set_inr`, `inl_in_set_inr`, `mem_image`, `mem_range`, `image_f` |
124 | | - + lemmas `inr_in_set_inl`, `inl_in_set_inl` |
125 | | - |
126 | | -- in `lebesgue_integral_approximation.v`: |
127 | | - + lemma `measurable_prod` |
128 | | - |
129 | 88 | ### Changed |
130 | 89 |
|
131 | 90 | - in `lebesgue_stieltjes_measure.v` specialized from `numFieldType` to `realFieldType`: |
|
141 | 100 |
|
142 | 101 | ### Renamed |
143 | 102 |
|
144 | | -- in `kernel.v`: |
145 | | - + `isFiniteTransition` -> `isFiniteTransitionKernel` |
146 | | -- in `lebesgue_integral.v`: |
147 | | - + `fubini1a` -> `integrable12ltyP` |
148 | | - + `fubini1b` -> `integrable21ltyP` |
149 | | - + `measurable_funP` -> `measurable_funPT` (field of `isMeasurableFun` mixin) |
150 | | - |
151 | | -- in `mathcomp_extra.v` |
152 | | - + `comparable_min_le_min` -> `comparable_le_min2` |
153 | | - + `comparable_max_le_max` -> `comparable_le_max2` |
154 | | - + `min_le_min` -> `le_min2` |
155 | | - + `max_le_max` -> `le_max2` |
156 | | - + `real_sqrtC` -> `sqrtC_real` |
157 | | -- in `measure.v` |
158 | | - + `preimage_class` -> `preimage_set_system` |
159 | | - + `image_class` -> `image_set_system` |
160 | | - + `preimage_classes` -> `g_sigma_preimageU` |
161 | | - + `preimage_class_measurable_fun` -> `preimage_set_system_measurable_fun` |
162 | | - + `sigma_algebra_preimage_class` -> `sigma_algebra_preimage` |
163 | | - + `sigma_algebra_image_class` -> `sigma_algebra_image` |
164 | | - + `sigma_algebra_preimage_classE` -> `g_sigma_preimageE` |
165 | | - + `preimage_classes_comp` -> `g_sigma_preimageU_comp` |
166 | | - |
167 | | -### Renamed |
168 | | - |
169 | | -- in `lebesgue_measure.v`: |
170 | | - + `measurable_fun_indic` -> `measurable_indic` |
171 | | - + `emeasurable_fun_sum` -> `emeasurable_sum` |
172 | | - + `emeasurable_fun_fsum` -> `emeasurable_fsum` |
173 | | - + `ge0_emeasurable_fun_sum` -> `ge0_emeasurable_sum` |
174 | | -- in `probability.v`: |
175 | | - + `expectationM` -> `expectationZl` |
176 | | - |
177 | | -- in `classical_sets.v`: |
178 | | - + `preimage_itv_o_infty` -> `preimage_itvoy` |
179 | | - + `preimage_itv_c_infty` -> `preimage_itvcy` |
180 | | - + `preimage_itv_infty_o` -> `preimage_itvNyo` |
181 | | - + `preimage_itv_infty_c` -> `preimage_itvNyc` |
182 | | - |
183 | | -- in `constructive_ereal.v`: |
184 | | - + `maxeMr` -> `maxe_pMr` |
185 | | - + `maxeMl` -> `maxe_pMl` |
186 | | - + `mineMr` -> `mine_pMr` |
187 | | - + `mineMl` -> `mine_pMl` |
188 | | - |
189 | | -- in `probability.v`: |
190 | | - + `integral_distribution` -> `ge0_integral_distribution` |
191 | | - |
192 | | -- file `homotopy_theory/path.v` -> `homotopy_theory/continuous_path.v` |
193 | | - |
194 | 103 | ### Generalized |
195 | 104 |
|
196 | 105 | - in `pseudometric_normed_Zmodule.v`: |
|
212 | 121 |
|
213 | 122 | - in file `all_reals.v` |
214 | 123 | + export of `interval_inference` (now in mathcomp-algebra, but not automatically exported) |
215 | | -- file `mathcomp_extra.v` |
216 | | - + lemma `Pos_to_natE` (moved to `Rstruct.v`) |
217 | | - + lemma `deg_le2_ge0` (available as `deg_le2_poly_ge0` in `ssrnum.v` |
218 | | - since MathComp 2.1.0) |
219 | | -- in `sequences.v`: |
220 | | - + notations `nneseries_pred0`, `eq_nneseries`, `nneseries0`, |
221 | | - `ereal_cvgPpinfty`, `ereal_cvgPninfty` (were deprecated since 0.6.0) |
222 | | -- in `topology_structure.v`: |
223 | | - + lemma `closureC` |
224 | | - |
225 | | -- in file `lebesgue_integral.v`: |
226 | | - + lemma `approximation` |
227 | | - |
228 | | -### Removed |
229 | | - |
230 | | -- in `lebesgue_integral.v`: |
231 | | - + definition `cst_mfun` |
232 | | - + lemma `mfun_cst` |
233 | | - |
234 | | -- in `cardinality.v`: |
235 | | - + lemma `cst_fimfun_subproof` |
236 | | - |
237 | | -- in `lebesgue_integral.v`: |
238 | | - + lemma `cst_mfun_subproof` (use lemma `measurable_cst` instead) |
239 | | - + lemma `cst_nnfun_subproof` (turned into a `Let`) |
240 | | - + lemma `indic_mfun_subproof` (use lemma `measurable_fun_indic` instead) |
241 | | - |
242 | | -- in `lebesgue_integral.v`: |
243 | | - + lemma `measurable_indic` (was uselessly specializing `measurable_fun_indic` (now `measurable_indic`) from `lebesgue_measure.v`) |
244 | | - + notation `measurable_fun_indic` (deprecation since 0.6.3) |
245 | | -- in `constructive_ereal.v` |
246 | | - + notation `lee_opp` (deprecated since 0.6.5) |
247 | | - + notation `lte_opp` (deprecated since 0.6.5) |
248 | | -- in `measure.v`: |
249 | | - + `dynkin_setI_bigsetI` (use `big_ind` instead) |
250 | | - |
251 | | -- in `lebesgue_measurable.v`: |
252 | | - + notation `measurable_fun_power_pos` (deprecated since 0.6.3) |
253 | | - + notation `measurable_power_pos` (deprecated since 0.6.4) |
254 | 124 |
|
255 | 125 | ### Infrastructure |
256 | 126 |
|
|
0 commit comments