Theorems · Theorem · logic and foundations
Ordinal.bsup_succ_of_mono
Deprecated since 2026-04-05Mathlib marks this declaration as deprecated.
∀ {o : Ordinal.{u_3}} {f : (a : Ordinal.{u_3}) → a < Order.succ o → Ordinal.{max u_3 u_4}},
(∀ {i j : Ordinal.{u_3}} (hi : i < Order.succ o) (hj : j < Order.succ o), i ≤ j → f i hi ≤ f j hj) →
(Order.succ o).bsup f = f o ⋯- Defined in
- Mathlib.SetTheory.Ordinal.Family
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- le_antisymmproof · cited by 2,068
- Ordinalstatement and proof · cited by 1,688
- Order.succstatement and proof · cited by 633
- Ordinal.bsupstatement · cited by 49
- Order.lt_succstatement and proof · cited by 45
- Ordinal.le_bsupproof · cited by 10
- Order.le_of_lt_succproof · cited by 9
- Ordinal.bsup_leproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Ordinal.blsub_succ_of_monoproof · cited by 0