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.
- zero_addproof · cited by 2,366
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- add_assocproof · cited by 746
- mul_addproof · cited by 413
- add_mulproof · cited by 363
- IsIdempotentElemstatement and proof · cited by 217
- add_add_add_commproof · cited by 56
- IsIdempotentElem.eqproof · cited by 42
Cited by2
Results whose statement or proof uses this declaration.
- IsIdempotentElem.add_iffproof · cited by 1
- IsStarProjection.addproof · cited by 0