Theorems · Definition · order theory
OrderEmbedding.ofMapLEIff
{α : Type u_6} →
{β : Type u_7} →
[inst : PartialOrder α] → [inst_1 : Preorder β] → (f : α → β) → (∀ (a b : α), f a ≤ f b ↔ a ≤ b) → α ↪o βTo define an order embedding from a partial order to a preorder it suffices to give a function
together with a proof that it satisfies f a ≤ f b ↔ a ≤ b.
- Defined in
- Mathlib.Order.Hom.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
- Assumes
- PartialOrderPreorder
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.
- Preorderstatement and proof · cited by 7,952
- PartialOrderstatement and proof · cited by 6,410
- OrderEmbeddingstatement · cited by 619
- RelEmbedding.ofMapRelIffproof · cited by 1
Cited by24
Results whose statement or proof uses this declaration.
- BoxIntegral.Box.Iccproof · cited by 76
- Finset.insertNoneproof · cited by 21
- OrderEmbedding.ofStrictMonoproof · cited by 15
- Finset.mapEmbeddingproof · cited by 8
- SimpleGraph.edgeSetEmbeddingproof · cited by 8
- Cardinal.liftInitialSegproof · cited by 8
- DedekindCut.factorEmbeddingproof · cited by 3
- NonemptyInterval.coeHomproof · cited by 3
- TopologicalSpace.NonemptyCompacts.toCompactsOrderEmbeddingproof · cited by 3
- WithTop.insertTopproof · cited by 2
- Interval.coeHomproof · cited by 2
- WithBot.insertBotproof · cited by 2