Theorems · Definition · linear algebra
TensorProduct.lift
{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₂) → TensorProduct R M N →ₛₗ[σ₁₂] P₂Constructing a linear 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.
This works for semilinear maps.
- Cited by
- 59 results in Mathlib
- Foundations
- Depth 56 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
- 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
- AddMonoidHomproof · cited by 3,230
- TensorProductstatement and proof · cited by 2,545
- ZeroHom.toFunproof · cited by 101
- AddMonoidHom.toZeroHomproof · cited by 61
- TensorProduct.liftAuxproof · cited by 10
- TensorProduct.liftAux.smulₛₗproof · cited by 1
Cited by106
Results whose statement or proof uses this declaration.
- TensorProduct.mapproof · cited by 250
- TensorProduct.commproof · cited by 108
- TensorProduct.lidproof · cited by 96
- TensorProduct.assocproof · cited by 85
- TensorProduct.ridproof · cited by 63
- TensorProduct.extproof · cited by 50
- LinearMap.mul'proof · cited by 47
- Submodule.mulMapproof · cited by 43
- IsTensorProductproof · cited by 31
- IsTensorProduct.equivproof · cited by 9
- TensorProduct.AlgebraTensorModule.liftproof · cited by 9
- IsTensorProduct.inductionOnproof · cited by 8