Skip to content

Commit f784257

Browse files
stop-cranColumbus240
authored andcommitted
Add homeomorphism example - see #25.
Only since v8.13 is it possible to use `apply` on multiple hypotheses simultaneously. The functions `curry` and `uncurry` only exist since Coq v8.13 and were earlier called `prod_uncurry` and `prod_curry`. But the latter got deprecated. To ensure compatibility with Coq v8.12 (and simplifying the code a little when using `f1` but complicating the def. of `f1`) the definition of `f1` is changed a little. This theorem is only available in Coq v8.13 and later. To stay compatible with Coq v8.12, this theorem has to be avoided.
1 parent d71ebd6 commit f784257

File tree

2 files changed

+452
-0
lines changed

2 files changed

+452
-0
lines changed

_CoqProject

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ theories/Topology/TopologicalSpaces.v
3636
theories/Topology/UniformTopology.v
3737
theories/Topology/UrysohnsLemma.v
3838
theories/Topology/WeakTopology.v
39+
theories/Topology/Examples/S1.v
3940
theories/ZornsLemma/Cardinals.v
4041
theories/ZornsLemma/Classical_Wf.v
4142
theories/ZornsLemma/CountableTypes.v

0 commit comments

Comments
 (0)