Mathlib Map

Theorems · Theorem · order theory

nsmul_le_nsmul_right

∀ {M : Type u_3} [inst : AddMonoid M] [inst_1 : Preorder M] [AddLeftMono M] [AddRightMono M] {a b : M},
  a ≤ b → ∀ (i : ℕ), i • a ≤ i • b
Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.Pow
Cited by
16 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext
Assumes
AddMonoidPreorderAddLeftMonoAddRightMono

Around this declaration

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

Cites4

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

Cited by16

Results whose statement or proof uses this declaration.