Theorems · Definition · ring theory
DirectSum.decomposeAlgEquiv
{ι : Type u_1} →
{R : Type u_2} →
{A : Type u_3} →
[inst : DecidableEq ι] →
[inst_1 : AddMonoid ι] →
[inst_2 : CommSemiring R] →
[inst_3 : Semiring A] →
[inst_4 : Algebra R A] →
(𝒜 : ι → Submodule R A) → [inst_5 : GradedAlgebra 𝒜] → A ≃ₐ[R] DirectSum ι fun i => ↥(𝒜 i)If A is graded by ι with degree i component 𝒜 i, then it is isomorphic as
an algebra to a direct sum of components.
- Defined in
- Mathlib.RingTheory.GradedAlgebra.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Submodulestatement and proof · cited by 7,192
- AddMonoidstatement and proof · cited by 2,864
- AlgEquivstatement · cited by 1,681
- AddEquivproof · cited by 1,087
- AlgEquiv.symmproof · cited by 615
- AddEquiv.symmproof · cited by 530
- DirectSumstatement and proof · cited by 446
- AddEquiv.toEquivproof · cited by 174
- GradedAlgebrastatement and proof · cited by 97
Cited by7
Results whose statement or proof uses this declaration.
- GradedTensorProduct.auxEquivproof · cited by 7
- GradedAlgebra.projproof · cited by 3
- GradedTensorProduct.tmul_coe_mul_coe_tmulproof · cited by 2
- DirectSum.decomposeAlgEquiv_applystatement · cited by 0
- DirectSum.decomposeAlgEquiv_symm_applystatement · cited by 0
- DirectSum.decompose_algebraMapproof · cited by 0
- DirectSum.decompose_symm_algebraMapproof · cited by 0