Loogle!
Result
Found 186 declarations mentioning LinearMap.rTensor.
- 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.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 - 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 - 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_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.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 - 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 - 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 - 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 - 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 - 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 - 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.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) - 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 - 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 - 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.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) - LinearMap.rTensor_smul π 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] (r : R) (f : N ββ[R] P) : LinearMap.rTensor M (r β’ f) = r β’ LinearMap.rTensor M f - LinearMap.rTensor_sub π 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 g : N ββ[R] P) : LinearMap.rTensor Q (f - g) = LinearMap.rTensor Q f - LinearMap.rTensor Q g - LinearMap.rTensor_comp_apply π 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) (x : TensorProduct R N M) : (LinearMap.rTensor M (g ββ f)) x = (LinearMap.rTensor M g) ((LinearMap.rTensor M f) x) - LinearMap.map_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) (x : TensorProduct R S N) : (TensorProduct.map f g) ((LinearMap.rTensor N f') x) = (TensorProduct.map (f ββ f') g) x - LinearMap.rTensor_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) (x : TensorProduct R M N) : (LinearMap.rTensor Q f') ((TensorProduct.map f g) x) = (TensorProduct.map (f' ββ f) g) x - LinearMap.lTensor_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) (x : TensorProduct R M N) : (LinearMap.lTensor N f) ((TensorProduct.comm R M N) x) = (TensorProduct.comm R P N) ((LinearMap.rTensor N f) x) - LinearMap.rTensor_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) (x : TensorProduct R N M) : (LinearMap.rTensor N f) ((TensorProduct.comm R N M) x) = (TensorProduct.comm R N P) ((LinearMap.lTensor N f) x) - LinearMap.coe_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] : β(LinearMap.rTensorHom M) = LinearMap.rTensor M - LinearMap.rTensor_comp_flip_mk π 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) : LinearMap.rTensor M f ββ (TensorProduct.mk R N M).flip m = (TensorProduct.mk R P M).flip m ββ f - LinearMap.lid_comp_rTensor π Mathlib.LinearAlgebra.TensorProduct.Associator
{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] R) : β(TensorProduct.lid R M) ββ LinearMap.rTensor M f = TensorProduct.lift (LinearMap.lsmul R M ββ f) - 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 - LinearMap.lTensor_rTensor_comp_assoc π 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] (x : M ββ[R] N) : LinearMap.lTensor P (LinearMap.rTensor Q x) ββ β(TensorProduct.assoc R P M Q) = β(TensorProduct.assoc R P N Q) ββ LinearMap.rTensor Q (LinearMap.lTensor P x) - LinearMap.rTensor_tensor π 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] (g : P ββ[R] Q) : LinearMap.rTensor (TensorProduct R M N) g = β(TensorProduct.assoc R Q M N) ββ LinearMap.rTensor N (LinearMap.rTensor M g) ββ β(TensorProduct.assoc R P M N).symm - LinearMap.rTensor_lTensor_comp_assoc_symm π 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] (x : M ββ[R] N) : LinearMap.rTensor Q (LinearMap.lTensor P x) ββ β(TensorProduct.assoc R P M Q).symm = β(TensorProduct.assoc R P N Q).symm ββ LinearMap.lTensor P (LinearMap.rTensor Q x) - TensorProduct.AlgebraTensorModule.smul_eq_lsmul_rTensor π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type uR} {A : Type uA} {M : Type uM} {N : Type uN} [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] (a : A) (x : TensorProduct R M N) : a β’ x = (LinearMap.rTensor N ((Algebra.lsmul R R M) a)) x - LinearMap.rTensor_baseChange π Mathlib.LinearAlgebra.TensorProduct.Tower
{R : Type u_1} {A : Type u_2} {B : Type u_3} {M : Type u_4} {N : Type u_5} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (Ο : A ββ[R] B) (t : TensorProduct R A M) (f : M ββ[R] N) : (LinearMap.rTensor N Ο.toLinearMap) ((LinearMap.baseChange A f) t) = (LinearMap.baseChange B f) ((LinearMap.rTensor M Ο.toLinearMap) t) - TensorProduct.AlgebraTensorModule.coe_rTensor π 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) : β((TensorProduct.AlgebraTensorModule.rTensor R N) f) = β(LinearMap.rTensor N (βR f)) - TensorProduct.AlgebraTensorModule.restrictScalars_rTensor π 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) : βR ((TensorProduct.AlgebraTensorModule.rTensor R N) f) = LinearMap.rTensor N (βR f) - TensorProduct.AlgebraTensorModule.rTensor_tensor π Mathlib.LinearAlgebra.TensorProduct.Tower
(R : Type uR) (A : Type uA) {M : Type uM} {N : Type uN} {P : Type uP} (P' : Type uP') [CommSemiring R] [CommSemiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module A P] [AddCommMonoid P'] [Module A P'] [Module R P] [IsScalarTower R A P] [Module R P'] [IsScalarTower R A P'] (g : P ββ[A] P') : LinearMap.rTensor (TensorProduct R M N) g = β(TensorProduct.AlgebraTensorModule.assoc R A A P' M N) ββ TensorProduct.AlgebraTensorModule.map (LinearMap.rTensor M g) LinearMap.id ββ β(TensorProduct.AlgebraTensorModule.assoc R A A P M N).symm - TensorProduct.directSumRight_comp_rTensor π Mathlib.LinearAlgebra.DirectSum.TensorProduct
(R : Type u) [CommSemiring R] {ΞΉβ : Type vβ} [DecidableEq ΞΉβ] {Mβ : ΞΉβ β Type wβ} {Mβ' : Type wβ'} {Mβ' : Type wβ'} [(iβ : ΞΉβ) β AddCommMonoid (Mβ iβ)] [AddCommMonoid Mβ'] [AddCommMonoid Mβ'] [(iβ : ΞΉβ) β Module R (Mβ iβ)] [Module R Mβ'] [Module R Mβ'] (f : Mβ' ββ[R] Mβ') : β(TensorProduct.directSumRight R R Mβ' Mβ) ββ LinearMap.rTensor (DirectSum ΞΉβ fun i => Mβ i) f = (DirectSum.lmap fun x => LinearMap.rTensor (Mβ x) f) ββ β(TensorProduct.directSumRight R R Mβ' Mβ) - TensorProduct.directSumLeft_symm_of π 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 : TensorProduct R (Mβ i) Mβ') : (TensorProduct.directSumLeft R S Mβ Mβ').symm ((DirectSum.of (fun i => TensorProduct R (Mβ i) Mβ') i) x) = (LinearMap.rTensor Mβ' (DirectSum.lof R ΞΉβ Mβ i)) x - TensorProduct.finsuppLeft_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 ΞΉ] (t : TensorProduct R (ΞΉ ββ M) N) (i : ΞΉ) : ((TensorProduct.finsuppLeft R S M N ΞΉ) t) i = (LinearMap.rTensor N (Finsupp.lapply i)) t - TensorProduct.finsuppScalarLeft_apply π Mathlib.LinearAlgebra.DirectSum.Finsupp
{R : Type u_1} [CommSemiring R] {N : Type u_4} [AddCommMonoid N] [Module R N] {ΞΉ : Type u_5} [DecidableEq ΞΉ] (pn : TensorProduct R (ΞΉ ββ R) N) (i : ΞΉ) : ((TensorProduct.finsuppScalarLeft R N ΞΉ) pn) i = (TensorProduct.lid R N) ((LinearMap.rTensor N (Finsupp.lapply i)) pn) - TensorProduct.equivFinsuppOfBasisLeft_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) (x : TensorProduct R M N) (i : ΞΉ) : ((TensorProduct.equivFinsuppOfBasisLeft β¬) x) i = (TensorProduct.lid R N) ((LinearMap.rTensor N (β¬.coord i)) x) - Submodule.map_range_rTensor_subtype_lid π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {Q : Type u_2} [CommSemiring R] [AddCommMonoid Q] [Module R Q] {I : Submodule R R} : Submodule.map (β(TensorProduct.lid R Q)) (LinearMap.rTensor Q I.subtype).range = I β’ β€ - Submodule.exists_fg_le_subset_range_rTensor_subtype π Mathlib.RingTheory.TensorProduct.Finite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (s : Set (TensorProduct R N M)) (hs : s.Finite) : β J, β (_ : J.FG), s β β(LinearMap.rTensor M J.subtype).range - Submodule.exists_fg_le_eq_rTensor_subtype π Mathlib.RingTheory.TensorProduct.Finite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (x : TensorProduct R N M) : β J, β (_ : J.FG), β y, x = (LinearMap.rTensor M J.subtype) y - Submodule.exists_fg_le_subset_range_rTensor_inclusion π Mathlib.RingTheory.TensorProduct.Finite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {I : Submodule R N} (s : Set (TensorProduct R (β₯I) M)) (hs : s.Finite) : β J, β (_ : J.FG) (hle : J β€ I), s β β(LinearMap.rTensor M (Submodule.inclusion hle)).range - Submodule.exists_fg_le_eq_rTensor_inclusion π Mathlib.RingTheory.TensorProduct.Finite
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {I : Submodule R N} (x : TensorProduct R (β₯I) M) : β J, β (_ : J.FG) (hle : J β€ I), β y, x = (LinearMap.rTensor M (Submodule.inclusion hle)) y - Polynomial.X_pow_smul_rTensor_monomial π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {S : Type v} [CommSemiring R] [CommSemiring S] [Algebra R S] {N : Type u_3} [AddCommMonoid N] [Module R N] (k : β) (sn : TensorProduct R S N) : Polynomial.X ^ k β’ (LinearMap.rTensor N (βR (Polynomial.monomial 0))) sn = (LinearMap.rTensor N (βR (Polynomial.monomial k))) sn - TensorProduct.instDirectedSystemCoeLinearMapIdRTensor π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] [DirectedSystem G fun x1 x2 x3 => β(f x1 x2 x3)] : DirectedSystem (fun x => TensorProduct R (G x) M) fun i j h => β(LinearMap.rTensor M (f i j h)) - TensorProduct.fromDirectLimit π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] : (Module.DirectLimit (fun x => TensorProduct R (G x) M) fun i j h => LinearMap.rTensor M (f i j h)) ββ[R] TensorProduct R (Module.DirectLimit G f) M - TensorProduct.toDirectLimit π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] : TensorProduct R (Module.DirectLimit G f) M ββ[R] Module.DirectLimit (fun x => TensorProduct R (G x) M) fun i j h => LinearMap.rTensor M (f i j h) - TensorProduct.directLimitLeft π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] : TensorProduct R (Module.DirectLimit G f) M ββ[R] Module.DirectLimit (fun x => TensorProduct R (G x) M) fun i j h => LinearMap.rTensor M (f i j h) - TensorProduct.fromDirectLimit_of_tmul π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) {M : Type u_4} [AddCommMonoid M] [Module R M] {i : ΞΉ} (g : G i) (m : M) : (TensorProduct.fromDirectLimit f M) ((Module.DirectLimit.of R ΞΉ (fun x => TensorProduct R (G x) M) (fun i j h => LinearMap.rTensor M (f i j h)) i) (g ββ[R] m)) = (Module.DirectLimit.of R ΞΉ G f i) g ββ[R] m - TensorProduct.toDirectLimit_tmul_of π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) {M : Type u_4} [AddCommMonoid M] [Module R M] {i : ΞΉ} (g : G i) (m : M) : (TensorProduct.toDirectLimit f M) ((Module.DirectLimit.of R ΞΉ G f i) g ββ[R] m) = (Module.DirectLimit.of R ΞΉ (fun x => TensorProduct R (G x) M) (fun i j h => LinearMap.rTensor M (f i j h)) i) (g ββ[R] m) - TensorProduct.directLimitLeft_tmul_of π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] {i : ΞΉ} (g : G i) (m : M) : (TensorProduct.directLimitLeft f M) ((Module.DirectLimit.of R ΞΉ G f i) g ββ[R] m) = (Module.DirectLimit.of R ΞΉ (fun i => TensorProduct R (G i) M) (fun i j h => LinearMap.rTensor M (f i j h)) i) (g ββ[R] m) - TensorProduct.directLimitLeft_rTensor_of π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] {i : ΞΉ} (x : TensorProduct R (G i) M) : (TensorProduct.directLimitLeft f M) ((LinearMap.rTensor M (Module.DirectLimit.of R ΞΉ G f i)) x) = (Module.DirectLimit.of R ΞΉ (fun i => TensorProduct R (G i) M) (fun i j h => LinearMap.rTensor M (f i j h)) i) x - TensorProduct.directLimitLeft_symm_of_tmul π Mathlib.LinearAlgebra.TensorProduct.DirectLimit
{R : Type u_1} [CommSemiring R] {ΞΉ : Type u_2} [DecidableEq ΞΉ] [Preorder ΞΉ] {G : ΞΉ β Type u_3} [(i : ΞΉ) β AddCommMonoid (G i)] [(i : ΞΉ) β Module R (G i)] (f : (i j : ΞΉ) β i β€ j β G i ββ[R] G j) (M : Type u_4) [AddCommMonoid M] [Module R M] {i : ΞΉ} (g : G i) (m : M) : (TensorProduct.directLimitLeft f M).symm ((Module.DirectLimit.of R ΞΉ (fun x => TensorProduct R (G x) M) (fun i j h => LinearMap.rTensor M (f i j h)) i) (g ββ[R] m)) = (Module.DirectLimit.of R ΞΉ G f i) g ββ[R] m - Submodule.FG.exists_rTensor_fg_inclusion_eq π Mathlib.Algebra.Colimit.TensorProduct
{R : Type u_1} {M : Type u_2} {P : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid P] [Module R P] {N : Submodule R P} (hN : N.FG) {x y : TensorProduct R (β₯N) M} (eq : (LinearMap.rTensor M N.subtype) x = (LinearMap.rTensor M N.subtype) y) : β N', N'.FG β§ β (h : N β€ N'), (LinearMap.rTensor M (Submodule.inclusion h)) x = (LinearMap.rTensor M (Submodule.inclusion h)) y - LinearMap.rTensor_surjective π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {N : Type u_3} {P : Type u_4} (Q : Type u_5) [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] {g : N ββ[R] P} (hg : Function.Surjective βg) : Function.Surjective β(LinearMap.rTensor Q g) - rTensor_mkQ π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (Q : Type u_5) [AddCommGroup Q] [Module R Q] (N : Submodule R M) : (LinearMap.rTensor Q N.mkQ).ker = (LinearMap.rTensor Q N.subtype).range - LinearMap.rTensor_range π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {N : Type u_3} {P : Type u_4} (Q : Type u_5) [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] {g : N ββ[R] P} : (LinearMap.rTensor Q g).range = (LinearMap.rTensor Q g.range.subtype).range - LinearMap.rTensor_exact_iff_lTensor_exact π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {M : Type u_2} {N : Type u_3} {P : Type u_4} (Q : Type u_5) [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 : N ββ[R] P} : Function.Exact β(LinearMap.rTensor Q f) β(LinearMap.rTensor Q g) β Function.Exact β(LinearMap.lTensor Q f) β(LinearMap.lTensor Q g) - rTensor.toFun π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) : TensorProduct R N Q β§Έ (LinearMap.rTensor Q f).range ββ[R] TensorProduct R P Q - rTensor_exact π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) (hg : Function.Surjective βg) : Function.Exact β(LinearMap.rTensor Q f) β(LinearMap.rTensor Q g) - rTensor.inverse π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) (hg : Function.Surjective βg) : TensorProduct R P Q ββ[R] TensorProduct R N Q β§Έ (LinearMap.rTensor Q f).range - rTensor.inverse_of_rightInverse π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] {h : P β N} (hfg : Function.Exact βf βg) (hgh : Function.RightInverse h βg) : TensorProduct R P Q ββ[R] TensorProduct R N Q β§Έ (LinearMap.rTensor Q f).range - rTensor.equiv π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) (hg : Function.Surjective βg) : (TensorProduct R N Q β§Έ (LinearMap.rTensor Q f).range) ββ[R] TensorProduct R P Q - rTensor.linearEquiv_of_rightInverse π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) {h : P β N} (hgh : Function.RightInverse h βg) : (TensorProduct R N Q β§Έ (LinearMap.rTensor Q f).range) ββ[R] TensorProduct R P Q - Ideal.map_includeLeft_eq π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {A : Type u_2} {B : Type u_3} [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (I : Ideal A) : Submodule.restrictScalars R (Ideal.map Algebra.TensorProduct.includeLeft I) = (LinearMap.rTensor B (Submodule.restrictScalars R I).subtype).range - TensorProduct.map_ker π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (hfg : Function.Exact βf βg) (hg : Function.Surjective βg) {M' : Type u_6} {N' : Type u_7} {P' : Type u_8} [AddCommGroup M'] [AddCommGroup N'] [AddCommGroup P'] [Module R M'] [Module R N'] [Module R P'] {f' : M' ββ[R] N'} {g' : N' ββ[R] P'} (hfg' : Function.Exact βf' βg') (hg' : Function.Surjective βg') : (TensorProduct.map g g').ker = (LinearMap.lTensor N f').range β (LinearMap.rTensor N' f).range - le_comap_range_rTensor π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {N : Type u_3} {P : Type u_4} {Q : Type u_5} [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R N] [Module R P] [Module R Q] (g : N ββ[R] P) (q : Q) : g.range β€ Submodule.comap ((TensorProduct.mk R P Q).flip q) (LinearMap.rTensor Q g).range - rTensor.inverse_comp_rTensor π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) (hg : Function.Surjective βg) : rTensor.inverse Q hfg hg ββ LinearMap.rTensor Q g = (LinearMap.rTensor Q f).range.mkQ - rTensor.inverse_of_rightInverse_comp_rTensor π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) {h : P β N} (hgh : Function.RightInverse h βg) : rTensor.inverse_of_rightInverse Q hfg hgh ββ LinearMap.rTensor Q g = (LinearMap.rTensor Q f).range.mkQ - rTensor.inverse_apply π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) (hg : Function.Surjective βg) (y : TensorProduct R N Q) : (rTensor.inverse Q hfg hg) ((LinearMap.rTensor Q g) y) = Submodule.Quotient.mk y - rTensor.inverse_of_rightInverse_apply π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} {M : Type u_2} {N : Type u_3} {P : Type u_4} [CommRing R] [AddCommGroup M] [AddCommGroup N] [AddCommGroup P] [Module R M] [Module R N] [Module R P] {f : M ββ[R] N} {g : N ββ[R] P} (Q : Type u_5) [AddCommGroup Q] [Module R Q] (hfg : Function.Exact βf βg) {h : P β N} (hgh : Function.RightInverse h βg) (y : TensorProduct R N Q) : (rTensor.inverse_of_rightInverse Q hfg hgh) ((LinearMap.rTensor Q g) y) = Submodule.Quotient.mk y - TensorProduct.exists_finite_submodule_left_of_setFinite π Mathlib.LinearAlgebra.TensorProduct.Finiteness
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] (s : Set (TensorProduct R M N)) (hs : s.Finite) : β M', Module.Finite R β₯M' β§ s β β(LinearMap.rTensor N M'.subtype).range - TensorProduct.exists_finite_submodule_left_of_setFinite' π Mathlib.LinearAlgebra.TensorProduct.Finiteness
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [Module R M] [Module R N] {Mβ : Submodule R M} {Nβ : Submodule R N} (s : Set (TensorProduct R β₯Mβ β₯Nβ)) (hs : s.Finite) : β M', β (hM : M' β€ Mβ), Module.Finite R β₯M' β§ s β β(LinearMap.rTensor (β₯Nβ) (Submodule.inclusion hM)).range - Module.Flat.rTensor_preserves_injective_linearMap π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {N : Type u_1} {P : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [Module.Flat R M] (f : N ββ[R] P) (hf : Function.Injective βf) : Function.Injective β(LinearMap.rTensor M f) - Module.Flat.iff_rTensor_preserves_injective_linearMapβ π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommSemiring R] [AddCommMonoid M] [Module R M] [Small.{v', u} R] : Module.Flat R M β β β¦N N' : Type v'β¦ [inst : AddCommMonoid N] [inst_1 : AddCommMonoid N'] [inst_2 : Module R N] [inst_3 : Module R N'] (f : N ββ[R] N'), Function.Injective βf β Function.Injective β(LinearMap.rTensor M f) - Module.Flat.iff_rTensor_preserves_injective_linearMap π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β β¦N N' : Type (max u v)β¦ [inst : AddCommGroup N] [inst_1 : AddCommGroup N'] [inst_2 : Module R N] [inst_3 : Module R N'] (f : N ββ[R] N'), Function.Injective βf β Function.Injective β(LinearMap.rTensor M f) - Module.Flat.iff_rTensor_preserves_injective_linearMap' π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] [Small.{v', u} R] : Module.Flat R M β β β¦N N' : Type v'β¦ [inst : AddCommGroup N] [inst_1 : AddCommGroup N'] [inst_2 : Module R N] [inst_3 : Module R N'] (f : N ββ[R] N'), Function.Injective βf β Function.Injective β(LinearMap.rTensor M f) - Module.Flat.iff_rTensor_injectiveβ π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommSemiring R] [AddCommMonoid M] [Module R M] : Module.Flat R M β β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] (N : Submodule R P), Function.Injective β(LinearMap.rTensor M N.subtype) - Module.Flat.mk π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommSemiring R] [AddCommMonoid M] [Module R M] (out : β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] [Module.Finite R P] (N : Submodule R P), N.FG β Function.Injective β(LinearMap.rTensor M N.subtype)) : Module.Flat R M - Module.Flat.out π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid M} {instβΒ² : Module R M} [self : Module.Flat R M] β¦P : Type uβ¦ [AddCommMonoid P] [Module R P] [Module.Finite R P] (N : Submodule R P) : N.FG β Function.Injective β(LinearMap.rTensor M N.subtype) - Module.flat_iff π Mathlib.RingTheory.Flat.Basic
(R : Type u) (M : Type v) [CommSemiring R] [AddCommMonoid M] [Module R M] : Module.Flat R M β β β¦P : Type uβ¦ [inst : AddCommMonoid P] [inst_1 : Module R P] [Module.Finite R P] (N : Submodule R P), N.FG β Function.Injective β(LinearMap.rTensor M N.subtype) - Module.Flat.rTensor_exact π Mathlib.RingTheory.Flat.Basic
{R : Type u} (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] [Module.Flat R M] β¦N : Type u_1β¦ β¦N' : Type u_2β¦ β¦N'' : Type u_3β¦ [AddCommGroup N] [AddCommGroup N'] [AddCommGroup N''] [Module R N] [Module R N'] [Module R N''] β¦f : N ββ[R] N'β¦ β¦g : N' ββ[R] N''β¦ (exact : Function.Exact βf βg) : Function.Exact β(LinearMap.rTensor M f) β(LinearMap.rTensor M g) - Module.Flat.iff_rTensor_exact π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β β¦N N' N'' : Type (max u v)β¦ [inst : AddCommGroup N] [inst_1 : AddCommGroup N'] [inst_2 : AddCommGroup N''] [inst_3 : Module R N] [inst_4 : Module R N'] [inst_5 : Module R N''] β¦f : N ββ[R] N'β¦ β¦g : N' ββ[R] N''β¦, Function.Exact βf βg β Function.Exact β(LinearMap.rTensor M f) β(LinearMap.rTensor M g) - Module.Flat.iff_rTensor_exact' π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] [Small.{v', u} R] : Module.Flat R M β β β¦N N' N'' : Type v'β¦ [inst : AddCommGroup N] [inst_1 : AddCommGroup N'] [inst_2 : AddCommGroup N''] [inst_3 : Module R N] [inst_4 : Module R N'] [inst_5 : Module R N''] β¦f : N ββ[R] N'β¦ β¦g : N' ββ[R] N''β¦, Function.Exact βf βg β Function.Exact β(LinearMap.rTensor M f) β(LinearMap.rTensor M g) - LinearMap.rTensor_injective_of_fg π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {N : Type u_1} {P : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] {f : N ββ[R] P} (h : β (N' : Submodule R N) (P' : Submodule R P), N'.FG β P'.FG β β (h : N' β€ Submodule.comap f P'), Function.Injective β(LinearMap.rTensor M (f.restrict h))) : Function.Injective β(LinearMap.rTensor M f) - LinearMap.rTensor_injective_iff_subtype π Mathlib.RingTheory.Flat.Basic
{R : Type u} {M : Type v} {N : Type u_1} {P : Type u_2} {Q : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [AddCommMonoid P] [Module R P] [AddCommMonoid Q] [Module R Q] {f : N ββ[R] P} (hf : Function.Injective βf) (e : P ββ[R] Q) : Function.Injective β(LinearMap.rTensor M f) β Function.Injective β(LinearMap.rTensor M (βe ββ f).range.subtype) - SemimoduleCat.hom_whiskerRight π Mathlib.Algebra.Category.ModuleCat.Monoidal.Basic
{R : Type u} [CommSemiring R] {L M : SemimoduleCat R} (f : L βΆ M) (N : SemimoduleCat R) : SemimoduleCat.Hom.hom (CategoryTheory.MonoidalCategoryStruct.whiskerRight f N) = LinearMap.rTensor (βN) (SemimoduleCat.Hom.hom f) - ModuleCat.hom_whiskerRight π Mathlib.Algebra.Category.ModuleCat.Monoidal.Basic
{R : Type u} [CommRing R] {L M : ModuleCat R} (f : L βΆ M) (N : ModuleCat R) : ModuleCat.Hom.hom (CategoryTheory.MonoidalCategoryStruct.whiskerRight f N) = LinearMap.rTensor (βN) (ModuleCat.Hom.hom f) - ModuleCat.MonoidalCategory.whiskerRight_def π Mathlib.Algebra.Category.ModuleCat.Monoidal.Basic
{R : Type u} [CommRing R] {Xββ Xββ : ModuleCat R} (f : Xββ βΆ Xββ) (M : ModuleCat R) : CategoryTheory.MonoidalCategoryStruct.whiskerRight f M = ModuleCat.ofHom (LinearMap.rTensor (βM) (ModuleCat.Hom.hom f)) - Coalgebra.rTensor_counit_comul π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [Coalgebra R A] (a : A) : (LinearMap.rTensor A CoalgebraStruct.counit) (CoalgebraStruct.comul a) = 1 ββ[R] a - Coalgebra.coassoc π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} [self : Coalgebra R A] : β(TensorProduct.assoc R A A A) ββ LinearMap.rTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul = LinearMap.lTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul - Coalgebra.rTensor_counit_comp_comul π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : AddCommMonoid A} {instβΒ² : Module R A} [self : Coalgebra R A] : LinearMap.rTensor A CoalgebraStruct.counit ββ CoalgebraStruct.comul = (TensorProduct.mk R R A) 1 - Coalgebra.coassoc_symm π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [Coalgebra R A] : β(TensorProduct.assoc R A A A).symm ββ LinearMap.lTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul = LinearMap.rTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul - Coalgebra.coassoc_apply π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [Coalgebra R A] (a : A) : (TensorProduct.assoc R A A A) ((LinearMap.rTensor A CoalgebraStruct.comul) (CoalgebraStruct.comul a)) = (LinearMap.lTensor A CoalgebraStruct.comul) (CoalgebraStruct.comul a) - Coalgebra.coassoc_symm_apply π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [Coalgebra R A] (a : A) : (TensorProduct.assoc R A A A).symm ((LinearMap.lTensor A CoalgebraStruct.comul) (CoalgebraStruct.comul a)) = (LinearMap.rTensor A CoalgebraStruct.comul) (CoalgebraStruct.comul a) - Coalgebra.mk π Mathlib.RingTheory.Coalgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [AddCommMonoid A] [Module R A] [toCoalgebraStruct : CoalgebraStruct R A] (coassoc : β(TensorProduct.assoc R A A A) ββ LinearMap.rTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul = LinearMap.lTensor A CoalgebraStruct.comul ββ CoalgebraStruct.comul) (rTensor_counit_comp_comul : LinearMap.rTensor A CoalgebraStruct.counit ββ CoalgebraStruct.comul = (TensorProduct.mk R R A) 1) (lTensor_counit_comp_comul : LinearMap.lTensor A CoalgebraStruct.counit ββ CoalgebraStruct.comul = (TensorProduct.mk R A R).flip 1) : Coalgebra R A - HopfAlgebra.mul_antipode_rTensor_comul π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u} {A : Type v} {instβ : CommSemiring R} {instβΒΉ : Semiring A} [self : HopfAlgebra R A] : LinearMap.mul' R A ββ LinearMap.rTensor A (HopfAlgebraStruct.antipode R) ββ CoalgebraStruct.comul = Algebra.linearMap R A ββ CoalgebraStruct.counit - HopfAlgebra.mk π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [toHopfAlgebraStruct : HopfAlgebraStruct R A] (mul_antipode_rTensor_comul : LinearMap.mul' R A ββ LinearMap.rTensor A (HopfAlgebraStruct.antipode R) ββ CoalgebraStruct.comul = Algebra.linearMap R A ββ CoalgebraStruct.counit) (mul_antipode_lTensor_comul : LinearMap.mul' R A ββ LinearMap.lTensor A (HopfAlgebraStruct.antipode R) ββ CoalgebraStruct.comul = Algebra.linearMap R A ββ CoalgebraStruct.counit) : HopfAlgebra R A - HopfAlgebra.mul_antipode_rTensor_comul_apply π Mathlib.RingTheory.HopfAlgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [HopfAlgebra R A] (a : A) : (LinearMap.mul' R A) ((LinearMap.rTensor A (HopfAlgebraStruct.antipode R)) (CoalgebraStruct.comul a)) = (algebraMap R A) (CoalgebraStruct.counit a) - dualTensorHom_comp_rTensor_dualMap π Mathlib.LinearAlgebra.Contraction
{R : Type u_2} {M : Type u_3} {N : Type u_4} {P : Type u_5} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] (f : M ββ[R] N) : dualTensorHom R M P ββ LinearMap.rTensor P f.dualMap = LinearMap.lcomp R P f ββ dualTensorHom R N P - contractLeft_assoc_coevaluation' π Mathlib.LinearAlgebra.Coevaluation
(K : Type u) [Field K] (V : Type v) [AddCommGroup V] [Module K V] [FiniteDimensional K V] : LinearMap.lTensor V (contractLeft K V) ββ β(TensorProduct.assoc K V (Module.Dual K V) V) ββ LinearMap.rTensor V (coevaluation K V) = β(TensorProduct.rid K V).symm ββ β(TensorProduct.lid K V) - contractLeft_assoc_coevaluation π Mathlib.LinearAlgebra.Coevaluation
(K : Type u) [Field K] (V : Type v) [AddCommGroup V] [Module K V] [FiniteDimensional K V] : LinearMap.rTensor (Module.Dual K V) (contractLeft K V) ββ β(TensorProduct.assoc K (Module.Dual K V) V (Module.Dual K V)).symm ββ LinearMap.lTensor (Module.Dual K V) (coevaluation K V) = β(TensorProduct.lid K (Module.Dual K V)).symm ββ β(TensorProduct.rid K (Module.Dual K V)) - rTensor_injective_iff_lcomp_surjective π Mathlib.Algebra.Module.CharacterModule
{R : Type uR} [CommRing R] {A : Type uA} [AddCommGroup A] {A' : Type u_1} [AddCommGroup A'] {B : Type uB} [AddCommGroup B] [Module R A] [Module R A'] [Module R B] {f : A ββ[R] A'} : Function.Injective β(LinearMap.rTensor B f) β Function.Surjective β(LinearMap.lcomp R (CharacterModule B) f) - CharacterModule.dual_rTensor_conj_homEquiv π Mathlib.Algebra.Module.CharacterModule
{R : Type uR} [CommRing R] {A : Type uA} [AddCommGroup A] (A' : Type u_1) [AddCommGroup A'] {B : Type uB} [AddCommGroup B] [Module R A] [Module R A'] [Module R B] (f : A ββ[R] A') : βCharacterModule.homEquiv.symm ββ CharacterModule.dual (LinearMap.rTensor B f) ββ βCharacterModule.homEquiv = LinearMap.lcomp R (CharacterModule B) f - TensorProduct.quotTensorEquivQuotSMul_comp_mkQ_rTensor π Mathlib.LinearAlgebra.TensorProduct.Quotient
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (I : Ideal R) : β(TensorProduct.quotTensorEquivQuotSMul M I) ββ LinearMap.rTensor M (Submodule.mkQ I) = (I β’ β€).mkQ ββ β(TensorProduct.lid R M) - Ideal.subtype_rTensor_range π Mathlib.RingTheory.TensorProduct.Quotient
{R : Type u_1} [CommRing R] (M : Type u_2) [AddCommGroup M] [Module R M] (I : Ideal R) : (β(TensorProduct.lid R M) ββ LinearMap.rTensor M (Submodule.subtype I)).range = I β’ β€ - Module.FaithfullyFlat.zero_iff_rTensor_zero π Mathlib.RingTheory.Flat.FaithfullyFlat.Basic
(R : Type u) (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] [h : Module.FaithfullyFlat R M] {N : Type u_1} [AddCommGroup N] [Module R N] {N' : Type u_2} [AddCommGroup N'] [Module R N'] (f : N ββ[R] N') : f = 0 β LinearMap.rTensor M f = 0 - Module.FaithfullyFlat.iff_zero_iff_rTensor_zero π Mathlib.RingTheory.Flat.FaithfullyFlat.Basic
(R : Type u) (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] : Module.FaithfullyFlat R M β Module.Flat R M β§ β {N : Type (max u v)} [inst : AddCommGroup N] [inst_1 : Module R N] {N' : Type (max u v)} [inst_2 : AddCommGroup N'] [inst_3 : Module R N'] (f : N ββ[R] N'), LinearMap.rTensor M f = 0 β f = 0 - Module.FaithfullyFlat.range_le_ker_of_exact_rTensor π Mathlib.RingTheory.Flat.FaithfullyFlat.Basic
(R : Type u) (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] {N1 : Type u_1} [AddCommGroup N1] [Module R N1] {N2 : Type u_2} [AddCommGroup N2] [Module R N2] {N3 : Type u_3} [AddCommGroup N3] [Module R N3] (l12 : N1 ββ[R] N2) (l23 : N2 ββ[R] N3) [fl : Module.FaithfullyFlat R M] (ex : Function.Exact β(LinearMap.rTensor M l12) β(LinearMap.rTensor M l23)) : l12.range β€ l23.ker - Module.FaithfullyFlat.rTensor_reflects_exact π Mathlib.RingTheory.Flat.FaithfullyFlat.Basic
(R : Type u) (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] {N1 : Type u_1} [AddCommGroup N1] [Module R N1] {N2 : Type u_2} [AddCommGroup N2] [Module R N2] {N3 : Type u_3} [AddCommGroup N3] [Module R N3] (l12 : N1 ββ[R] N2) (l23 : N2 ββ[R] N3) [fl : Module.FaithfullyFlat R M] (ex : Function.Exact β(LinearMap.rTensor M l12) β(LinearMap.rTensor M l23)) : Function.Exact βl12 βl23 - Module.FaithfullyFlat.rTensor_exact_iff_exact π Mathlib.RingTheory.Flat.FaithfullyFlat.Basic
(R : Type u) (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] {N1 : Type u_1} [AddCommGroup N1] [Module R N1] {N2 : Type u_2} [AddCommGroup N2] [Module R N2] {N3 : Type u_3} [AddCommGroup N3] [Module R N3] (l12 : N1 ββ[R] N2) (l23 : N2 ββ[R] N3) [Module.FaithfullyFlat R M] : Function.Exact β(LinearMap.rTensor M l12) β(LinearMap.rTensor M l23) β Function.Exact βl12 βl23 - Module.FaithfullyFlat.iff_exact_iff_rTensor_exact π Mathlib.RingTheory.Flat.FaithfullyFlat.Basic
(R : Type u) (M : Type v) [CommRing R] [AddCommGroup M] [Module R M] : Module.FaithfullyFlat R M β β {N1 : Type (max u v)} [inst : AddCommGroup N1] [inst_1 : Module R N1] {N2 : Type (max u v)} [inst_2 : AddCommGroup N2] [inst_3 : Module R N2] {N3 : Type (max u v)} [inst_4 : AddCommGroup N3] [inst_5 : Module R N3] (l12 : N1 ββ[R] N2) (l23 : N2 ββ[R] N3), Function.Exact βl12 βl23 β Function.Exact β(LinearMap.rTensor M l12) β(LinearMap.rTensor M l23) - Module.Flat.injective_characterModule_iff_rTensor_preserves_injective_linearMap π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Injective R (CharacterModule M) β β β¦N N' : Type vβ¦ [inst : AddCommGroup N] [inst_1 : AddCommGroup N'] [inst_2 : Module R N] [inst_3 : Module R N'] (f : N ββ[R] N'), Function.Injective βf β Function.Injective β(LinearMap.rTensor M f) - Module.Flat.iff_rTensor_injective' π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β (I : Ideal R), Function.Injective β(LinearMap.rTensor M (Submodule.subtype I)) - Module.Flat.iff_rTensor_injective π Mathlib.RingTheory.Flat.Tensor
{R : Type u} {M : Type v} [CommRing R] [AddCommGroup M] [Module R M] : Module.Flat R M β β β¦I : Ideal Rβ¦, I.FG β Function.Injective β(LinearMap.rTensor M (Submodule.subtype I)) - Lie.Derivation.ofDerivation_apply π Mathlib.Algebra.Lie.Derivation.BaseChange
{R : Type u_1} [CommRing R] {A : Type u_2} [CommRing A] [Algebra R A] {L : Type u_3} [LieRing L] [LieAlgebra R L] (d : Derivation R A A) (x : TensorProduct R A L) : ((Lie.Derivation.ofDerivation L) d) x = (LinearMap.rTensor L βd) x - DirectSum.decomposeTensor_apply π Mathlib.LinearAlgebra.TensorProduct.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) (N : Type u_5) [AddCommMonoid N] [Module R N] {i : ΞΉ} : DirectSum.decomposeTensor β³ N i = (LinearMap.rTensor N (β³ i).subtype).range - DirectSum.subtype_rTensor_injective π Mathlib.LinearAlgebra.TensorProduct.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) (N : Type u_5) [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] [DirectSum.Decomposition β³] (i : ΞΉ) : Function.Injective β(LinearMap.rTensor N (β³ i).subtype) - DirectSum.val_decomposeTensorEquiv_apply π Mathlib.LinearAlgebra.TensorProduct.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) (N : Type u_5) [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] [DirectSum.Decomposition β³] {i : ΞΉ} (x : TensorProduct R (β₯(β³ i)) N) : β((DirectSum.decomposeTensorEquiv β³ N i) x) = (LinearMap.rTensor N (β³ i).subtype) x - DirectSum.decomposeTensorEquiv_apply π Mathlib.LinearAlgebra.TensorProduct.Decomposition
{ΞΉ : Type u_1} {R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (β³ : ΞΉ β Submodule R M) (N : Type u_5) [AddCommMonoid N] [Module R N] [DecidableEq ΞΉ] [DirectSum.Decomposition β³] {i : ΞΉ} (x : TensorProduct R (β₯(β³ i)) N) : (DirectSum.decomposeTensorEquiv β³ N i) x = β¨(LinearMap.rTensor N (β³ i).subtype) x, β―β© - TensorProduct.rTensor_injective_of_forall_vanishesTrivially π Mathlib.LinearAlgebra.TensorProduct.Vanishing
(R : Type u_1) [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommGroup N] [Module R N] (hMN : β {l : β} {m : Fin l β M} {n : Fin l β N}, β i, m i ββ[R] n i = 0 β TensorProduct.VanishesTrivially R m n) (M' : Submodule R M) : Function.Injective β(LinearMap.rTensor N M'.subtype) - TensorProduct.forall_vanishesTrivially_iff_forall_rTensor_injective π Mathlib.LinearAlgebra.TensorProduct.Vanishing
(R : Type u_1) [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommGroup N] [Module R N] : (β {l : β} {m : Fin l β M} {n : Fin l β N}, β i, m i ββ[R] n i = 0 β TensorProduct.VanishesTrivially R m n) β β (M' : Submodule R M), Function.Injective β(LinearMap.rTensor N M'.subtype) - TensorProduct.forall_vanishesTrivially_iff_forall_fg_rTensor_injective π Mathlib.LinearAlgebra.TensorProduct.Vanishing
(R : Type u_1) [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommGroup N] [Module R N] : (β {l : β} {m : Fin l β M} {n : Fin l β N}, β i, m i ββ[R] n i = 0 β TensorProduct.VanishesTrivially R m n) β β (M' : Submodule R M), M'.FG β Function.Injective β(LinearMap.rTensor N M'.subtype) - TensorProduct.vanishesTrivially_of_sum_tmul_eq_zero_of_rTensor_injective π Mathlib.LinearAlgebra.TensorProduct.Vanishing
(R : Type u_1) [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommGroup N] [Module R N] {ΞΉ : Type u_4} [Fintype ΞΉ] {m : ΞΉ β M} {n : ΞΉ β N} (hm : Function.Injective β(LinearMap.rTensor N (Submodule.span R (Set.range m)).subtype)) (hmn : β i, m i ββ[R] n i = 0) : TensorProduct.VanishesTrivially R m n - TensorProduct.vanishesTrivially_iff_sum_tmul_eq_zero_of_rTensor_injective π Mathlib.LinearAlgebra.TensorProduct.Vanishing
(R : Type u_1) [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommGroup N] [Module R N] {ΞΉ : Type u_4} [Fintype ΞΉ] {m : ΞΉ β M} {n : ΞΉ β N} (hm : Function.Injective β(LinearMap.rTensor N (Submodule.span R (Set.range m)).subtype)) : TensorProduct.VanishesTrivially R m n β β i, m i ββ[R] n i = 0 - TensorProduct.rTensor_injective_of_forall_fg_rTensor_injective π Mathlib.LinearAlgebra.TensorProduct.Vanishing
(R : Type u_1) [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {N : Type u_3} [AddCommGroup N] [Module R N] (hMN : β (M' : Submodule R M), M'.FG β Function.Injective β(LinearMap.rTensor N M'.subtype)) (M' : Submodule R M) : Function.Injective β(LinearMap.rTensor N M'.subtype) - Module.Flat.tfae_equational_criterion π Mathlib.RingTheory.Flat.EquationalCriterion
(R : Type u_1) (M : Type u_2) [CommRing R] [AddCommGroup M] [Module R M] : [Module.Flat R M, β (I : Ideal R), Function.Injective β(LinearMap.rTensor M (Submodule.subtype I)), β {l : β} {f : Fin l β R} {x : Fin l β M}, β i, f i ββ[R] x i = 0 β TensorProduct.VanishesTrivially R f x, β {l : β} {f : Fin l β R} {x : Fin l β M}, β i, f i β’ x i = 0 β Module.IsTrivialRelation f x, β {l : β} {f : Fin l ββ R} {x : (Fin l ββ R) ββ[R] M}, x f = 0 β β k a y, x = y ββ a β§ a f = 0].TFAE - Ideal.pi_mkQ_rTensor π Mathlib.RingTheory.Ideal.Quotient.ChineseRemainder
{R : Type u_1} [CommRing R] {ΞΉ : Type u_2} (M : Type u_3) [AddCommGroup M] [Module R M] (I : ΞΉ β Ideal R) [Fintype ΞΉ] [DecidableEq ΞΉ] : LinearMap.rTensor M (LinearMap.pi fun i => Submodule.mkQ (I i)) = β(TensorProduct.piLeft R M fun i => R β§Έ I i).symm ββ (LinearMap.pi fun i => (TensorProduct.mk R (R β§Έ I i) M) 1) ββ β(TensorProduct.lid R M) - QuotSMulTop.equivTensorQuot_naturality π Mathlib.RingTheory.QuotSMulTop
{R : Type u_2} [CommRing R] (r : R) {M : Type u_1} {M' : Type u_3} [AddCommGroup M] [Module R M] [AddCommGroup M'] [Module R M'] (f : M ββ[R] M') : β(QuotSMulTop.equivTensorQuot r M') ββ (QuotSMulTop.map r) f = LinearMap.rTensor (R β§Έ Ideal.span {r}) f ββ β(QuotSMulTop.equivTensorQuot r M) - QuotSMulTop.equivTensorQuot_naturality_mk π Mathlib.RingTheory.QuotSMulTop
{R : Type u_2} [CommRing R] (r : R) {M : Type u_1} {M' : Type u_3} [AddCommGroup M] [Module R M] [AddCommGroup M'] [Module R M'] (f : M ββ[R] M') (x : M) : (QuotSMulTop.equivTensorQuot r M') (((QuotSMulTop.map r) f) (Submodule.Quotient.mk x)) = (LinearMap.rTensor (R β§Έ Ideal.span {r}) f) ((QuotSMulTop.equivTensorQuot r M) (Submodule.Quotient.mk x)) - lTensor_injective_of_exact_of_exact_of_rTensor_injective π Mathlib.RingTheory.LocalRing.Module
{R : Type u_1} [CommRing R] {Mβ : Type u_5} {Mβ : Type u_6} {Mβ : Type u_7} {Nβ : Type u_8} {Nβ : Type u_9} {Nβ : Type u_10} [AddCommGroup Mβ] [Module R Mβ] [AddCommGroup Mβ] [Module R Mβ] [AddCommGroup Mβ] [Module R Mβ] [AddCommGroup Nβ] [Module R Nβ] [AddCommGroup Nβ] [Module R Nβ] [AddCommGroup Nβ] [Module R Nβ] {fβ : Mβ ββ[R] Mβ} {fβ : Mβ ββ[R] Mβ} {gβ : Nβ ββ[R] Nβ} {gβ : Nβ ββ[R] Nβ} (hfexact : Function.Exact βfβ βfβ) (hfsurj : Function.Surjective βfβ) (hgexact : Function.Exact βgβ βgβ) (hgsurj : Function.Surjective βgβ) (hfinj : Function.Injective β(LinearMap.rTensor Nβ fβ)) (hginj : Function.Injective β(LinearMap.lTensor Mβ gβ)) : Function.Injective β(LinearMap.lTensor Mβ gβ) - Module.free_of_maximalIdeal_rTensor_injective π Mathlib.RingTheory.LocalRing.Module
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [IsLocalRing R] [Module.FinitePresentation R M] (H : Function.Injective β(LinearMap.rTensor M (Submodule.subtype (IsLocalRing.maximalIdeal R)))) : Module.Free R M - Module.exists_basis_of_span_of_maximalIdeal_rTensor_injective π Mathlib.RingTheory.LocalRing.Module
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [IsLocalRing R] [Module.FinitePresentation R M] (H : Function.Injective β(LinearMap.rTensor M (Submodule.subtype (IsLocalRing.maximalIdeal R)))) {ΞΉ : Type u} (v : ΞΉ β M) (hv : Submodule.span R (Set.range v) = β€) : β ΞΊ a b, β (i : ΞΊ), b i = v (a i) - Module.exists_basis_of_basis_baseChange π Mathlib.RingTheory.LocalRing.Module
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] [IsLocalRing R] [Module.FinitePresentation R M] {ΞΉ : Type u_5} (v : ΞΉ β M) (hli : LinearIndependent (IsLocalRing.ResidueField R) (β((TensorProduct.mk R (IsLocalRing.ResidueField R) M) 1) β v)) (hsp : Submodule.span (IsLocalRing.ResidueField R) (Set.range (β((TensorProduct.mk R (IsLocalRing.ResidueField R) M) 1) β v)) = β€) (H : Function.Injective β(LinearMap.rTensor M (Submodule.subtype (IsLocalRing.maximalIdeal R)))) : β b, β (i : ΞΉ), b i = v i - Submodule.mulMap_comp_rTensor π Mathlib.LinearAlgebra.TensorProduct.Submodule
{R : Type u} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] {M : Submodule R S} (N : Submodule R S) {M' : Submodule R S} (hM : M' β€ M) : M.mulMap N ββ LinearMap.rTensor (β₯N) (Submodule.inclusion hM) = M'.mulMap N - Submodule.mulLeftMap_eq_mulMap_comp π Mathlib.LinearAlgebra.TensorProduct.Submodule
{R : Type u} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] {M : Submodule R S} (N : Submodule R S) {ΞΉ : Type u_1} [DecidableEq ΞΉ] (m : ΞΉ β β₯M) : Submodule.mulLeftMap N m = M.mulMap N ββ LinearMap.rTensor (β₯N) (Finsupp.linearCombination R m) ββ β(TensorProduct.finsuppScalarLeft R (β₯N) ΞΉ).symm - Module.Invertible.rTensor_bijective_iff π Mathlib.RingTheory.PicardGroup
{R : Type u} (M : Type v) {N : Type u_1} {P : Type u_2} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] [Module.Invertible R M] {f : N ββ[R] P} : Function.Bijective β(LinearMap.rTensor M f) β Function.Bijective βf - Module.Invertible.rTensor_injective_iff π Mathlib.RingTheory.PicardGroup
{R : Type u} (M : Type v) {N : Type u_1} {P : Type u_2} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] [Module.Invertible R M] {f : N ββ[R] P} : Function.Injective β(LinearMap.rTensor M f) β Function.Injective βf - Module.Invertible.rTensor_surjective_iff π Mathlib.RingTheory.PicardGroup
{R : Type u} (M : Type v) {N : Type u_1} {P : Type u_2} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [Module R M] [Module R N] [Module R P] [Module.Invertible R M] {f : N ββ[R] P} : Function.Surjective β(LinearMap.rTensor M f) β Function.Surjective βf - Module.Invertible.rightCancelEquiv_comp_rTensor_comp_symm π Mathlib.RingTheory.PicardGroup
{R : Type u} {M : Type v} {N : Type u_1} {P : Type u_2} {Q : Type u_3} [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (e : TensorProduct R M N ββ[R] R) (f : P ββ[R] Q) : β(Module.Invertible.rightCancelEquiv Q e) ββ LinearMap.rTensor N (LinearMap.rTensor M f) ββ β(Module.Invertible.rightCancelEquiv P e).symm = f - Module.Invertible.rTensorEquiv_symm_apply_apply π Mathlib.RingTheory.PicardGroup
{R : Type u} {M : Type v} {N : Type u_1} (P : Type u_2) (Q : Type u_3) [CommSemiring R] [AddCommMonoid M] [AddCommMonoid N] [AddCommMonoid P] [AddCommMonoid Q] [Module R M] [Module R N] [Module R P] [Module R Q] (e : TensorProduct R M N ββ[R] R) (a : TensorProduct R P M ββ[R] TensorProduct R Q M) (x : P) : ((Module.Invertible.rTensorEquiv P Q e).symm a) x = ((Module.Invertible.rightCancelEquiv Q e).congrRight (LinearMap.rTensor N a)) ((TensorProduct.assoc R P M N).symm (x ββ[R] e.symm 1)) - LinearMap.intrinsicStar_rTensor π Mathlib.Algebra.Star.LinearMap
{R : Type u_5} {E : Type u_6} {F : Type u_7} {G : Type u_8} [CommSemiring R] [StarRing R] [AddCommMonoid E] [StarAddMonoid E] [Module R E] [StarModule R E] [AddCommMonoid F] [StarAddMonoid F] [Module R F] [StarModule R F] [AddCommMonoid G] [StarAddMonoid G] [Module R G] [StarModule R G] (f : WithConv (E ββ[R] F)) : star (WithConv.toConv (LinearMap.rTensor G f.ofConv)) = WithConv.toConv (LinearMap.rTensor G (star f).ofConv) - LinearIsometry.toLinearMap_rTensor π Mathlib.Analysis.InnerProductSpace.TensorProduct
{π : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [NormedAddCommGroup F] [InnerProductSpace π F] [NormedAddCommGroup G] [InnerProductSpace π G] (f : E ββα΅’[π] F) : (LinearIsometry.rTensor G f).toLinearMap = LinearMap.rTensor G f.toLinearMap - ContinuousLinearMap.toLinearMap_rTensor π Mathlib.Analysis.InnerProductSpace.TensorProduct
{π : Type u_1} {E : Type u_2} {F : Type u_3} (G : Type u_4) [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [NormedAddCommGroup F] [InnerProductSpace π F] [NormedAddCommGroup G] [InnerProductSpace π G] (f : E βL[π] F) : β(ContinuousLinearMap.rTensor G f) = LinearMap.rTensor G βf - LinearIsometry.rTensor_apply π Mathlib.Analysis.InnerProductSpace.TensorProduct
{π : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [NormedAddCommGroup F] [InnerProductSpace π F] [NormedAddCommGroup G] [InnerProductSpace π G] (f : E ββα΅’[π] F) (x : TensorProduct π E G) : (LinearIsometry.rTensor G f) x = (LinearMap.rTensor G f.toLinearMap) x - ContinuousLinearMap.rTensor_apply π Mathlib.Analysis.InnerProductSpace.TensorProduct
{π : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [NormedAddCommGroup F] [InnerProductSpace π F] [NormedAddCommGroup G] [InnerProductSpace π G] (f : E βL[π] F) (x : TensorProduct π E G) : (ContinuousLinearMap.rTensor G f) x = (LinearMap.rTensor G βf) x - LinearMap.adjoint_rTensor π Mathlib.Analysis.InnerProductSpace.TensorProduct
{π : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [NormedAddCommGroup F] [InnerProductSpace π F] [NormedAddCommGroup G] [InnerProductSpace π G] [FiniteDimensional π E] [FiniteDimensional π F] [FiniteDimensional π G] (f : E ββ[π] F) : LinearMap.adjoint (LinearMap.rTensor G f) = LinearMap.rTensor G (LinearMap.adjoint f) - TensorProduct.gradedMul_def π Mathlib.LinearAlgebra.TensorProduct.Graded.External
(R : Type u_5) {ΞΉ : Type u_6} [CommSemiring ΞΉ] [Module ΞΉ (Additive β€Λ£)] [DecidableEq ΞΉ] (π : ΞΉ β Type u_7) (β¬ : ΞΉ β Type u_8) [CommRing R] [(i : ΞΉ) β AddCommGroup (π i)] [(i : ΞΉ) β AddCommGroup (β¬ i)] [(i : ΞΉ) β Module R (π i)] [(i : ΞΉ) β Module R (β¬ i)] [DirectSum.GRing π] [DirectSum.GRing β¬] [DirectSum.GAlgebra R π] [DirectSum.GAlgebra R β¬] : TensorProduct.gradedMul R π β¬ = TensorProduct.curry (TensorProduct.map (LinearMap.mul' R (DirectSum ΞΉ fun i => π i)) (LinearMap.mul' R (DirectSum ΞΉ fun i => β¬ i)) ββ β(TensorProduct.assoc R (DirectSum ΞΉ fun i => π i) (DirectSum ΞΉ fun i => π i) (TensorProduct R (DirectSum ΞΉ fun i => β¬ i) (DirectSum ΞΉ fun i => β¬ i))).symm ββ LinearMap.lTensor (DirectSum ΞΉ fun i => π i) (β(TensorProduct.assoc R (DirectSum ΞΉ fun i => π i) (DirectSum ΞΉ fun i => β¬ i) (DirectSum ΞΉ fun i => β¬ i)) ββ LinearMap.rTensor (DirectSum ΞΉ fun i => β¬ i) β(TensorProduct.gradedComm R β¬ π) ββ β(TensorProduct.assoc R (DirectSum ΞΉ β¬) (DirectSum ΞΉ π) (DirectSum ΞΉ β¬)).symm) ββ β(TensorProduct.assoc R (DirectSum ΞΉ π) (DirectSum ΞΉ β¬) (TensorProduct R (DirectSum ΞΉ π) (DirectSum ΞΉ β¬)))) - Representation.IntertwiningMap.toLinearMap_rTensor π Mathlib.RepresentationTheory.Intertwining
{A : Type u_1} {G : Type u_2} {V : Type u_3} {W : Type u_4} {U : Type u_5} [CommSemiring A] [Monoid G] [AddCommMonoid V] [AddCommMonoid W] [AddCommMonoid U] [Module A V] [Module A W] [Module A U] {Ο : Representation A G V} {Ο : Representation A G W} {Ο : Representation A G U} (f : Ο.IntertwiningMap Ο) : (Representation.IntertwiningMap.rTensor Ο f).toLinearMap = LinearMap.rTensor V f.toLinearMap - Representation.ind_apply π Mathlib.RepresentationTheory.Induced
{k : Type u_1} {G : Type u_2} {H : Type u_3} [CommRing k] [Group G] [Group H] (Ο : G β* H) {A : Type u_4} [AddCommGroup A] [Module k A] (Ο : Representation k G A) (h : H) : (Representation.ind Ο Ο) h = Representation.Coinvariants.map (Representation.tprod (MonoidHom.comp (Representation.leftRegular k H) Ο) Ο) (Representation.tprod (MonoidHom.comp (Representation.leftRegular k H) Ο) Ο) { toLinearMap := LinearMap.rTensor A (MonoidAlgebra.mapDomainLinearMap k k fun x => x * hβ»ΒΉ), isIntertwining' := β― } - Submodule.isCoideal_iff_comul_mem π Mathlib.RingTheory.Coalgebra.Quotient
{R : Type u_1} {C : Type u_2} [CommRing R] [AddCommGroup C] [Module R C] [CoalgebraStruct R C] (I : Submodule R C) : I.IsCoideal β (β x β I, CoalgebraStruct.counit x = 0) β§ β x β I, CoalgebraStruct.comul x β (LinearMap.lTensor C I.subtype).range β (LinearMap.rTensor C I.subtype).range - DirectedSystem.rTensor π Mathlib.RingTheory.TensorProduct.DirectLimitFG
(R : Type u) (N : Type u_2) [CommSemiring R] [AddCommMonoid N] [Module R N] {ΞΉ : Type u_3} [Preorder ΞΉ] {F : ΞΉ β Type u_4} [(i : ΞΉ) β AddCommMonoid (F i)] [(i : ΞΉ) β Module R (F i)] {f : β¦i j : ΞΉβ¦ β i β€ j β F i ββ[R] F j} (D : DirectedSystem F fun x x_1 h => β(f h)) : DirectedSystem (fun i => TensorProduct R (F i) N) fun x x_1 h => β(LinearMap.rTensor N (f h)) - TensorProduct.exists_of_fg π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u} {M : Type u_1} {N : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (u : TensorProduct R M N) : β P, P.FG β§ u β (LinearMap.rTensor N P.subtype).range - TensorProduct.Algebra.exists_of_fg π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u_1} {S : Type u_2} {N : Type u_4} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid N] [Module R N] (u : TensorProduct R S N) : β A, A.FG β§ u β (LinearMap.rTensor N A.val.toLinearMap).range - TensorProduct.eq_zero_of_fg_of_subtype_eq_zero π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u} {M : Type u_1} {N : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {P : Submodule R M} (hP : P.FG) {t : TensorProduct R (β₯P) N} (h : (LinearMap.rTensor N P.subtype) t = 0) : β Q, β (hPQ : P β€ Q), Q.FG β§ (LinearMap.rTensor N (Submodule.inclusion hPQ)) t = 0 - Submodule.FG.rTensor.directedSystem π Mathlib.RingTheory.TensorProduct.DirectLimitFG
(R : Type u) (M : Type u_1) (N : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] : DirectedSystem (fun P => TensorProduct R (β₯βP) N) fun β¦x x_1β¦ h => β(LinearMap.rTensor N (Submodule.inclusion h)) - Submodule.FG.rTensor.directLimit π Mathlib.RingTheory.TensorProduct.DirectLimitFG
(R : Type u) (M : Type u_1) (N : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq { P // P.FG }] : (Module.DirectLimit (fun P => TensorProduct R (β₯βP) N) fun β¦P Qβ¦ h => LinearMap.rTensor N (Submodule.inclusion h)) ββ[R] TensorProduct R M N - TensorProduct.eq_of_fg_of_subtype_eq π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u} {M : Type u_1} {N : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {P : Submodule R M} (hP : P.FG) {t t' : TensorProduct R (β₯P) N} (h : (LinearMap.rTensor N P.subtype) t = (LinearMap.rTensor N P.subtype) t') : β Q, β (hPQ : P β€ Q), Q.FG β§ (LinearMap.rTensor N (Submodule.inclusion hPQ)) t = (LinearMap.rTensor N (Submodule.inclusion hPQ)) t' - TensorProduct.eq_of_fg_of_subtype_eq' π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u} {M : Type u_1} {N : Type u_2} [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] {P : Submodule R M} (hP : P.FG) {t : TensorProduct R (β₯P) N} {P' : Submodule R M} (hP' : P'.FG) {t' : TensorProduct R (β₯P') N} (h : (LinearMap.rTensor N P.subtype) t = (LinearMap.rTensor N P'.subtype) t') : β Q, β (hPQ : P β€ Q) (hP'Q : P' β€ Q), Q.FG β§ (LinearMap.rTensor N (Submodule.inclusion hPQ)) t = (LinearMap.rTensor N (Submodule.inclusion hP'Q)) t' - Submodule.exists_fg_of_baseChange_eq_zero π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u_1} {S : Type u_2} {M : Type u_3} {N : Type u_4} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] (f : M ββ[R] N) {t : TensorProduct R S M} (ht : (LinearMap.baseChange S f) t = 0) : β A, β (_ : A.FG), β u, (LinearMap.baseChange (β₯A) f) u = 0 β§ (LinearMap.rTensor M A.val.toLinearMap) u = t - TensorProduct.Algebra.eq_of_fg_of_subtype_eq π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u_1} {S : Type u_2} {N : Type u_4} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid N] [Module R N] {A : Subalgebra R S} (hA : A.FG) {t t' : TensorProduct R (β₯A) N} (h : (LinearMap.rTensor N A.val.toLinearMap) t = (LinearMap.rTensor N A.val.toLinearMap) t') : β B, β (hAB : A β€ B), B.FG β§ (LinearMap.rTensor N (Subalgebra.inclusion hAB).toLinearMap) t = (LinearMap.rTensor N (Subalgebra.inclusion hAB).toLinearMap) t' - TensorProduct.Algebra.eq_of_fg_of_subtype_eq' π Mathlib.RingTheory.TensorProduct.DirectLimitFG
{R : Type u_1} {S : Type u_2} {N : Type u_4} [CommSemiring R] [Semiring S] [Algebra R S] [AddCommMonoid N] [Module R N] {A : Subalgebra R S} (hA : A.FG) {t : TensorProduct R (β₯A) N} {A' : Subalgebra R S} (hA' : A'.FG) {t' : TensorProduct R (β₯A') N} (h : (LinearMap.rTensor N A.val.toLinearMap) t = (LinearMap.rTensor N A'.val.toLinearMap) t') : β B, β (hAB : A β€ B) (hA'B : A' β€ B), B.FG β§ (LinearMap.rTensor N (Subalgebra.inclusion hAB).toLinearMap) t = (LinearMap.rTensor N (Subalgebra.inclusion hA'B).toLinearMap) t' - Submodule.FG.rTensor.directLimit_apply' π Mathlib.RingTheory.TensorProduct.DirectLimitFG
(R : Type u) (M : Type u_1) (N : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq { P // P.FG }] {P : Submodule R M} (hP : P.FG) (u : TensorProduct R (β₯P) N) : (Submodule.FG.rTensor.directLimit R M N) ((Module.DirectLimit.of R { P // P.FG } (fun P => TensorProduct R (β₯βP) N) (fun β¦x x_1β¦ h => LinearMap.rTensor N (Submodule.inclusion h)) β¨P, hPβ©) u) = (LinearMap.rTensor N P.subtype) u - Submodule.FG.rTensor.directLimit_apply π Mathlib.RingTheory.TensorProduct.DirectLimitFG
(R : Type u) (M : Type u_1) (N : Type u_2) [CommSemiring R] [AddCommMonoid M] [Module R M] [AddCommMonoid N] [Module R N] [DecidableEq { P // P.FG }] {P : { P // P.FG }} (u : TensorProduct R (β₯βP) N) : (Submodule.FG.rTensor.directLimit R M N) ((Module.DirectLimit.of R { P // P.FG } (fun P => TensorProduct R (β₯βP) N) (fun β¦x x_1β¦ h => LinearMap.rTensor N (Submodule.inclusion h)) P) u) = (LinearMap.rTensor N (βP).subtype) u - PolynomialLaw.isCompat_apply π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] {S : Type v} [CommSemiring S] [Algebra R S] (f : M βββ[R] N) {T : Type w} [CommSemiring T] [Algebra R T] (h : S ββ[R] T) (t : TensorProduct R S M) : (LinearMap.rTensor N h.toLinearMap) (PolynomialLaw.toFun S f t) = PolynomialLaw.toFun T f ((LinearMap.rTensor M h.toLinearMap) t) - PolynomialLaw.isCompat_apply' π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] {f : M βββ[R] N} {S : Type u} [CommSemiring S] [Algebra R S] {S' : Type u} [CommSemiring S'] [Algebra R S'] (Ο : S ββ[R] S') (x : TensorProduct R S M) : (LinearMap.rTensor N Ο.toLinearMap) (f.toFun' S x) = f.toFun' S' ((LinearMap.rTensor M Ο.toLinearMap) x) - PolynomialLaw.isCompat π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] {S : Type v} [CommSemiring S] [Algebra R S] (f : M βββ[R] N) {T : Type w} [CommSemiring T] [Algebra R T] (h : S ββ[R] T) : β(LinearMap.rTensor N h.toLinearMap) β PolynomialLaw.toFun S f = PolynomialLaw.toFun T f β β(LinearMap.rTensor M h.toLinearMap) - PolynomialLaw.isCompat' π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] (self : M βββ[R] N) {S : Type u} [CommSemiring S] [Algebra R S] {S' : Type u} [CommSemiring S'] [Algebra R S'] (Ο : S ββ[R] S') : β(LinearMap.rTensor N Ο.toLinearMap) β self.toFun' S = self.toFun' S' β β(LinearMap.rTensor M Ο.toLinearMap) - PolynomialLaw.mk π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] (toFun' : (S : Type u) β [inst : CommSemiring S] β [inst_1 : Algebra R S] β TensorProduct R S M β TensorProduct R S N) (isCompat' : β {S : Type u} [inst : CommSemiring S] [inst_1 : Algebra R S] {S' : Type u} [inst_2 : CommSemiring S'] [inst_3 : Algebra R S'] (Ο : S ββ[R] S'), β(LinearMap.rTensor N Ο.toLinearMap) β toFun' S = toFun' S' β β(LinearMap.rTensor M Ο.toLinearMap) := by aesop) : M βββ[R] N - PolynomialLaw.exists_lift π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {S : Type v} [CommSemiring S] [Algebra R S] (t : TensorProduct R S M) : β n Ο p, (LinearMap.rTensor M Ο.toLinearMap) p = t - PolynomialLaw.exists_lift' π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {S : Type v} [CommSemiring S] [Algebra R S] (t : TensorProduct R S M) (s : S) : β n Ο p q, (LinearMap.rTensor M Ο.toLinearMap) p = t β§ Ο q = s - PolynomialLaw.toFun_eq_rTensor_Ο_toFun' π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] {S : Type v} [CommSemiring S] [Algebra R S] (f : M βββ[R] N) {t : TensorProduct R S M} {s : Finset S} {p : TensorProduct R (MvPolynomial (Fin s.card) R) M} (ha : PolynomialLaw.Ο R M S β¨s, pβ© = t) : PolynomialLaw.toFun S f t = (LinearMap.rTensor N (PolynomialLaw.Ο R s).toLinearMap) (f.toFun' (MvPolynomial (Fin s.card) R) p) - PolynomialLaw.exists_lift_of_mem_range_rTensor π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {S : Type v} [CommSemiring S] [Algebra R S] {T : Type u_3} [CommSemiring T] [Algebra R T] (A : Subalgebra R T) {Ο : S ββ[R] T} (hΟ : A β€ Ο.range) {t : TensorProduct R T M} (ht : t β (LinearMap.rTensor M A.val.toLinearMap).range) : β s, (LinearMap.rTensor M Ο.toLinearMap) s = t - PolynomialLaw.toFun'_eq_of_inclusion π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] {S : Type v} [CommSemiring S] [Algebra R S] (f : M βββ[R] N) {A : Type u} [CommSemiring A] [Algebra R A] {Ο : A ββ[R] S} (p : TensorProduct R A M) {B : Type u} [CommSemiring B] [Algebra R B] (q : TensorProduct R B M) {Ο : B ββ[R] S} (h : Ο.range β€ Ο.range) (hpq : (LinearMap.rTensor M ((Subalgebra.inclusion h).comp Ο.rangeRestrict).toLinearMap) p = (LinearMap.rTensor M Ο.rangeRestrict.toLinearMap) q) : (LinearMap.rTensor N Ο.toLinearMap) (f.toFun' A p) = (LinearMap.rTensor N Ο.toLinearMap) (f.toFun' B q) - PolynomialLaw.toFun'_eq_of_diagram π Mathlib.RingTheory.PolynomialLaw.Basic
{R : Type u} [CommSemiring R] {M : Type u_1} [AddCommMonoid M] [Module R M] {N : Type u_2} [AddCommMonoid N] [Module R N] {S : Type v} [CommSemiring S] [Algebra R S] (f : M βββ[R] N) {A : Type u} [CommSemiring A] [Algebra R A] {Ο : A ββ[R] S} (p : TensorProduct R A M) {T : Type w} [CommSemiring T] [Algebra R T] {B : Type u} [CommSemiring B] [Algebra R B] {Ο : B ββ[R] T} (q : TensorProduct R B M) (h : S ββ[R] T) (h' : β₯Ο.range ββ[R] β₯Ο.range) (hh' : Ο.range.val.comp h' = h.comp Ο.range.val) (hpq : (LinearMap.rTensor M (h'.comp Ο.rangeRestrict).toLinearMap) p = (LinearMap.rTensor M Ο.rangeRestrict.toLinearMap) q) : (LinearMap.rTensor N (h.comp Ο).toLinearMap) (f.toFun' A p) = (LinearMap.rTensor N Ο.toLinearMap) (f.toFun' B q)
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