Mathlib Map

Theorems · Theorem · ring theory

sub_sq

∀ {R : Type u} [inst : CommRing R] (a b : R), (a - b) ^ 2 = a ^ 2 - 2 * a * b + b ^ 2
Defined in
Mathlib.Algebra.Ring.Commute
Cited by
6 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext
Assumes
CommRing

Around this declaration

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

Cites5

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

Cited by6

Results whose statement or proof uses this declaration.