Loogle!
Result
Found 144 declarations mentioning AlgHom.toLinearMap.
- AlgHom.toLinearMap π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (Ο : A ββ[R] B) : A ββ[R] B - AlgHom.toLinearMap_injective π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] : Function.Injective AlgHom.toLinearMap - AlgHom.toLinearMap_id π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] : (AlgHom.id R A).toLinearMap = LinearMap.id - AlgHom.coe_toLinearMap π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (Ο : A ββ[R] B) : βΟ.toLinearMap = βΟ - AlgHom.toLinearMap_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (Ο : A ββ[R] B) (p : A) : Ο.toLinearMap p = Ο p - AlgHom.toLinearMap_eq_coe π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) : f.toLinearMap = βf - AlgHom.comp_toLinearMap π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} {C : Type uβ} [CommSemiring R] [Semiring A] [Semiring B] [Semiring C] [Algebra R A] [Algebra R B] [Algebra R C] (f : A ββ[R] B) (g : B ββ[R] C) : (g.comp f).toLinearMap = g.toLinearMap ββ f.toLinearMap - AlgHom.toEnd_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (Ο : A ββ[R] A) : AlgHom.toEnd Ο = Ο.toLinearMap - AlgHom.linearMapMk_toAddHom π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) : { toAddHom := βf, map_smul' := β― } = f.toLinearMap - AlgHom.ofLinearMap_toLinearMap π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (Ο : A ββ[R] B) (map_one : Ο.toLinearMap 1 = 1) (map_mul : β (x y : A), Ο.toLinearMap (x * y) = Ο.toLinearMap x * Ο.toLinearMap y) : AlgHom.ofLinearMap Ο.toLinearMap map_one map_mul = Ο - AlgHom.toLinearMap_ofLinearMap π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) (map_one : f 1 = 1) (map_mul : β (x y : A), f (x * y) = f x * f y) : (AlgHom.ofLinearMap f map_one map_mul).toLinearMap = f - AlgEquiv.toAlgHom_toLinearMap π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] (e : Aβ ββ[R] Aβ) : (βe).toLinearMap = ββe - AlgEquiv.toLinearMap_ofAlgHom π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] (f : Aβ ββ[R] Aβ) (g : Aβ ββ[R] Aβ) (hβ : f.comp g = AlgHom.id R Aβ) (hβ : g.comp f = AlgHom.id R Aβ) : (AlgEquiv.ofAlgHom f g hβ hβ).toLinearMap = f.toLinearMap - AlgHom.toLinearMap_restrictScalars π Mathlib.Algebra.Algebra.Tower
(R : Type u) {S : Type v} {A : Type w} {B : Type uβ} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R S] [Algebra S A] [Algebra S B] [Algebra R A] [Algebra R B] [IsScalarTower R S A] [IsScalarTower R S B] (f : A ββ[S] B) : (AlgHom.restrictScalars R f).toLinearMap = βR f.toLinearMap - linearIndependent_algHom_toLinearMap π Mathlib.LinearAlgebra.LinearIndependent.Lemmas
(K : Type u_6) (M : Type u_7) (L : Type u_8) [CommSemiring K] [Semiring M] [Algebra K M] [CommRing L] [IsDomain L] [Algebra K L] : LinearIndependent L AlgHom.toLinearMap - linearIndependent_algHom_toLinearMap' π Mathlib.LinearAlgebra.LinearIndependent.Lemmas
(K : Type u_6) (M : Type u_7) (L : Type u_8) [CommRing K] [IsDomain K] [Semiring M] [Algebra K M] [CommRing L] [IsDomain L] [Algebra K L] [Module.IsTorsionFree K L] : LinearIndependent K AlgHom.toLinearMap - AlgHom.toLinearMap_toOpposite π Mathlib.Algebra.Algebra.Opposite
{R : Type u_1} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) (hf : β (x y : A), Commute (f x) (f y)) : (f.toOpposite hf).toLinearMap = β(MulOpposite.opLinearEquiv R) ββ f.toLinearMap - AlgHom.toLinearMap_fromOpposite π Mathlib.Algebra.Algebra.Opposite
{R : Type u_1} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) (hf : β (x y : A), Commute (f x) (f y)) : (f.fromOpposite hf).toLinearMap = f.toLinearMap ββ β(MulOpposite.opLinearEquiv R).symm - AlgHom.comp_mul' π Mathlib.Algebra.Algebra.Bilinear
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) : f.toLinearMap ββ LinearMap.mul' R A = LinearMap.mul' R B ββ TensorProduct.map f.toLinearMap f.toLinearMap - Submodule.map_one π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] {A' : Type u_1} [Semiring A'] [Algebra R A'] (f : A ββ[R] A') : Submodule.map f.toLinearMap 1 = 1 - Submodule.map_pow π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (M : Submodule R A) {A' : Type u_1} [Semiring A'] [Algebra R A'] (f : A ββ[R] A') (n : β) : Submodule.map f.toLinearMap (M ^ n) = Submodule.map f.toLinearMap M ^ n - Submodule.mapHom_apply π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] {A' : Type u_1} [Semiring A'] [Algebra R A'] (f : A ββ[R] A') (p : Submodule R A) : (Submodule.mapHom f) p = Submodule.map f.toLinearMap p - Submodule.map_mul π Mathlib.Algebra.Algebra.Operations
{R : Type u} [CommSemiring R] {A : Type v} [Semiring A] [Algebra R A] (M N : Submodule R A) {A' : Type u_1} [Semiring A'] [Algebra R A'] (f : A ββ[R] A') : Submodule.map f.toLinearMap (M * N) = Submodule.map f.toLinearMap M * Submodule.map f.toLinearMap N - Subalgebra.map_toSubmodule π Mathlib.Algebra.Algebra.Subalgebra.Basic
{R : Type u} {A : Type v} {B : Type w} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] {S : Subalgebra R A} {f : A ββ[R] B} : Subalgebra.toSubmodule (Subalgebra.map f S) = Submodule.map f.toLinearMap (Subalgebra.toSubmodule S) - 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.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) - Algebra.TensorProduct.toLinearMap_includeRight π 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] : Algebra.TensorProduct.includeRight.toLinearMap = (TensorProduct.AlgebraTensorModule.mk R R A B) 1 - Algebra.TensorProduct.toLinearMap_includeLeft π 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] : Algebra.TensorProduct.includeLeft.toLinearMap = (TensorProduct.AlgebraTensorModule.mk R S A B).flip 1 - Algebra.TensorProduct.lmul'_toLinearMap π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} [CommSemiring R] [CommSemiring S] [Algebra R S] : (Algebra.TensorProduct.lmul' R).toLinearMap = LinearMap.mul' R S - Algebra.TensorProduct.toLinearMap_map π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} {D : Type uD} [CommSemiring R] [CommSemiring S] [Algebra R S] [Semiring A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [Algebra S C] [IsScalarTower R S C] [Semiring D] [Algebra R D] (f : A ββ[S] C) (g : B ββ[R] D) : (Algebra.TensorProduct.map f g).toLinearMap = TensorProduct.AlgebraTensorModule.map f.toLinearMap g.toLinearMap - Polynomial.lcoeff_comp_mapAlgHom_eq π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {A : Type z} {B : Type u_2} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) (n : β) : βR (Polynomial.lcoeff B n) ββ (Polynomial.mapAlgHom f).toLinearMap = f.toLinearMap ββ βR (Polynomial.lcoeff A n) - Algebra.IsPushout.mk π Mathlib.RingTheory.IsTensorProduct
{R : Type u_1} {S : Type vβ} [CommSemiring R] [CommSemiring S] [Algebra R S] {R' : Type u_6} {S' : Type u_7} [CommSemiring R'] [CommSemiring S'] [Algebra R R'] [Algebra S S'] [Algebra R' S'] [Algebra R S'] [IsScalarTower R R' S'] [IsScalarTower R S S'] (out : IsBaseChange S (IsScalarTower.toAlgHom R R' S').toLinearMap) : Algebra.IsPushout R S R' S' - Algebra.IsPushout.out π Mathlib.RingTheory.IsTensorProduct
{R : Type u_1} {S : Type vβ} {instβ : CommSemiring R} {instβΒΉ : CommSemiring S} {instβΒ² : Algebra R S} {R' : Type u_6} {S' : Type u_7} {instβΒ³ : CommSemiring R'} {instββ΄ : CommSemiring S'} {instββ΅ : Algebra R R'} {instββΆ : Algebra S S'} {instββ· : Algebra R' S'} {instββΈ : Algebra R S'} {instββΉ : IsScalarTower R R' S'} {instβΒΉβ° : IsScalarTower R S S'} [self : Algebra.IsPushout R S R' S'] : IsBaseChange S (IsScalarTower.toAlgHom R R' S').toLinearMap - Algebra.isPushout_iff π Mathlib.RingTheory.IsTensorProduct
(R : Type u_1) (S : Type vβ) [CommSemiring R] [CommSemiring S] [Algebra R S] (R' : Type u_6) (S' : Type u_7) [CommSemiring R'] [CommSemiring S'] [Algebra R R'] [Algebra S S'] [Algebra R' S'] [Algebra R S'] [IsScalarTower R R' S'] [IsScalarTower R S S'] : Algebra.IsPushout R S R' S' β IsBaseChange S (IsScalarTower.toAlgHom R R' S').toLinearMap - AlgHom.mulLeftRightMatrix.comp_inv π Mathlib.Algebra.Azumaya.Matrix
(R : Type u_1) (n : Type u_2) [CommSemiring R] [Fintype n] [DecidableEq n] : (AlgHom.mulLeftRight R (Matrix n n R)).toLinearMap ββ AlgHom.mulLeftRightMatrix_inv R n = LinearMap.id - AlgHom.mulLeftRightMatrix.inv_comp π Mathlib.Algebra.Azumaya.Matrix
(R : Type u_1) (n : Type u_2) [CommSemiring R] [Fintype n] [DecidableEq n] : AlgHom.mulLeftRightMatrix_inv R n ββ (AlgHom.mulLeftRight R (Matrix n n R)).toLinearMap = LinearMap.id - AlgCat.forgetβ_module_map π Mathlib.Algebra.Category.AlgCat.Basic
(R : Type u) [CommRing R] {X Y : AlgCat R} (f : X βΆ Y) : (CategoryTheory.forgetβ (AlgCat R) (ModuleCat R)).map f = ModuleCat.ofHom (AlgCat.Hom.hom f).toLinearMap - TrivSqZeroExt.lift_comp_inrHom π Mathlib.Algebra.TrivSqZeroExt.Basic
{S : Type u_1} {R : Type u} {M : Type v} [CommSemiring S] [Semiring R] [AddCommMonoid M] [Algebra S R] [Module S M] [Module R M] [Module Rα΅α΅α΅ M] [SMulCommClass R Rα΅α΅α΅ M] [IsScalarTower S R M] [IsScalarTower S Rα΅α΅α΅ M] {A : Type u_2} [Semiring A] [Algebra S A] (f : R ββ[S] A) (g : M ββ[S] A) (hg : β (x y : M), g x * g y = 0) (hfg : β (r : R) (x : M), g (r β’ x) = f r * g x) (hgf : β (r : R) (x : M), g (MulOpposite.op r β’ x) = g x * f r) : (TrivSqZeroExt.lift f g hg hfg hgf).toLinearMap ββ βS (TrivSqZeroExt.inrHom R M) = g - TrivSqZeroExt.algHom_ext' π Mathlib.Algebra.TrivSqZeroExt.Basic
{S : Type u_1} {R : Type u} {M : Type v} [CommSemiring S] [Semiring R] [AddCommMonoid M] [Algebra S R] [Module S M] [Module R M] [Module Rα΅α΅α΅ M] [SMulCommClass R Rα΅α΅α΅ M] [IsScalarTower S R M] [IsScalarTower S Rα΅α΅α΅ M] {A : Type u_2} [Semiring A] [Algebra S A] β¦f g : TrivSqZeroExt R M ββ[S] Aβ¦ (hinl : f.comp (TrivSqZeroExt.inlAlgHom S R M) = g.comp (TrivSqZeroExt.inlAlgHom S R M)) (hinr : f.toLinearMap ββ βS (TrivSqZeroExt.inrHom R M) = g.toLinearMap ββ βS (TrivSqZeroExt.inrHom R M)) : f = g - TrivSqZeroExt.algHom_ext'_iff π Mathlib.Algebra.TrivSqZeroExt.Basic
{S : Type u_1} {R : Type u} {M : Type v} [CommSemiring S] [Semiring R] [AddCommMonoid M] [Algebra S R] [Module S M] [Module R M] [Module Rα΅α΅α΅ M] [SMulCommClass R Rα΅α΅α΅ M] [IsScalarTower S R M] [IsScalarTower S Rα΅α΅α΅ M] {A : Type u_2} [Semiring A] [Algebra S A] {f g : TrivSqZeroExt R M ββ[S] A} : f = g β f.comp (TrivSqZeroExt.inlAlgHom S R M) = g.comp (TrivSqZeroExt.inlAlgHom S R M) β§ f.toLinearMap ββ βS (TrivSqZeroExt.inrHom R M) = g.toLinearMap ββ βS (TrivSqZeroExt.inrHom R M) - TrivSqZeroExt.sndHom_comp_map π Mathlib.Algebra.TrivSqZeroExt.Basic
{R' : Type u} {M : Type v} [CommSemiring R'] [AddCommMonoid M] [Module R' M] [Module R'α΅α΅α΅ M] [IsCentralScalar R' M] {N : Type u_3} [AddCommMonoid N] [Module R' N] [Module R'α΅α΅α΅ N] [IsCentralScalar R' N] (f : M ββ[R'] N) : TrivSqZeroExt.sndHom R' N ββ (TrivSqZeroExt.map f).toLinearMap = f ββ TrivSqZeroExt.sndHom R' M - TrivSqZeroExt.map_comp_inrHom π Mathlib.Algebra.TrivSqZeroExt.Basic
{R' : Type u} {M : Type v} [CommSemiring R'] [AddCommMonoid M] [Module R' M] [Module R'α΅α΅α΅ M] [IsCentralScalar R' M] {N : Type u_3} [AddCommMonoid N] [Module R' N] [Module R'α΅α΅α΅ N] [IsCentralScalar R' N] (f : M ββ[R'] N) : (TrivSqZeroExt.map f).toLinearMap ββ TrivSqZeroExt.inrHom R' M = TrivSqZeroExt.inrHom R' N ββ f - TrivSqZeroExt.liftEquivOfComm_symm_apply_coe π Mathlib.Algebra.TrivSqZeroExt.Basic
{R' : Type u} {M : Type v} [CommSemiring R'] [AddCommMonoid M] [Module R' M] [Module R'α΅α΅α΅ M] [IsCentralScalar R' M] {A : Type u_2} [Semiring A] [Algebra R' A] (aβ : TrivSqZeroExt R' M ββ[R'] A) : β(TrivSqZeroExt.liftEquivOfComm.symm aβ) = aβ.toLinearMap ββ TrivSqZeroExt.inrHom R' M - TrivSqZeroExt.liftEquiv_symm_apply_coe π Mathlib.Algebra.TrivSqZeroExt.Basic
{S : Type u_1} {R : Type u} {M : Type v} [CommSemiring S] [Semiring R] [AddCommMonoid M] [Algebra S R] [Module S M] [Module R M] [Module Rα΅α΅α΅ M] [SMulCommClass R Rα΅α΅α΅ M] [IsScalarTower S R M] [IsScalarTower S Rα΅α΅α΅ M] {A : Type u_2} [Semiring A] [Algebra S A] (F : TrivSqZeroExt R M ββ[S] A) : β(TrivSqZeroExt.liftEquiv.symm F) = (F.comp (TrivSqZeroExt.inlAlgHom S R M), F.toLinearMap ββ βS (TrivSqZeroExt.inrHom R M)) - TensorAlgebra.hom_ext π Mathlib.LinearAlgebra.TensorAlgebra.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {A : Type u_3} [Semiring A] [Algebra R A] {f g : TensorAlgebra R M ββ[R] A} (w : f.toLinearMap ββ TensorAlgebra.ΞΉ R = g.toLinearMap ββ TensorAlgebra.ΞΉ R) : f = g - TensorAlgebra.hom_ext_iff π Mathlib.LinearAlgebra.TensorAlgebra.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {A : Type u_3} [Semiring A] [Algebra R A] {f g : TensorAlgebra R M ββ[R] A} : f = g β f.toLinearMap ββ TensorAlgebra.ΞΉ R = g.toLinearMap ββ TensorAlgebra.ΞΉ R - TensorAlgebra.ΞΉ_comp_lift π Mathlib.LinearAlgebra.TensorAlgebra.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {A : Type u_3} [Semiring A] [Algebra R A] (f : M ββ[R] A) : ((TensorAlgebra.lift R) f).toLinearMap ββ TensorAlgebra.ΞΉ R = f - TensorAlgebra.lift_comp_ΞΉ π Mathlib.LinearAlgebra.TensorAlgebra.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {A : Type u_3} [Semiring A] [Algebra R A] (g : TensorAlgebra R M ββ[R] A) : (TensorAlgebra.lift R) (g.toLinearMap ββ TensorAlgebra.ΞΉ R) = g - TensorAlgebra.lift_symm_apply π Mathlib.LinearAlgebra.TensorAlgebra.Basic
(R : Type u_1) [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {A : Type u_3} [Semiring A] [Algebra R A] (F : TensorAlgebra R M ββ[R] A) : (TensorAlgebra.lift R).symm F = F.toLinearMap ββ TensorAlgebra.ΞΉ R - TensorAlgebra.lift_unique π Mathlib.LinearAlgebra.TensorAlgebra.Basic
{R : Type u_1} [CommSemiring R] {M : Type u_2} [AddCommMonoid M] [Module R M] {A : Type u_3} [Semiring A] [Algebra R A] (f : M ββ[R] A) (g : TensorAlgebra R M ββ[R] A) : g.toLinearMap ββ TensorAlgebra.ΞΉ R = f β g = (TensorAlgebra.lift R) f - Bialgebra.toLinearMap_counitAlgHom π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] : (Bialgebra.counitAlgHom R A).toLinearMap = CoalgebraStruct.counit - Bialgebra.toLinearMap_comulAlgHom π Mathlib.RingTheory.Bialgebra.Basic
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Bialgebra R A] : (Bialgebra.comulAlgHom R A).toLinearMap = CoalgebraStruct.comul - Bialgebra.TensorProduct.counit_eq_algHom_toLinearMap π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : CoalgebraStruct.counit = ((β(Algebra.TensorProduct.rid R S S)).comp (Algebra.TensorProduct.map (Bialgebra.counitAlgHom S A) (Bialgebra.counitAlgHom R B))).toLinearMap - Bialgebra.TensorProduct.comul_eq_algHom_toLinearMap π Mathlib.RingTheory.Bialgebra.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Bialgebra S A] [Bialgebra R B] [Algebra R A] [Algebra R S] [IsScalarTower R S A] : CoalgebraStruct.comul = ((β(Algebra.TensorProduct.tensorTensorTensorComm R S R S A A B B)).comp (Algebra.TensorProduct.map (Bialgebra.comulAlgHom S A) (Bialgebra.comulAlgHom R B))).toLinearMap - IsLocalizedModule.mk'_mul_mk' π Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {M : Type u_6} {M' : Type u_7} [Semiring M] [Semiring M'] [Algebra R M] [Algebra R M'] (f : M ββ[R] M') [IsLocalizedModule S f.toLinearMap] (mβ mβ : M) (sβ sβ : β₯S) : IsLocalizedModule.mk' f.toLinearMap mβ sβ * IsLocalizedModule.mk' f.toLinearMap mβ sβ = IsLocalizedModule.mk' f.toLinearMap (mβ * mβ) (sβ * sβ) - IsLocalizedModule.mkOfAlgebra π Mathlib.Algebra.Module.LocalizedModule.Basic
{R : Type u_6} {S : Type u_7} {S' : Type u_8} [CommSemiring R] [Ring S] [Ring S'] [Algebra R S] [Algebra R S'] (M : Submonoid R) (f : S ββ[R] S') (hβ : β x β M, IsUnit ((algebraMap R S') x)) (hβ : β (y : S'), β x, x.2 β’ y = f x.1) (hβ : β (x : S), f x = 0 β β m, m β’ x = 0) : IsLocalizedModule M f.toLinearMap - instIsLocalizedModuleToLinearMapToAlgHomOfIsLocalizationAlgebraMapSubmonoid π Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] (S : Submonoid R) {A : Type u_2} {Aβ : Type u_3} [CommSemiring A] [Algebra R A] [CommSemiring Aβ] [Algebra A Aβ] [Algebra R Aβ] [IsScalarTower R A Aβ] [IsLocalization (Algebra.algebraMapSubmonoid A S) Aβ] : IsLocalizedModule S (IsScalarTower.toAlgHom R A Aβ).toLinearMap - isLocalizedModule_iff_isLocalization π Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {A : Type u_2} {Aβ : Type u_3} [CommSemiring A] [Algebra R A] [CommSemiring Aβ] [Algebra A Aβ] [Algebra R Aβ] [IsScalarTower R A Aβ] : IsLocalizedModule S (IsScalarTower.toAlgHom R A Aβ).toLinearMap β IsLocalization (Algebra.algebraMapSubmonoid A S) Aβ - IsLocalization.mk'_algebraMap_eq_mk' π Mathlib.Algebra.Module.LocalizedModule.IsLocalization
{R : Type u_1} [CommSemiring R] {S : Submonoid R} {A : Type u_2} {Aβ : Type u_3} [CommSemiring A] [Algebra R A] [CommSemiring Aβ] [Algebra A Aβ] [Algebra R Aβ] [IsScalarTower R A Aβ] [IsLocalization (Algebra.algebraMapSubmonoid A S) Aβ] {x : A} {s : β₯S} : IsLocalization.mk' Aβ x β¨(algebraMap R A) βs, β―β© = IsLocalizedModule.mk' (IsScalarTower.toAlgHom R A Aβ).toLinearMap x s - LinearMap.algHom_comp_convMul_distrib π Mathlib.RingTheory.Coalgebra.Convolution
{R : Type u_1} {A : Type u_3} {B : Type u_4} {C : Type u_5} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [AddCommMonoid C] [Module R C] [CoalgebraStruct R C] (h : A ββ[R] B) (f g : WithConv (C ββ[R] A)) : h.toLinearMap ββ (f * g).ofConv = (WithConv.toConv (h.toLinearMap ββ f.ofConv) * WithConv.toConv (h.toLinearMap ββ g.ofConv)).ofConv - AlgHom.toLinearMap_convOne π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] : WithConv.toConv (WithConv.ofConv 1).toLinearMap = 1 - AlgHom.toLinearMap_convPow π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (f : WithConv (C ββ[R] A)) (n : β) : WithConv.toConv (f ^ n).ofConv.toLinearMap = WithConv.toConv f.ofConv.toLinearMap ^ n - AlgHom.toLinearMap_convMul π Mathlib.RingTheory.Bialgebra.Convolution
{R : Type u_1} {A : Type u_2} {C : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring C] [Bialgebra R C] [Algebra R A] (f g : WithConv (C ββ[R] A)) : WithConv.toConv (f * g).ofConv.toLinearMap = WithConv.toConv f.ofConv.toLinearMap * WithConv.toConv g.ofConv.toLinearMap - HopfAlgebra.toLinearMap_antipodeAlgHom π Mathlib.RingTheory.HopfAlgebra.Convolution
{R : Type u_1} {A : Type u_2} [CommSemiring R] [CommSemiring A] [HopfAlgebra R A] : (HopfAlgebra.antipodeAlgHom R A).toLinearMap = HopfAlgebraStruct.antipode R - IsLocalization.mapExtendScalars_eq_toLinearMap_mapβ π Mathlib.RingTheory.Localization.Algebra
{R : Type u_5} [CommSemiring R] (M : Submonoid R) {A : Type u_6} [CommSemiring A] [Algebra R A] {B : Type u_7} [CommSemiring B] [Algebra R B] (Rβ : Type u_8) [CommSemiring Rβ] [Algebra R Rβ] [IsLocalization M Rβ] (Aβ : Type u_9) [CommSemiring Aβ] [Algebra R Aβ] [Algebra A Aβ] [IsScalarTower R A Aβ] [IsLocalization (Algebra.algebraMapSubmonoid A M) Aβ] (Bβ : Type u_10) [CommSemiring Bβ] [Algebra R Bβ] [Algebra B Bβ] [IsScalarTower R B Bβ] [IsLocalization (Algebra.algebraMapSubmonoid B M) Bβ] [Algebra Rβ Aβ] [Algebra Rβ Bβ] [IsScalarTower R Rβ Aβ] [IsScalarTower R Rβ Bβ] (f : A ββ[R] B) : (IsLocalizedModule.mapExtendScalars M (IsScalarTower.toAlgHom R A Aβ).toLinearMap (IsScalarTower.toAlgHom R B Bβ).toLinearMap Rβ) f.toLinearMap = (IsLocalization.mapβ M Rβ Aβ Bβ f).toLinearMap - IsLocalization.map_linearMap_eq_toLinearMap_mapβ π Mathlib.RingTheory.Localization.Algebra
{R : Type u_5} [CommSemiring R] (M : Submonoid R) {A : Type u_6} [CommSemiring A] [Algebra R A] (Rβ : Type u_8) [CommSemiring Rβ] [Algebra R Rβ] [IsLocalization M Rβ] (Aβ : Type u_9) [CommSemiring Aβ] [Algebra R Aβ] [Algebra A Aβ] [IsScalarTower R A Aβ] [IsLocalization (Algebra.algebraMapSubmonoid A M) Aβ] [Algebra Rβ Aβ] [IsScalarTower R Rβ Aβ] : (IsLocalizedModule.map M (Algebra.linearMap R Rβ) (IsScalarTower.toAlgHom R A Aβ).toLinearMap) (Algebra.linearMap R A) = βR (IsLocalization.mapβ M Rβ Rβ Aβ (Algebra.ofId R A)).toLinearMap - IsLocalization.map_eq_toLinearMap_mapβ π Mathlib.RingTheory.Localization.Algebra
{R : Type u_5} [CommSemiring R] (M : Submonoid R) {A : Type u_6} [CommSemiring A] [Algebra R A] {B : Type u_7} [CommSemiring B] [Algebra R B] (Rβ : Type u_8) [CommSemiring Rβ] [Algebra R Rβ] [IsLocalization M Rβ] (Aβ : Type u_9) [CommSemiring Aβ] [Algebra R Aβ] [Algebra A Aβ] [IsScalarTower R A Aβ] [IsLocalization (Algebra.algebraMapSubmonoid A M) Aβ] (Bβ : Type u_10) [CommSemiring Bβ] [Algebra R Bβ] [Algebra B Bβ] [IsScalarTower R B Bβ] [IsLocalization (Algebra.algebraMapSubmonoid B M) Bβ] [Algebra Rβ Aβ] [Algebra Rβ Bβ] [IsScalarTower R Rβ Aβ] [IsScalarTower R Rβ Bβ] (f : A ββ[R] B) : (IsLocalizedModule.map M (IsScalarTower.toAlgHom R A Aβ).toLinearMap (IsScalarTower.toAlgHom R B Bβ).toLinearMap) f.toLinearMap = βR (IsLocalization.mapβ M Rβ Aβ Bβ f).toLinearMap - Algebra.IsAlgebraic.instIsLocalizedModuleNonZeroDivisorsToLinearMapToAlgHom π Mathlib.RingTheory.Algebraic.Integral
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (S' : Type u_5) [CommRing S'] [FaithfulSMul R S] [alg : Algebra.IsAlgebraic R S] [NoZeroDivisors S] [Algebra S S'] [IsFractionRing S S'] [Algebra R S'] [IsScalarTower R S S'] : IsLocalizedModule (nonZeroDivisors R) (IsScalarTower.toAlgHom R S S').toLinearMap - Algebra.IsAlgebraic.isBaseChange_of_isFractionRing π Mathlib.RingTheory.Algebraic.Integral
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (R' : Type u_4) (S' : Type u_5) [CommRing S'] [FaithfulSMul R S] [alg : Algebra.IsAlgebraic R S] [NoZeroDivisors S] [Algebra S S'] [IsFractionRing S S'] [Algebra R S'] [IsScalarTower R S S'] [CommRing R'] [Algebra R R'] [IsFractionRing R R'] [Module R' S'] [IsScalarTower R R' S'] : IsBaseChange R' (IsScalarTower.toAlgHom R S S').toLinearMap - CliffordAlgebra.hom_ext π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_4} [Semiring A] [Algebra R A] {f g : CliffordAlgebra Q ββ[R] A} : f.toLinearMap ββ CliffordAlgebra.ΞΉ Q = g.toLinearMap ββ CliffordAlgebra.ΞΉ Q β f = g - CliffordAlgebra.hom_ext_iff π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_4} [Semiring A] [Algebra R A] {f g : CliffordAlgebra Q ββ[R] A} : f = g β f.toLinearMap ββ CliffordAlgebra.ΞΉ Q = g.toLinearMap ββ CliffordAlgebra.ΞΉ Q - CliffordAlgebra.map_comp_ΞΉ π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {Mβ : Type u_4} {Mβ : Type u_5} [AddCommGroup Mβ] [AddCommGroup Mβ] [Module R Mβ] [Module R Mβ] {Qβ : QuadraticForm R Mβ} {Qβ : QuadraticForm R Mβ} (f : Qβ βqα΅’ Qβ) : (CliffordAlgebra.map f).toLinearMap ββ CliffordAlgebra.ΞΉ Qβ = CliffordAlgebra.ΞΉ Qβ ββ f.toLinearMap - CliffordAlgebra.ΞΉ_range_map_map π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {Mβ : Type u_4} {Mβ : Type u_5} [AddCommGroup Mβ] [AddCommGroup Mβ] [Module R Mβ] [Module R Mβ] {Qβ : QuadraticForm R Mβ} {Qβ : QuadraticForm R Mβ} (f : Qβ βqα΅’ Qβ) : Submodule.map (CliffordAlgebra.map f).toLinearMap (CliffordAlgebra.ΞΉ Qβ).range = Submodule.map (CliffordAlgebra.ΞΉ Qβ) f.range - CliffordAlgebra.lift_comp_ΞΉ π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_3} [Semiring A] [Algebra R A] (g : CliffordAlgebra Q ββ[R] A) : (CliffordAlgebra.lift Q) β¨g.toLinearMap ββ CliffordAlgebra.ΞΉ Q, β―β© = g - CliffordAlgebra.ΞΉ_comp_lift π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_3} [Semiring A] [Algebra R A] (f : M ββ[R] A) (cond : β (m : M), f m * f m = (algebraMap R A) (Q m)) : ((CliffordAlgebra.lift Q) β¨f, condβ©).toLinearMap ββ CliffordAlgebra.ΞΉ Q = f - CliffordAlgebra.lift_unique π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_3} [Semiring A] [Algebra R A] (f : M ββ[R] A) (cond : β (m : M), f m * f m = (algebraMap R A) (Q m)) (g : CliffordAlgebra Q ββ[R] A) : g.toLinearMap ββ CliffordAlgebra.ΞΉ Q = f β g = (CliffordAlgebra.lift Q) β¨f, condβ© - CliffordAlgebra.ΞΉ_range_map_lift π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_3} [Semiring A] [Algebra R A] (f : M ββ[R] A) (cond : β (m : M), f m * f m = (algebraMap R A) (Q m)) : Submodule.map ((CliffordAlgebra.lift Q) β¨f, condβ©).toLinearMap (CliffordAlgebra.ΞΉ Q).range = f.range - CliffordAlgebra.lift_symm_apply π Mathlib.LinearAlgebra.CliffordAlgebra.Basic
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) {A : Type u_3} [Semiring A] [Algebra R A] (F : CliffordAlgebra Q ββ[R] A) : (CliffordAlgebra.lift Q).symm F = β¨F.toLinearMap ββ CliffordAlgebra.ΞΉ Q, β―β© - DirectSum.algHom_ext' π Mathlib.Algebra.DirectSum.Algebra
{ΞΉ : Type uΞΉ} (R : Type uR) (A : ΞΉ β Type uA) {B : Type uB} [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [AddMonoid ΞΉ] [DirectSum.GSemiring A] [Semiring B] [DirectSum.GAlgebra R A] [Algebra R B] [DecidableEq ΞΉ] β¦f g : (DirectSum ΞΉ fun i => A i) ββ[R] Bβ¦ (h : β (i : ΞΉ), f.toLinearMap ββ DirectSum.lof R ΞΉ A i = g.toLinearMap ββ DirectSum.lof R ΞΉ A i) : f = g - DirectSum.algHom_ext'_iff π Mathlib.Algebra.DirectSum.Algebra
{ΞΉ : Type uΞΉ} {R : Type uR} {A : ΞΉ β Type uA} {B : Type uB} [CommSemiring R] [(i : ΞΉ) β AddCommMonoid (A i)] [(i : ΞΉ) β Module R (A i)] [AddMonoid ΞΉ] [DirectSum.GSemiring A] [Semiring B] [DirectSum.GAlgebra R A] [Algebra R B] [DecidableEq ΞΉ] {f g : (DirectSum ΞΉ fun i => A i) ββ[R] B} : f = g β β (i : ΞΉ), f.toLinearMap ββ DirectSum.lof R ΞΉ A i = g.toLinearMap ββ DirectSum.lof R ΞΉ A i - CliffordAlgebra.evenOdd_comap_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (n : ZMod 2) : Submodule.comap CliffordAlgebra.involute.toLinearMap (CliffordAlgebra.evenOdd Q n) = CliffordAlgebra.evenOdd Q n - CliffordAlgebra.evenOdd_map_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (n : ZMod 2) : Submodule.map CliffordAlgebra.involute.toLinearMap (CliffordAlgebra.evenOdd Q n) = CliffordAlgebra.evenOdd Q n - CliffordAlgebra.ΞΉ_range_comap_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) : Submodule.comap CliffordAlgebra.involute.toLinearMap (CliffordAlgebra.ΞΉ Q).range = (CliffordAlgebra.ΞΉ Q).range - CliffordAlgebra.ΞΉ_range_map_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) : Submodule.map CliffordAlgebra.involute.toLinearMap (CliffordAlgebra.ΞΉ Q).range = (CliffordAlgebra.ΞΉ Q).range - CliffordAlgebra.submodule_map_involute_eq_comap π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) (p : Submodule R (CliffordAlgebra Q)) : Submodule.map CliffordAlgebra.involute.toLinearMap p = Submodule.comap CliffordAlgebra.involute.toLinearMap p - CliffordAlgebra.reverse_comp_involute π Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
{R : Type u_1} [CommRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} : CliffordAlgebra.reverse ββ CliffordAlgebra.involute.toLinearMap = CliffordAlgebra.involute.toLinearMap ββ CliffordAlgebra.reverse - ExteriorAlgebra.map_comp_ΞΉMulti π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {N : Type u4} [AddCommGroup N] [Module R N] {n : β} (f : M ββ[R] N) : (ExteriorAlgebra.map f).toLinearMap.compAlternatingMap (ExteriorAlgebra.ΞΉMulti R n) = (ExteriorAlgebra.ΞΉMulti R n).compLinearMap f - ExteriorAlgebra.hom_ext π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {A : Type u_1} [Semiring A] [Algebra R A] {f g : ExteriorAlgebra R M ββ[R] A} (h : f.toLinearMap ββ ExteriorAlgebra.ΞΉ R = g.toLinearMap ββ ExteriorAlgebra.ΞΉ R) : f = g - ExteriorAlgebra.hom_ext_iff π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {A : Type u_1} [Semiring A] [Algebra R A] {f g : ExteriorAlgebra R M ββ[R] A} : f = g β f.toLinearMap ββ ExteriorAlgebra.ΞΉ R = g.toLinearMap ββ ExteriorAlgebra.ΞΉ R - ExteriorAlgebra.map_comp_ΞΉ π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {N : Type u4} [AddCommGroup N] [Module R N] (f : M ββ[R] N) : (ExteriorAlgebra.map f).toLinearMap ββ ExteriorAlgebra.ΞΉ R = ExteriorAlgebra.ΞΉ R ββ f - ExteriorAlgebra.ΞΉInv_comp_map π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {N : Type u4} [AddCommGroup N] [Module R N] (f : M ββ[R] N) : ExteriorAlgebra.ΞΉInv ββ (ExteriorAlgebra.map f).toLinearMap = f ββ ExteriorAlgebra.ΞΉInv - ExteriorAlgebra.ΞΉ_range_map_map π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {N : Type u4} [AddCommGroup N] [Module R N] (f : M ββ[R] N) : Submodule.map (ExteriorAlgebra.map f).toLinearMap (ExteriorAlgebra.ΞΉ R).range = Submodule.map (ExteriorAlgebra.ΞΉ R) f.range - ExteriorAlgebra.lift_comp_ΞΉ π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
{R : Type u1} [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {A : Type u_1} [Semiring A] [Algebra R A] (g : ExteriorAlgebra R M ββ[R] A) : (ExteriorAlgebra.lift R) β¨g.toLinearMap ββ ExteriorAlgebra.ΞΉ R, β―β© = g - ExteriorAlgebra.ΞΉ_comp_lift π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
(R : Type u1) [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {A : Type u_1} [Semiring A] [Algebra R A] (f : M ββ[R] A) (cond : β (m : M), f m * f m = 0) : ((ExteriorAlgebra.lift R) β¨f, condβ©).toLinearMap ββ ExteriorAlgebra.ΞΉ R = f - ExteriorAlgebra.lift_unique π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
(R : Type u1) [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {A : Type u_1} [Semiring A] [Algebra R A] (f : M ββ[R] A) (cond : β (m : M), f m * f m = 0) (g : ExteriorAlgebra R M ββ[R] A) : g.toLinearMap ββ ExteriorAlgebra.ΞΉ R = f β g = (ExteriorAlgebra.lift R) β¨f, condβ© - ExteriorAlgebra.lift_symm_apply π Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
(R : Type u1) [CommRing R] {M : Type u2} [AddCommGroup M] [Module R M] {A : Type u_1} [Semiring A] [Algebra R A] (aβ : ExteriorAlgebra R M ββ[R] A) : (ExteriorAlgebra.lift R).symm aβ = β¨aβ.toLinearMap ββ CliffordAlgebra.ΞΉ 0, β―β© - exteriorPower.subtype_comp_map_eq π Mathlib.LinearAlgebra.ExteriorPower.Basic
{R : Type u} [CommRing R] {n : β} {M : Type u_1} {N : Type u_2} [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (f : M ββ[R] N) : (β[R]^n N).subtype ββ exteriorPower.map n f = (ExteriorAlgebra.map f).toLinearMap ββ (β[R]^n M).subtype - DualNumber.algHom_ext' π Mathlib.Algebra.DualNumber
{R : Type u_1} {B : Type u_3} {A : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] β¦f g : DualNumber A ββ[R] Bβ¦ (hinl : f.comp (TrivSqZeroExt.inlAlgHom R A A) = g.comp (TrivSqZeroExt.inlAlgHom R A A)) (hinr : f.toLinearMap ββ βR (LinearMap.toSpanSingleton A (DualNumber A) DualNumber.eps) = g.toLinearMap ββ βR (LinearMap.toSpanSingleton A (DualNumber A) DualNumber.eps)) : f = g - DualNumber.algHom_ext'_iff π Mathlib.Algebra.DualNumber
{R : Type u_1} {B : Type u_3} {A : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] {f g : DualNumber A ββ[R] B} : f = g β f.comp (TrivSqZeroExt.inlAlgHom R A A) = g.comp (TrivSqZeroExt.inlAlgHom R A A) β§ f.toLinearMap ββ βR (LinearMap.toSpanSingleton A (DualNumber A) DualNumber.eps) = g.toLinearMap ββ βR (LinearMap.toSpanSingleton A (DualNumber A) DualNumber.eps) - minpoly_algHom_toLinearMap π Mathlib.FieldTheory.Minpoly.Field
{K : Type u_1} {L : Type u_2} [Field K] [CommRing L] [IsDomain L] [Algebra K L] (Ο : L ββ[K] L) (hΟ : IsOfFinOrder Ο) : minpoly K Ο.toLinearMap = Polynomial.X ^ orderOf Ο - Polynomial.C 1 - linearIndependent_toLinearMap π Mathlib.FieldTheory.Fixed
(R : Type u) (A : Type v) (B : Type w) [CommSemiring R] [Semiring A] [Algebra R A] [CommRing B] [IsDomain B] [Algebra R B] : LinearIndependent B AlgHom.toLinearMap - Ideal.span_eq_map_homogeneousSubmodule π Mathlib.RingTheory.MvPolynomial.Homogeneous
{ΞΉ : Type u_1} {R : Type u_2} [CommSemiring R] (x : ΞΉ β R) : Ideal.span (Set.range x) = Submodule.map (MvPolynomial.aeval x).toLinearMap (MvPolynomial.homogeneousSubmodule ΞΉ R 1) - Ideal.span_pow_eq_map_homogeneousSubmodule π Mathlib.RingTheory.MvPolynomial.Homogeneous
{ΞΉ : Type u_1} {R : Type u_2} [CommSemiring R] (x : ΞΉ β R) (n : β) : Ideal.span (Set.range x) ^ n = Submodule.map (MvPolynomial.aeval x).toLinearMap (MvPolynomial.homogeneousSubmodule ΞΉ R n) - IsFractional.map π Mathlib.RingTheory.FractionalIdeal.Operations
{R : Type u_1} [CommRing R] {S : Submonoid R} {P : Type u_2} [CommRing P] [Algebra R P] {P' : Type u_3} [CommRing P'] [Algebra R P'] (g : P ββ[R] P') {I : Submodule R P} : IsFractional S I β IsFractional S (Submodule.map g.toLinearMap I) - FractionalIdeal.coe_map π Mathlib.RingTheory.FractionalIdeal.Operations
{R : Type u_1} [CommRing R] {S : Submonoid R} {P : Type u_2} [CommRing P] [Algebra R P] {P' : Type u_3} [CommRing P'] [Algebra R P'] (g : P ββ[R] P') (I : FractionalIdeal S P) : β(FractionalIdeal.map g I) = Submodule.map g.toLinearMap βI - Algebra.FormallyUnramified.comp_sec π Mathlib.RingTheory.Unramified.Finite
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (M : Type u_3) [AddCommGroup M] [Module R M] [Module S M] [IsScalarTower R S M] [Algebra.FormallyUnramified R S] [Algebra.EssFiniteType R S] : TensorProduct.AlgebraTensorModule.lift (βR (Algebra.lsmul S S M).toLinearMap.flip).flip ββ Algebra.FormallyUnramified.sec R S M = LinearMap.id - RCLike.ofRealCLM_coe π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] : βRCLike.ofRealCLM = RCLike.ofRealAm.toLinearMap - Complex.ofRealCLM_coe π Mathlib.Analysis.Complex.Basic
: βComplex.ofRealCLM = Complex.ofRealAm.toLinearMap - QuadraticAlgebra.det_toMatrix_algHom π Mathlib.Algebra.QuadraticAlgebra.AlgHom
{R : Type u_1} [CommRing R] {a b a' b' : R} (f : QuadraticAlgebra R a b ββ[R] QuadraticAlgebra R a' b') : ((LinearMap.toMatrix (QuadraticAlgebra.basis a b) (QuadraticAlgebra.basis a' b')) f.toLinearMap).det = (f QuadraticAlgebra.omega).im - QuadraticAlgebra.toMatrix_algHom π Mathlib.Algebra.QuadraticAlgebra.AlgHom
{R : Type u_1} [CommRing R] {a b a' b' : R} (f : QuadraticAlgebra R a b ββ[R] QuadraticAlgebra R a' b') : (LinearMap.toMatrix (QuadraticAlgebra.basis a b) (QuadraticAlgebra.basis a' b')) f.toLinearMap = !![1, (f QuadraticAlgebra.omega).re; 0, (f QuadraticAlgebra.omega).im] - AlgebraicGeometry.StructureSheaf.isLocalizedModule_toPushforwardStalkAlgHom π Mathlib.AlgebraicGeometry.Spec
(R S : CommRingCat) (p : PrimeSpectrum βR) [Algebra βR βS] : IsLocalizedModule p.asIdeal.primeCompl (AlgebraicGeometry.StructureSheaf.toPushforwardStalkAlgHom R S p).toLinearMap - FiniteField.minpoly_frobeniusAlgHom π Mathlib.FieldTheory.Finite.Basic
(K : Type u_1) [Field K] [Fintype K] (L : Type u_3) [Field L] [Algebra K L] [Finite L] : minpoly K (FiniteField.frobeniusAlgHom K L).toLinearMap = Polynomial.X ^ Module.finrank K L - 1 - KaehlerDifferential.isLocalizedModule_of_isLocalizedModule π Mathlib.RingTheory.Kaehler.TensorProduct
(R : Type u_1) (S : Type u_2) (A : Type u_3) (B : Type u_4) [CommRing R] [CommRing S] [Algebra R S] [CommRing A] [CommRing B] [Algebra R A] [Algebra R B] [Algebra A B] [Algebra S B] [IsScalarTower R A B] [IsScalarTower R S B] (p : Submonoid R) [IsLocalization p S] [IsLocalizedModule p (IsScalarTower.toAlgHom R A B).toLinearMap] : IsLocalizedModule p (βR (KaehlerDifferential.map R S A B)) - ModuleCat.MonModuleEquivalenceAlgebra.inverse_map_hom π Mathlib.CategoryTheory.Monoidal.Internal.Module
{R : Type u} [CommRing R] {Xβ Yβ : AlgCat R} (f : Xβ βΆ Yβ) : (ModuleCat.MonModuleEquivalenceAlgebra.inverse.map f).hom = ModuleCat.ofHom (AlgCat.Hom.hom f).toLinearMap - Subalgebra.mulMap_toLinearMap π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
{R : Type u_1} {S : Type u_2} [CommSemiring R] [CommSemiring S] [Algebra R S] (A B : Subalgebra R S) : (A.mulMap B).toLinearMap = (Subalgebra.toSubmodule A).mulMap (Subalgebra.toSubmodule B) - Algebra.TensorProduct.linearEquivIncludeRange_toLinearMap π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : β(Algebra.TensorProduct.linearEquivIncludeRange R S T) = TensorProduct.map Algebra.TensorProduct.includeLeft.toLinearMap.rangeRestrict Algebra.TensorProduct.includeRight.toLinearMap.rangeRestrict - Algebra.TensorProduct.linearEquivIncludeRange_symm_toLinearMap π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : β(Algebra.TensorProduct.linearEquivIncludeRange R S T).symm = Algebra.TensorProduct.includeLeft.toLinearMap.range.mulMap Algebra.TensorProduct.includeRight.toLinearMap.range - CliffordAlgebra.toBaseChange_involute π Mathlib.LinearAlgebra.CliffordAlgebra.BaseChange
{R : Type u_1} (A : Type u_2) {V : Type u_3} [CommRing R] [CommRing A] [AddCommGroup V] [Algebra R A] [Module R V] [Invertible 2] (Q : QuadraticForm R V) (x : CliffordAlgebra (QuadraticForm.baseChange A Q)) : (CliffordAlgebra.toBaseChange A Q) (CliffordAlgebra.involute x) = (TensorProduct.map LinearMap.id CliffordAlgebra.involute.toLinearMap) ((CliffordAlgebra.toBaseChange A Q) x) - CliffordAlgebra.EvenHom.comprβ_bilin π Mathlib.LinearAlgebra.CliffordAlgebra.Even
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] {Q : QuadraticForm R M} {A : Type u_3} {B : Type u_4} [Ring A] [Ring B] [Algebra R A] [Algebra R B] (g : CliffordAlgebra.EvenHom Q A) (f : A ββ[R] B) : (g.comprβ f).bilin = g.bilin.comprβ f.toLinearMap - CliffordAlgebra.even.lift_symm_apply_bilin π Mathlib.LinearAlgebra.CliffordAlgebra.Even
{R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (Q : QuadraticForm R M) {A : Type u_3} [Ring A] [Algebra R A] (F : β₯(CliffordAlgebra.even Q) ββ[R] A) : ((CliffordAlgebra.even.lift Q).symm F).bilin = (CliffordAlgebra.even.ΞΉ Q).bilin.comprβ F.toLinearMap - LinearAlgebra.FreeProduct.lift_apply π Mathlib.LinearAlgebra.FreeProduct.Basic
{I : Type u} [DecidableEq I] (R : Type v) [CommSemiring R] (A : I β Type w) [(i : I) β Semiring (A i)] [(i : I) β Algebra R (A i)] {B : Type w'} [Semiring B] [Algebra R B] (maps : {i : I} β A i ββ[R] B) : (LinearAlgebra.FreeProduct.lift R A) maps = (LinearAlgebra.FreeProduct.ringCon R A).liftβ ((TensorAlgebra.lift R) (DirectSum.toModule R I B fun x => maps.toLinearMap)) β― - Bialgebra.Quotient.counit_comp_mkβ π Mathlib.RingTheory.Bialgebra.Quotient
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Bialgebra R A] (I : Ideal A) [I.IsTwoSided] [(Submodule.restrictScalars R I).IsCoideal] : (Bialgebra.Quotient.counitAlgHom I).toLinearMap ββ (Ideal.Quotient.mkβ R I).toLinearMap = CoalgebraStruct.counit - Bialgebra.Quotient.comul_comp_mkβ π Mathlib.RingTheory.Bialgebra.Quotient
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Bialgebra R A] (I : Ideal A) [I.IsTwoSided] [(Submodule.restrictScalars R I).IsCoideal] : (Bialgebra.Quotient.comulAlgHom I).toLinearMap ββ (Ideal.Quotient.mkβ R I).toLinearMap = TensorProduct.map (Ideal.Quotient.mkβ R I).toLinearMap (Ideal.Quotient.mkβ R I).toLinearMap ββ CoalgebraStruct.comul - Bialgebra.Quotient.comul_mk π Mathlib.RingTheory.Bialgebra.Quotient
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [Bialgebra R A] (I : Ideal A) [I.IsTwoSided] [(Submodule.restrictScalars R I).IsCoideal] (a : A) : CoalgebraStruct.comul ((Ideal.Quotient.mk I) a) = (TensorProduct.map (Ideal.Quotient.mkβ R I).toLinearMap (Ideal.Quotient.mkβ R I).toLinearMap) (CoalgebraStruct.comul a) - DividedPowerAlgebra.embed_comp_lift π Mathlib.RingTheory.DividedPowerAlgebra.Init
{R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] {A : Type u_4} [CommSemiring A] [Algebra R A] {I : Ideal A} (hI : DividedPowers I) {g : M ββ[R] A} (hg : β (m : M), g m β I) : (DividedPowerAlgebra.lift hI g hg).toLinearMap ββ DividedPowerAlgebra.embed R M = g - DividedPowerAlgebra.lift_comp_embed π Mathlib.RingTheory.DividedPowerAlgebra.Init
{R : Type u_2} {M : Type u_3} [CommSemiring R] [AddCommMonoid M] [Module R M] (S : Type u_4) [CommSemiring S] {N : Type u_5} [AddCommMonoid N] [Module R N] [Module S N] (f : M ββ[R] N) [Algebra R S] [IsScalarTower R S N] : (DividedPowerAlgebra.map S f).toLinearMap ββ DividedPowerAlgebra.embed R M = βR (DividedPowerAlgebra.embed S N) ββ f - LinearMap.algHom_comp_convOne π Mathlib.RingTheory.HopfAlgebra.Quotient
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Semiring B] [HopfAlgebra R A] [HopfAlgebraStruct R B] (g : A ββ[R] B) : g.toLinearMap ββ WithConv.ofConv 1 = WithConv.ofConv 1 - HopfAlgebra.Quotient.antipode_comp_mkβ π Mathlib.RingTheory.HopfAlgebra.Quotient
{R : Type u_1} {A : Type u_2} [CommRing R] [Ring A] [HopfAlgebraStruct R A] (I : Ideal A) [I.IsTwoSided] [Ideal.IsHopfIdeal R I] : HopfAlgebraStruct.antipode R ββ (Ideal.Quotient.mkβ R I).toLinearMap = (Ideal.Quotient.mkβ R I).toLinearMap ββ HopfAlgebraStruct.antipode R - 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 - 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' - 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) - LocallyConstant.toLinearMap_toContinuousMapAlgHom π Mathlib.Topology.ContinuousMap.LocallyConstant
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [TopologicalSpace Y] (R : Type u_3) [CommSemiring R] [Semiring Y] [Algebra R Y] [IsTopologicalSemiring Y] : (LocallyConstant.toContinuousMapAlgHom R).toLinearMap = LocallyConstant.toContinuousMapLinearMap R
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