Mathlib Map

Theorems · Theorem · order theory

mul_self_add_mul_self_eq_zero

∀ {R : Type u} [inst : Semiring R] [inst_1 : LinearOrder R] {a b : R} [NoZeroDivisors R] [ExistsAddOfLE R]
  [PosMulMono R] [AddLeftMono R], a * a + b * b = 0 ↔ a = 0 ∧ b = 0

The sum of two squares is zero iff both elements are zero.

Defined in
Mathlib.Algebra.Order.Ring.Unbundled.Basic
Cited by
1 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Quot.sound
Assumes
SemiringLinearOrderNoZeroDivisorsExistsAddOfLEPosMulMonoAddLeftMono

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 by1

Results whose statement or proof uses this declaration.