Theorems · Theorem · ring theory
DirectSum.lmap_lof
∀ {R : Type u} [inst : Semiring R] {ι : Type v} {M : ι → Type w} [inst_1 : (i : ι) → AddCommMonoid (M i)]
[inst_2 : (i : ι) → Module R (M i)] {N : ι → Type u_1} [inst_3 : (i : ι) → AddCommMonoid (N i)]
[inst_4 : (i : ι) → Module R (N i)] (f : (i : ι) → M i →ₗ[R] N i) [inst_5 : DecidableEq ι] (i : ι) (x : M i),
(DirectSum.lmap f) ((DirectSum.lof R ι M i) x) = (DirectSum.lof R ι N i) ((f i) x)- Defined in
- Mathlib.Algebra.DirectSum.Module
- Cited by
- 1 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 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
- DirectSum.lofstatement · cited by 79
- DirectSum.lmapstatement · cited by 21
- DFinsupp.mapRange_singleproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- TensorProduct.directSumRight_comp_rTensorproof · cited by 1