Skip to content

Commit

Permalink
Alexandroff-Hausdorff Theorem and the Cantor Space (math-comp#834) (m…
Browse files Browse the repository at this point in the history
…ath-comp#1102)

--

Co-authored-by: zstone1 <[email protected]>
  • Loading branch information
affeldt-aist and zstone1 authored Nov 17, 2023
1 parent bd1e2ac commit e3a557e
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

### Added

- in file `cantor.v`,
+ new definitions `cantor_space`, `cantor_like`, `pointed_discrete`, and
`tree_of`.
+ new lemmas `cantor_space_compact`, `cantor_space_hausdorff`,
`cantor_zero_dimensional`, `cantor_perfect`, `cantor_like_cantor_space`,
`tree_map_props`, `homeomorphism_cantor_like`, and
`cantor_like_finite_prod`.
+ new theorem `cantor_surj`.
- in file `topology.v`,
+ new lemmas `perfect_set2`, and `ent_closure`.
+ lemma `clopen_surj`

- in `cantor.v`:
+ definitions `pointed_principal_filter`,
`pointed_discrete_topology`
+ lemma `discrete_pointed`
+ lemma `discrete_bool_compact`

### Changed

### Renamed
Expand Down
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ theories/reals.v
theories/landau.v
theories/Rstruct.v
theories/topology.v
theories/cantor.v
theories/prodnormedzmodule.v
theories/normedtype.v
theories/realfun.v
Expand Down
Loading

0 comments on commit e3a557e

Please sign in to comment.