Mathlib Map

Theorems · Theorem · order theory

Monotone.vadd

∀ {G : Type u_1} {P : Type u_2} {γ : Type u_3} [inst : Preorder G] [inst_1 : Preorder P] [inst_2 : Preorder γ]
  [inst_3 : VAdd G P] [IsOrderedVAdd G P] {f : γ → G} {g : γ → P},
  Monotone f → Monotone g → Monotone fun x => f x +ᵥ g x
Defined in
Mathlib.Algebra.Order.AddTorsor
Cited by
1 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
PreorderPreorderPreorderVAddIsOrderedVAdd

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.