|
4 | 4 |
|
5 | 5 | ### Added |
6 | 6 |
|
| 7 | +- file `Rstruct_topology.v` |
| 8 | + |
| 9 | +- package `coq-mathcomp-reals` depending on `coq-mathcomp-classical` |
| 10 | + with files |
| 11 | + + `constructive_ereal.v` |
| 12 | + + `reals.v` |
| 13 | + + `real_interval.v` |
| 14 | + + `signed.v` |
| 15 | + + `itv.v` |
| 16 | + + `prodnormedzmodule.v` |
| 17 | + + `nsatz_realtype.v` |
| 18 | + + `all_reals.v` |
| 19 | + |
| 20 | +- in file `separation_axioms.v`, |
| 21 | + + new lemmas `compact_normal_local`, and `compact_normal`. |
| 22 | + |
| 23 | +- package `coq-mathcomp-altreals` depending on `coq-mathcomp-reals` |
| 24 | + with files |
| 25 | + + `xfinmap.v` |
| 26 | + + `discrete.v` |
| 27 | + + `realseq.v` |
| 28 | + + `realsum.v` |
| 29 | + + `distr.v` |
| 30 | + |
| 31 | +- package `coq-mathcomp-reals-stdlib` depending on `coq-mathcomp-reals` |
| 32 | + with file |
| 33 | + + `Rstruct.v` |
| 34 | + |
| 35 | +- package `coq-mathcomp-analysis-stdlib` depending on |
| 36 | + `coq-mathcomp-analysis` and `coq-mathcomp-reals-stdlib` with files |
| 37 | + + `Rstruct_topology.v` |
| 38 | + + `showcase/uniform_bigO.v` |
| 39 | + |
7 | 40 | - in file `separation_axioms.v`, |
8 | 41 | + new lemmas `compact_normal_local`, and `compact_normal`. |
9 | 42 |
|
|
31 | 64 | which removes the dependency on `R`. The old formulation can be |
32 | 65 | recovered easily with `uniform_separatorP`. |
33 | 66 |
|
| 67 | +- moved from `Rstruct.v` to `Rstruct_topology.v` |
| 68 | + + lemmas `continuity_pt_nbhs`, `continuity_pt_cvg`, |
| 69 | + `continuity_ptE`, `continuity_pt_cvg'`, `continuity_pt_dnbhs` |
| 70 | + and `nbhs_pt_comp` |
| 71 | + |
| 72 | +- moved from `real_interval.v` to `normedtype.v` |
| 73 | + + lemmas `set_itvK`, `RhullT`, `RhullK`, `set_itv_setT`, |
| 74 | + `Rhull_smallest`, `le_Rhull`, `neitv_Rhull`, `Rhull_involutive`, |
| 75 | + `disj_itv_Rhull` |
| 76 | + |
34 | 77 | ### Renamed |
35 | 78 |
|
36 | 79 | ### Generalized |
|
0 commit comments