Mathlib Map

Theorems · Theorem · ring theory

sq_eq_sq_iff_eq_or_eq_neg

∀ {R : Type u} [inst : CommRing R] [NoZeroDivisors R] {a b : R}, a ^ 2 = b ^ 2 ↔ a = b ∨ a = -b
Defined in
Mathlib.Algebra.Ring.Commute
Cited by
3 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext
Assumes
CommRingNoZeroDivisors

Around this declaration

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

Cites4

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

Cited by3

Results whose statement or proof uses this declaration.