Theorems · Definition · commutative algebra
TensorProduct.toDirectLimit
{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] →
TensorProduct R (Module.DirectLimit G f) M →ₗ[R]
Module.DirectLimit (fun x => TensorProduct R (G x) M) fun i j h =>
LinearMap.rTensor M (f i j h)the map (limᵢ Gᵢ) ⊗ M → limᵢ (Gᵢ ⊗ M) from the bilinear map limᵢ Gᵢ → M → limᵢ (Gᵢ ⊗ M) given
by the family of maps Gᵢ → M → limᵢ (Gᵢ ⊗ M) where 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.
Cites14
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
- TensorProduct.mkproof · cited by 129
- TensorProduct.liftproof · cited by 59
- LinearMap.compr₂proof · cited by 45
- Module.DirectLimitstatement · cited by 41
Cited by2
Results whose statement or proof uses this declaration.
- TensorProduct.directLimitLeftproof · cited by 6
- TensorProduct.toDirectLimit_tmul_ofstatement · cited by 1