Documentation

Mathlib.Algebra.Order.Module.Rat

Monotonicity of the action by rational numbers #

@[simp]
theorem abs_nnqsmul {α : Type u_1} [AddCommGroup α] [LinearOrder α] [IsOrderedAddMonoid α] [DistribMulAction ℚ≥0 α] [PosSMulMono ℚ≥0 α] (q : ℚ≥0) (a : α) :
|q • a| = q • |a|
@[deprecated abs_smul (since := "2025-06-24")]
theorem abs_qsmul {α : Type u_1} [AddCommGroup α] [LinearOrder α] [IsOrderedAddMonoid α] [Module ℚ α] [PosSMulMono ℚ α] (q : ℚ) (a : α) :
|q • a| = |q| • |a|