Positive_Elements_of_Ordered_Ring
Provedordered-ringsproofwiki
Let be an ordered ring with unity whose zero is and whose unity is . Let be the set of positive elements of , that is, . Then If is a total ordering, that is, if is a totally ordered ring, then The converse is also true Let be a ring. Let such that , and are satisfied. Then there is one and only one ordering compatible with the ring structure of such that . Also, if is also satisfied, then is a total ordering.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Positive_Elements_of_Ordered_Ring (x y : ℤ) (hx : 0 ≤ x) (hy : 0 ≤ y) : 0 ≤ x * y := by sorry
Source