Theorems · Theorem · ring theory
DirectSum.coe_decompose_mul_of_left_mem
∀ {ι : Type u_1} {A : Type u_3} {σ : Type u_4} [inst : Semiring A] [inst_1 : DecidableEq ι] [inst_2 : AddCommMonoid ι]
[inst_3 : PartialOrder ι] [CanonicallyOrderedAdd ι] [inst_5 : SetLike σ A] [inst_6 : AddSubmonoidClass σ A]
(𝒜 : ι → σ) [inst_7 : GradedRing 𝒜] {a b : A} {i : ι} [inst_8 : Sub ι] [OrderedSub ι] [AddLeftReflectLE ι] (n : ι)
[inst_11 : Decidable (i ≤ n)],
a ∈ 𝒜 i → ↑(((DirectSum.decompose 𝒜) (a * b)) n) = if i ≤ n then a * ↑(((DirectSum.decompose 𝒜) b) (n - i)) else 0- Defined in
- Mathlib.RingTheory.GradedAlgebra.Basic
- Cited by
- 1 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement · cited by 8,337
- PartialOrderstatement and proof · cited by 6,410
- SetLikestatement and proof · cited by 1,084
- DFinsuppstatement · cited by 694
- DirectSumstatement and proof · cited by 446
- GradedRingstatement and proof · cited by 424
- AddSubmonoidClassstatement and proof · cited by 346
- OrderedSubstatement and proof · cited by 236
- CanonicallyOrderedAddstatement and proof · cited by 229
Cited by1
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.ProjIsoSpecTopComponent.FromSpec.carrier.smul_memproof · cited by 0