Theorems · Theorem · logic and foundations
Cardinal.mk_biUnion_le_of_le_lift
∀ {β : Type v} {o : Ordinal.{u}} {c : Cardinal.{v}},
Cardinal.lift.{v, u} o.card ≤ Cardinal.lift.{u, v} c →
Cardinal.aleph0 ≤ c →
∀ (A : Ordinal.{u} → Set β), (∀ j < o, Cardinal.mk ↑(A j) ≤ c) → Cardinal.mk ↑(⋃ j, ⋃ (_ : j < o), A j) ≤ cBounds the cardinal of an ordinal-indexed union of sets.
- Defined in
- Mathlib.SetTheory.Cardinal.Ordinal
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- LE.le.transproof · cited by 3,151
- Cardinalstatement and proof · cited by 2,598
- Set.iUnionstatement and proof · cited by 2,483
- iSupproof · cited by 2,415
- Ordinalstatement and proof · cited by 1,688
- Set.Iioproof · cited by 1,166
- SupSet.sSupproof · cited by 954
- Cardinal.mkstatement and proof · cited by 942
- Cardinal.liftstatement and proof · cited by 583
Cited by3
Results whose statement or proof uses this declaration.
- MeasurableSpace.cardinal_generateMeasurableRec_leproof · cited by 1
- Cardinal.mk_biUnion_le_of_leproof · cited by 1
- Cardinal.mk_iUnion_Ordinal_lift_le_of_leproof · cited by 0