Skip to content

Commit 43135d6

Browse files
committed
fix changelog
1 parent 7666c45 commit 43135d6

File tree

1 file changed

+14
-82
lines changed

1 file changed

+14
-82
lines changed

CHANGELOG_UNRELEASED.md

Lines changed: 14 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,28 @@
66

77
- in `probability.v`:
88
+ lemmas `eq_bernoulli`, `eq_bernoulliV2`
9-
- file `mathcomp_extra.v`
10-
+ lemmas `ge_trunc`, `lt_succ_trunc`, `trunc_ge_nat`, `trunc_lt_nat`
119

12-
- file `Rstruct.v`
13-
+ lemma `Pos_to_natE` (from `mathcomp_extra.v`)
14-
+ lemmas `RabsE`, `RdistE`, `sum_f_R0E`, `factE`
10+
- in `measure.v`:
11+
+ lemmas `mnormalize_id`, `measurable_fun_eqP`
1512

16-
- new file `internal_Eqdep_dec.v` (don't use, internal, to be removed)
13+
- in `ftc.v`:
14+
+ lemma `integrable_locally`
1715

18-
- file `constructive_ereal.v`:
19-
+ definition `iter_mule`
20-
+ lemma `prodEFin`
16+
- in `constructive_ereal.v`:
17+
+ lemma `EFin_bigmax`
2118

22-
- file `exp.v`:
23-
+ lemma `expR_sum`
19+
- in `mathcomp_extra.v`:
20+
+ lemmas `inr_inj`, `inl_inj`
2421

25-
- file `lebesgue_integral.v`:
26-
+ lemma `measurable_fun_le`
22+
- in `classical_sets.v`:
23+
+ lemmas `in_set1`, `inr_in_set_inr`, `inl_in_set_inr`, `mem_image`, `mem_range`, `image_f`
24+
+ lemmas `inr_in_set_inl`, `inl_in_set_inl`
2725

28-
- in `trigo.v`:
29-
+ lemma `integral0oo_atan`
26+
- in `lebesgue_integral_approximation.v`:
27+
+ lemma `measurable_prod`
3028

3129
- in `measure.v`:
32-
+ lemmas `preimage_set_system0`, `preimage_set_systemU`, `preimage_set_system_compS`
33-
+ lemma `preimage_set_system_id`
34-
35-
- in `Rstruct_topology.v`:
36-
+ lemma `RexpE`
37-
38-
- file `mathcomp_extra.v`:
39-
+ lemma `mulr_funEcomp`
30+
+ lemma `preimage_set_system_compS`
4031

4132
- in `numfun.v`:
4233
+ defintions `funrpos`, `funrneg` with notations `^\+` and `^\-`
@@ -69,28 +60,6 @@
6960
+ lemma `expectationM_ge0`, `integrable_expectationM`, `independent_integrableM`,
7061
` expectation_mul`
7162

72-
- in `trigo.v`:
73-
+ lemma `integral0oo_atan`
74-
75-
- in `measure.v`:
76-
+ lemmas `mnormalize_id`, `measurable_fun_eqP`
77-
78-
- in `ftc.v`:
79-
+ lemma `integrable_locally`
80-
81-
- in `constructive_ereal.v`:
82-
+ lemma `EFin_bigmax`
83-
84-
- in `mathcomp_extra.v`:
85-
+ lemmas `inr_inj`, `inl_inj`
86-
87-
- in `classical_sets.v`:
88-
+ lemmas `in_set1`, `inr_in_set_inr`, `inl_in_set_inr`, `mem_image`, `mem_range`, `image_f`
89-
+ lemmas `inr_in_set_inl`, `inl_in_set_inl`
90-
91-
- in `lebesgue_integral_approximation.v`:
92-
+ lemma `measurable_prod`
93-
9463
### Changed
9564

9665
- in `pi_irrational`:
@@ -104,50 +73,13 @@
10473
+ `fubini1a` -> `integrable12ltyP`
10574
+ `fubini1b` -> `integrable21ltyP`
10675
+ `measurable_funP` -> `measurable_funPT` (field of `isMeasurableFun` mixin)
107-
108-
- in `mathcomp_extra.v`
109-
+ `comparable_min_le_min` -> `comparable_le_min2`
110-
+ `comparable_max_le_max` -> `comparable_le_max2`
111-
+ `min_le_min` -> `le_min2`
112-
+ `max_le_max` -> `le_max2`
113-
+ `real_sqrtC` -> `sqrtC_real`
11476

11577
### Generalized
11678

11779
### Deprecated
11880

11981
### Removed
12082

121-
- file `mathcomp_extra.v`
122-
+ lemma `Pos_to_natE` (moved to `Rstruct.v`)
123-
+ lemma `deg_le2_ge0` (available as `deg_le2_poly_ge0` in `ssrnum.v`
124-
since MathComp 2.1.0)
125-
126-
- in `lebesgue_integral.v`:
127-
+ definition `cst_mfun`
128-
+ lemma `mfun_cst`
129-
130-
- in `cardinality.v`:
131-
+ lemma `cst_fimfun_subproof`
132-
133-
- in `lebesgue_integral.v`:
134-
+ lemma `cst_mfun_subproof` (use lemma `measurable_cst` instead)
135-
+ lemma `cst_nnfun_subproof` (turned into a `Let`)
136-
+ lemma `indic_mfun_subproof` (use lemma `measurable_fun_indic` instead)
137-
138-
- in `lebesgue_integral.v`:
139-
+ lemma `measurable_indic` (was uselessly specializing `measurable_fun_indic` (now `measurable_indic`) from `lebesgue_measure.v`)
140-
+ notation `measurable_fun_indic` (deprecation since 0.6.3)
141-
- in `constructive_ereal.v`
142-
+ notation `lee_opp` (deprecated since 0.6.5)
143-
+ notation `lte_opp` (deprecated since 0.6.5)
144-
- in `measure.v`:
145-
+ `dynkin_setI_bigsetI` (use `big_ind` instead)
146-
147-
- in `lebesgue_measurable.v`:
148-
+ notation `measurable_fun_power_pos` (deprecated since 0.6.3)
149-
+ notation `measurable_power_pos` (deprecated since 0.6.4)
150-
15183
### Infrastructure
15284

15385
### Misc

0 commit comments

Comments
 (0)