Theorems · Theorem · logic and foundations
Ordinal.iSup_sum
∀ {α : Type u_3} {β : Type u_4} (f : α ⊕ β → Ordinal.{u}) [Small.{u, u_3} α] [Small.{u, u_4} β],
iSup f = max (⨆ a, f (Sum.inl a)) (⨆ b, f (Sum.inr b))- Defined in
- Mathlib.SetTheory.Ordinal.Family
- Cited by
- 1 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.rangeproof · cited by 4,705
- iSupstatement · cited by 2,415
- Ordinalstatement and proof · cited by 1,688
- LE.le.antisymmproof · cited by 507
- Smallstatement and proof · cited by 369
- Set.mem_range_selfproof · cited by 328
- max_leproof · cited by 71
- le_max_of_le_leftproof · cited by 31
- le_max_of_le_rightproof · cited by 30
- Ordinal.bddAbove_of_smallproof · cited by 19
- Ordinal.le_iSupproof · cited by 19
- Ordinal.iSup_leproof · cited by 18
Cited by1
Results whose statement or proof uses this declaration.
- Ordinal.lsub_sumproof · cited by 0