Theorems · Theorem · ring theory
DirectSum.component.of
∀ (R : Type u) [inst : Semiring R] {ι : Type v} {M : ι → Type w} [inst_1 : (i : ι) → AddCommMonoid (M i)]
[inst_2 : (i : ι) → Module R (M i)] [inst_3 : DecidableEq ι] (i j : ι) (b : M j),
(DirectSum.component R ι M i) ((DirectSum.lof R ι M j) b) = if h : j = i then Eq.recOn h b else 0- Defined in
- Mathlib.Algebra.DirectSum.Module
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- DirectSumstatement · cited by 446
- DirectSum.lofstatement · cited by 79
- DFinsupp.single_applyproof · cited by 35
- DirectSum.componentstatement · cited by 16
Cited by4
Results whose statement or proof uses this declaration.
- TensorProduct.directSumRight_tmulproof · cited by 2
- DirectSum.component_comp_lofproof · cited by 1
- AdicCompletion.sumInv_comp_sumproof · cited by 0
- TensorProduct.directSumLeft_tmulproof · cited by 0