Theorems · Definition · order theory
DedekindCut.factorEmbedding
{α : Type u_1} → {β : Type u_2} → [inst : CompleteLattice α] → [inst_1 : PartialOrder β] → β ↪o α → DedekindCut β ↪o αAny order embedding β ↪o α into a complete lattice α factors through DedekindCut β.
This map is defined so that factorEmbedding f A = sSup (f '' A.left). Although the construction
factorEmbedding f A = sInf (f '' A.right) would also work, these do not in general give equal
embeddings.
- Defined in
- Mathlib.Order.Completion
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CompleteLatticePartialOrder
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.coeproof · cited by 62,936
- PartialOrderstatement and proof · cited by 6,410
- Set.imageproof · cited by 5,609
- CompleteLatticestatement and proof · cited by 1,048
- SupSet.sSupproof · cited by 954
- OrderEmbeddingstatement and proof · cited by 619
- DedekindCutstatement and proof · cited by 27
- DedekindCut.leftproof · cited by 16
- OrderEmbedding.ofMapLEIffproof · cited by 6
Cited by4
Results whose statement or proof uses this declaration.
- DedekindCut.principalIsoproof · cited by 2
- DedekindCut.factorEmbedding_applystatement · cited by 2
- DedekindCut.factorEmbedding_principalstatement · cited by 1
- DedekindCut.principalEmbedding_trans_factorEmbeddingstatement · cited by 0