Loogle!
Result
Found 3027 declarations mentioning TensorProduct. Of these, only the first 200 are shown.
- TensorProduct π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Type (max u_5 u_6) - instAddSemigroupTensorProduct π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_3) [CommSemiring R] (M : Type u_1) (N : Type u_2) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : AddSemigroup (TensorProduct R M N) - instAddTensorProduct π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_3) [CommSemiring R] (M : Type u_1) (N : Type u_2) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Add (TensorProduct R M N) - instAddZeroClassTensorProduct π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_3) [CommSemiring R] (M : Type u_1) (N : Type u_2) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : AddZeroClass (TensorProduct R M N) - instZeroTensorProduct π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_3) [CommSemiring R] (M : Type u_1) (N : Type u_2) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Zero (TensorProduct R M N) - TensorProduct.addCommMonoid π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : AddCommMonoid (TensorProduct R M N) - TensorProduct.addCommSemigroup π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : AddCommSemigroup (TensorProduct R M N) - TensorProduct.addMonoid π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : AddMonoid (TensorProduct R M N) - TensorProduct.instInhabited π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Inhabited (TensorProduct R M N) - TensorProduct.instSMul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : SMul R (TensorProduct R M N) - TensorProduct.tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) (n : N) : TensorProduct R M N - TensorProduct.uniqueLeft π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Subsingleton M] : Unique (TensorProduct R M N) - TensorProduct.uniqueRight π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Subsingleton N] : Unique (TensorProduct R M N) - TensorProduct.instRepr π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Repr M] [Repr N] : Repr (TensorProduct R M N) - TensorProduct.instModule π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Module R (TensorProduct R M N) - TensorProduct.instDistribMulAction π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : DistribMulAction R (TensorProduct R M N) - IsAddUnit.tmul_left π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {n : N} (hn : IsAddUnit n) (m : M) : IsAddUnit (m ββ[R] n) - IsAddUnit.tmul_right π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {m : M} (hm : IsAddUnit m) (n : N) : IsAddUnit (m ββ[R] n) - TensorProduct.SMul.aux π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {R' : Type u_9} [SMul R' M] (r : R') : FreeAddMonoid (M Γ N) β+ TensorProduct R M N - TensorProduct.tmul_zero π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) : m ββ[R] 0 = 0 - TensorProduct.zero_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] (M : Type u_5) {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (n : N) : 0 ββ[R] n = 0 - TensorProduct.sum_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {Ξ± : Type u_9} (s : Finset Ξ±) (m : Ξ± β M) (n : N) : (β a β s, m a) ββ[R] n = β a β s, m a ββ[R] n - TensorProduct.tmul_sum π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) {Ξ± : Type u_9} (s : Finset Ξ±) (n : Ξ± β N) : m ββ[R] β a β s, n a = β a β s, m ββ[R] n a - TensorProduct.leftHasSMul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] : SMul R' (TensorProduct R M N) - TensorProduct.ite_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (xβ : M) (xβ : N) (P : Prop) [Decidable P] : (if P then xβ else 0) ββ[R] xβ = if P then xβ ββ[R] xβ else 0 - TensorProduct.tmul_ite π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (xβ : M) (xβ : N) (P : Prop) [Decidable P] : (xβ ββ[R] if P then xβ else 0) = if P then xβ ββ[R] xβ else 0 - TensorProduct.leftDistribMulAction π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] : DistribMulAction R' (TensorProduct R M N) - TensorProduct.add_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (mβ mβ : M) (n : N) : (mβ + mβ) ββ[R] n = mβ ββ[R] n + mβ ββ[R] n - TensorProduct.leftModule π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R'' : Type u_3} [CommSemiring R] [Semiring R''] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R'' M] [Module R M] [Module R N] [SMulCommClass R R'' M] : Module R'' (TensorProduct R M N) - TensorProduct.single_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {N : Type u_6} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_9} [DecidableEq ΞΉ] {M : ΞΉ β Type u_10} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] (i : ΞΉ) (x : N) (m : M i) (j : ΞΉ) : Pi.single i m j ββ[R] x = Pi.single i (m ββ[R] x) j - TensorProduct.tmul_add π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) (nβ nβ : N) : m ββ[R] (nβ + nβ) = m ββ[R] nβ + m ββ[R] nβ - TensorProduct.tmul_single π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {N : Type u_6} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_9} [DecidableEq ΞΉ] {M : ΞΉ β Type u_10} [(i : ΞΉ) β AddCommMonoid (M i)] [(i : ΞΉ) β Module R (M i)] (i : ΞΉ) (x : N) (m : M i) (j : ΞΉ) : x ββ[R] Pi.single i m j = Pi.single i (x ββ[R] m) j - TensorProduct.exists_eq_tmul_of_forall π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R M N) (h : β (mβ mβ : M) (nβ nβ : N), β m n, mβ ββ[R] nβ + mβ ββ[R] nβ = m ββ[R] n) : β m n, x = m ββ[R] n - TensorProduct.smul_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [DistribMulAction R' N] [TensorProduct.CompatibleSMul R R' M N] (r : R') (m : M) (n : N) : (r β’ m) ββ[R] n = m ββ[R] (r β’ n) - TensorProduct.CompatibleSMul.mk π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [DistribMulAction R' N] (smul_tmul : β (r : R') (m : M) (n : N), (r β’ m) ββ[R] n = m ββ[R] (r β’ n)) : TensorProduct.CompatibleSMul R R' M N - TensorProduct.CompatibleSMul.smul_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} {instβ : CommSemiring R} {instβΒΉ : Monoid R'} {M : Type u_5} {N : Type u_6} {instβΒ² : AddCommMonoid M} {instβΒ³ : AddCommMonoid N} {instββ΄ : DistribMulAction R' M} {instββ΅ : Module R M} {instββΆ : Module R N} {instββ· : DistribMulAction R' N} [self : TensorProduct.CompatibleSMul R R' M N] (r : R') (m : M) (n : N) : (r β’ m) ββ[R] n = m ββ[R] (r β’ n) - TensorProduct.induction_on π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {motive : TensorProduct R M N β Prop} (z : TensorProduct R M N) (zero : motive 0) (tmul : β (x : M) (y : N), motive (x ββ[R] y)) (add : β (x y : TensorProduct R M N), motive x β motive y β motive (x + y)) : motive z - TensorProduct.one_smul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] (x : TensorProduct R M N) : 1 β’ x = x - TensorProduct.mapβ_mk_top_top_eq_top π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Submodule.mapβ (TensorProduct.mk R M N) β€ β€ = β€ - TensorProduct.span_tmul_eq_top π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : Submodule.span R {t | β m n, m ββ[R] n = t} = β€ - TensorProduct.smul_tmul_smul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (r s : R) (m : M) (n : N) : (r β’ m) ββ[R] (s β’ n) = (r * s) β’ m ββ[R] n - TensorProduct.tmul_eq_smul_one_tmul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} [AddCommMonoid M] [Module R M] {S : Type u_9} [Semiring S] [Module R S] [SMulCommClass R S S] (s : S) (m : M) : s ββ[R] m = s β’ 1 ββ[R] m - TensorProduct.SMul.aux_of π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {R' : Type u_9} [SMul R' M] (r : R') (m : M) (n : N) : (TensorProduct.SMul.aux r) (FreeAddMonoid.of (m, n)) = (r β’ m) ββ[R] n - TensorProduct.isScalarTower π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] [SMul R' R] [IsScalarTower R' R M] : IsScalarTower R' R (TensorProduct R M N) - TensorProduct.smul_tmul' π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] (r : R') (m : M) (n : N) : r β’ m ββ[R] n = (r β’ m) ββ[R] n - TensorProduct.smul_zero π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] (r : R') : r β’ 0 = 0 - TensorProduct.zero_smul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R'' : Type u_3} [CommSemiring R] [Semiring R''] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R'' M] [Module R M] [Module R N] [SMulCommClass R R'' M] (x : TensorProduct R M N) : 0 β’ x = 0 - TensorProduct.tmul_smul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] [DistribMulAction R' N] [TensorProduct.CompatibleSMul R R' M N] (r : R') (x : M) (y : N) : x ββ[R] (r β’ y) = r β’ x ββ[R] y - TensorProduct.mk π Mathlib.LinearAlgebra.TensorProduct.Defs
(R : Type u_1) [CommSemiring R] (M : Type u_5) (N : Type u_6) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : M ββ[R] N ββ[R] TensorProduct R M N - TensorProduct.smulCommClass_left π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] {R'β : Type u_9} [Monoid R'β] [DistribMulAction R'β M] [SMulCommClass R R'β M] [SMulCommClass R' R'β M] : SMulCommClass R' R'β (TensorProduct R M N) - TensorProduct.isScalarTower_left π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] {R'β : Type u_9} [Monoid R'β] [DistribMulAction R'β M] [SMulCommClass R R'β M] [SMul R'β R'] [IsScalarTower R'β R' M] : IsScalarTower R'β R' (TensorProduct R M N) - TensorProduct.isScalarTower_right π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] {R'β : Type u_9} [Monoid R'β] [DistribMulAction R'β M] [SMulCommClass R R'β M] [SMul R'β R'] [DistribMulAction R'β N] [DistribMulAction R' N] [TensorProduct.CompatibleSMul R R'β M N] [TensorProduct.CompatibleSMul R R' M N] [IsScalarTower R'β R' N] : IsScalarTower R'β R' (TensorProduct R M N) - TensorProduct.add_smul π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R'' : Type u_3} [CommSemiring R] [Semiring R''] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R'' M] [Module R M] [Module R N] [SMulCommClass R R'' M] (r s : R'') (x : TensorProduct R M N) : (r + s) β’ x = r β’ x + s β’ x - TensorProduct.smul_add π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R' : Type u_2} [CommSemiring R] [Monoid R'] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [DistribMulAction R' M] [Module R M] [Module R N] [SMulCommClass R R' M] (r : R') (x y : TensorProduct R M N) : r β’ (x + y) = r β’ x + r β’ y - TensorProduct.instIsCentralScalar π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} {R'' : Type u_3} [CommSemiring R] [Semiring R''] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R'' M] [Module R M] [Module R N] [SMulCommClass R R'' M] [Module R''α΅α΅α΅ M] [IsCentralScalar R'' M] : IsCentralScalar R'' (TensorProduct R M N) - TensorProduct.mk_apply π Mathlib.LinearAlgebra.TensorProduct.Defs
{R : Type u_1} [CommSemiring R] {M : Type u_5} {N : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) (n : N) : ((TensorProduct.mk R M N) m) n = m ββ[R] n - TensorProduct.addCommGroup π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommMonoid N] [Module R M] [Module R N] : AddCommGroup (TensorProduct R M N) - TensorProduct.neg π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommMonoid N] [Module R M] [Module R N] : Neg (TensorProduct R M N) - TensorProduct.neg_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) (n : N) : (-m) ββ[R] n = -m ββ[R] n - TensorProduct.Neg.aux π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct R M N ββ[R] TensorProduct R M N - TensorProduct.comm π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct R M N ββ[R] TensorProduct R N M - TensorProduct.tmul_neg π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {P : Type u_4} [AddCommGroup M] [AddCommGroup P] [Module R M] [Module R P] (m : M) (p : P) : m ββ[R] (-p) = -m ββ[R] p - TensorProduct.neg_add_cancel π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R M N) : -x + x = 0 - TensorProduct.liftAux π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f' : M βββ[Οββ] N βββ[Οββ] Pβ) : TensorProduct R M N β+ Pβ - TensorProduct.curry π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : TensorProduct R M N βββ[Οββ] Pβ) : M βββ[Οββ] N βββ[Οββ] Pβ - TensorProduct.lift π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f' : M βββ[Οββ] N βββ[Οββ] Pβ) : TensorProduct R M N βββ[Οββ] Pβ - TensorProduct.lift_mk π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_6} {N : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct.lift (TensorProduct.mk R M N) = LinearMap.id - TensorProduct.sub_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommMonoid N] [Module R M] [Module R N] (mβ mβ : M) (n : N) : (mβ - mβ) ββ[R] n = mβ ββ[R] n - mβ ββ[R] n - TensorProduct.curry_injective π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] : Function.Injective TensorProduct.curry - TensorProduct.tmul_sub π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} {P : Type u_4} [AddCommGroup M] [AddCommGroup P] [Module R M] [Module R P] (m : M) (pβ pβ : P) : m ββ[R] (pβ - pβ) = m ββ[R] pβ - m ββ[R] pβ - TensorProduct.comm_symm π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : (TensorProduct.comm R M N).symm = TensorProduct.comm R N M - TensorProduct.lift_mk_comprβββ π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (g : TensorProduct R M N βββ[Οββ] Pβ) : TensorProduct.lift ((TensorProduct.mk R M N).comprβββ g) = g - TensorProduct.comm_trans_comm π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct.comm R N M βͺβ«β TensorProduct.comm R M N = LinearEquiv.refl R (TensorProduct R N M) - TensorProduct.lift_comprβββ π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [CommSemiring R] [CommSemiring Rβ] [CommSemiring Rβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} {Pβ : Type u_12} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] [Module Rβ Pβ] {f' : M βββ[Οββ] N βββ[Οββ] Pβ} [RingHomCompTriple Οββ Οββ Οββ] (h : Pβ βββ[Οββ] Pβ) : TensorProduct.lift (f'.comprβββ h) = h βββ TensorProduct.lift f' - TensorProduct.comm_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) (n : N) : (TensorProduct.comm R M N) (m ββ[R] n) = n ββ[R] m - TensorProduct.ext' π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {g h : TensorProduct R M N βββ[Οββ] Pβ} (H : β (x : M) (y : N), g (x ββ[R] y) = h (x ββ[R] y)) : g = h - TensorProduct.mapOfCompatibleSMul π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (A : Type u_13) (S : Type u_14) (M : Type u_15) (N : Type u_16) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [CommSemiring A] [Module A M] [Module A N] [SMulCommClass R A M] [CommSemiring S] [Module S M] [SMulCommClass R S M] [SMulCommClass A S M] [TensorProduct.CompatibleSMul R A M N] : TensorProduct A M N ββ[S] TensorProduct R M N - TensorProduct.ext π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {g h : TensorProduct R M N βββ[Οββ] Pβ} (H : (TensorProduct.mk R M N).comprβββ g = (TensorProduct.mk R M N).comprβββ h) : g = h - TensorProduct.comm_comp_comm π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : β(TensorProduct.comm R N M) ββ β(TensorProduct.comm R M N) = LinearMap.id - TensorProduct.ext_iff π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {g h : TensorProduct R M N βββ[Οββ] Pβ} : g = h β (TensorProduct.mk R M N).comprβββ g = (TensorProduct.mk R M N).comprβββ h - TensorProduct.lift_comp_comm_eq π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} (M : Type u_6) (N : Type u_7) {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : M βββ[Οββ] N βββ[Οββ] Pβ) : TensorProduct.lift f βββ β(TensorProduct.comm R N M) = TensorProduct.lift f.flip - TensorProduct.equivOfCompatibleSMul π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (A : Type u_13) (S : Type u_14) (M : Type u_15) (N : Type u_16) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [CommSemiring A] [Module A M] [Module A N] [SMulCommClass R A M] [CommSemiring S] [Module S M] [SMulCommClass R S M] [SMulCommClass A S M] [TensorProduct.CompatibleSMul R A M N] [TensorProduct.CompatibleSMul A R M N] : TensorProduct A M N ββ[S] TensorProduct R M N - TensorProduct.curry_apply π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : TensorProduct R M N βββ[Οββ] Pβ) (m : M) (n : N) : ((TensorProduct.curry f) m) n = f (m ββ[R] n) - TensorProduct.comm_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (m : M) (n : N) : (TensorProduct.comm R M N).symm (n ββ[R] m) = m ββ[R] n - TensorProduct.lift_mk_comprβ π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_6} {N : Type u_7} {P : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : TensorProduct R M N ββ[R] P) : TensorProduct.lift ((TensorProduct.mk R M N).comprβ f) = f - TensorProduct.liftAux.smul π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_6} {N : Type u_7} {P : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N ββ[R] P} (r : R) (x : TensorProduct R M N) : (TensorProduct.liftAux f) (r β’ x) = r β’ (TensorProduct.liftAux f) x - TensorProduct.lift_comprβ π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_6} {N : Type u_7} {P : Type u_8} {Q : Type u_9} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] {f : M ββ[R] N ββ[R] P} (g : P ββ[R] Q) : TensorProduct.lift (f.comprβ g) = g ββ TensorProduct.lift f - TensorProduct.liftAux.smulββ π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {f' : M βββ[Οββ] N βββ[Οββ] Pβ} (r : R) (x : TensorProduct R M N) : (TensorProduct.liftAux f') (r β’ x) = Οββ r β’ (TensorProduct.liftAux f') x - TensorProduct.liftAux_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f' : M βββ[Οββ] N βββ[Οββ] Pβ) (m : M) (n : N) : (TensorProduct.liftAux f') (m ββ[R] n) = (f' m) n - TensorProduct.lift.tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {f' : M βββ[Οββ] N βββ[Οββ] Pβ} (x : M) (y : N) : (TensorProduct.lift f') (x ββ[R] y) = (f' x) y - TensorProduct.comm_comp_comm_assoc π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) {P : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : P ββ[R] TensorProduct R M N) : β(TensorProduct.comm R N M) ββ β(TensorProduct.comm R M N) ββ f = f - TensorProduct.mapOfCompatibleSMul_surjective π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (A : Type u_13) (S : Type u_14) (M : Type u_15) (N : Type u_16) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [CommSemiring A] [Module A M] [Module A N] [SMulCommClass R A M] [CommSemiring S] [Module S M] [SMulCommClass R S M] [SMulCommClass A S M] [TensorProduct.CompatibleSMul R A M N] : Function.Surjective β(TensorProduct.mapOfCompatibleSMul R A S M N) - TensorProduct.mapOfCompatibleSMul_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (A : Type u_13) (S : Type u_14) (M : Type u_15) (N : Type u_16) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [CommSemiring A] [Module A M] [Module A N] [SMulCommClass R A M] [CommSemiring S] [Module S M] [SMulCommClass R S M] [SMulCommClass A S M] [TensorProduct.CompatibleSMul R A M N] (m : M) (n : N) : (TensorProduct.mapOfCompatibleSMul R A S M N) (m ββ[A] n) = m ββ[R] n - TensorProduct.lift.tmul' π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {f' : M βββ[Οββ] N βββ[Οββ] Pβ} (x : M) (y : N) : (TensorProduct.lift f').toAddHom (x ββ[R] y) = (f' x) y - TensorProduct.lift.unique π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] {f' : M βββ[Οββ] N βββ[Οββ] Pβ} {g : TensorProduct R M N βββ[Οββ] Pβ} (H : β (x : M) (y : N), g (x ββ[R] y) = (f' x) y) : g = TensorProduct.lift f' - TensorProduct.lcurry π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (M : Type u_6) (N : Type u_7) (Pβ : Type u_11) [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] : (TensorProduct R M N βββ[Οββ] Pβ) ββ[Rβ] M βββ[Οββ] N βββ[Οββ] Pβ - TensorProduct.uncurry π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (M : Type u_6) (N : Type u_7) (Pβ : Type u_11) [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] : (M βββ[Οββ] N βββ[Οββ] Pβ) ββ[Rβ] TensorProduct R M N βββ[Οββ] Pβ - TensorProduct.comm_comm π Mathlib.LinearAlgebra.TensorProduct.Basic
(R : Type u_1) [CommSemiring R] (M : Type u_6) (N : Type u_7) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R N M) : (TensorProduct.comm R M N) ((TensorProduct.comm R N M) x) = x - TensorProduct.lift.equiv π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (M : Type u_6) (N : Type u_7) (Pβ : Type u_11) [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] : (M βββ[Οββ] N βββ[Οββ] Pβ) ββ[Rβ] TensorProduct R M N βββ[Οββ] Pβ - TensorProduct.liftAddHom π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_6} {N : Type u_7} {P : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] (f : M β+ N β+ P) (hf : β (r : R) (m : M) (n : N), (f (r β’ m)) n = (f m) (r β’ n)) : TensorProduct R M N β+ P - TensorProduct.liftAddHom_tmul π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_6} {N : Type u_7} {P : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] (f : M β+ N β+ P) (hf : β (r : R) (m : M) (n : N), (f (r β’ m)) n = (f m) (r β’ n)) (m : M) (n : N) : (TensorProduct.liftAddHom f hf) (m ββ[R] n) = (f m) n - TensorProduct.ext_threefold π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {P : Type u_8} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] [Module R P] {g h : TensorProduct R (TensorProduct R M N) P βββ[Οββ] Pβ} (H : β (x : M) (y : N) (z : P), g (x ββ[R] y ββ[R] z) = h (x ββ[R] y ββ[R] z)) : g = h - TensorProduct.ext_threefold' π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {P : Type u_8} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] [Module R P] {g h : TensorProduct R M (TensorProduct R N P) βββ[Οββ] Pβ} (H : β (x : M) (y : N) (z : P), g (x ββ[R] (y ββ[R] z)) = h (x ββ[R] (y ββ[R] z))) : g = h - TensorProduct.ext_fourfold' π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {P : Type u_8} {Q : Type u_9} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] [Module R P] [Module R Q] {Ο Ο : TensorProduct R (TensorProduct R M N) (TensorProduct R P Q) βββ[Οββ] Pβ} (H : β (w : M) (x : N) (y : P) (z : Q), Ο (w ββ[R] x ββ[R] (y ββ[R] z)) = Ο (w ββ[R] x ββ[R] (y ββ[R] z))) : Ο = Ο - TensorProduct.lcurry_apply π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : TensorProduct R M N βββ[Οββ] Pβ) (m : M) (n : N) : (((TensorProduct.lcurry Οββ M N Pβ) f) m) n = f (m ββ[R] n) - TensorProduct.uncurry_apply π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : M βββ[Οββ] N βββ[Οββ] Pβ) (m : M) (n : N) : ((TensorProduct.uncurry Οββ M N Pβ) f) (m ββ[R] n) = (f m) n - TensorProduct.lift.equiv_apply π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (M : Type u_6) (N : Type u_7) (Pβ : Type u_11) [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : M βββ[Οββ] N βββ[Οββ] Pβ) (m : M) (n : N) : ((TensorProduct.lift.equiv Οββ M N Pβ) f) (m ββ[R] n) = (f m) n - TensorProduct.ext_fourfold π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {P : Type u_8} {Q : Type u_9} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] [Module R P] [Module R Q] {g h : TensorProduct R (TensorProduct R (TensorProduct R M N) P) Q βββ[Οββ] Pβ} (H : β (w : M) (x : N) (y : P) (z : Q), g (w ββ[R] x ββ[R] y ββ[R] z) = h (w ββ[R] x ββ[R] y ββ[R] z)) : g = h - TensorProduct.ext_fourfold'' π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_6} {N : Type u_7} {P : Type u_8} {Q : Type u_9} {Pβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] [Module R P] [Module R Q] {Ο Ο : TensorProduct R (TensorProduct R M (TensorProduct R N P)) Q βββ[Οββ] Pβ} (H : β (w : M) (x : N) (y : P) (z : Q), Ο (w ββ[R] (x ββ[R] y) ββ[R] z) = Ο (w ββ[R] (x ββ[R] y) ββ[R] z)) : Ο = Ο - TensorProduct.lift.equiv_symm_apply π Mathlib.LinearAlgebra.TensorProduct.Basic
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (M : Type u_6) (N : Type u_7) (Pβ : Type u_11) [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Pβ] (f : TensorProduct R M N βββ[Οββ] Pβ) (m : M) (n : N) : (((TensorProduct.lift.equiv Οββ M N Pβ).symm f) m) n = f (m ββ[R] n) - TensorProduct.instSmall π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_14} {M : Type u_15} {N : Type u_16} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Small.{u, u_15} M] [Small.{u, u_16} N] : Small.{u, max u_16 u_15} (TensorProduct R M N) - LinearMap.lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : TensorProduct R M N ββ[R] TensorProduct R M P - LinearMap.rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : TensorProduct R N M ββ[R] TensorProduct R P M - LinearMap.lTensor_id π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : LinearMap.lTensor M LinearMap.id = LinearMap.id - LinearMap.rTensor_id π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : LinearMap.rTensor M LinearMap.id = LinearMap.id - TensorProduct.map π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : TensorProduct R M N βββ[Οββ] TensorProduct Rβ Mβ Nβ - LinearEquiv.lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : TensorProduct R M N ββ[R] TensorProduct R M P - LinearEquiv.rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : TensorProduct R N M ββ[R] TensorProduct R P M - LinearEquiv.lTensor_refl π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : LinearEquiv.lTensor M (LinearEquiv.refl R N) = LinearEquiv.refl R (TensorProduct R M N) - LinearEquiv.rTensor_refl π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : LinearEquiv.rTensor M (LinearEquiv.refl R N) = LinearEquiv.refl R (TensorProduct R N M) - TensorProduct.map_id π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct.map LinearMap.id LinearMap.id = LinearMap.id - LinearMap.lTensor_def π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : LinearMap.lTensor M f = TensorProduct.map LinearMap.id f - LinearMap.rTensor_def π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : LinearMap.rTensor M f = TensorProduct.map f LinearMap.id - TensorProduct.congr π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : TensorProduct R M N βββ[Οββ] TensorProduct Rβ Mβ Nβ - TensorProduct.congr_refl_refl π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct.congr (LinearEquiv.refl R M) (LinearEquiv.refl R N) = LinearEquiv.refl R (TensorProduct R M N) - LinearMap.lTensor_id_apply π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R M N) : (LinearMap.lTensor M LinearMap.id) x = x - LinearMap.rTensor_id_apply π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R N M) : (LinearMap.rTensor M LinearMap.id) x = x - LinearEquiv.coe_lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : β(LinearEquiv.lTensor M f) = LinearMap.lTensor M βf - LinearEquiv.coe_rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : β(LinearEquiv.rTensor M f) = LinearMap.rTensor M βf - LinearMap.lTensor_smul_action π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (r : R) : LinearMap.lTensor M (DistribSMul.toLinearMap R N r) = DistribSMul.toLinearMap R (TensorProduct R M N) r - LinearMap.rTensor_smul_action π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (r : R) : LinearMap.rTensor M (DistribSMul.toLinearMap R N r) = DistribSMul.toLinearMap R (TensorProduct R N M) r - LinearEquiv.symm_lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : (LinearEquiv.lTensor M f).symm = LinearEquiv.lTensor M f.symm - LinearEquiv.symm_rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : (LinearEquiv.rTensor M f).symm = LinearEquiv.rTensor M f.symm - LinearMap.lTensor_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) (m : M) (n : N) : (LinearMap.lTensor M f) (m ββ[R] n) = m ββ[R] f n - LinearMap.rTensor_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) (m : M) (n : N) : (LinearMap.rTensor M f) (n ββ[R] m) = f n ββ[R] m - TensorProduct.range_map π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) : (TensorProduct.map f g).range = Submodule.mapβ (TensorProduct.mk R P Q) f.range g.range - LinearMap.lTensor_comp_rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) : LinearMap.lTensor P g ββ LinearMap.rTensor N f = TensorProduct.map f g - LinearMap.rTensor_comp_lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) : LinearMap.rTensor Q f ββ LinearMap.lTensor M g = TensorProduct.map f g - TensorProduct.toLinearMap_congr π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : β(TensorProduct.congr f g) = TensorProduct.map βf βg - TensorProduct.congr_symm π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : (TensorProduct.congr f g).symm = TensorProduct.congr f.symm g.symm - LinearMap.rTensor_neg π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {N : Type u_3} {P : Type u_4} {Q : Type u_5} [AddCommMonoid N] [AddCommGroup P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] (f : N ββ[R] P) : LinearMap.rTensor Q (-f) = -LinearMap.rTensor Q f - LinearEquiv.lTensor_refl_apply π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R M N) : (LinearEquiv.lTensor M (LinearEquiv.refl R N)) x = x - LinearEquiv.rTensor_refl_apply π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) (N : Type u_5) [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (y : TensorProduct R N M) : (LinearEquiv.rTensor M (LinearEquiv.refl R N)) y = y - TensorProduct.map_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) (m : M) (n : N) : (TensorProduct.map f g) (m ββ[R] n) = f m ββ[Rβ] g n - LinearMap.lTensor_comp π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (g : P ββ[R] Q) (f : N ββ[R] P) : LinearMap.lTensor M (g ββ f) = LinearMap.lTensor M g ββ LinearMap.lTensor M f - LinearMap.rTensor_comp π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (g : P ββ[R] Q) (f : N ββ[R] P) : LinearMap.rTensor M (g ββ f) = LinearMap.rTensor M g ββ LinearMap.rTensor M f - TensorProduct.mapIncl π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {P : Type u_6} {Q : Type u_7} [AddCommMonoid P] [AddCommMonoid Q] [Module R P] [Module R Q] (p : Submodule R P) (q : Submodule R Q) : TensorProduct R β₯p β₯q ββ[R] TensorProduct R P Q - LinearMap.lTensor_zero π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] : LinearMap.lTensor M 0 = 0 - LinearMap.rTensor_zero π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] : LinearMap.rTensor M 0 = 0 - TensorProduct.range_map_eq_span_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) : (TensorProduct.map f g).range = Submodule.span R {t | β m n, f m ββ[R] g n = t} - TensorProduct.map_one π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] : TensorProduct.map 1 1 = 1 - TensorProduct.map_bijective π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] {f : M ββ[R] N} {g : P ββ[R] Q} (hf : Function.Bijective βf) (hg : Function.Bijective βg) : Function.Bijective β(TensorProduct.map f g) - TensorProduct.map_zero_left π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (g : N βββ[Οββ] Nβ) : TensorProduct.map 0 g = 0 - TensorProduct.map_zero_right π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (f : M βββ[Οββ] Mβ) : TensorProduct.map f 0 = 0 - LinearMap.lTensor_neg π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} {P : Type u_4} [AddCommGroup M] [AddCommMonoid N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : LinearMap.lTensor M (-f) = -LinearMap.lTensor M f - LinearEquiv.coe_lTensor_symm π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : β(LinearEquiv.lTensor M f).symm = LinearMap.lTensor M βf.symm - LinearEquiv.coe_rTensor_symm π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : β(LinearEquiv.rTensor M f).symm = LinearMap.rTensor M βf.symm - LinearMap.lTensorHom π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] : (N ββ[R] P) ββ[R] TensorProduct R M N ββ[R] TensorProduct R M P - LinearMap.rTensorHom π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] : (N ββ[R] P) ββ[R] TensorProduct R N M ββ[R] TensorProduct R P M - LinearMap.lTensor_comp_map π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} {S : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid S] [Module R M] [Module R N] [Module R S] [Module R P] [Module R Q] (g' : Q ββ[R] S) (f : M ββ[R] P) (g : N ββ[R] Q) : LinearMap.lTensor P g' ββ TensorProduct.map f g = TensorProduct.map f (g' ββ g) - LinearMap.map_comp_lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} {S : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid S] [Module R M] [Module R N] [Module R S] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) (g' : S ββ[R] N) : TensorProduct.map f g ββ LinearMap.lTensor M g' = TensorProduct.map f (g ββ g') - LinearMap.map_comp_rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} {S : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid S] [Module R M] [Module R N] [Module R S] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) (f' : S ββ[R] M) : TensorProduct.map f g ββ LinearMap.rTensor N f' = TensorProduct.map (f ββ f') g - LinearMap.rTensor_comp_map π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} {S : Type u_8} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [AddCommMonoid S] [Module R M] [Module R N] [Module R S] [Module R P] [Module R Q] (f' : P ββ[R] S) (f : M ββ[R] P) (g : N ββ[R] Q) : LinearMap.rTensor Q f' ββ TensorProduct.map f g = TensorProduct.map (f' ββ f) g - LinearMap.lTensor_bij_iff_rTensor_bij π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : Function.Bijective β(LinearMap.lTensor M f) β Function.Bijective β(LinearMap.rTensor M f) - LinearMap.lTensor_inj_iff_rTensor_inj π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : Function.Injective β(LinearMap.lTensor M f) β Function.Injective β(LinearMap.rTensor M f) - LinearMap.lTensor_surj_iff_rTensor_surj π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) : Function.Surjective β(LinearMap.lTensor M f) β Function.Surjective β(LinearMap.rTensor M f) - TensorProduct.map_comp π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [CommSemiring R] [CommSemiring Rβ] [CommSemiring Rβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Mβ : Type u_10} {Nβ : Type u_11} {Nβ : Type u_12} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] [Module Rβ Mβ] [Module Rβ Nβ] [RingHomCompTriple Οββ Οββ Οββ] (fβ : Mβ βββ[Οββ] Mβ) (gβ : Nβ βββ[Οββ] Nβ) (fβ : M βββ[Οββ] Mβ) (gβ : N βββ[Οββ] Nβ) : TensorProduct.map (fβ βββ fβ) (gβ βββ gβ) = TensorProduct.map fβ gβ βββ TensorProduct.map fβ gβ - LinearEquiv.lTensor_trans_rTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) : LinearEquiv.lTensor M g βͺβ«β LinearEquiv.rTensor Q f = TensorProduct.congr f g - LinearEquiv.rTensor_trans_lTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (f : M ββ[R] P) (g : N ββ[R] Q) : LinearEquiv.rTensor N f βͺβ«β LinearEquiv.lTensor P g = TensorProduct.congr f g - TensorProduct.range_mapIncl π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {P : Type u_6} {Q : Type u_7} [AddCommMonoid P] [AddCommMonoid Q] [Module R P] [Module R Q] (p : Submodule R P) (q : Submodule R Q) : (TensorProduct.mapIncl p q).range = Submodule.mapβ (TensorProduct.mk R P Q) p q - LinearMap.lTensor_mul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f g : Module.End R N) : LinearMap.lTensor M (f * g) = LinearMap.lTensor M f * LinearMap.lTensor M g - LinearMap.rTensor_mul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f g : Module.End R N) : LinearMap.rTensor M (f * g) = LinearMap.rTensor M f * LinearMap.rTensor M g - TensorProduct.lTensorHomToHomLTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (P : Type u_6) (Mβ : Type u_9) (Nβ : Type u_11) [AddCommMonoid P] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module Rβ Mβ] [Module Rβ Nβ] [Module R P] : TensorProduct Rβ Mβ (P βββ[Οββ] Nβ) ββ[Rβ] P βββ[Οββ] TensorProduct Rβ Mβ Nβ - TensorProduct.rTensorHomToHomRTensor π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] (Οββ : R β+* Rβ) (P : Type u_6) (Mβ : Type u_9) (Nβ : Type u_11) [AddCommMonoid P] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module Rβ Mβ] [Module Rβ Nβ] [Module R P] : TensorProduct Rβ (P βββ[Οββ] Mβ) Nβ ββ[Rβ] P βββ[Οββ] TensorProduct Rβ Mβ Nβ - LinearEquiv.lTensor_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) (m : M) (n : N) : (LinearEquiv.lTensor M f) (m ββ[R] n) = m ββ[R] f n - LinearEquiv.rTensor_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) (m : M) (n : N) : (LinearEquiv.rTensor M f) (n ββ[R] m) = f n ββ[R] m - TensorProduct.congr_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) (m : M) (n : N) : (TensorProduct.congr f g) (m ββ[R] n) = f m ββ[Rβ] g n - TensorProduct.lift_comp_map π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [CommSemiring R] [CommSemiring Rβ] [CommSemiring Rβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} {Pβ : Type u_13} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [AddCommMonoid Pβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] [Module Rβ Pβ] [RingHomCompTriple Οββ Οββ Οββ] (i : Mβ βββ[Οββ] Nβ βββ[Οββ] Pβ) (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : TensorProduct.lift i βββ TensorProduct.map f g = TensorProduct.lift ((i βββ f).complβ g) - LinearEquiv.lTensor_trans π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (g : P ββ[R] Q) (f : N ββ[R] P) : LinearEquiv.lTensor M (f βͺβ«β g) = LinearEquiv.lTensor M f βͺβ«β LinearEquiv.lTensor M g - LinearEquiv.rTensor_trans π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (g : P ββ[R] Q) (f : N ββ[R] P) : LinearEquiv.rTensor M (f βͺβ«β g) = LinearEquiv.rTensor M f βͺβ«β LinearEquiv.rTensor M g - TensorProduct.mapβ π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [CommSemiring R] [CommSemiring Rβ] [CommSemiring Rβ] {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Mβ : Type u_10} {Nβ : Type u_11} {Nβ : Type u_12} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] [Module Rβ Mβ] [Module Rβ Nβ] (f : M βββ[Οββ] Mβ βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ βββ[Οββ] Nβ) : TensorProduct R M N βββ[Οββ] TensorProduct Rβ Mβ Nβ βββ[Οββ] TensorProduct Rβ Mβ Nβ - LinearEquiv.comm_trans_lTensor_trans_comm_eq π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] (g : N ββ[R] P) : TensorProduct.comm R N Q βͺβ«β LinearEquiv.lTensor Q g βͺβ«β TensorProduct.comm R Q P = LinearEquiv.rTensor Q g - LinearEquiv.comm_trans_rTensor_trans_comm_eq π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] (g : N ββ[R] P) : TensorProduct.comm R Q N βͺβ«β LinearEquiv.rTensor Q g βͺβ«β TensorProduct.comm R P Q = LinearEquiv.lTensor Q g - LinearMap.comm_comp_lTensor_comp_comm_eq π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] (g : N ββ[R] P) : β(TensorProduct.comm R Q P) ββ LinearMap.lTensor Q g ββ β(TensorProduct.comm R N Q) = LinearMap.rTensor Q g - LinearMap.comm_comp_rTensor_comp_comm_eq π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {N : Type u_5} {P : Type u_6} {Q : Type u_7} [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] (g : N ββ[R] P) : β(TensorProduct.comm R P Q) ββ LinearMap.rTensor Q g ββ β(TensorProduct.comm R Q N) = LinearMap.lTensor Q g - LinearMap.lTensor_comp_comm π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : M ββ[R] P) : LinearMap.lTensor N f ββ β(TensorProduct.comm R M N) = β(TensorProduct.comm R P N) ββ LinearMap.rTensor N f - LinearMap.rTensor_comp_comm π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : M ββ[R] P) : LinearMap.rTensor N f ββ β(TensorProduct.comm R N M) = β(TensorProduct.comm R N P) ββ LinearMap.lTensor N f - TensorProduct.map_comp_comm_eq π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : TensorProduct.map f g βββ β(TensorProduct.comm R N M) = β(TensorProduct.comm Rβ Nβ Mβ) βββ TensorProduct.map g f - TensorProduct.map_add_left π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (fβ fβ : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : TensorProduct.map (fβ + fβ) g = TensorProduct.map fβ g + TensorProduct.map fβ g - TensorProduct.map_add_right π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (f : M βββ[Οββ] Mβ) (gβ gβ : N βββ[Οββ] Nβ) : TensorProduct.map f (gβ + gβ) = TensorProduct.map f gβ + TensorProduct.map f gβ - TensorProduct.congr_trans π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [CommSemiring R] [CommSemiring Rβ] [CommSemiring Rβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Mβ : Type u_10} {Nβ : Type u_11} {Nβ : Type u_12} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] [Module Rβ Mβ] [Module Rβ Nβ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] {Οββ : Rβ β+* Rβ} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] [RingHomCompTriple Οββ Οββ Οββ] [RingHomCompTriple Οββ Οββ Οββ] (fβ : Mβ βββ[Οββ] Mβ) (gβ : Nβ βββ[Οββ] Nβ) (fβ : M βββ[Οββ] Mβ) (gβ : N βββ[Οββ] Nβ) : TensorProduct.congr (fβ.trans fβ) (gβ.trans gβ) = (TensorProduct.congr fβ gβ).trans (TensorProduct.congr fβ gβ) - LinearMap.lTensor_add π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f g : N ββ[R] P) : LinearMap.lTensor M (f + g) = LinearMap.lTensor M f + LinearMap.lTensor M g - LinearMap.rTensor_add π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f g : N ββ[R] P) : LinearMap.rTensor M (f + g) = LinearMap.rTensor M f + LinearMap.rTensor M g - LinearMap.lTensor_pow π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f : N ββ[R] N) (n : β) : LinearMap.lTensor M f ^ n = LinearMap.lTensor M (f ^ n) - LinearMap.rTensor_pow π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f : M ββ[R] M) (n : β) : LinearMap.rTensor N f ^ n = LinearMap.rTensor N (f ^ n) - TensorProduct.range_map_mono π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Mβ : Type u_10} {Nβ : Type u_11} {Nβ : Type u_12} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module R Mβ] [Module R Mβ] [Module R Nβ] [Module R Nβ] {a : M ββ[R] Mβ} {b : Mβ ββ[R] Mβ} {c : N ββ[R] Nβ} {d : Nβ ββ[R] Nβ} (hab : a.range β€ b.range) (hcd : c.range β€ d.range) : (TensorProduct.map a c).range β€ (TensorProduct.map b d).range - TensorProduct.congr_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) (p : Mβ) (q : Nβ) : (TensorProduct.congr f g).symm (p ββ[Rβ] q) = f.symm p ββ[R] g.symm q - LinearEquiv.lTensor_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) (m : M) (p : P) : (LinearEquiv.lTensor M f).symm (m ββ[R] p) = m ββ[R] f.symm p - LinearEquiv.rTensor_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} [CommSemiring R] (M : Type u_4) {N : Type u_5} {P : Type u_6} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : N ββ[R] P) (m : M) (p : P) : (LinearEquiv.rTensor M f).symm (p ββ[R] m) = f.symm p ββ[R] m - TensorProduct.map_smul_left π Mathlib.LinearAlgebra.TensorProduct.Map
{R : Type u_1} {Rβ : Type u_2} [CommSemiring R] [CommSemiring Rβ] {Οββ : R β+* Rβ} {M : Type u_4} {N : Type u_5} {Mβ : Type u_9} {Nβ : Type u_11} [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid Mβ] [AddCommMonoid Nβ] [Module R M] [Module R N] [Module Rβ Mβ] [Module Rβ Nβ] (r : Rβ) (f : M βββ[Οββ] Mβ) (g : N βββ[Οββ] Nβ) : TensorProduct.map (r β’ f) g = r β’ TensorProduct.map f g
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c