Mathlib Map

Theorems · Definition · category theory

Preord.ofHom

{X Y : Type u} →
  [inst : Preorder X] →
    [inst_1 : Preorder Y] → (X →o Y) → ({ carrier := X, str := inst } ⟶ { carrier := Y, str := inst_1 })

Typecheck a OrderHom as a morphism in Preord.

Defined in
Mathlib.Order.Category.Preord
Cited by
9 results in Mathlib
Foundations
Depth 16 from the axioms · uses no axioms
Assumes
PreorderPreorder

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.

Cited by13

Results whose statement or proof uses this declaration.