Mathlib Map

Theorems · Theorem · ring theory

OrthogonalIdempotents.prod_one_sub

∀ {R : Type u_1} [inst : CommRing R] {I : Type u_3} {e : I → R},
  OrthogonalIdempotents e → ∀ (s : Finset I), ∏ i ∈ s, (1 - e i) = 1 - ∑ i ∈ s, e i
Defined in
Mathlib.RingTheory.Idempotents
Cited by
2 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

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

Cites15

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.