Theorems · Theorem · logic and foundations
Ordinal.blsub_comp
Deprecated since 2026-03-23Mathlib marks this declaration as deprecated.
∀ {o o' : Ordinal.{max u v}} {f : (a : Ordinal.{max u v}) → a < o → Ordinal.{max u v w}},
(∀ {i j : Ordinal.{max u v}} (hi : i < o) (hj : j < o), i ≤ j → f i hi ≤ f j hj) →
∀ {g : (a : Ordinal.{max u v}) → a < o' → Ordinal.{max u v}} (hg : o'.blsub g = o),
(o'.blsub fun a ha => f (g a ha) ⋯) = o.blsub f- Defined in
- Mathlib.SetTheory.Ordinal.Family
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Ordinalstatement and proof · cited by 1,688
- Ordinal.blsubstatement and proof · cited by 44
- Order.succ_le_succ_iffproof · cited by 4
- Ordinal.bsup_compproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Ordinal.IsFundamentalSequence.transproof · cited by 0
- Ordinal.IsFundamentalSequence.of_isNormalproof · cited by 0