Theorems · Theorem · commutative algebra
IsIdempotentElem.add_iff
∀ {R : Type u_1} [inst : NonUnitalNonAssocSemiring R] [IsCancelAdd R] {a b : R},
IsIdempotentElem a → IsIdempotentElem b → (IsIdempotentElem (a + b) ↔ a * b + b * a = 0)a + b is idempotent if and only if a and b anti-commute.
- Defined in
- Mathlib.Algebra.Ring.Idempotent
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- IsCancelAddstatement and proof · cited by 79
- add_add_add_commproof · cited by 56
- IsIdempotentElem.eqproof · cited by 42
- add_right_cancel_iffproof · cited by 19
- add_left_cancel_iffproof · cited by 17
- IsIdempotentElem.addproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- IsIdempotentElem.sub_iffproof · cited by 1