Integers_form_Totally_Ordered_Ring
Provedintegersproofwikitotally-ordered-rings
The structure is a totally ordered ring.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Integers_form_Totally_Ordered_Ring (a b c : ℤ) (h : a ≤ b) (hc : 0 ≤ c) : a * c ≤ b * c := by sorry
Source