Theorems · Theorem · order theory
InitialSeg.eq_or_principal
∀ {α : Type u_1} {β : Type u_2} {r : α → α → Prop} {s : β → β → Prop} [IsWellOrder β s] (f : InitialSeg r s),
Function.Surjective ⇑f ∨ ∃ b, ∀ (x : β), x ∈ Set.range ⇑f ↔ s x bAn initial segment embedding is either an isomorphism, or a principal segment embedding.
See also InitialSeg.ltOrEq.
- Defined in
- Mathlib.Order.InitialSeg
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- IsWellOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Set.rangestatement and proof · cited by 4,705
- Set.mem_range_selfproof · cited by 328
- IsWellOrderstatement and proof · cited by 171
- InitialSegstatement and proof · cited by 70
- InitialSeg.mem_range_of_relproof · cited by 6
- trichotomousproof · cited by 5
- IsWellFounded.inductionproof · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.