Theorems · Theorem · logic and foundations
Ordinal.bsup_le_iff
Deprecated since 2026-04-05Mathlib marks this declaration as deprecated.
∀ {o : Ordinal.{u}} {f : (a : Ordinal.{u}) → a < o → Ordinal.{max u v}} {a : Ordinal.{max u v}},
o.bsup f ≤ a ↔ ∀ (i : Ordinal.{u}) (h : i < o), f i h ≤ a- Defined in
- Mathlib.SetTheory.Ordinal.Family
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Ordinalstatement and proof · cited by 1,688
- Ordinal.ToTypeproof · cited by 143
- PrincipalSeg.toRelEmbeddingproof · cited by 129
- LT.lt.trans_eqproof · cited by 65
- Ordinal.typeinproof · cited by 60
- Ordinal.bsupstatement · cited by 49
- Ordinal.enumproof · cited by 39
- Ordinal.type_toTypeproof · cited by 28
- Ordinal.familyOfBFamilyproof · cited by 12
- Ordinal.iSup_le_iffproof · cited by 9
- Ordinal.familyOfBFamily_enumproof · cited by 1
Cited by4
Results whose statement or proof uses this declaration.
- Ordinal.le_bsupproof · cited by 10
- Ordinal.bsup_leproof · cited by 6
- Ordinal.blsub_le_iffproof · cited by 4
- Ordinal.lt_bsupproof · cited by 0