Skip to content

Commit

Permalink
[B] Finite/Cardinals: Extract combinatorial lemmas
Browse files Browse the repository at this point in the history
They hold independently of the def. `FiniteT` and are thus better placed
in the Cardinals folder.
  • Loading branch information
Columbus240 committed Aug 18, 2024
1 parent b99031b commit fbd613a
Show file tree
Hide file tree
Showing 4 changed files with 409 additions and 360 deletions.
1 change: 1 addition & 0 deletions _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ theories/Topology/Examples/S1.v
theories/ZornsLemma/Cardinals.v
theories/ZornsLemma/Cardinals/Cardinals.v
theories/ZornsLemma/Cardinals/CardinalsEns.v
theories/ZornsLemma/Cardinals/Combinatorics.v
theories/ZornsLemma/Cardinals/Comparability.v
theories/ZornsLemma/Cardinals/CSB.v
theories/ZornsLemma/Cardinals/Diagonalization.v
Expand Down
1 change: 1 addition & 0 deletions theories/ZornsLemma/Cardinals.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
From ZornsLemma Require Export
Cardinals.Cardinals
Cardinals.CardinalsEns
Cardinals.Combinatorics
Cardinals.CSB
Cardinals.Diagonalization
Cardinals.LeastCardinalsEns.
Loading

0 comments on commit fbd613a

Please sign in to comment.