Loogle!
Result
Found 778 declarations mentioning TensorProduct.tmul. Of these, only the first 200 are shown.
- 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 - 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.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.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.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.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.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.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.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_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.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.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.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.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_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.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.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.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.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) - 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.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 - 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} - 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.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.lTensorHomToHomLTensor_apply π 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] (mβ : Mβ) (f : P βββ[Οββ] Nβ) (p : P) : ((TensorProduct.lTensorHomToHomLTensor Οββ P Mβ Nβ) (mβ ββ[Rβ] f)) p = mβ ββ[Rβ] f p - TensorProduct.rTensorHomToHomRTensor_apply π 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] (f : P βββ[Οββ] Mβ) (nβ : Nβ) (p : P) : ((TensorProduct.rTensorHomToHomRTensor Οββ P Mβ Nβ) (f ββ[Rβ] nβ)) p = f p ββ[Rβ] nβ - TensorProduct.mapβ_apply_tmul π 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β) (m : M) (n : N) : (TensorProduct.mapβ f g) (m ββ[R] n) = TensorProduct.map (f m) (g n) - TensorProduct.homTensorHomMap_apply π 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.homTensorHomMap Οββ M N Mβ Nβ) (f ββ[Rβ] g) = TensorProduct.map f g - LinearMap.mul'_apply π Mathlib.Algebra.Algebra.Bilinear
{R : Type u_1} {A : Type u_2} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] {a b : A} : (LinearMap.mul' R A) (a ββ[R] b) = a * b - TensorProduct.lid_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] {M : Type u_4} [AddCommMonoid M] [Module R M] (m : M) (r : R) : (TensorProduct.lid R M) (r ββ[R] m) = r β’ m - TensorProduct.rid_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] {M : Type u_4} [AddCommMonoid M] [Module R M] (m : M) (r : R) : (TensorProduct.rid R M) (m ββ[R] r) = r β’ m - TensorProduct.lid_symm_apply π Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] {M : Type u_4} [AddCommMonoid M] [Module R M] (m : M) : (TensorProduct.lid R M).symm m = 1 ββ[R] m - TensorProduct.rid_symm_apply π Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] {M : Type u_4} [AddCommMonoid M] [Module R M] (m : M) : (TensorProduct.rid R M).symm m = m ββ[R] 1 - TensorProduct.lidOfCompatibleSMul_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(R : Type u_1) [CommSemiring R] (A : Type u_3) (M : Type u_4) [AddCommMonoid M] [Module R M] [CommSemiring A] [Module A M] [Module R A] [SMulCommClass R A A] [TensorProduct.CompatibleSMul R A A M] [TensorProduct.CompatibleSMul A R A M] (a : A) (m : M) : (TensorProduct.lidOfCompatibleSMul R A M) (a ββ[R] m) = a β’ m - TensorProduct.includeRight_lid π Mathlib.LinearAlgebra.TensorProduct.Associator
{R : Type u_1} [CommSemiring R] {M : Type u_4} [AddCommMonoid M] [Module R M] {S : Type u_10} [Semiring S] [Algebra R S] (m : TensorProduct R R M) : 1 ββ[R] (TensorProduct.lid R M) m = (LinearMap.rTensor M (Algebra.algHom R R S).toLinearMap) m - TensorProduct.assoc_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
{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] (m : M) (n : N) (p : P) : (TensorProduct.assoc R M N P) (m ββ[R] n ββ[R] p) = m ββ[R] (n ββ[R] p) - TensorProduct.leftComm_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(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] (m : M) (n : N) (p : P) : (TensorProduct.leftComm R M N P) (m ββ[R] (n ββ[R] p)) = n ββ[R] (m ββ[R] p) - TensorProduct.rightComm_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(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] (m : M) (n : N) (p : P) : (TensorProduct.rightComm R M N P) (m ββ[R] n ββ[R] p) = m ββ[R] p ββ[R] n - TensorProduct.assoc_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
{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] (m : M) (n : N) (p : P) : (TensorProduct.assoc R M N P).symm (m ββ[R] (n ββ[R] p)) = m ββ[R] n ββ[R] p - TensorProduct.leftComm_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(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] (m : M) (n : N) (p : P) : (TensorProduct.leftComm R M N P).symm (n ββ[R] (m ββ[R] p)) = m ββ[R] (n ββ[R] p) - TensorProduct.tensorTensorTensorComm_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(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 Q] [Module R P] (m : M) (n : N) (p : P) (q : Q) : (TensorProduct.tensorTensorTensorComm R M N P Q) (m ββ[R] n ββ[R] (p ββ[R] q)) = m ββ[R] p ββ[R] (n ββ[R] q) - TensorProduct.tensorTensorTensorAssoc_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(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 Q] [Module R P] (m : M) (n : N) (p : P) (q : Q) : (TensorProduct.tensorTensorTensorAssoc R M N P Q) (m ββ[R] n ββ[R] (p ββ[R] q)) = m ββ[R] (n ββ[R] p) ββ[R] q - TensorProduct.tensorTensorTensorAssoc_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Associator
(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 Q] [Module R P] (m : M) (n : N) (p : P) (q : Q) : (TensorProduct.tensorTensorTensorAssoc R M N P Q).symm (m ββ[R] (n ββ[R] p) ββ[R] q) = m ββ[R] n ββ[R] (p ββ[R] q) - Submodule.tmul_mem_baseChange_of_mem π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type u_1} {M : Type u_2} {A : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] {p : Submodule R M} (a : A) {m : M} (hm : m β p) : a ββ[R] m β Submodule.baseChange A p - LinearMap.baseChange_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type u_1} {A : Type u_2} {M : Type u_4} {N : Type u_5} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (f : M ββ[R] N) (a : A) (x : M) : (LinearMap.baseChange A f) (a ββ[R] x) = a ββ[R] f x - TensorProduct.AlgebraTensorModule.rid_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} (A : Type uA) {M : Type uM} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] (r : R) (m : M) : (TensorProduct.AlgebraTensorModule.rid R A M) (m ββ[R] r) = r β’ m - TensorProduct.AlgebraTensorModule.rid_symm_apply π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {M : Type uM} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] (m : M) : (TensorProduct.AlgebraTensorModule.rid R A M).symm m = m ββ[R] 1 - TensorProduct.AlgebraTensorModule.map_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] [AddCommMonoid Q] [Module R Q] (f : M ββ[A] P) (g : N ββ[R] Q) (m : M) (n : N) : (TensorProduct.AlgebraTensorModule.map f g) (m ββ[R] n) = f m ββ[R] g n - TensorProduct.AlgebraTensorModule.ext π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {P : Type uP} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] {g h : TensorProduct R M N ββ[A] P} (H : β (x : M) (y : N), g (x ββ[R] y) = h (x ββ[R] y)) : g = h - TensorProduct.AlgebraTensorModule.lift_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {P : Type uP} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] (f : M ββ[A] N ββ[R] P) (x : M) (y : N) : (TensorProduct.AlgebraTensorModule.lift f) (x ββ[R] y) = (f x) y - LinearEquiv.baseChange_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type u_1) (A : Type u_2) (M : Type u_4) (N : Type u_5) [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {e : M ββ[R] N} (a : A) (m : M) : (LinearEquiv.baseChange R A M N e) (a ββ[R] m) = a ββ[R] e m - TensorProduct.AlgebraTensorModule.mk_apply π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) [CommSemiring R] (A : Type u_1) (M : Type u_2) (N : Type u_3) [Semiring A] [AddCommMonoid M] [Module R M] [Module A M] [SMulCommClass R A M] [AddCommMonoid N] [Module R N] (m : M) : (TensorProduct.AlgebraTensorModule.mk R A M N) m = { toFun := fun x2 => m ββ[R] x2, map_add' := β―, map_smul' := β― } - TensorProduct.AlgebraTensorModule.congr_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] [AddCommMonoid Q] [Module R Q] (f : M ββ[A] P) (g : N ββ[R] Q) (m : M) (n : N) : (TensorProduct.AlgebraTensorModule.congr f g) (m ββ[R] n) = f m ββ[R] g n - LinearEquiv.baseChange_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type u_1) (A : Type u_2) (M : Type u_4) (N : Type u_5) [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {e : M ββ[R] N} (a : A) (n : N) : (LinearEquiv.baseChange R A M N e).symm (a ββ[R] n) = a ββ[R] e.symm n - TensorProduct.AlgebraTensorModule.congr_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] [AddCommMonoid Q] [Module R Q] (f : M ββ[A] P) (g : N ββ[R] Q) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.congr f g).symm (p ββ[R] q) = f.symm p ββ[R] g.symm q - TensorProduct.AlgebraTensorModule.rTensor_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {P : Type uP} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] (f : M ββ[A] P) (m : M) (n : N) : ((TensorProduct.AlgebraTensorModule.rTensor R N) f) (m ββ[R] n) = f m ββ[R] n - TensorProduct.AlgebraTensorModule.lTensor_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} {Q : Type uQ} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid Q] [Module R Q] (f : N ββ[R] Q) (m : M) (n : N) : ((TensorProduct.AlgebraTensorModule.lTensor A M) f) (m ββ[R] n) = m ββ[R] f n - TensorProduct.AlgebraTensorModule.leftComm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {M : Type uM} {P : Type uP} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid P] [Module A P] [AddCommMonoid Q] [Module R Q] [Module R P] [IsScalarTower R A P] (m : M) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.leftComm R A M P Q) (m ββ[A] (p ββ[R] q)) = p ββ[A] (m ββ[R] q) - TensorProduct.AlgebraTensorModule.cancelBaseChange_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) (B : Type uB) {M : Type uM} {N : Type uN} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [AddCommMonoid N] [Module R N] [Algebra A B] [IsScalarTower A B M] (m : M) (n : N) (a : A) : (TensorProduct.AlgebraTensorModule.cancelBaseChange R A B M N) (m ββ[A] (a ββ[R] n)) = (a β’ m) ββ[R] n - TensorProduct.AlgebraTensorModule.rightComm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) {S : Type uS} (B : Type uB) {M : Type uM} {P : Type uP} {Q : Type uQ} [CommSemiring R] [Semiring B] [Algebra R B] [AddCommMonoid M] [Module R M] [Module B M] [IsScalarTower R B M] [AddCommMonoid P] [AddCommMonoid Q] [Module R Q] [CommSemiring S] [Module S M] [Module S P] [Algebra S B] [IsScalarTower S B M] [SMulCommClass R S M] [SMulCommClass S R M] (m : M) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.rightComm R S B M P Q) (m ββ[S] p ββ[R] q) = m ββ[R] q ββ[S] p - TensorProduct.AlgebraTensorModule.leftComm_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {M : Type uM} {P : Type uP} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid P] [Module A P] [AddCommMonoid Q] [Module R Q] [Module R P] [IsScalarTower R A P] (m : M) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.leftComm R A M P Q).symm (p ββ[A] (m ββ[R] q)) = m ββ[A] (p ββ[R] q) - TensorProduct.AlgebraTensorModule.cancelBaseChange_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) (B : Type uB) {M : Type uM} {N : Type uN} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [AddCommMonoid N] [Module R N] [Algebra A B] [IsScalarTower A B M] (m : M) (n : N) : (TensorProduct.AlgebraTensorModule.cancelBaseChange R A B M N).symm (m ββ[R] n) = m ββ[A] (1 ββ[R] n) - Submodule.coe_toBaseChange_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type u_1} {M : Type u_2} (A : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] (p : Submodule R M) (a : A) (x : β₯p) : β((Submodule.toBaseChange A p) (a ββ[R] x)) = a ββ[R] βx - TensorProduct.AlgebraTensorModule.assoc_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) (B : Type uB) {M : Type uM} {P : Type uP} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [AddCommMonoid P] [Module A P] [AddCommMonoid Q] [Module R Q] [Module R P] [IsScalarTower R A P] [Algebra A B] [IsScalarTower A B M] (m : M) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.assoc R A B M P Q) (m ββ[A] p ββ[R] q) = m ββ[A] (p ββ[R] q) - TensorProduct.AlgebraTensorModule.rightComm_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) {S : Type uS} (B : Type uB) {M : Type uM} {P : Type uP} {Q : Type uQ} [CommSemiring R] [Semiring B] [Algebra R B] [AddCommMonoid M] [Module R M] [Module B M] [IsScalarTower R B M] [AddCommMonoid P] [AddCommMonoid Q] [Module R Q] [CommSemiring S] [Module S M] [Module S P] [Algebra S B] [IsScalarTower S B M] [SMulCommClass R S M] [SMulCommClass S R M] (m : M) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.rightComm R S B M P Q).symm (m ββ[R] q ββ[S] p) = m ββ[S] p ββ[R] q - TensorProduct.AlgebraTensorModule.assoc_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) (B : Type uB) {M : Type uM} {P : Type uP} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [AddCommMonoid P] [Module A P] [AddCommMonoid Q] [Module R Q] [Module R P] [IsScalarTower R A P] [Algebra A B] [IsScalarTower A B M] (m : M) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.assoc R A B M P Q).symm (m ββ[A] (p ββ[R] q)) = m ββ[A] p ββ[R] q - TensorProduct.AlgebraTensorModule.uliftEquiv_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {M : Type uM} {N : Type uN} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] (m : M) (n : N) : (TensorProduct.AlgebraTensorModule.uliftEquiv R A M N) { down := m ββ[R] n } = { down := m } ββ[ULift.{u_3, uR} R] { down := n } - TensorProduct.AlgebraTensorModule.distribBaseChange_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {N : Type uN} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid N] [Module R N] [AddCommMonoid Q] [Module R Q] (n : N) (q : Q) (a : A) : (TensorProduct.AlgebraTensorModule.distribBaseChange R A N Q) (a ββ[R] (n ββ[R] q)) = a ββ[R] n ββ[A] (1 ββ[R] q) - TensorProduct.AlgebraTensorModule.homTensorHomMap_apply π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {B : Type uB} {M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module A P] [IsScalarTower R A P] [AddCommMonoid Q] [Module R Q] [Module B P] [IsScalarTower R B P] [SMulCommClass A B P] (f : M ββ[A] P) (g : N ββ[R] Q) : (TensorProduct.AlgebraTensorModule.homTensorHomMap R A B M N P Q) (f ββ[R] g) = TensorProduct.AlgebraTensorModule.map f g - TensorProduct.AlgebraTensorModule.distribBaseChange_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {N : Type uN} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid N] [Module R N] [AddCommMonoid Q] [Module R Q] (n : N) (q : Q) (a b : A) : (TensorProduct.AlgebraTensorModule.distribBaseChange R A N Q).symm (a ββ[R] n ββ[A] (b ββ[R] q)) = (a * b) ββ[R] (n ββ[R] q) - TensorProduct.AlgebraTensorModule.down_uliftEquiv_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {M : Type uM} {N : Type uN} [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] (m : ULift.{u_1, uM} M) (n : ULift.{u_2, uN} N) : ((TensorProduct.AlgebraTensorModule.uliftEquiv R A M N).symm (m ββ[ULift.{u_4, uR} R] n)).down = m.down ββ[R] n.down - TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (S : Type uS) (A : Type uA) (B : Type uB) {M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module A P] [AddCommMonoid Q] [Module R Q] [Module R P] [IsScalarTower R A P] [Algebra A B] [IsScalarTower A B M] [CommSemiring S] [Algebra R S] [Algebra S B] [Module S M] [Module S N] [IsScalarTower R S M] [SMulCommClass A S M] [SMulCommClass S A M] [IsScalarTower S B M] [IsScalarTower R S N] (m : M) (n : N) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.tensorTensorTensorComm R S A B M N P Q) (m ββ[S] n ββ[A] (p ββ[R] q)) = m ββ[A] p ββ[S] (n ββ[R] q) - TensorProduct.AlgebraTensorModule.tensorTensorTensorComm_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (S : Type uS) (A : Type uA) (B : Type uB) {M : Type uM} {N : Type uN} {P : Type uP} {Q : Type uQ} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module A P] [AddCommMonoid Q] [Module R Q] [Module R P] [IsScalarTower R A P] [Algebra A B] [IsScalarTower A B M] [CommSemiring S] [Algebra R S] [Algebra S B] [Module S M] [Module S N] [IsScalarTower R S M] [SMulCommClass A S M] [SMulCommClass S A M] [IsScalarTower S B M] [IsScalarTower R S N] (m : M) (n : N) (p : P) (q : Q) : (TensorProduct.AlgebraTensorModule.tensorTensorTensorComm R S A B M N P Q).symm (m ββ[A] p ββ[S] (n ββ[R] q)) = m ββ[S] n ββ[A] (p ββ[R] q) - TensorProduct.directSumRight_tmul π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ' : Type wβ'} {Mβ : ΞΉβ β Type wβ} [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [Module R Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module S Mβ'] [IsScalarTower R S Mβ'] (m : Mβ') (n : DirectSum ΞΉβ fun i => Mβ i) (i : ΞΉβ) : ((TensorProduct.directSumRight R S Mβ' Mβ) (m ββ[R] n)) i = m ββ[R] n i - TensorProduct.directSumLeft_tmul π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ : ΞΉβ β Type wβ} {Mβ' : Type wβ'} [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module R Mβ'] [(iβ : ΞΉβ) β Module S (Mβ iβ)] [β (iβ : ΞΉβ), IsScalarTower R S (Mβ iβ)] (m : DirectSum ΞΉβ fun i => Mβ i) (n : Mβ') (i : ΞΉβ) : ((TensorProduct.directSumLeft R S Mβ Mβ') (m ββ[R] n)) i = m i ββ[R] n - TensorProduct.directSumRight_tmul_lof π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ' : Type wβ'} {Mβ : ΞΉβ β Type wβ} [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [Module R Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module S Mβ'] [IsScalarTower R S Mβ'] (x : Mβ') (i : ΞΉβ) (y : Mβ i) : (TensorProduct.directSumRight R S Mβ' Mβ) (x ββ[R] (DirectSum.lof R ΞΉβ Mβ i) y) = (DirectSum.lof S ΞΉβ (fun i => TensorProduct R Mβ' (Mβ i)) i) (x ββ[R] y) - TensorProduct.directSumLeft_tmul_lof π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ : ΞΉβ β Type wβ} {Mβ' : Type wβ'} [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module R Mβ'] [(iβ : ΞΉβ) β Module S (Mβ iβ)] [β (iβ : ΞΉβ), IsScalarTower R S (Mβ iβ)] (i : ΞΉβ) (x : Mβ i) (y : Mβ') : (TensorProduct.directSumLeft R S Mβ Mβ') ((DirectSum.lof S ΞΉβ Mβ i) x ββ[R] y) = (DirectSum.lof S ΞΉβ (fun i => TensorProduct R (Mβ i) Mβ') i) (x ββ[R] y) - TensorProduct.directSumRight_symm_lof_tmul π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ' : Type wβ'} {Mβ : ΞΉβ β Type wβ} [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [Module R Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module S Mβ'] [IsScalarTower R S Mβ'] (x : Mβ') (i : ΞΉβ) (y : Mβ i) : (TensorProduct.directSumRight R S Mβ' Mβ).symm ((DirectSum.lof S ΞΉβ (fun i => TensorProduct R Mβ' (Mβ i)) i) (x ββ[R] y)) = x ββ[R] (DirectSum.lof R ΞΉβ Mβ i) y - TensorProduct.directSumLeft_symm_lof_tmul π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ : ΞΉβ β Type wβ} {Mβ' : Type wβ'} [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module R Mβ'] [(iβ : ΞΉβ) β Module S (Mβ iβ)] [β (iβ : ΞΉβ), IsScalarTower R S (Mβ iβ)] (i : ΞΉβ) (x : Mβ i) (y : Mβ') : (TensorProduct.directSumLeft R S Mβ Mβ').symm ((DirectSum.lof S ΞΉβ (fun i => TensorProduct R (Mβ i) Mβ') i) (x ββ[R] y)) = (DirectSum.lof S ΞΉβ Mβ i) x ββ[R] y - TensorProduct.directSum_lof_tmul_lof π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] [DecidableEq ΞΉβ] {Mβ : ΞΉβ β Type wβ} {Mβ : ΞΉβ β Type wβ} [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [(iβ : ΞΉβ) β Module S (Mβ iβ)] [β (iβ : ΞΉβ), IsScalarTower R S (Mβ iβ)] (iβ : ΞΉβ) (mβ : Mβ iβ) (iβ : ΞΉβ) (mβ : Mβ iβ) : (TensorProduct.directSum R S Mβ Mβ) ((DirectSum.lof S ΞΉβ Mβ iβ) mβ ββ[R] (DirectSum.lof R ΞΉβ Mβ iβ) mβ) = (DirectSum.lof S (ΞΉβ Γ ΞΉβ) (fun i => TensorProduct R (Mβ i.1) (Mβ i.2)) (iβ, iβ)) (mβ ββ[R] mβ) - TensorProduct.directSum_symm_lof_tmul π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] (S : Type u_1) [Semiring S] [Algebra R S] {ΞΉβ : Type vβ} {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] [DecidableEq ΞΉβ] {Mβ : ΞΉβ β Type wβ} {Mβ : ΞΉβ β Type wβ} [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [(iβ : ΞΉβ) β Module S (Mβ iβ)] [β (iβ : ΞΉβ), IsScalarTower R S (Mβ iβ)] (iβ : ΞΉβ) (mβ : Mβ iβ) (iβ : ΞΉβ) (mβ : Mβ iβ) : (TensorProduct.directSum R S Mβ Mβ).symm ((DirectSum.lof S (ΞΉβ Γ ΞΉβ) (fun i => TensorProduct R (Mβ i.1) (Mβ i.2)) (iβ, iβ)) (mβ ββ[R] mβ)) = (DirectSum.lof S ΞΉβ Mβ iβ) mβ ββ[R] (DirectSum.lof R ΞΉβ Mβ iβ) mβ - TensorProduct.finsuppScalarLeft_apply_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} [CommSemiring R] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (p : ΞΉ ββ R) (n : N) : (TensorProduct.finsuppScalarLeft R N ΞΉ) (p ββ[R] n) = p.sum fun i m => funβ | i => m β’ n - TensorProduct.finsuppScalarLeft_apply_tmul_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} [CommSemiring R] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (p : ΞΉ ββ R) (n : N) (i : ΞΉ) : ((TensorProduct.finsuppScalarLeft R N ΞΉ) (p ββ[R] n)) i = p i β’ n - TensorProduct.finsuppScalarRight_apply_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (m : M) (p : ΞΉ ββ R) : (TensorProduct.finsuppScalarRight R S M ΞΉ) (m ββ[R] p) = p.sum fun i n => funβ | i => n β’ m - TensorProduct.finsuppScalarRight_apply_tmul_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (m : M) (p : ΞΉ ββ R) (i : ΞΉ) : ((TensorProduct.finsuppScalarRight R S M ΞΉ) (m ββ[R] p)) i = p i β’ m - TensorProduct.finsuppScalarLeft_symm_apply_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} [CommSemiring R] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (i : ΞΉ) (n : N) : ((TensorProduct.finsuppScalarLeft R N ΞΉ).symm funβ | i => n) = (funβ | i => 1) ββ[R] n - TensorProduct.finsuppRight_tmul_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (i : ΞΉ) (m : M) (n : N) : (TensorProduct.finsuppRight R S M N ΞΉ) (m ββ[R] funβ | i => n) = funβ | i => m ββ[R] n - TensorProduct.finsuppRight_apply_tmul_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (m : M) (p : ΞΉ ββ N) (i : ΞΉ) : ((TensorProduct.finsuppRight R S M N ΞΉ) (m ββ[R] p)) i = m ββ[R] p i - TensorProduct.finsuppRight_apply_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (m : M) (p : ΞΉ ββ N) : (TensorProduct.finsuppRight R S M N ΞΉ) (m ββ[R] p) = p.sum fun i n => funβ | i => m ββ[R] n - TensorProduct.finsuppScalarRight_symm_apply_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (i : ΞΉ) (m : M) : ((TensorProduct.finsuppScalarRight R S M ΞΉ).symm funβ | i => m) = m ββ[R] funβ | i => 1 - finsuppTensorFinsuppLid_single_tmul_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (N : Type u_4) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid N] [Module R N] (a : ΞΉ) (b : ΞΊ) (r : R) (n : N) : (finsuppTensorFinsuppLid R N ΞΉ ΞΊ) ((funβ | a => r) ββ[R] funβ | b => n) = funβ | (a, b) => r β’ n - finsuppTensorFinsuppRid_single_tmul_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (M : Type u_3) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid M] [Module R M] (a : ΞΉ) (b : ΞΊ) (m : M) (r : R) : (finsuppTensorFinsuppRid R M ΞΉ ΞΊ) ((funβ | a => m) ββ[R] funβ | b => r) = funβ | (a, b) => r β’ m - TensorProduct.finsuppRight_symm_apply_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (i : ΞΉ) (m : M) (n : N) : ((TensorProduct.finsuppRight R S M N ΞΉ).symm funβ | i => m ββ[R] n) = m ββ[R] funβ | i => n - finsuppTensorFinsuppLid_apply_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (N : Type u_4) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid N] [Module R N] (f : ΞΉ ββ R) (g : ΞΊ ββ N) (a : ΞΉ) (b : ΞΊ) : ((finsuppTensorFinsuppLid R N ΞΉ ΞΊ) (f ββ[R] g)) (a, b) = f a β’ g b - finsuppTensorFinsuppRid_apply_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (M : Type u_3) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid M] [Module R M] (f : ΞΉ ββ M) (g : ΞΊ ββ R) (a : ΞΉ) (b : ΞΊ) : ((finsuppTensorFinsuppRid R M ΞΉ ΞΊ) (f ββ[R] g)) (a, b) = g b β’ f a - TensorProduct.finsuppLeft_apply_tmul_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (p : ΞΉ ββ M) (n : N) (i : ΞΉ) : ((TensorProduct.finsuppLeft R S M N ΞΉ) (p ββ[R] n)) i = p i ββ[R] n - TensorProduct.finsuppLeft_apply_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (p : ΞΉ ββ M) (n : N) : (TensorProduct.finsuppLeft R S M N ΞΉ) (p ββ[R] n) = p.sum fun i m => funβ | i => m ββ[R] n - finsuppTensorFinsupp'_single_tmul_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] (a : ΞΉ) (b : ΞΊ) (rβ rβ : R) : (finsuppTensorFinsupp' R ΞΉ ΞΊ) ((funβ | a => rβ) ββ[R] funβ | b => rβ) = funβ | (a, b) => rβ * rβ - finsuppTensorFinsupp'_apply_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] (f : ΞΉ ββ R) (g : ΞΊ ββ R) (a : ΞΉ) (b : ΞΊ) : ((finsuppTensorFinsupp' R ΞΉ ΞΊ) (f ββ[R] g)) (a, b) = f a * g b - finsuppTensorFinsuppLid_symm_single_smul π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (N : Type u_4) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid N] [Module R N] (i : ΞΉ Γ ΞΊ) (r : R) (n : N) : ((finsuppTensorFinsuppLid R N ΞΉ ΞΊ).symm funβ | i => r β’ n) = (funβ | i.1 => r) ββ[R] funβ | i.2 => n - finsuppTensorFinsuppRid_symm_single_smul π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (M : Type u_3) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid M] [Module R M] (i : ΞΉ Γ ΞΊ) (m : M) (r : R) : ((finsuppTensorFinsuppRid R M ΞΉ ΞΊ).symm funβ | i => r β’ m) = (funβ | i.1 => m) ββ[R] funβ | i.2 => r - TensorProduct.finsuppLeft_symm_apply_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} {S : Type u_2} [CommSemiring R] [Semiring S] [Algebra R S] {M : Type u_3} [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (i : ΞΉ) (m : M) (n : N) : ((TensorProduct.finsuppLeft R S M N ΞΉ).symm funβ | i => m ββ[R] n) = (funβ | i => m) ββ[R] n - finsuppTensorFinsupp_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (S : Type u_2) (M : Type u_3) (N : Type u_4) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Semiring S] [Algebra R S] [Module S M] [IsScalarTower R S M] (i : ΞΉ) (m : M) (k : ΞΊ) (n : N) : (finsuppTensorFinsupp R S M N ΞΉ ΞΊ) ((funβ | i => m) ββ[R] funβ | k => n) = funβ | (i, k) => m ββ[R] n - finsuppTensorFinsupp'_symm_single_eq_single_one_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] (i : ΞΉ Γ ΞΊ) (r : R) : ((finsuppTensorFinsupp' R ΞΉ ΞΊ).symm funβ | i => r) = (funβ | i.1 => 1) ββ[R] funβ | i.2 => r - finsuppTensorFinsupp'_symm_single_eq_tmul_single_one π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] (i : ΞΉ Γ ΞΊ) (r : R) : ((finsuppTensorFinsupp' R ΞΉ ΞΊ).symm funβ | i => r) = (funβ | i.1 => r) ββ[R] funβ | i.2 => 1 - finsuppTensorFinsupp'_symm_single_mul π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] (i : ΞΉ Γ ΞΊ) (rβ rβ : R) : ((finsuppTensorFinsupp' R ΞΉ ΞΊ).symm funβ | i => rβ * rβ) = (funβ | i.1 => rβ) ββ[R] funβ | i.2 => rβ - finsuppTensorFinsupp_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (S : Type u_2) (M : Type u_3) (N : Type u_4) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Semiring S] [Algebra R S] [Module S M] [IsScalarTower R S M] (f : ΞΉ ββ M) (g : ΞΊ ββ N) (i : ΞΉ) (k : ΞΊ) : ((finsuppTensorFinsupp R S M N ΞΉ ΞΊ) (f ββ[R] g)) (i, k) = f i ββ[R] g k - finsuppTensorFinsupp_symm_single π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (S : Type u_2) (M : Type u_3) (N : Type u_4) (ΞΉ : Type u_5) (ΞΊ : Type u_6) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [Semiring S] [Algebra R S] [Module S M] [IsScalarTower R S M] (i : ΞΉ Γ ΞΊ) (m : M) (n : N) : ((finsuppTensorFinsupp R S M N ΞΉ ΞΊ).symm funβ | i => m ββ[R] n) = (funβ | i.1 => m) ββ[R] funβ | i.2 => n - Finsupp.linearCombination_one_tmul π Mathlib.LinearAlgebra.DirectSum.Finsupp
(R : Type u_1) (S : Type u_2) (M : Type u_3) (ΞΉ : Type u_5) [CommSemiring R] [AddCommMonoid M] [Module R M] [Semiring S] [Algebra R S] [DecidableEq ΞΉ] {v : ΞΉ β M} : βR (Finsupp.linearCombination S fun x => 1 ββ[R] v x) = LinearMap.lTensor S (Finsupp.linearCombination R v) ββ β(TensorProduct.finsuppScalarRight R R S ΞΉ).symm - TensorProduct.eq_repr_basis_left π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (β¬ : Module.Basis ΞΉ R M) (x : TensorProduct R M N) : β c, (c.sum fun i n => β¬ i ββ[R] n) = x - TensorProduct.eq_repr_basis_right π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΊ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (π : Module.Basis ΞΊ R N) (x : TensorProduct R M N) : β b, (b.sum fun i m => m ββ[R] π i) = x - TensorProduct.sum_tmul_basis_left_eq_zero π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (β¬ : Module.Basis ΞΉ R M) (b : ΞΉ ββ N) (h : (b.sum fun i n => β¬ i ββ[R] n) = 0) : b = 0 - TensorProduct.sum_tmul_basis_right_eq_zero π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΊ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (π : Module.Basis ΞΊ R N) (b : ΞΊ ββ M) (h : (b.sum fun i m => m ββ[R] π i) = 0) : b = 0 - Module.Basis.baseChange_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] (S : Type u_7) [Semiring S] [Algebra R S] (b : Module.Basis ΞΉ R M) (i : ΞΉ) : (Module.Basis.baseChange S b) i = 1 ββ[R] b i - Module.Basis.tensorProduct_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {S : Type u_2} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} {ΞΊ : Type u_6} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] [AddCommMonoid N] [Module R N] (b : Module.Basis ΞΉ S M) (c : Module.Basis ΞΊ R N) (i : ΞΉ) (j : ΞΊ) : (b.tensorProduct c) (i, j) = b i ββ[R] c j - Module.Basis.tensorProduct_apply' π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {S : Type u_2} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} {ΞΊ : Type u_6} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] [AddCommMonoid N] [Module R N] (b : Module.Basis ΞΉ S M) (c : Module.Basis ΞΊ R N) (i : ΞΉ Γ ΞΊ) : (b.tensorProduct c) i = b i.1 ββ[R] c i.2 - TensorProduct.equivFinsuppOfBasisLeft_symm_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (β¬ : Module.Basis ΞΉ R M) (b : ΞΉ ββ N) : (TensorProduct.equivFinsuppOfBasisLeft β¬).symm b = b.sum fun i n => β¬ i ββ[R] n - TensorProduct.equivFinsuppOfBasisRight_symm_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΊ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq ΞΊ] (π : Module.Basis ΞΊ R N) (b : ΞΊ ββ M) : (TensorProduct.equivFinsuppOfBasisRight π).symm b = b.sum fun i m => m ββ[R] π i - TensorProduct.equivFinsuppOfBasisLeft_apply_tmul_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (β¬ : Module.Basis ΞΉ R M) (m : M) (n : N) (i : ΞΉ) : ((TensorProduct.equivFinsuppOfBasisLeft β¬) (m ββ[R] n)) i = (β¬.repr m) i β’ n - TensorProduct.equivFinsuppOfBasisRight_apply_tmul_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΊ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq ΞΊ] (π : Module.Basis ΞΊ R N) (m : M) (n : N) (i : ΞΊ) : ((TensorProduct.equivFinsuppOfBasisRight π) (m ββ[R] n)) i = (π.repr n) i β’ m - TensorProduct.equivFinsuppOfBasisLeft_apply_tmul π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] (β¬ : Module.Basis ΞΉ R M) (m : M) (n : N) : (TensorProduct.equivFinsuppOfBasisLeft β¬) (m ββ[R] n) = Finsupp.mapRange (fun x => x β’ n) β― (β¬.repr m) - TensorProduct.equivFinsuppOfBasisRight_apply_tmul π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {N : Type u_4} {ΞΊ : Type u_6} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq ΞΊ] (π : Module.Basis ΞΊ R N) (m : M) (n : N) : (TensorProduct.equivFinsuppOfBasisRight π) (m ββ[R] n) = Finsupp.mapRange (fun x => x β’ m) β― (π.repr n) - Module.Basis.baseChange_repr_tmul π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {M : Type u_3} {ΞΉ : Type u_5} [CommSemiring R] [AddCommMonoid M] [Module R M] (S : Type u_7) [Semiring S] [Algebra R S] (b : Module.Basis ΞΉ R M) (x : S) (y : M) (i : ΞΉ) : ((Module.Basis.baseChange S b).repr (x ββ[R] y)) i = (b.repr y) i β’ x - Module.Basis.tensorProduct_repr_tmul_apply π Mathlib.LinearAlgebra.TensorProduct.Basis
{R : Type u_1} {S : Type u_2} {M : Type u_3} {N : Type u_4} {ΞΉ : Type u_5} {ΞΊ : Type u_6} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid M] [Module R M] [Module S M] [IsScalarTower R S M] [AddCommMonoid N] [Module R N] (b : Module.Basis ΞΉ S M) (c : Module.Basis ΞΊ R N) (m : M) (n : N) (i : ΞΉ) (j : ΞΊ) : ((b.tensorProduct c).repr (m ββ[R] n)) (i, j) = (c.repr n) j β’ (b.repr m) i - TensorProduct.star_tmul π Mathlib.Algebra.Star.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [StarRing R] [AddCommMonoid A] [StarAddMonoid A] [Module R A] [StarModule R A] [AddCommMonoid B] [StarAddMonoid B] [Module R B] [StarModule R B] (x : A) (y : B) : star (x ββ[R] y) = star x ββ[R] star y - Algebra.TensorProduct.one_def π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [AddCommMonoidWithOne A] [Module R A] [AddCommMonoidWithOne B] [Module R B] : 1 = 1 ββ[R] 1 - Algebra.TensorProduct.natCast_def π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [AddCommMonoidWithOne A] [Module R A] [AddCommMonoidWithOne B] [Module R B] (n : β) : βn = βn ββ[R] 1 - Algebra.TensorProduct.natCast_def' π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [AddCommMonoidWithOne A] [Module R A] [AddCommMonoidWithOne B] [Module R B] (n : β) : βn = 1 ββ[R] βn - Algebra.TensorProduct.intCast_def π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [AddCommGroupWithOne A] [Module R A] [AddCommMonoidWithOne B] [Module R B] (z : β€) : βz = βz ββ[R] 1 - Algebra.TensorProduct.includeRight_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (b : B) : Algebra.TensorProduct.includeRight b = 1 ββ[R] b - Algebra.TensorProduct.intCast_def' π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} [CommSemiring R] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra R B] (z : β€) : βz = 1 ββ[R] βz - Algebra.TensorProduct.includeLeft_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CommSemiring S] [Algebra S A] [SMulCommClass R S A] (a : A) : Algebra.TensorProduct.includeLeft a = a ββ[R] 1 - Algebra.TensorProduct.includeLeftRingHom_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (aβ : A) : Algebra.TensorProduct.includeLeftRingHom aβ = aβ ββ[R] 1 - Algebra.TensorProduct.tmul_pow π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (a : A) (b : B) (k : β) : a ββ[R] b ^ k = (a ^ k) ββ[R] (b ^ k) - Algebra.TensorProduct.algebraMap_apply' π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (r : R) : (algebraMap R (TensorProduct R A B)) r = 1 ββ[R] (algebraMap R B) r - Algebra.TensorProduct.right_algebraMap_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [CommSemiring B] [Algebra R B] (b : B) : (algebraMap B (TensorProduct R A B)) b = 1 ββ[R] b - Algebra.TensorProduct.algebraMap_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CommSemiring S] [Algebra S A] [SMulCommClass R S A] (r : S) : (algebraMap S (TensorProduct R A B)) r = (algebraMap S A) r ββ[R] 1 - Commute.tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalNonAssocSemiring B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] {aβ aβ : A} {bβ bβ : B} (ha : Commute aβ aβ) (hb : Commute bβ bβ) : Commute (aβ ββ[R] bβ) (aβ ββ[R] bβ) - SemiconjBy.tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalNonAssocSemiring B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] {aβ aβ aβ : A} {bβ bβ bβ : B} (ha : SemiconjBy aβ aβ aβ) (hb : SemiconjBy bβ bβ bβ) : SemiconjBy (aβ ββ[R] bβ) (aβ ββ[R] bβ) (aβ ββ[R] bβ) - LinearMap.liftBaseChange_one_tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} (A : Type u_4) [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module A N] [IsScalarTower R A N] (l : M ββ[R] N) (y : M) : (LinearMap.liftBaseChange A l) (1 ββ[R] y) = l y - Algebra.TensorProduct.tmul_mul_tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalNonAssocSemiring B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] (aβ aβ : A) (bβ bβ : B) : aβ ββ[R] bβ * aβ ββ[R] bβ = (aβ * aβ) ββ[R] (bβ * bβ) - LinearMap.liftBaseChange_tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {M : Type u_2} {N : Type u_3} (A : Type u_4) [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module A N] [IsScalarTower R A N] (l : M ββ[R] N) (x : A) (y : M) : (LinearMap.liftBaseChange A l) (x ββ[R] y) = x β’ l y - LinearMap.mulLeft_tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [NonUnitalNonAssocSemiring A] [NonUnitalNonAssocSemiring B] [Module R A] [Module R B] [SMulCommClass R A A] [SMulCommClass R B B] [IsScalarTower R A A] [IsScalarTower R B B] (a : A) (b : B) : LinearMap.mulLeft R (a ββ[R] b) = TensorProduct.map (LinearMap.mulLeft R a) (LinearMap.mulLeft R b) - LinearMap.mulRight_tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [NonUnitalNonAssocSemiring A] [NonUnitalNonAssocSemiring B] [Module R A] [Module R B] [SMulCommClass R A A] [SMulCommClass R B B] [IsScalarTower R A A] [IsScalarTower R B B] (a : A) (b : B) : LinearMap.mulRight R (a ββ[R] b) = TensorProduct.map (LinearMap.mulRight R a) (LinearMap.mulRight R b) - TensorProduct.Algebra.smul_def π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} {M : Type u_4} [CommSemiring R] [AddCommMonoid M] [Module R M] [Semiring A] [Semiring B] [Module A M] [Module B M] [Algebra R A] [Algebra R B] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] (a : A) (b : B) (m : M) : a ββ[R] b β’ m = a β’ b β’ m - AlgHom.liftEquiv_tmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_4} {S : Type u_5} {A : Type u_6} {B : Type u_7} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R A] [Algebra S B] [Algebra R S] [Algebra R B] [IsScalarTower R S B] (f : A ββ[R] B) (s : S) (a : A) : ((AlgHom.liftEquiv R S A B) f) (s ββ[R] a) = s β’ f a - Algebra.TensorProduct.ext' π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [CommSemiring S] [Algebra S A] [Algebra R S] [Algebra S C] [IsScalarTower R S A] [IsScalarTower R S C] {g h : TensorProduct R A B ββ[S] C} (H : β (a : A) (b : B), g (a ββ[R] b) = h (a ββ[R] b)) : g = h - TensorProduct.Algebra.moduleAux_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {A : Type u_2} {B : Type u_3} {M : Type u_4} [CommSemiring R] [AddCommMonoid M] [Module R M] [Semiring A] [Semiring B] [Module A M] [Module B M] [Algebra R A] [Algebra R B] [IsScalarTower R A M] [IsScalarTower R B M] (a : A) (b : B) (m : M) : (TensorProduct.Algebra.moduleAux (a ββ[R] b)) m = a β’ b β’ m - AlgHom.liftEquiv_symm_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_4} {S : Type u_5} {A : Type u_6} {B : Type u_7} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R A] [Algebra S B] [Algebra R S] [Algebra R B] [IsScalarTower R S B] (f : TensorProduct R S A ββ[S] B) (a : A) : ((AlgHom.liftEquiv R S A B).symm f) a = f (1 ββ[R] a) - Algebra.TensorProduct.adjoin_one_tmul_image_eq_top π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Algebra R B] (s : Set B) (hs : Algebra.adjoin R s = β€) : Algebra.adjoin A ((fun x => 1 ββ[R] x) '' s) = β€ - Algebra.TensorProduct.mul_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [NonUnitalNonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalNonAssocSemiring B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] (aβ aβ : A) (bβ bβ : B) : (Algebra.TensorProduct.mul (aβ ββ[R] bβ)) (aβ ββ[R] bβ) = (aβ * aβ) ββ[R] (bβ * bβ) - Algebra.TensorProduct.mul_one π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [NonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonAssocSemiring B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] (x : TensorProduct R A B) : (Algebra.TensorProduct.mul x) (1 ββ[R] 1) = x - Algebra.TensorProduct.one_mul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [NonAssocSemiring A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonAssocSemiring B] [Module R B] [SMulCommClass R B B] [IsScalarTower R B B] (x : TensorProduct R A B) : (Algebra.TensorProduct.mul (1 ββ[R] 1)) x = x - LinearMap.liftBaseChangeEquiv_symm_apply π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_4} {M : Type u_2} {N : Type u_3} (A : Type u_1) [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] [Module A N] [IsScalarTower R A N] (l : TensorProduct R A M ββ[A] N) (x : M) : ((LinearMap.liftBaseChangeEquiv A).symm l) x = l (1 ββ[R] x) - Algebra.baseChange_lmul π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {B : Type u_2} [CommSemiring R] [Semiring B] [Algebra R B] {A : Type u_3} [CommSemiring A] [Algebra R A] (f : B) : LinearMap.baseChange A ((Algebra.lmul R B) f) = (Algebra.lmul A (TensorProduct R A B)) (1 ββ[R] f) - Algebra.TensorProduct.tmul_one_eq_one_tmul π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (r : R) : (algebraMap R A) r ββ[R] 1 = 1 ββ[R] (algebraMap R B) r - Algebra.TensorProduct.lid_tmul π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {A : Type uA} [CommSemiring R] [Semiring A] [Algebra R A] (r : R) (a : A) : (Algebra.TensorProduct.lid R A) (r ββ[R] a) = r β’ a - Algebra.TensorProduct.lmul'_apply_tmul π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} [CommSemiring R] [CommSemiring S] [Algebra R S] (a b : S) : (Algebra.TensorProduct.lmul' R) (a ββ[R] b) = a * b - Algebra.TensorProduct.lid_symm_apply π Mathlib.RingTheory.TensorProduct.Maps
(R : Type uR) {A : Type uA} [CommSemiring R] [Semiring A] [Algebra R A] (a : A) : (Algebra.TensorProduct.lid R A).symm a = 1 ββ[R] a - Algebra.TensorProduct.productMap_left_apply π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Semiring B] [CommSemiring S] [Algebra R A] [Algebra R B] [Algebra R S] (f : A ββ[R] S) (g : B ββ[R] S) (a : A) : (Algebra.TensorProduct.productMap f g) (a ββ[R] 1) = f a - Algebra.TensorProduct.productMap_right_apply π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Semiring B] [CommSemiring S] [Algebra R A] [Algebra R B] [Algebra R S] (f : A ββ[R] S) (g : B ββ[R] S) (b : B) : (Algebra.TensorProduct.productMap f g) (1 ββ[R] b) = g b - Algebra.TensorProduct.productMap_apply_tmul π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Semiring B] [CommSemiring S] [Algebra R A] [Algebra R B] [Algebra R S] (f : A ββ[R] S) (g : B ββ[R] S) (a : A) (b : B) : (Algebra.TensorProduct.productMap f g) (a ββ[R] b) = f a * g b - Algebra.TensorProduct.rid_tmul π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} (S : Type uS) {A : Type uA} [CommSemiring R] [CommSemiring S] [Algebra R S] [Semiring A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] (r : R) (a : A) : (Algebra.TensorProduct.rid R S A) (a ββ[R] r) = r β’ a - Subalgebra.tmul_mem_baseChange π Mathlib.RingTheory.TensorProduct.Maps
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [CommSemiring B] [Algebra R A] [Algebra R B] {C : Subalgebra R A} {x : A} (hx : x β C) (b : B) : b ββ[R] x β Subalgebra.baseChange B C - Algebra.TensorProduct.comm_tmul π Mathlib.RingTheory.TensorProduct.Maps
(R : Type uR) {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (a : A) (b : B) : (Algebra.TensorProduct.comm R A B) (a ββ[R] b) = b ββ[R] a - Algebra.TensorProduct.lidOfCompatibleSMul_tmul π Mathlib.RingTheory.TensorProduct.Maps
(R : Type u_3) (S : Type u_4) (A : Type u_6) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R A] [Algebra S A] [Algebra R S] [TensorProduct.CompatibleSMul R S S A] [TensorProduct.CompatibleSMul S R S A] (s : S) (a : A) : (Algebra.TensorProduct.lidOfCompatibleSMul R S A) (s ββ[R] a) = s β’ a
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 69fae59