Mathlib Map

Theorems · Theorem · ring theory

DirectSum.decompose_mul

∀ {ι : Type u_1} {A : Type u_3} {σ : Type u_4} [inst : DecidableEq ι] [inst_1 : AddMonoid ι] [inst_2 : Semiring A]
  [inst_3 : SetLike σ A] [inst_4 : AddSubmonoidClass σ A] (𝒜 : ι → σ) [inst_5 : GradedRing 𝒜] (x y : A),
  (DirectSum.decompose 𝒜) (x * y) = (DirectSum.decompose 𝒜) x * (DirectSum.decompose 𝒜) y
Defined in
Mathlib.RingTheory.GradedAlgebra.Basic
Cited by
12 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqAddMonoidSemiringSetLikeAddSubmonoidClassGradedRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Ideal.IsHomogeneous.isPrime_of_homogeneous_mem_or_mem · cited by 3IsHomogeneous.isPrime_of_…DirectSum.coe_decompose_mul_add_of_right_mem · cited by 2DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_add_of_left_mem · cited by 1DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_left_mem · cited by 1DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_left_mem_zero · cited by 1DirectSum.coe_decompose_m…IsHomogeneous.subsemiringClosure · cited by 1IsHomogeneous.subsemiring…DirectSum.coe_decompose_mul_of_left_mem_of_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_left_mem_of_not_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem_of_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem_of_not_le · cited by 0DirectSum.coe_decompose_m…DirectSum.coe_decompose_mul_of_right_mem_zero · cited by 0DirectSum.coe_decompose_m…DFunLike.coe · cited by 62936DFunLike.coeSemiring · cited by 13802SemiringEquiv · cited by 8337EquivAddMonoid · cited by 2864AddMonoidmap_mul · cited by 1137map_mulSetLike · cited by 1084SetLikeDirectSum · cited by 446DirectSumGradedRing · cited by 424GradedRingAddSubmonoidClass · cited by 346AddSubmonoidClassDirectSum.decompose · cited by 93DirectSum.decomposeDirectSum.decomposeRingEquiv · cited by 8DirectSum.decomposeRingEq…DirectSum.decompose_mulCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.