Mathlib Map

Theorems · Theorem · ring theory

add_mul_self_eq

∀ {α : Type u} [inst : CommSemiring α] (a b : α), (a + b) * (a + b) = a * a + 2 * a * b + b * b
Defined in
Mathlib.Algebra.Ring.Defs
Cited by
2 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext
Assumes
CommSemiring

Around this declaration

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

Cites6

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.