Mathlib Map

Theorems · Theorem · order theory

max_mul_of_nonneg

∀ {R : Type u} [inst : Semiring R] [inst_1 : LinearOrder R] {c : R} [MulPosMono R] (a b : R),
  0 ≤ c → max a b * c = max (a * c) (b * c)
Defined in
Mathlib.Algebra.Order.Ring.Unbundled.Basic
Cited by
7 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
SemiringLinearOrderMulPosMono

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 by7

Results whose statement or proof uses this declaration.