theorem
proved
term proof
val_smul
show as:
view Lean formalization →
formal statement (Lean)
184@[simp] theorem val_smul {U : Type} (r : ℝ) (a : Quantity U) : (r • a).val = r * a.val := rfl
proof body
Term-mode proof.
185
186end Quantity
187
188/-! ### Unit/semantic tags (empty types) -/
189