Theorems · Definition · order theory
RelEmbedding.collapse
{α : Type u_1} → {β : Type u_2} → {r : α → α → Prop} → {s : β → β → Prop} → [IsWellOrder β s] → r ↪r s → InitialSeg r sConstruct an initial segment embedding r ≼i s by "filling in the gaps". That is, each
subsequent element in α is mapped to the least element in β that hasn't been used yet.
This construction is guaranteed to work as long as there exists some relation embedding r ↪r s.
- Defined in
- Mathlib.Order.InitialSeg
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 21 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.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RelEmbeddingstatement and proof · cited by 281
- IsWellOrderstatement and proof · cited by 171
- InitialSegstatement · cited by 70
- RelEmbedding.ofMonotoneproof · cited by 5
- RelEmbedding.isWellOrderproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- RelEmbedding.ordinal_type_leproof · cited by 3
- Ordinal.type_le_iff'proof · cited by 3
- InitialSeg.totalproof · cited by 0