Theorems · Definition · ring theory
AlgEquiv.prodQuotientOfIsIdempotentElem
(R : Type u_1) →
[inst : CommRing R] →
{S : Type u_4} →
[inst_1 : CommRing S] →
[inst_2 : Algebra R S] →
{e f : S} →
IsIdempotentElem e →
IsIdempotentElem f → e + f = 1 → e * f = 0 → S ≃ₐ[R] (S ⧸ Ideal.span {e}) × S ⧸ Ideal.span {f}If e and f are idempotent elements such that e + f = 1 and e * f = 0,
S is isomorphic as an R-algebra to S ⧸ (e) × S ⧸ (f).
- Defined in
- Mathlib.RingTheory.Idempotents
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Idealstatement · cited by 4,748
- HasQuotient.Quotientstatement · cited by 2,301
- AlgEquivstatement · cited by 1,681
- Ideal.spanstatement and proof · cited by 948
- IsIdempotentElemstatement and proof · cited by 217
- Ideal.Quotient.mkₐproof · cited by 101
- AlgEquiv.ofBijectiveproof · cited by 34
- AlgHom.prodproof · cited by 9
- RingHom.prod_bijective_of_isIdempotentElemproof · cited by 0
Cited by5
Results whose statement or proof uses this declaration.
- Algebra.FormallyUnramified.exists_algEquiv_prodproof · cited by 1
- Ideal.Pure.of_isIdempotentElemproof · cited by 0
- AlgEquiv.prodQuotientOfIsIdempotentElem_applystatement and proof · cited by 0
- AlgEquiv.prodQuotientOfIsIdempotentElem_apply_fststatement and proof · cited by 0
- AlgEquiv.prodQuotientOfIsIdempotentElem_apply_sndstatement and proof · cited by 0