Skip to content

Commit

Permalink
Cardinals: Remove ge_cardinal and gt_cardinal
Browse files Browse the repository at this point in the history
These notions are redundant. If they are used in lemmas, they make
it harder to `Search` for results.
  • Loading branch information
Columbus240 committed Aug 6, 2024
1 parent 519dc58 commit c020d2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions theories/ZornsLemma/Cardinals/Cardinals.v
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ Definition eq_cardinal (X Y : Type) : Prop :=

Definition lt_cardinal (kappa lambda:Type) : Prop :=
le_cardinal kappa lambda /\ ~ eq_cardinal kappa lambda.
Definition ge_cardinal (kappa lambda:Type) : Prop :=
le_cardinal lambda kappa.
Definition gt_cardinal (kappa lambda:Type) : Prop :=
lt_cardinal lambda kappa.

Instance le_cardinal_preorder : PreOrder le_cardinal.
Proof.
Expand Down

0 comments on commit c020d2d

Please sign in to comment.