Mathlib Map

Theorems · Definition · order theory

OrderAddMonoidIso.trans

{α : Type u_2} →
  {β : Type u_3} →
    {γ : Type u_4} →
      [inst : Preorder α] →
        [inst_1 : Preorder β] →
          [inst_2 : Preorder γ] →
            [inst_3 : Add α] → [inst_4 : Add β] → [inst_5 : Add γ] → (α ≃+o β) → (β ≃+o γ) → α ≃+o γ

Transitivity of addition-preserving order isomorphisms

Defined in
Mathlib.Algebra.Order.Hom.Monoid
Cited by
9 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Quot.sound
Assumes
PreorderPreorderPreorderAddAddAdd

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 by10

Results whose statement or proof uses this declaration.