Mathlib Map

Theorems · Theorem · ring theory

IsStarProjection.sub_iff_mul_eq_left

∀ {R : Type u_1} [inst : NonUnitalRing R] [inst_1 : StarRing R] [IsAddTorsionFree R] {p q : R},
  IsStarProjection p → IsStarProjection q → (IsStarProjection (q - p) ↔ p * q = p)

q - p is a star projection iff p * q = p.

Defined in
Mathlib.Algebra.Star.StarProjection
Cited by
1 results in Mathlib
Foundations
Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonUnitalRingStarRingIsAddTorsionFree

Around this declaration

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

Cites13

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

Cited by1

Results whose statement or proof uses this declaration.