Theorems · Theorem · ring theory
GradedMonoid.mk_smul_mk
∀ {ιA : Type u_1} {ιM : Type u_3} (A : ιA → Type u_4) (M : ιM → Type u_5) [inst : VAdd ιA ιM]
[inst_1 : GradedMonoid.GSMul A M] {i : ιA} {j : ιM} (a : A i) (b : M j),
GradedMonoid.mk i a • GradedMonoid.mk j b = GradedMonoid.mk (i +ᵥ j) (GradedMonoid.GSMul.smul a b)- Defined in
- Mathlib.Algebra.GradedMulAction
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- VAddGradedMonoid.GSMul
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- HVAdd.hVAddstatement · cited by 1,820
- VAddstatement and proof · cited by 616
- GradedMonoidstatement · cited by 46
- GradedMonoid.mkstatement · cited by 27
- GradedMonoid.GSMul.smulstatement · cited by 9
- GradedMonoid.GSMulstatement and proof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.