Theorems · Definition · commutative algebra
TensorProduct.fromDirectLimit
{R : Type u_1} →
[inst : CommSemiring R] →
{ι : Type u_2} →
[inst_1 : DecidableEq ι] →
[inst_2 : Preorder ι] →
{G : ι → Type u_3} →
[inst_3 : (i : ι) → AddCommMonoid (G i)] →
[inst_4 : (i : ι) → Module R (G i)] →
(f : (i j : ι) → i ≤ j → G i →ₗ[R] G j) →
(M : Type u_4) →
[inst_5 : AddCommMonoid M] →
[inst_6 : Module R M] →
(Module.DirectLimit (fun x => TensorProduct R (G x) M) fun i j h =>
LinearMap.rTensor M (f i j h)) →ₗ[R]
TensorProduct R (Module.DirectLimit G f) Mthe map limᵢ (Gᵢ ⊗ M) → (limᵢ Gᵢ) ⊗ M induced by the family of maps Gᵢ ⊗ M → (limᵢ Gᵢ) ⊗ M
given by gᵢ ⊗ m ↦ [gᵢ] ⊗ m.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- TensorProductstatement and proof · cited by 2,545
- LinearMap.rTensorstatement and proof · cited by 266
- Module.DirectLimitstatement · cited by 41
- Module.DirectLimit.ofproof · cited by 35
- Module.DirectLimit.liftproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- TensorProduct.directLimitLeftproof · cited by 6
- TensorProduct.fromDirectLimit_of_tmulstatement · cited by 1