Theorems · Theorem · ring theory
DirectSum.toModule.unique
∀ (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 ι] {N : Type u₁} [inst_4 : AddCommMonoid N]
[inst_5 : Module R N] (ψ : (DirectSum ι fun i => M i) →ₗ[R] N) (f : DirectSum ι fun i => M i),
ψ f = (DirectSum.toModule R ι N fun i => ψ ∘ₗ DirectSum.lof R ι M i) fEvery linear map from a direct sum agrees with the one obtained by applying the universal property to each of its components.
- Defined in
- Mathlib.Algebra.DirectSum.Module
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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 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
- LinearMap.compstatement · cited by 1,642
- DirectSumstatement and proof · cited by 446
- LinearMap.toAddMonoidHomproof · cited by 101
- DirectSum.lofstatement · cited by 79
- DirectSum.toModulestatement · cited by 9
- DirectSum.toAddMonoid.uniqueproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.