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