Theorems · Definition · ring theory
DirectSum.toModule
(R : Type u) →
[inst : Semiring R] →
(ι : Type v) →
{M : ι → Type w} →
[inst_1 : (i : ι) → AddCommMonoid (M i)] →
[inst_2 : (i : ι) → Module R (M i)] →
[DecidableEq ι] →
(N : Type u₁) →
[inst_4 : AddCommMonoid N] →
[inst_5 : Module R N] → ((i : ι) → M i →ₗ[R] N) → (DirectSum ι fun i => M i) →ₗ[R] NThe linear map constructed using the universal property of the coproduct.
- Defined in
- Mathlib.Algebra.DirectSum.Module
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- DirectSumstatement · cited by 446
- DFinsupp.lsumproof · cited by 21
Cited by21
Results whose statement or proof uses this declaration.
- DirectSum.coeLinearMapproof · cited by 15
- Module.DirectLimit.liftproof · cited by 8
- DirectSum.toModule_lofstatement · cited by 8
- TensorProduct.directSumproof · cited by 6
- AdicCompletion.sumproof · cited by 5
- LinearAlgebra.FreeProduct.liftproof · cited by 5
- TensorProduct.gradedCommAuxproof · cited by 3
- LinearAlgebra.FreeProduct.lift_applystatement · cited by 3
- LieDerivation.ofGradingSumproof · cited by 2
- ModuleCat.coproductCoconeIsColimitproof · cited by 2
- DirectSum.lidproof · cited by 2
- Module.torsion_by_prime_power_decompositionproof · cited by 1