Mathlib Map

Theorems · Theorem · commutative algebra

IsIdempotentElem.sub

∀ {R : Type u_1} [inst : NonUnitalNonAssocRing R] {a b : R},
  IsIdempotentElem a → IsIdempotentElem b → a * b = a → b * a = a → IsIdempotentElem (b - a)

b - a is idempotent when a * b = a and b * a = a.

Defined in
Mathlib.Algebra.Ring.Idempotent
Cited by
3 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext
Assumes
NonUnitalNonAssocRing

Around this declaration

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

Cites7

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

Cited by3

Results whose statement or proof uses this declaration.