Theorems · Definition · order theory
RelEmbedding.ofMapRelIff
{α : Type u_1} →
{β : Type u_2} →
{r : α → α → Prop} →
{s : β → β → Prop} → (f : α → β) → [Std.Antisymm r] → [Std.Refl s] → (∀ (a b : α), s (f a) (f b) ↔ r a b) → r ↪r sTo define a relation embedding from an antisymmetric relation r to a reflexive relation s
it suffices to give a function together with a proof that it satisfies s (f a) (f b) ↔ r a b.
- Defined in
- Mathlib.Order.RelIso.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- Std.AntisymmStd.Refl
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RelEmbeddingstatement · cited by 281
Cited by2
Results whose statement or proof uses this declaration.
- OrderEmbedding.ofMapLEIffproof · cited by 6
- RelEmbedding.ofMapRelIff_coestatement · cited by 0