Mathlib Map

Theorems · Theorem · commutative algebra

IsIdempotentElem.add

∀ {R : Type u_1} [inst : NonUnitalNonAssocSemiring R] {a b : R},
  IsIdempotentElem a → IsIdempotentElem b → a * b + b * a = 0 → IsIdempotentElem (a + b)

a + b is idempotent when a and b anti-commute.

Defined in
Mathlib.Algebra.Ring.Idempotent
Cited by
2 results in Mathlib
Foundations
Depth 8 from the axioms · uses propext
Assumes
NonUnitalNonAssocSemiring

Around this declaration

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

Cites8

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.