Theorems · Theorem · ring theory
RingHom.pi_bijective_of_isIdempotentElem
∀ {R : Type u_1} [inst : CommRing R] {I : Type u_3} [inst_1 : Fintype I] (e : I → R),
(∀ (i : I), IsIdempotentElem (e i)) →
(∀ (i j : I), i ≠ j → (1 - e i) * (1 - e j) = 0) →
∏ i, e i = 0 → Function.Bijective ⇑(RingHom.pi fun i => Ideal.Quotient.mk (Ideal.span {e i}))- Defined in
- Mathlib.RingTheory.Idempotents
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Idealstatement · cited by 4,748
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- HasQuotient.Quotientstatement · cited by 2,301
- Ideal.spanstatement · cited by 948
- Function.Bijectivestatement · cited by 863
- Finset.prod_congrproof · cited by 646
Cited by1
Results whose statement or proof uses this declaration.
- RingHom.prod_bijective_of_isIdempotentElemproof · cited by 0