|
53 | 53 | ### Changed
|
54 | 54 |
|
55 | 55 |
|
56 |
| -- in file `normedtype.v`, |
57 |
| - changed `completely_regular_space` to depend on uniform separators |
58 |
| - which removes the dependency on `R`. The old formulation can be |
59 |
| - recovered easily with `uniform_separatorP`. |
60 |
| - |
61 |
| -- moved from `Rstruct.v` to `Rstruct_topology.v` |
62 |
| - + lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`, |
63 |
| - `continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs` |
64 |
| - and `nbhs_pt_comp` |
65 |
| - |
66 |
| -- moved from `real_interval.v` to `normedtype.v` |
67 |
| - + lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`, |
68 |
| - `Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`, |
69 |
| - `disj_itv_Rhull` |
70 |
| -- in `topology.v`: |
71 |
| - + lemmas `subspace_pm_ball_center`, `subspace_pm_ball_sym`, |
72 |
| - `subspace_pm_ball_triangle`, `subspace_pm_entourage` turned |
73 |
| - into local `Let`'s |
74 |
| - |
75 |
| -- in `lebesgue_integral.v`: |
76 |
| - + structure `SimpleFun` now inside a module `HBSimple` |
77 |
| - + structure `NonNegSimpleFun` now inside a module `HBNNSimple` |
78 |
| - + lemma `cst_nnfun_subproof` has now a different statement |
79 |
| - + lemma `indic_nnfun_subproof` has now a different statement |
80 |
| -- in `mathcomp_extra.v`: |
81 |
| - + definition `idempotent_fun` |
82 |
| - |
83 |
| -- in `topology_structure.v`: |
84 |
| - + definitions `regopen`, `regclosed` |
85 |
| - + lemmas `closure_setC`, `interiorC`, `closureU`, `interiorU`, |
86 |
| - `closureEbigcap`, `interiorEbigcup`, |
87 |
| - `closure_open_regclosed`, `interior_closed_regopen`, |
88 |
| - `closure_interior_idem`, `interior_closure_idem` |
89 |
| - |
90 |
| -- in file `topology_structure.v`, |
91 |
| - + mixin `isContinuous`, type `continuousType`, structure `Continuous` |
92 |
| - + new lemma `continuousEP`. |
93 |
| - + new definition `mkcts`. |
94 |
| - |
95 |
| -- in file `subspace_topology.v`, |
96 |
| - + new lemmas `continuous_subspace_setT`, `nbhs_prodX_subspace_inE`, and |
97 |
| - `continuous_subspace_prodP`. |
98 |
| - + type `continuousFunType`, HB structure `ContinuousFun` |
99 |
| - |
100 |
| -- in file `subtype_topology.v`, |
101 |
| - + new lemmas `subspace_subtypeP`, `subspace_sigL_continuousP`, |
102 |
| - `subspace_valL_continuousP'`, `subspace_valL_continuousP`, `sigT_of_setXK`, |
103 |
| - `setX_of_sigTK`, `setX_of_sigT_continuous`, and `sigT_of_setX_continuous`. |
104 |
| - |
105 | 56 | - in `lebesgue_integrale.v`
|
106 | 57 | + change implicits of `measurable_funP`
|
107 | 58 |
|
|
129 | 80 |
|
130 | 81 | ### Removed
|
131 | 82 |
|
132 |
| -- in `lebesgue_integral.v`: |
133 |
| - + definition `cst_mfun` |
134 |
| - + lemma `mfun_cst` |
135 |
| - |
136 |
| -- in `cardinality.v`: |
137 |
| - + lemma `cst_fimfun_subproof` |
138 |
| - |
139 | 83 | - in `lebesgue_integral.v`:
|
140 | 84 | + lemma `cst_mfun_subproof` (use lemma `measurable_cst` instead)
|
141 | 85 | + lemma `cst_nnfun_subproof` (turned into a `Let`)
|
|
0 commit comments