Mathlib Map

Theorems · Theorem · commutative algebra

IsSumSq.nonneg

∀ {R : Type u_2} [inst : Semiring R] [inst_1 : LinearOrder R] [IsStrictOrderedRing R] [ExistsAddOfLE R] {s : R},
  IsSumSq s → 0 ≤ s

In a linearly ordered semiring with the property a ≤ b → ∃ c, a + c = b (e.g. ), sums of squares are non-negative.

Defined in
Mathlib.Algebra.Ring.SumsOfSquares
Cited by
2 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringLinearOrderIsStrictOrderedRingExistsAddOfLE

Around this declaration

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

Cites9

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

Cited by2

Results whose statement or proof uses this declaration.