Theorems · Theorem · logic and foundations
Cardinal.card_le_of_le_ord
∀ {o : Ordinal.{u_1}} {c : Cardinal.{u_1}}, o ≤ c.ord → o.card ≤ cA variation on Cardinal.lt_ord using ≤: If o is no greater than the
initial ordinal of cardinality c, then its cardinal is no greater than c.
The converse, however, is false (for instance, o = ω+1 and c = ℵ₀).
- Defined in
- Mathlib.SetTheory.Ordinal.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Cardinalstatement and proof · cited by 2,598
- Ordinalstatement and proof · cited by 1,688
- Cardinal.ordstatement and proof · cited by 266
- Ordinal.cardstatement and proof · cited by 122
- Cardinal.card_ordproof · cited by 23
- Ordinal.card_le_cardproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- MeasurableSpace.cardinal_generateMeasurableRec_leproof · cited by 1