Mathlib Map

Theorems · Theorem · order theory

smul_min_of_nonneg

∀ {α : Type u_1} {β : Type u_2} {a : α} [inst : SMul α β] [inst_1 : Preorder α] [inst_2 : LinearOrder β]
  [inst_3 : Zero α] [PosSMulMono α β], 0 ≤ a → ∀ (b₁ b₂ : β), a • min b₁ b₂ = min (a • b₁) (a • b₂)
Defined in
Mathlib.Algebra.Order.Module.Defs
Cited by
0 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
SMulPreorderLinearOrderZeroPosSMulMono

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.