Theorems · Definition · ring theory
DirectSum.idempotent
{R : Type u_1} →
{I : Type u_2} →
[inst : Semiring R] → [inst_1 : DecidableEq I] → (V : I → Ideal R) → [DirectSum.Decomposition V] → I → RThe decomposition of (1 : R) where 1 = e₁ + e₂ + ⋯ + eₙ which is induced by
the decomposition of the semiring R = V1 ⊕ V2 ⊕ ⋯ ⊕ Vn.
- Defined in
- Mathlib.Algebra.DirectSum.Idempotents
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Idealstatement and proof · cited by 4,748
- DirectSum.decomposeproof · cited by 93
- DirectSum.Decompositionstatement and proof · cited by 57
Cited by3
Results whose statement or proof uses this declaration.
- DirectSum.decompose_eq_mul_idempotentstatement and proof · cited by 2
- DirectSum.isIdempotentElem_idempotentstatement and proof · cited by 1
- DirectSum.completeOrthogonalIdempotents_idempotentstatement and proof · cited by 0