Theorems · Theorem · order theory
Disjoint.of_orderEmbedding
∀ {α : Type u_2} {β : Type u_3} [inst : PartialOrder α] [inst_1 : PartialOrder β] (f : α ↪o β) [inst_2 : OrderBot α]
[inst_3 : OrderBot β] {a₁ a₂ : α}, Disjoint (f a₁) (f a₂) → Disjoint a₁ a₂If the images by an order embedding of two elements are disjoint, then they are themselves disjoint.
- Defined in
- Mathlib.Order.Hom.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- PartialOrderstatement and proof · cited by 6,410
- Disjointstatement and proof · cited by 2,201
- OrderBotstatement and proof · cited by 1,055
- OrderEmbeddingstatement and proof · cited by 619
- bot_leproof · cited by 306
- OrderEmbedding.le_iff_leproof · cited by 32
Cited by3
Results whose statement or proof uses this declaration.
- Codisjoint.of_orderEmbeddingproof · cited by 1
- TopologicalSpace.Compacts.disjoint_coe_iffproof · cited by 0
- IsCompl.of_orderEmbeddingproof · cited by 0