Loogle!
Result
Found 3585 declarations mentioning AlgHom. Of these, only the first 200 are shown.
- AlgHom π 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] : Type (max v w) - AlgHom.id π Mathlib.Algebra.Algebra.Hom
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : A ββ[R] A - AlgHom.End π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] : Monoid (A ββ[R] A) - Algebra.ofId π Mathlib.Algebra.Algebra.Hom
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : R ββ[R] A - Algebra.subsingleton_id π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : Subsingleton (R ββ[R] A) - RingHom.toNatAlgHom π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Semiring R] [Semiring S] (f : R β+* S) : R ββ[β] S - RingHom.equivNatAlgHom π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) [Semiring R] [Semiring S] : (R β+* S) β (R ββ[β] S) - AlgHom.Simps.apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} {Ξ± : Type v} {Ξ² : Type w} [CommSemiring R] [Semiring Ξ±] [Semiring Ξ²] [Algebra R Ξ±] [Algebra R Ξ²] (f : Ξ± ββ[R] Ξ²) : Ξ± β Ξ² - uniqueOfRight π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommSemiring R] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] [Subsingleton T] : Unique (S ββ[R] T) - AlgHom.funLike π 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] : FunLike (A ββ[R] B) A B - RingHom.toIntAlgHom π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R β+* S) : R ββ[β€] S - AlgHom.toRingHom π 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] (self : A ββ[R] B) : A β+* B - Algebra.instMulDistribMulActionAlgHomUnits π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : MulDistribMulAction (A ββ[R] A) AΛ£ - RingHom.equivIntAlgHom π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) [Ring R] [Ring S] : (R β+* S) β (R ββ[β€] S) - Algebra.ofId_self π Mathlib.Algebra.Algebra.Hom
{R : Type u} [CommSemiring R] : Algebra.ofId R R = AlgHom.id R R - RingHom.toIntAlgHom_injective π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] : Function.Injective RingHom.toIntAlgHom - AlgHom.coe_id π Mathlib.Algebra.Algebra.Hom
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : β(AlgHom.id R A) = id - AlgHom.id_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (p : A) : (AlgHom.id R A) p = p - AlgHom.toMonoidHom' π 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) : A β* B - AlgHomClass.toAlgHom π Mathlib.Algebra.Algebra.Hom
{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 : Type u_5} [FunLike F A B] [AlgHomClass F R A B] (f : F) : A ββ[R] B - AlgHom.algHomClass π 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] : AlgHomClass (A ββ[R] B) R A B - AlgHom.coeOutMonoidHom π 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] : CoeOut (A ββ[R] B) (A β* B) - AlgHom.coe_fn_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 DFunLike.coe - Algebra.ext_id π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] (f g : R ββ[R] A) : f = g - AlgHom.comp π 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] (Οβ : B ββ[R] C) (Οβ : A ββ[R] B) : A ββ[R] C - Algebra.ext_id_iff π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] {f g : R ββ[R] A} : f = g β True - AlgHom.toAddMonoidHom' π 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) : A β+ B - AlgHom.coeOutAddMonoidHom π 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] : CoeOut (A ββ[R] B) (A β+ B) - AlgHom.comp_id π 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) : Ο.comp (AlgHom.id R A) = Ο - AlgHom.id_comp π 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) : (AlgHom.id R B).comp Ο = Ο - Algebra.algHom π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] : S ββ[R] A - IsScalarTower.toAlgHom π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] : S ββ[R] A - AlgHom.End_toOne_one π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] : 1 = AlgHom.id R A - 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 - Algebra.comp_ofId π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) (B : Type w) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (Ο : A ββ[R] B) : Ο.comp (Algebra.ofId R A) = Algebra.ofId 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 - RingHom.toNatAlgHom_coe π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Semiring R] [Semiring S] (f : R β+* S) : βf.toNatAlgHom = βf - RingHom.toNatAlgHom_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Semiring R] [Semiring S] (f : R β+* S) (x : R) : f.toNatAlgHom x = f x - AlgHom.coe_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 : Type u_1} [FunLike F A B] [AlgHomClass F R A B] (f : F) : ββf = βf - AlgHom.congr_arg π 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) {x y : A} (h : x = y) : Ο x = Ο y - Algebra.ofId_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] (r : R) : (Algebra.ofId R A) r = (algebraMap R A) r - AlgHom.default_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommSemiring R] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] [Subsingleton T] (x : S) : default x = 0 - MulSemiringAction.toAlgHom π Mathlib.Algebra.Algebra.Hom
{M : Type u_1} (R : Type u_2) (A : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Monoid M] [MulSemiringAction M A] [SMulCommClass M R A] (m : M) : A ββ[R] A - AlgHom.id_toRingHom π Mathlib.Algebra.Algebra.Hom
(R : Type u) (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : β(AlgHom.id R A) = RingHom.id A - AlgHom.instRingHomCompTripleComp π 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] {Οβ : B ββ[R] C} {Οβ : A ββ[R] B} : RingHomCompTriple Οβ.toRingHom Οβ.toRingHom (Οβ.comp Οβ).toRingHom - AlgHom.one_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (x : A) : 1 x = x - RingHom.toIntAlgHom_coe π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R β+* S) : βf.toIntAlgHom = βf - AlgHom.coe_fn_inj π 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} : βΟβ = βΟβ β Οβ = Οβ - RingHom.toIntAlgHom_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R β+* S) (x : R) : f.toIntAlgHom x = f x - AlgHom.congr_fun π 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} (H : Οβ = Οβ) (x : A) : Οβ x = Οβ x - AlgHom.ext π 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} (H : β (x : A), Οβ x = Οβ x) : Οβ = Οβ - AlgHom.coe_ringHom_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 RingHomClass.toRingHom - AlgHom.ext_iff π 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} : Οβ = Οβ β β (x : A), Οβ x = Οβ x - AlgHom.End_toMul_mul π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (Οβ Οβ : A ββ[R] A) : Οβ * Οβ = Οβ.comp Οβ - AlgHom.toRingHom_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.toRingHom = βf - AlgHom.mk' π 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 β+* B) (h : β (c : R) (x : A), f (c β’ x) = c β’ f x) : A ββ[R] B - AlgHom.toFun_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.toRingHom).toFun = βf - AlgHom.commutes π 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) (r : R) : Ο ((algebraMap R A) r) = (algebraMap R B) r - IsScalarTower.coe_toAlgHom' π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] : β(IsScalarTower.toAlgHom R S A) = β(algebraMap S A) - Algebra.algHom_apply π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] (y : S) : (IsScalarTower.toAlgHom R S A) y = (algebraMap S A) y - Algebra.toRingHom_ofId π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] : β(Algebra.ofId R A) = algebraMap R A - IsScalarTower.toAlgHom_apply π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] (y : S) : (IsScalarTower.toAlgHom R S A) y = (algebraMap S A) y - AlgHom.algebraMap_eq_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] (f : A ββ[R] B) {y : R} {x : A} (h : (algebraMap R A) y = x) : (algebraMap R B) y = f x - AlgHom.toEnd π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] : (A ββ[R] A) β* Module.End R A - AlgHom.comp_assoc π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} {B : Type w} {C : Type uβ} {D : Type vβ} [CommSemiring R] [Semiring A] [Semiring B] [Semiring C] [Semiring D] [Algebra R A] [Algebra R B] [Algebra R C] [Algebra R D] (Οβ : C ββ[R] D) (Οβ : B ββ[R] C) (Οβ : A ββ[R] B) : (Οβ.comp Οβ).comp Οβ = Οβ.comp (Οβ.comp Οβ) - AlgHom.cancel_left π 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] {gβ gβ : A ββ[R] B} {f : B ββ[R] C} (hf : Function.Injective βf) : f.comp gβ = f.comp gβ β gβ = gβ - AlgHom.cancel_right π 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] {gβ gβ : B ββ[R] C} {f : A ββ[R] B} (hf : Function.Surjective βf) : gβ.comp f = gβ.comp f β gβ = gβ - AlgHom.coe_pow π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (Ο : A ββ[R] A) (n : β) : β(Ο ^ n) = (βΟ)^[n] - AlgHom.comp_algebraMap π 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) : (βΟ).comp (algebraMap R A) = algebraMap R B - AlgHom.comp_apply π 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] (Οβ : B ββ[R] C) (Οβ : A ββ[R] B) (p : A) : (Οβ.comp Οβ) p = Οβ (Οβ p) - AlgHom.map_smul_of_tower π 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) {R' : Type u_1} [SMul R' A] [SMul R' B] [LinearMap.CompatibleSMul A B R' R] (r : R') (x : A) : Ο (r β’ x) = r β’ Ο x - AlgHom.coe_comp π 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] (Οβ : B ββ[R] C) (Οβ : A ββ[R] B) : β(Οβ.comp Οβ) = βΟβ β βΟβ - 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.coe_toRingHom π 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 = βf - 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 - AlgHomClass.toRingHom_toAlgHom π Mathlib.Algebra.Algebra.Hom
{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 : Type u_4} [FunLike F A B] [AlgHomClass F R A B] (f : F) : ββf = βf - MulSemiringAction.toAlgHom_injective π Mathlib.Algebra.Algebra.Hom
{M : Type u_1} (R : Type u_2) (A : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Monoid M] [MulSemiringAction M A] [SMulCommClass M R A] [FaithfulSMul M A] : Function.Injective (MulSemiringAction.toAlgHom R A) - IsScalarTower.coe_toAlgHom π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) (A : Type u_3) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] : β(IsScalarTower.toAlgHom R S A) = algebraMap S A - AlgHom.commutes' π 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] (self : A ββ[R] B) (r : R) : (ββself.toRingHom).toFun ((algebraMap R A) r) = (algebraMap R B) r - AlgHom.mk π 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] (toRingHom : A β+* B) (commutes' : β (r : R), (ββtoRingHom).toFun ((algebraMap R A) r) = (algebraMap R B) r) : A ββ[R] B - RingHom.equivNatAlgHom_apply π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) [Semiring R] [Semiring S] (f : R β+* S) : (RingHom.equivNatAlgHom R S) f = f.toNatAlgHom - 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.coe_mk' π 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 β+* B) (h : β (c : R) (x : A), f (c β’ x) = c β’ f x) : β(AlgHom.mk' f h) = βf - AlgHom.coe_monoidHom_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 MonoidHomClass.toMonoidHom - AlgHom.mul_apply π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (Ο Ο : A ββ[R] A) (x : A) : (Ο * Ο) x = Ο (Ο x) - MulSemiringAction.toAlgHom_apply π Mathlib.Algebra.Algebra.Hom
{M : Type u_1} (R : Type u_2) (A : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Monoid M] [MulSemiringAction M A] [SMulCommClass M R A] (m : M) (a : A) : (MulSemiringAction.toAlgHom R A m) a = m β’ a - Algebra.algebraMapSubmonoid_map_eq π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (M : Submonoid R) {B : Type w} [Semiring B] [Algebra R B] (f : A ββ[R] B) : Submonoid.map f (Algebra.algebraMapSubmonoid A M) = Algebra.algebraMapSubmonoid B M - Algebra.algebraMapSubmonoid_le_comap π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (M : Submonoid R) {B : Type w} [Semiring B] [Algebra R B] (f : A ββ[R] B) : Algebra.algebraMapSubmonoid A M β€ Submonoid.comap f.toRingHom (Algebra.algebraMapSubmonoid B M) - RingHom.equivNatAlgHom_symm_apply π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) [Semiring R] [Semiring S] (self : R ββ[β] S) : (RingHom.equivNatAlgHom R S).symm self = self.toRingHom - 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.coe_mk π 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 β+* B} (h : β (r : R), (ββf).toFun ((algebraMap R A) r) = (algebraMap R B) r) : β{ toRingHom := f, commutes' := h } = βf - RingHom.equivIntAlgHom_apply π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) [Ring R] [Ring S] (f : R β+* S) : (RingHom.equivIntAlgHom R S) f = f.toIntAlgHom - AlgHom.coe_toMonoidHom π 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 = βf - AlgHomClass.toLinearMap_toAlgHom π Mathlib.Algebra.Algebra.Hom
{R : Type u_1} {A : Type u_2} {B : Type u_3} {F : Type u_4} [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [FunLike F A B] [AlgHomClass F R A B] (f : F) : ββf = βf - AlgHom.coe_ringHom_mk π 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 β+* B} (h : β (r : R), (ββf).toFun ((algebraMap R A) r) = (algebraMap R B) r) : β{ toRingHom := f, commutes' := h } = f - RingHom.equivIntAlgHom_symm_apply π Mathlib.Algebra.Algebra.Hom
(R : Type u_1) (S : Type u_2) [Ring R] [Ring S] (self : R ββ[β€] S) : (RingHom.equivIntAlgHom R S).symm self = self.toRingHom - AlgHom.comp_toRingHom π 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] (Οβ : B ββ[R] C) (Οβ : A ββ[R] B) : β(Οβ.comp Οβ) = (βΟβ).comp βΟβ - AlgHom.coe_addMonoidHom_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 AddMonoidHomClass.toAddMonoidHom - AlgHom.toRingHom_toMonoidHom π 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 = βf - 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.addHomMk_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) : { toFun := βf, map_add' := β― } = βf - Algebra.smul_units_def π Mathlib.Algebra.Algebra.Hom
{R : Type u} (A : Type v) [CommSemiring R] [Semiring A] [Algebra R A] (f : A ββ[R] A) (x : AΛ£) : f β’ x = (Units.map βf) x - AlgHom.coe_toAddMonoidHom π 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 = βf - AlgHom.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) : A ββ[R] B - 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.toRingHom_toAddMonoidHom π 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 = βf - 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.ofLinearMap_id π Mathlib.Algebra.Algebra.Hom
{R : Type u} {A : Type v} [CommSemiring R] [Semiring A] [Algebra R A] (map_one : LinearMap.id 1 = 1) (map_mul : β (x y : A), LinearMap.id (x * y) = LinearMap.id x * LinearMap.id y) : AlgHom.ofLinearMap LinearMap.id map_one map_mul = AlgHom.id R A - AlgHom.ofLinearMap_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] (f : A ββ[R] B) (map_one : f 1 = 1) (map_mul : β (x y : A), f (x * y) = f x * f y) (a : A) : (AlgHom.ofLinearMap f map_one map_mul) a = f a - AlgHom.coe_mks π 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 β B} (hβ : f 1 = 1) (hβ : β (x y : A), { toFun := f, map_one' := hβ }.toFun (x * y) = { toFun := f, map_one' := hβ }.toFun x * { toFun := f, map_one' := hβ }.toFun y) (hβ : (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun 0 = 0) (hβ : β (x y : A), (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun (x + y) = (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun x + (β{ toFun := f, map_one' := hβ, map_mul' := hβ }).toFun y) (hβ : β (r : R), (ββ{ toFun := f, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ }).toFun ((algebraMap R A) r) = (algebraMap R B) r) : β{ toFun := f, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ } = f - AlgHom.mk_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} (hβ : f 1 = 1) (hβ : β (x y : A), { toFun := βf, map_one' := hβ }.toFun (x * y) = { toFun := βf, map_one' := hβ }.toFun x * { toFun := βf, map_one' := hβ }.toFun y) (hβ : (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun 0 = 0) (hβ : β (x y : A), (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun (x + y) = (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun x + (β{ toFun := βf, map_one' := hβ, map_mul' := hβ }).toFun y) (hβ : β (r : R), (ββ{ toFun := βf, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ }).toFun ((algebraMap R A) r) = (algebraMap R B) r) : { toFun := βf, map_one' := hβ, map_mul' := hβ, map_zero' := hβ, map_add' := hβ, commutes' := hβ } = f - AlgEquiv.toAlgHom π 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β) : Aβ ββ[R] Aβ - AlgEquiv.instCoeOutAlgHom π 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β] : CoeOut (Aβ ββ[R] Aβ) (Aβ ββ[R] Aβ) - Finite.algEquiv π 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β] [Finite (Aβ ββ[R] Aβ)] : Finite (Aβ ββ[R] Aβ) - AlgEquiv.refl_toAlgHom π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Algebra R Aβ] : βAlgEquiv.refl = AlgHom.id R Aβ - AlgEquiv.coe_algHom_injective π 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β] : Function.Injective AlgEquiv.toAlgHom - AlgEquiv.coe_toAlgHom_injective π 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β] : Function.Injective AlgEquiv.toAlgHom - AlgEquiv.toAlgHom_eq_coe π 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 = βe - AlgEquiv.ofBijective π 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β) (hf : Function.Bijective βf) : Aβ ββ[R] Aβ - AlgEquiv.instIsLocalHomAlgHomToAlgHom π 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β) : IsLocalHom βe - AlgEquiv.arrowCongr π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] (eβ : Aβ ββ[R] Aβ') (eβ : Aβ ββ[R] Aβ') : (Aβ ββ[R] Aβ) β (Aβ' ββ[R] Aβ') - AlgHom.ulift π Mathlib.Algebra.Algebra.Equiv
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommSemiring R] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] (f : S ββ[R] T) : ULift.{uβ, u_2} S ββ[ULift.{uβ, u_1} R] ULift.{uβ, u_3} T - AlgEquiv.arrowCongr_refl π 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β] : AlgEquiv.refl.arrowCongr AlgEquiv.refl = Equiv.refl (Aβ ββ[R] Aβ) - AlgEquiv.comp_symm π 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).comp βe.symm = AlgHom.id R Aβ - AlgEquiv.symm_comp π 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.symm).comp βe = AlgHom.id R Aβ - AlgEquiv.toAlgHom_ofBijective π 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β) (hf : Function.Bijective βf) : β(AlgEquiv.ofBijective f hf) = f - AlgEquiv.coe_algHom π 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 = βe - AlgEquiv.coe_toAlgHom π 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 = βe - AlgEquiv.toAlgHom_apply π 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β) (x : Aβ) : βe x = e x - AlgEquiv.toAlgHomHom π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Algebra R A] : (A ββ[R] A) β* A ββ[R] A - AlgEquiv.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β) : Aβ ββ[R] Aβ - AlgEquiv.algHomUnitsEquiv π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (S : Type u_2) [CommSemiring R] [Semiring S] [Algebra R S] : (S ββ[R] S)Λ£ β* S ββ[R] S - AlgEquiv.coe_ofBijective π 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β) (hf : Function.Bijective βf) : β(AlgEquiv.ofBijective f hf) = βf - AlgEquiv.ofBijective_apply π 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β) (hf : Function.Bijective βf) (a : Aβ) : (AlgEquiv.ofBijective f hf) a = f a - AlgEquiv.ofBijective_apply_symm_apply π 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β) (hf : Function.Bijective βf) (x : Aβ) : f ((AlgEquiv.ofBijective f hf).symm x) = x - AlgEquiv.ofBijective_symm_apply_apply π 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β) (hf : Function.Bijective βf) (x : Aβ) : (AlgEquiv.ofBijective f hf).symm (f x) = x - AlgEquiv.coe_algHom_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β) = f - AlgEquiv.toAlgHom_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β) = f - AlgEquiv.ofAlgHom_symm π 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β).symm = AlgEquiv.ofAlgHom g f hβ hβ - AlgEquiv.arrowCongr_symm π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] (eβ : Aβ ββ[R] Aβ') (eβ : Aβ ββ[R] Aβ') : (eβ.arrowCongr eβ).symm = eβ.symm.arrowCongr eβ.symm - AlgEquiv.ofAlgHom_coe_algHom π 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β = f - AlgEquiv.ofAlgHom_toAlgHom π 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β = f - AlgEquiv.ofAlgHom_apply π 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β) (a : Aβ) : (AlgEquiv.ofAlgHom f g hβ hβ) a = f a - 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.down_ulift_apply π Mathlib.Algebra.Algebra.Equiv
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommSemiring R] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] (f : S ββ[R] T) (x : ULift.{u_4, u_2} S) : ((AlgHom.ulift.{u_4, u_6, u_5, u_1, u_2, u_3} f) x).down = f x.down - AlgHom.ulift_apply π Mathlib.Algebra.Algebra.Equiv
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommSemiring R] [Semiring S] [Semiring T] [Algebra R S] [Algebra R T] (f : S ββ[R] T) (x : ULift.{u_4, u_2} S) : (AlgHom.ulift.{u_4, u_6, u_5, u_1, u_2, u_3} f) x = { down := f x.down } - AlgEquiv.ofAlgHom_symm_apply π 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β) (a : Aβ) : (AlgEquiv.ofAlgHom f g hβ hβ).symm a = g a - AlgEquiv.toAlgHom_toRingHom π 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 = βe - AlgEquiv.toLinearMap_ofBijective π 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β) (hf : Function.Bijective βf) : (AlgEquiv.ofBijective f hf).toLinearMap = βf - AlgEquiv.arrowCongr_trans π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Algebra R Aβ'] (eβ : Aβ ββ[R] Aβ) (eβ' : Aβ' ββ[R] Aβ') (eβ : Aβ ββ[R] Aβ) (eβ' : Aβ' ββ[R] Aβ') : (eβ.trans eβ).arrowCongr (eβ'.trans eβ') = (eβ.arrowCongr eβ').trans (eβ.arrowCongr eβ') - RingEquiv.toAlgHom_toNatAlgEquiv π Mathlib.Algebra.Algebra.Equiv
{R : Type u_1} {S : Type u_2} [Semiring R] [Semiring S] (f : R β+* S) : βf.toNatAlgEquiv = (βf).toNatAlgHom - AlgEquiv.arrowCongr_apply π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] (eβ : Aβ ββ[R] Aβ') (eβ : Aβ ββ[R] Aβ') (f : Aβ ββ[R] Aβ) : (eβ.arrowCongr eβ) f = ((βeβ).comp f).comp βeβ.symm - AlgEquiv.toAlgHomHom_apply π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (A : Type u_2) [CommSemiring R] [Semiring A] [Algebra R A] (e : A ββ[R] A) : (AlgEquiv.toAlgHomHom R A) e = βe - AlgEquiv.coe_ringHom_commutes π 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 = βe.toRingEquiv - RingEquiv.toAlgHom_toIntAlgEquiv π Mathlib.Algebra.Algebra.Equiv
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R β+* S) : βf.toIntAlgEquiv = (βf).toIntAlgHom - AlgEquiv.arrowCongr_comp π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} {Aβ' : Type uAβ'} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ'] [Semiring Aβ'] [Semiring Aβ'] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ'] [Algebra R Aβ'] [Algebra R Aβ'] (eβ : Aβ ββ[R] Aβ') (eβ : Aβ ββ[R] Aβ') (eβ : Aβ ββ[R] Aβ') (f : Aβ ββ[R] Aβ) (g : Aβ ββ[R] Aβ) : (eβ.arrowCongr eβ) (g.comp f) = ((eβ.arrowCongr eβ) g).comp ((eβ.arrowCongr eβ) f) - AlgEquiv.algHomUnitsEquiv_apply_apply π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (S : Type u_2) [CommSemiring R] [Semiring S] [Algebra R S] (f : (S ββ[R] S)Λ£) (aβ : S) : ((AlgEquiv.algHomUnitsEquiv R S) f) aβ = (ββ(βf).toRingHom).toFun aβ - AlgEquiv.val_algHomUnitsEquiv_symm_apply π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (S : Type u_2) [CommSemiring R] [Semiring S] [Algebra R S] (f : S ββ[R] S) : β((AlgEquiv.algHomUnitsEquiv R S).symm f) = βf - AlgEquiv.algHomUnitsEquiv_apply_symm_apply π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (S : Type u_2) [CommSemiring R] [Semiring S] [Algebra R S] (f : (S ββ[R] S)Λ£) (a : S) : ((AlgEquiv.algHomUnitsEquiv R S) f).symm a = ββfβ»ΒΉ a - AlgEquiv.val_inv_algHomUnitsEquiv_symm_apply π Mathlib.Algebra.Algebra.Equiv
(R : Type u_1) (S : Type u_2) [CommSemiring R] [Semiring S] [Algebra R S] (f : S ββ[R] S) : β((AlgEquiv.algHomUnitsEquiv R S).symm f)β»ΒΉ = βf.symm - IsScalarTower.of_algHom π Mathlib.Algebra.Algebra.Tower
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [CommSemiring A] [CommSemiring B] [Algebra R A] [Algebra R B] (f : A ββ[R] B) : IsScalarTower R A B - AlgHom.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) : A ββ[R] B - AlgHom.restrictScalars_injective π 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] : Function.Injective (AlgHom.restrictScalars R) - AlgHom.extendScalarsOfSurjective π 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] (h : Function.Surjective β(algebraMap R S)) : (A ββ[R] B) β (A ββ[S] B) - AlgEquiv.toAlgHom_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) : β(AlgEquiv.restrictScalars R f) = AlgHom.restrictScalars R βf - AlgHom.coe_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) = βf - AlgHom.restrictScalars_apply π 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) (x : A) : (AlgHom.restrictScalars R f) x = f x - AlgHom.extendScalarsHomOfSurjective π Mathlib.Algebra.Algebra.Tower
{R : Type u} {S : Type v} {A : Type w} [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] (h : Function.Surjective β(algebraMap R S)) : (A ββ[R] A) β* (A ββ[S] A) - AlgHom.map_algebraMap π 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) (r : R) : f ((algebraMap R A) r) = (algebraMap R B) r - AlgHom.comp_algebraMap_of_tower π 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) : (βf).comp (algebraMap R A) = algebraMap R B - AlgHom.coe_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) = βf - AlgHom.restrictScalars_extendScalarsOfSurjective π 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] (h : Function.Surjective β(algebraMap R S)) (f : A ββ[R] B) : AlgHom.restrictScalars R ((AlgHom.extendScalarsOfSurjective h) f) = f - AlgHom.extendScalarsOfSurjective_symm_apply π 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] (h : Function.Surjective β(algebraMap R S)) (f : A ββ[S] B) : (AlgHom.extendScalarsOfSurjective h).symm f = AlgHom.restrictScalars R f - Algebra.lsmul π Mathlib.Algebra.Algebra.Tower
(R : Type u) {A : Type w} (B : Type uβ) (M : Type vβ) [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] : A ββ[R] Module.End B M - 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 - AlgHom.extendScalarsOfSurjective_apply π 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] (h : Function.Surjective β(algebraMap R S)) (f : A ββ[R] B) : (AlgHom.extendScalarsOfSurjective h) f = { toRingHom := βf, commutes' := β― } - Algebra.lsmul_apply π Mathlib.Algebra.Algebra.Tower
(R : Type u) {A : Type w} (B : Type uβ) (M : Type vβ) [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] (a : A) (m : M) : ((Algebra.lsmul R B M) a) m = a β’ m - Algebra.lsmul_coe π Mathlib.Algebra.Algebra.Tower
(R : Type u) {A : Type w} (B : Type uβ) (M : Type vβ) [CommSemiring R] [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommMonoid M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] (a : A) : β((Algebra.lsmul R B M) a) = fun x => a β’ x - Algebra.lsmul_eq_smul_one π Mathlib.Algebra.Algebra.Tower
(R : Type u) {A : Type w} (M : Type vβ) [CommSemiring R] [Semiring A] [Algebra R A] [AddCommMonoid M] [Module R M] [Module A M] [IsScalarTower R A M] (a : A) : (Algebra.lsmul R R M) a = a β’ 1 - AlgHom.extendScalarsHomOfSurjective_apply π Mathlib.Algebra.Algebra.Tower
{R : Type u} {S : Type v} {A : Type w} [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] (h : Function.Surjective β(algebraMap R S)) (f : A ββ[R] A) : (AlgHom.extendScalarsHomOfSurjective h) f = { toRingHom := βf, commutes' := β― } - AlgHom.extendScalarsHomOfSurjective_symm_apply π Mathlib.Algebra.Algebra.Tower
{R : Type u} {S : Type v} {A : Type w} [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R S] [Algebra S A] [Algebra R A] [IsScalarTower R S A] (h : Function.Surjective β(algebraMap R S)) (f : A ββ[S] A) : (AlgHom.extendScalarsHomOfSurjective h).symm f = AlgHom.restrictScalars R f - Algebra.lsmul_injective π Mathlib.Algebra.Algebra.Tower
(R : Type u) (A : Type w) (B : Type uβ) (M : Type vβ) [CommSemiring R] [Semiring A] [IsDomain A] [Semiring B] [Algebra R A] [Algebra R B] [AddCommGroup M] [Module R M] [Module A M] [Module B M] [IsScalarTower R A M] [IsScalarTower R B M] [SMulCommClass A B M] [Module.IsTorsionFree A M] {x : A} (hx : x β 0) : Function.Injective β((Algebra.lsmul R B M) x) - AlgHom.fst π Mathlib.Algebra.Algebra.Prod
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : A Γ B ββ[R] A - AlgHom.snd π Mathlib.Algebra.Algebra.Prod
(R : Type u_1) (A : Type u_2) (B : Type u_3) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : A Γ B ββ[R] B - AlgHom.prod π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] B) (g : A ββ[R] C) : A ββ[R] B Γ C - AlgHom.prodEquiv π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] : (A ββ[R] B) Γ (A ββ[R] C) β (A ββ[R] B Γ C) - AlgHom.prodMap π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] {D : Type u_5} [Semiring D] [Algebra R D] (f : A ββ[R] B) (g : C ββ[R] D) : A Γ C ββ[R] B Γ D - AlgHom.fst_apply π Mathlib.Algebra.Algebra.Prod
(R : Type u_1) {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (a : A Γ B) : (AlgHom.fst R A B) a = a.1 - AlgHom.snd_apply π Mathlib.Algebra.Algebra.Prod
(R : Type u_1) {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (a : A Γ B) : (AlgHom.snd R A B) a = a.2 - AlgHom.fst_prod π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] B) (g : A ββ[R] C) : (AlgHom.fst R B C).comp (f.prod g) = f - AlgHom.snd_prod π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] B) (g : A ββ[R] C) : (AlgHom.snd R B C).comp (f.prod g) = g - AlgHom.prod_fst_snd π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : (AlgHom.fst R A B).prod (AlgHom.snd R A B) = AlgHom.id R (A Γ B) - AlgHom.prod_comp π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] {C' : Type u_5} [Semiring C'] [Algebra R C'] (f : A ββ[R] B) (g : B ββ[R] C) (g' : B ββ[R] C') : (g.prod g').comp f = (g.comp f).prod (g'.comp f) - AlgHom.coe_prod π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] B) (g : A ββ[R] C) : β(f.prod g) = Function.prod βf βg - AlgHom.prod_apply π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] B) (g : A ββ[R] C) (x : A) : (f.prod g) x = (f x, g x) - AlgHom.prodEquiv_apply π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : (A ββ[R] B) Γ (A ββ[R] C)) : AlgHom.prodEquiv f = f.1.prod f.2 - AlgHom.prodEquiv_symm_apply π Mathlib.Algebra.Algebra.Prod
{R : Type u_1} {A : Type u_2} {B : Type u_3} {C : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] B Γ C) : AlgHom.prodEquiv.symm f = ((AlgHom.fst R B C).comp f, (AlgHom.snd R B C).comp f) - LinearMap.prodMapAlgHom π Mathlib.LinearAlgebra.Prod
(R : Type u) (M : Type v) (Mβ : Type w) [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] : Module.End R M Γ Module.End R Mβ ββ[R] Module.End R (M Γ Mβ) - LinearMap.prodMapAlgHom_apply_apply π Mathlib.LinearAlgebra.Prod
(R : Type u) (M : Type v) (Mβ : Type w) [CommSemiring R] [AddCommMonoid M] [AddCommMonoid Mβ] [Module R M] [Module R Mβ] (f : (M ββ[R] M) Γ (Mβ ββ[R] Mβ)) (i : M Γ Mβ) : ((LinearMap.prodMapAlgHom R M Mβ) f) i = (f.1 i.1, f.2 i.2) - RingCon.mkβ π Mathlib.RingTheory.Congruence.Basic
(Ξ± : Type u_1) {R : Type u_3} [CommSemiring Ξ±] [Semiring R] [Algebra Ξ± R] (c : RingCon R) : R ββ[Ξ±] c.Quotient
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c