Theorems · Definition · linear algebra
TensorProduct.lift.equiv
{R : Type u_1} →
{R₂ : Type u_2} →
[inst : CommSemiring R] →
[inst_1 : CommSemiring R₂] →
(σ₁₂ : R →+* R₂) →
(M : Type u_7) →
(N : Type u_8) →
(P₂ : Type u_17) →
[inst_2 : AddCommMonoid M] →
[inst_3 : AddCommMonoid N] →
[inst_4 : AddCommMonoid P₂] →
[inst_5 : Module R M] →
[inst_6 : Module R N] →
[inst_7 : Module R₂ P₂] → (M →ₛₗ[σ₁₂] N →ₛₗ[σ₁₂] P₂) ≃ₗ[R₂] TensorProduct R M N →ₛₗ[σ₁₂] P₂A linear equivalence constructing a semilinear map M ⊗ N → P given a bilinear map M → N → P
with the property that its composition with the canonical bilinear map M → N → M ⊗ N is
the given bilinear map M → N → P.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, 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
- RingHomstatement and proof · cited by 10,189
- LinearEquivstatement · cited by 3,317
- TensorProductstatement and proof · cited by 2,545
- TensorProduct.mkproof · cited by 129
- LinearMap.compr₂ₛₗproof · cited by 25
- TensorProduct.uncurryproof · cited by 6
Cited by12
Results whose statement or proof uses this declaration.
- LinearMap.BilinMap.tensorDistribproof · cited by 3
- LinearMap.BilinForm.tensorDistribEquivproof · cited by 3
- TensorProduct.lcurryproof · cited by 2
- TensorProduct.LieModule.liftproof · cited by 2
- homTensorHomEquivproof · cited by 2
- PiTensorProduct.ext_of_span_eq_topproof · cited by 2
- TensorProduct.lift.equiv_applystatement · cited by 1
- QuadraticForm.tmul_comp_tensorAssocproof · cited by 1
- QuadraticForm.tmul_comp_tensorCommproof · cited by 1
- LinearMap.BilinForm.tensorDistribEquiv_toLinearMapproof · cited by 1
- homTensorHomEquiv_toLinearMapproof · cited by 1
- TensorProduct.lift.equiv_symm_applystatement · cited by 0