Theorems · Theorem · commutative algebra
DirectedSystem.lTensor
∀ (R : Type u) (M : Type u_1) [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {ι : Type u_3}
[inst_3 : Preorder ι] {F : ι → Type u_4} [inst_4 : (i : ι) → AddCommMonoid (F i)] [inst_5 : (i : ι) → Module R (F i)]
{f : ⦃i j : ι⦄ → i ≤ j → F i →ₗ[R] F j},
(DirectedSystem F fun x x_1 h => ⇑(f h)) →
DirectedSystem (fun i => TensorProduct R M (F i)) fun x x_1 h => ⇑(LinearMap.lTensor M (f h))Given a directed system of R-modules, tensoring it on the left gives a directed system
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- Preorderstatement and proof · cited by 7,952
- LE.le.transproof · cited by 3,151
- TensorProductstatement and proof · cited by 2,545
- LinearMap.compproof · cited by 1,642
- le_rflproof · cited by 1,558
- TensorProduct.tmulproof · cited by 1,182
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.FG.lTensor.directedSystemproof · cited by 0