Theorems · Definition · ring theory
GradedModule.isModule
{ιA : Type u_1} →
{ιM : Type u_2} →
{A : Type u_4} →
{M : Type u_5} →
{σ : Type u_6} →
{σ' : Type u_7} →
[inst : AddMonoid ιA] →
[inst_1 : AddAction ιA ιM] →
[inst_2 : Semiring A] →
(𝓐 : ιA → σ') →
[inst_3 : SetLike σ' A] →
(𝓜 : ιM → σ) →
[inst_4 : AddCommMonoid M] →
[inst_5 : Module A M] →
[inst_6 : SetLike σ M] →
[inst_7 : AddSubmonoidClass σ' A] →
[inst_8 : AddSubmonoidClass σ M] →
[SetLike.GradedSMul 𝓐 𝓜] →
[inst_10 : DecidableEq ιA] →
[DecidableEq ιM] → [GradedRing 𝓐] → Module A (DirectSum ιM fun i => ↥(𝓜 i))The smul multiplication of A on ⨁ i, 𝓜 i from (⨁ i, 𝓐 i) →+ (⨁ i, 𝓜 i) →+ ⨁ i, 𝓜 i
turns ⨁ i, 𝓜 i into an A-module
- Defined in
- Mathlib.Algebra.Module.GradedModule
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 99 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.
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidstatement and proof · cited by 2,864
- SetLikestatement and proof · cited by 1,084
- AddActionstatement and proof · cited by 820
- DirectSumstatement and proof · cited by 446
- GradedRingstatement and proof · cited by 424
- AddSubmonoidClassstatement and proof · cited by 346
- RingEquiv.toRingHomproof · cited by 150
- Module.compHomproof · cited by 39
- SetLike.GradedSMulstatement and proof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- GradedModule.linearEquivstatement · cited by 0