Theorems · Theorem · commutative algebra
TensorProduct.toDirectLimit_tmul_of
∀ {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] {i : ι}
(g : G i) (m : M),
(TensorProduct.toDirectLimit f M) ((Module.DirectLimit.of R ι G f i) g ⊗ₜ[R] m) =
(Module.DirectLimit.of R ι (fun x => TensorProduct R (G x) M) (fun i j h => LinearMap.rTensor M (f i j h)) i)
(g ⊗ₜ[R] m)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.tmulstatement and proof · cited by 1,182
- LinearMap.rTensorstatement and proof · cited by 266
- TensorProduct.mkproof · cited by 129
- LinearMap.compr₂proof · cited by 45
Cited by1
Results whose statement or proof uses this declaration.
- TensorProduct.directLimitLeft_tmul_ofproof · cited by 2