Theorems · Definition · order theory
InitialSeg.antisymm
{α : Type u_1} →
{β : Type u_2} →
{r : α → α → Prop} → {s : β → β → Prop} → [IsWellOrder β s] → InitialSeg r s → InitialSeg s r → r ≃r sIf we have order embeddings between α and β whose ranges are initial segments, and β is a
well order, then α and β are order-isomorphic.
- Defined in
- Mathlib.Order.InitialSeg
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 29 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.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RelIsostatement · cited by 456
- IsWellOrderstatement and proof · cited by 171
- InitialSegstatement and proof · cited by 70
Cited by2
Results whose statement or proof uses this declaration.
- InitialSeg.antisymm_symmstatement and proof · cited by 0
- InitialSeg.antisymm_toFunstatement · cited by 0