Loogle!
Result
Found 74 declarations mentioning RingEquiv.toRingHom.
- RingEquiv.toRingHom_refl π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} [NonAssocSemiring R] : (RingEquiv.refl R).toRingHom = RingHom.id R - RingEquiv.toRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : R β+* S - RingEquiv.toRingHom_injective π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] : Function.Injective RingEquiv.toRingHom - RingEquiv.symm_toRingHom_comp_toRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : e.symm.toRingHom.comp e.toRingHom = RingHom.id R - RingEquiv.toRingHom_comp_symm_toRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : e.toRingHom.comp e.symm.toRingHom = RingHom.id S - RingEquiv.symm_toRingHom_apply_toRingHom_apply π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) (x : R) : e.symm.toRingHom (e.toRingHom x) = x - RingEquiv.toRingHom_apply_symm_toRingHom_apply π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) (y : S) : e.toRingHom (e.symm.toRingHom y) = y - RingEquiv.toRingHom_trans π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} {S' : Type u_6} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring S'] (eβ : R β+* S) (eβ : S β+* S') : (eβ.trans eβ).toRingHom = eβ.toRingHom.comp eβ.toRingHom - RingEquiv.toRingHom_eq_coe π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) : f.toRingHom = βf - RingHom.comp_ulift_eq π Mathlib.Algebra.Ring.ULift
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (f : R β+* S) : ULift.ringEquiv.toRingHom.comp ((RingHom.ulift.{uβ, uβ, u_1, u_2} f).comp ULift.ringEquiv.symm.toRingHom) = f - RingEquiv.subsemiringMap_symm_apply_coe π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) (s : Subsemiring R) (x : β₯(Subsemiring.map e.toRingHom s)) : β((e.subsemiringMap s).symm x) = e.symm βx - RingEquiv.subringMap π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {s : Subring R} (e : R β+* S) : β₯s β+* β₯(Subring.map e.toRingHom s) - Algebra.rank_eq_of_equiv_equiv π Mathlib.LinearAlgebra.Dimension.Basic
{R : Type w} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] {R' : Type w'} [CommSemiring R'] {S' : Type v} [Semiring S'] [Algebra R' S'] (i : R β+* R') (j : S β+* S') (hc : (algebraMap R' S').comp i.toRingHom = j.toRingHom.comp (algebraMap R S)) : Module.rank R S = Module.rank R' S' - Algebra.lift_rank_eq_of_equiv_equiv π Mathlib.LinearAlgebra.Dimension.Basic
{R : Type w} {S : Type v} [CommSemiring R] [Semiring S] [Algebra R S] {R' : Type w'} {S' : Type v'} [CommSemiring R'] [Semiring S'] [Algebra R' S'] (i : R β+* R') (j : S β+* S') (hc : (algebraMap R' S').comp i.toRingHom = j.toRingHom.comp (algebraMap R S)) : Cardinal.lift.{v', v} (Module.rank R S) = Cardinal.lift.{v, v'} (Module.rank R' S') - Algebra.finrank_eq_of_equiv_equiv π Mathlib.LinearAlgebra.Dimension.Finrank
{Rβ : Type u_1} {Sβ : Type u_2} [CommSemiring Rβ] [Semiring Sβ] [Algebra Rβ Sβ] {Rβ : Type u_3} {Sβ : Type u_4} [CommSemiring Rβ] [Semiring Sβ] [Algebra Rβ Sβ] (i : Rβ β+* Rβ) (j : Sβ β+* Sβ) (hc : (algebraMap Rβ Sβ).comp i.toRingHom = j.toRingHom.comp (algebraMap Rβ Sβ)) : Module.finrank Rβ Sβ = Module.finrank Rβ Sβ - RingEquiv.finite π Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] (e : A β+* B) : e.toRingHom.Finite - RingHom.Finite.instFinite π Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] (h : A β+* B) : Module.Finite A B - AddMonoidAlgebra.toRingHom_mapDomainRingEquiv π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [AddMonoid M] [AddMonoid N] (e : M β+ N) : (AddMonoidAlgebra.mapDomainRingEquiv R e).toRingHom = AddMonoidAlgebra.mapDomainRingHom R βe - MonoidAlgebra.toRingHom_mapDomainRingEquiv π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} [Semiring R] [Monoid M] [Monoid N] (e : M β* N) : (MonoidAlgebra.mapDomainRingEquiv R e).toRingHom = MonoidAlgebra.mapDomainRingHom R βe - AddMonoidAlgebra.toRingHom_mapRingEquiv π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] [AddMonoid M] (e : R β+* S) : (AddMonoidAlgebra.mapRingEquiv M e).toRingHom = AddMonoidAlgebra.mapRingHom M βe - MonoidAlgebra.toRingHom_mapRangeRingEquiv π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] [Monoid M] (e : R β+* S) : (MonoidAlgebra.mapRingEquiv M e).toRingHom = MonoidAlgebra.mapRingHom M βe - MonoidAlgebra.toRingHom_mapRingEquiv π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} [Semiring R] [Semiring S] [Monoid M] (e : R β+* S) : (MonoidAlgebra.mapRingEquiv M e).toRingHom = MonoidAlgebra.mapRingHom M βe - RingHom.ker_equiv_comp π Mathlib.RingTheory.Ideal.Maps
{R : Type u} {S : Type v} {T : Type w} [Semiring R] [Semiring S] [Semiring T] (f : R β+* S) (e : S β+* T) : RingHom.ker (e.toRingHom.comp f) = RingHom.ker f - IsLocalization.isLocalization_of_base_ringEquiv π Mathlib.RingTheory.Localization.Defs
{R : Type u_1} [CommSemiring R] (M : Submonoid R) (S : Type u_2) [CommSemiring S] [Algebra R S] {P : Type u_3} [CommSemiring P] [IsLocalization M S] (h : R β+* P) : IsLocalization (Submonoid.map h M) S - IsLocalization.isLocalization_iff_of_base_ringEquiv π Mathlib.RingTheory.Localization.Defs
{R : Type u_1} [CommSemiring R] (M : Submonoid R) (S : Type u_2) [CommSemiring S] [Algebra R S] {P : Type u_3} [CommSemiring P] (h : R β+* P) : IsLocalization M S β IsLocalization (Submonoid.map h M) S - IsLocalization.isLocalization_iff_of_ringEquiv π Mathlib.RingTheory.Localization.Basic
{R : Type u_1} [CommSemiring R] (M : Submonoid R) {S : Type u_2} [CommSemiring S] [Algebra R S] {P : Type u_3} [CommSemiring P] (h : S β+* P) : IsLocalization M S β IsLocalization M P - IsFractionRing.isFractionRing_iff_of_base_ringEquiv π Mathlib.RingTheory.Localization.FractionRing
{R : Type u_1} [CommRing R] (S : Type u_2) [CommRing S] [Algebra R S] {P : Type u_3} [CommRing P] (h : R β+* P) : IsFractionRing R S β IsFractionRing P S - MvPolynomial.isEmptyRingEquiv_symm_toRingHom π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) {Ο : Type u_1} [CommSemiring R] [IsEmpty Ο] : (MvPolynomial.isEmptyRingEquiv R Ο).symm.toRingHom = MvPolynomial.C - MvPolynomial.isEmptyAlgEquiv_symm_toRingHom π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) {Ο : Type u_1} [CommSemiring R] [IsEmpty Ο] : (MvPolynomial.isEmptyAlgEquiv R Ο).symm.toRingEquiv.toRingHom = MvPolynomial.C - RingHom.quotientKerEquivOfSurjective_symm_comp π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} {S : Type v} [Ring R] [Semiring S] {f : R β+* S} (hf : Function.Surjective βf) : (RingHom.quotientKerEquivOfSurjective hf).symm.toRingHom.comp f = Ideal.Quotient.mk (RingHom.ker f) - Algebra.IsPushout.of_equiv π 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'] [h : Algebra.IsPushout R R' S S'] {T : Type u_8} [CommSemiring T] [Algebra R' T] [Algebra S T] [Algebra R T] [IsScalarTower R S T] [IsScalarTower R R' T] (e : S' ββ[R'] T) (he : e.toRingEquiv.toRingHom.comp (algebraMap S S') = algebraMap S T) : Algebra.IsPushout R R' S T - AlgCat.instIsEquivalenceRestrictScalarsToRingHom π Mathlib.Algebra.Category.AlgCat.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (e : R β+* S) : (AlgCat.restrictScalars e.toRingHom).IsEquivalence - AlgCat.restrictScalarsEquivalenceOfRingEquiv_functor π Mathlib.Algebra.Category.AlgCat.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (e : R β+* S) : (AlgCat.restrictScalarsEquivalenceOfRingEquiv e).functor = AlgCat.restrictScalars e.toRingHom - AlgCat.instIsEquivalenceRestrictScalarsToRingHomSymm π Mathlib.Algebra.Category.AlgCat.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (e : R β+* S) : (AlgCat.restrictScalars e.symm.toRingHom).IsEquivalence - AlgCat.restrictScalarsEquivalenceOfRingEquiv_inverse π Mathlib.Algebra.Category.AlgCat.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (e : R β+* S) : (AlgCat.restrictScalarsEquivalenceOfRingEquiv e).inverse = AlgCat.restrictScalars e.symm.toRingHom - AlgCat.restrictScalarsEquivalenceOfRingEquiv_unitIso π Mathlib.Algebra.Category.AlgCat.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (e : R β+* S) : (AlgCat.restrictScalarsEquivalenceOfRingEquiv e).unitIso = (AlgCat.restrictScalarsId' (RingHom.id S) β―).symm βͺβ« AlgCat.restrictScalarsComp' e.symm.toRingHom e.toRingHom (RingHom.id S) β― - AlgCat.restrictScalarsEquivalenceOfRingEquiv_counitIso π Mathlib.Algebra.Category.AlgCat.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (e : R β+* S) : (AlgCat.restrictScalarsEquivalenceOfRingEquiv e).counitIso = (AlgCat.restrictScalarsComp' e.toRingHom e.symm.toRingHom (RingHom.id R) β―).symm βͺβ« AlgCat.restrictScalarsId' (RingHom.id R) β― - ModuleCat.restrictScalars_isEquivalence_of_ringEquiv π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (e : R β+* S) : (ModuleCat.restrictScalars e.toRingHom).IsEquivalence - ModuleCat.restrictScalarsEquivalenceOfRingEquiv_functor π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (e : R β+* S) : (ModuleCat.restrictScalarsEquivalenceOfRingEquiv e).functor = ModuleCat.restrictScalars e.toRingHom - ModuleCat.restrictScalarsIsoOfEquiv π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R S : Type v} [Ring R] [Ring S] (e : R β+* S) : (ModuleCat.restrictScalars e.toRingHom).obj (ModuleCat.of S S) β ModuleCat.of R R - ModuleCat.restrictScalarsEquivalenceOfRingEquiv_unitIso π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (e : R β+* S) : (ModuleCat.restrictScalarsEquivalenceOfRingEquiv e).unitIso = (ModuleCat.restrictScalarsId S).symm βͺβ« ModuleCat.restrictScalarsComp' (βe.symm) e.toRingHom (RingHom.id S) β― - ModuleCat.restrictScalarsEquivalenceOfRingEquiv_counitIso π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (e : R β+* S) : (ModuleCat.restrictScalarsEquivalenceOfRingEquiv e).counitIso = (ModuleCat.restrictScalarsComp' e.toRingHom e.symm.toRingHom (RingHom.id R) β―).symm βͺβ« ModuleCat.restrictScalarsId R - ModuleCat.restrictScalarsIsoOfEquiv_inv_apply π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R S : Type v} [Ring R] [Ring S] (e : R β+* S) (x : R) : (CategoryTheory.ConcreteCategory.hom (ModuleCat.restrictScalarsIsoOfEquiv e).inv) x = e x - ModuleCat.restrictScalarsIsoOfEquiv_hom_apply π Mathlib.Algebra.Category.ModuleCat.ChangeOfRings
{R S : Type v} [Ring R] [Ring S] (e : R β+* S) (x : S) : (CategoryTheory.ConcreteCategory.hom (ModuleCat.restrictScalarsIsoOfEquiv e).hom) x = e.symm x - RingHom.StableUnderComposition.respectsIso π Mathlib.RingTheory.RingHomProperties
{P : {R S : Type u} β [inst : CommRing R] β [inst_1 : CommRing S] β (R β+* S) β Prop} (hP : RingHom.StableUnderComposition P) (hP' : β {R S : Type u} [inst : CommRing R] [inst_1 : CommRing S] (e : R β+* S), P e.toRingHom) : RingHom.RespectsIso P - RingHom.FiniteType.exists_smallRepr π Mathlib.Algebra.Category.CommAlgCat.FiniteType
(R : Type u) [CommRing R] {S : Type v} [CommRing S] {f : R β+* S} (hf : f.FiniteType) : β T e, f = e.toRingHom.comp (algebraMap R β(FGAlgCatSkeleton.eval R T).obj) - evalRingHom_mapMatrix_comp_compRingEquiv π Mathlib.RingTheory.MatrixPolynomialAlgebra
{R : Type u_1} [CommSemiring R] {n : Type w} [DecidableEq n] [Fintype n] {m : Type u_4} [Fintype m] [DecidableEq m] : (Polynomial.evalRingHom 0).mapMatrix.comp β(Matrix.compRingEquiv m n (Polynomial R)) = (Matrix.compRingEquiv m n R).toRingHom.comp (Polynomial.evalRingHom 0).mapMatrix.mapMatrix - RingEquiv.isIntegral_iff π Mathlib.RingTheory.IntegralClosure.IsIntegral.Basic
{R : Type u_5} {S : Type u_6} {T : Type u_7} [CommRing R] [Ring S] [CommRing T] [Algebra R S] [Algebra T S] (Ο : R β+* T) (h : (algebraMap T S).comp Ο.toRingHom = algebraMap R S) (a : S) : IsIntegral R a β IsIntegral T a - RingEquiv.surjectiveOnStalks π Mathlib.RingTheory.SurjectiveOnStalks
{R : Type u_1} [CommRing R] {S : Type u_2} [CommRing S] (e : R β+* S) : e.toRingHom.SurjectiveOnStalks - PrimeSpectrum.comapEquiv_apply π Mathlib.RingTheory.Spectrum.Prime.RingHom
{R : Type u} {S : Type v} [CommSemiring R] [CommSemiring S] (e : R β+* S) (p : PrimeSpectrum R) : (PrimeSpectrum.comapEquiv e) p = PrimeSpectrum.comap e.symm.toRingHom p - Ring.DirectLimit.congr π Mathlib.Algebra.Colimit.Ring
{ΞΉ : Type u_1} [Preorder ΞΉ] {G : ΞΉ β Type u_2} [(i : ΞΉ) β CommRing (G i)] {f : (i j : ΞΉ) β i β€ j β G i β+* G j} {G' : ΞΉ β Type u_4} [(i : ΞΉ) β CommRing (G' i)] {f' : (i j : ΞΉ) β i β€ j β G' i β+* G' j} (e : (i : ΞΉ) β G i β+* G' i) (he : β (i j : ΞΉ) (h : i β€ j), (e j).toRingHom.comp (f i j h) = (f' i j h).comp β(e i)) : (Ring.DirectLimit G fun x x_1 h => β(f x x_1 h)) β+* Ring.DirectLimit G' fun x x_1 h => β(f' x x_1 h) - Ring.DirectLimit.congr_apply_of π Mathlib.Algebra.Colimit.Ring
{ΞΉ : Type u_1} [Preorder ΞΉ] {G : ΞΉ β Type u_2} [(i : ΞΉ) β CommRing (G i)] {f : (i j : ΞΉ) β i β€ j β G i β+* G j} {G' : ΞΉ β Type u_4} [(i : ΞΉ) β CommRing (G' i)] {f' : (i j : ΞΉ) β i β€ j β G' i β+* G' j} (e : (i : ΞΉ) β G i β+* G' i) (he : β (i j : ΞΉ) (h : i β€ j), (e j).toRingHom.comp (f i j h) = (f' i j h).comp β(e i)) {i : ΞΉ} (g : G i) : (Ring.DirectLimit.congr e he) ((Ring.DirectLimit.of G (fun x x_1 h => β(f x x_1 h)) i) g) = (Ring.DirectLimit.of G' (fun x x_1 h => β(f' x x_1 h)) i) ((e i) g) - Ring.DirectLimit.congr_symm_apply_of π Mathlib.Algebra.Colimit.Ring
{ΞΉ : Type u_1} [Preorder ΞΉ] {G : ΞΉ β Type u_2} [(i : ΞΉ) β CommRing (G i)] {f : (i j : ΞΉ) β i β€ j β G i β+* G j} {G' : ΞΉ β Type u_4} [(i : ΞΉ) β CommRing (G' i)] {f' : (i j : ΞΉ) β i β€ j β G' i β+* G' j} (e : (i : ΞΉ) β G i β+* G' i) (he : β (i j : ΞΉ) (h : i β€ j), (e j).toRingHom.comp (f i j h) = (f' i j h).comp β(e i)) {i : ΞΉ} (g : G' i) : (Ring.DirectLimit.congr e he).symm ((Ring.DirectLimit.of G' (fun x x_1 h => β(f' x x_1 h)) i) g) = (Ring.DirectLimit.of G (fun x x_1 h => β(f x x_1 h)) i) ((e i).symm g) - IsAlgClosure.equivOfEquivAux π Mathlib.FieldTheory.IsAlgClosed.Basic
{R : Type u} {S : Type u_3} (L : Type v) (M : Type w) [CommRing R] [CommRing S] [Field L] [Field M] [Algebra R M] [Module.IsTorsionFree R M] [IsAlgClosure R M] [Algebra S L] [Module.IsTorsionFree S L] [IsAlgClosure S L] [IsDomain R] [IsDomain S] (hSR : S β+* R) : { e // e.toRingHom.comp (algebraMap S L) = (algebraMap R M).comp hSR.toRingHom } - Algebra.QuasiFiniteAt.comap_algEquiv π Mathlib.RingTheory.QuasiFinite.Basic
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (p : Ideal S) [p.IsPrime] [Algebra.QuasiFiniteAt R p] (f : T ββ[R] S) : Algebra.QuasiFiniteAt R (Ideal.comap f.toRingEquiv.toRingHom p) - AlgebraicGeometry.localRingHom_comp_stalkIso π Mathlib.AlgebraicGeometry.Spec
{R S : CommRingCat} (f : R βΆ S) (p : PrimeSpectrum βS) : CategoryTheory.CategoryStruct.comp (CommRingCat.ofHom (AlgebraicGeometry.StructureSheaf.stalkIso (βR) (PrimeSpectrum.comap (CommRingCat.Hom.hom f) p)).symm.toRingEquiv.toRingHom) (CategoryTheory.CategoryStruct.comp (CommRingCat.ofHom (Localization.localRingHom (PrimeSpectrum.comap (CommRingCat.Hom.hom f) p).asIdeal p.asIdeal (CommRingCat.Hom.hom f) β―)) (CommRingCat.ofHom (AlgebraicGeometry.StructureSheaf.stalkIso (βS) p).toRingEquiv.toRingHom)) = AlgebraicGeometry.PresheafedSpace.Hom.stalkMap (AlgebraicGeometry.Spec.sheafedSpaceMap f).hom p - AlgebraicGeometry.AffineSpace.toSpecMvPolyIntEquiv_symm_apply π Mathlib.AlgebraicGeometry.AffineSpace
(n : Type u) {X : AlgebraicGeometry.Scheme} (v : n β β(X.presheaf.obj (Opposite.op β€))) : (AlgebraicGeometry.AffineSpace.toSpecMvPolyIntEquiv n).symm v = CategoryTheory.CategoryStruct.comp X.toSpecΞ (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (MvPolynomial.evalβHom ((algebraMap β€ β(X.presheaf.1 (Opposite.op β€))).comp ULift.ringEquiv.toRingHom) v))) - Algebra.WeaklyQuasiFiniteAt.comap_algEquiv π Mathlib.RingTheory.QuasiFinite.Weakly
{R : Type u_1} {S : Type u_2} {T : Type u_3} [CommRing R] [CommRing S] [Algebra R S] [CommRing T] [Algebra R T] (p : Ideal S) [p.IsPrime] [Algebra.WeaklyQuasiFiniteAt R p] (f : T ββ[R] S) : Algebra.WeaklyQuasiFiniteAt R (Ideal.comap f.toRingEquiv.toRingHom p) - IsPerfectClosure.equiv_toRingHom π Mathlib.FieldTheory.IsPerfectClosure
{K : Type u_1} {L : Type u_2} {M : Type u_3} [CommRing K] [CommRing L] [CommRing M] (i : K β+* L) (j : K β+* M) (p : β) [ExpChar M p] [ExpChar K p] [ExpChar L p] [PerfectRing L p] [IsPerfectClosure i p] [PerfectRing M p] [IsPerfectClosure j p] : (IsPerfectClosure.equiv i j p).toRingHom = PerfectRing.lift i j p - IsPerfectClosure.equiv_symm_toRingHom π Mathlib.FieldTheory.IsPerfectClosure
{K : Type u_1} {L : Type u_2} {M : Type u_3} [CommRing K] [CommRing L] [CommRing M] (i : K β+* L) (j : K β+* M) (p : β) [ExpChar M p] [ExpChar K p] [ExpChar L p] [PerfectRing L p] [IsPerfectClosure i p] [PerfectRing M p] [IsPerfectClosure j p] : (IsPerfectClosure.equiv i j p).symm.toRingHom = PerfectRing.lift j i p - PadicInt.toZMod_eq_residueField_comp_residue π Mathlib.NumberTheory.Padics.RingHoms
{p : β} [hp_prime : Fact (Nat.Prime p)] : PadicInt.toZMod = PadicInt.residueField.toRingHom.comp (IsLocalRing.residue β€_[p]) - NumberField.InfinitePlace.isometry_embedding π Mathlib.NumberTheory.NumberField.Completion.InfinitePlace
{K : Type u_1} [Field K] (v : NumberField.InfinitePlace K) : Isometry β(v.embedding.comp (WithAbs.equiv βv).toRingHom) - NumberField.InfinitePlace.isometry_embedding_of_isReal π Mathlib.NumberTheory.NumberField.Completion.InfinitePlace
{K : Type u_1} [Field K] (v : NumberField.InfinitePlace K) (hv : v.IsReal) : Isometry β((NumberField.InfinitePlace.embedding_of_isReal hv).comp (WithAbs.equiv βv).toRingHom) - Padic.isUniformInducing_cast_withVal π Mathlib.NumberTheory.Padics.WithVal
{p : β} [Fact (Nat.Prime p)] : IsUniformInducing β((Rat.castHom β_[p]).comp (WithVal.equiv (Rat.padicValuation p)).toRingHom) - Padic.isDenseInducing_cast_withVal π Mathlib.NumberTheory.Padics.WithVal
{p : β} [Fact (Nat.Prime p)] : IsDenseInducing β((Rat.castHom β_[p]).comp (WithVal.equiv (Rat.padicValuation p)).toRingHom) - Padic.coe_withValRingEquiv_symm π Mathlib.NumberTheory.Padics.WithVal
{p : β} [Fact (Nat.Prime p)] : βPadic.withValRingEquiv.symm = β―.extend UniformSpace.Completion.coe' - MvPowerSeries.finSuccEquiv_comp_C π Mathlib.RingTheory.MvPowerSeries.Equiv
{R : Type u_2} [CommSemiring R] {n : β} : (MvPowerSeries.finSuccEquiv R n).symm.toRingEquiv.toRingHom.comp (PowerSeries.C.comp MvPowerSeries.C) = MvPowerSeries.C - WithIdeal.uniformEquiv π Mathlib.Topology.Algebra.Nonarchimedean.AdicTopology
{R : Type u_1} [CommRing R] [WithIdeal R] {S : Type u_2} [CommRing S] [WithIdeal S] (e : R β+* S) (h : Ideal.map e.toRingHom WithIdeal.i = WithIdeal.i) : R βα΅€ S - LaurentSeries.powerSeries_ext_subring π Mathlib.RingTheory.LaurentSeries
(K : Type u_2) [Field K] : Subring.map (LaurentSeries.LaurentSeriesRingEquiv K).toRingHom (LaurentSeries.powerSeries_as_subring K) = (IsDedekindDomain.HeightOneSpectrum.adicCompletionIntegers (RatFunc K) (Polynomial.idealX K)).toSubring - LaurentSeries.algebraMap_C_mem_adicCompletionIntegers π Mathlib.RingTheory.LaurentSeries
(K : Type u_2) [Field K] (x : K) : ((LaurentSeries.LaurentSeriesRingEquiv K).toRingHom.comp HahnSeries.C) x β IsDedekindDomain.HeightOneSpectrum.adicCompletionIntegers (RatFunc K) (Polynomial.idealX K) - LaurentSeries.extensionAsRingHom π Mathlib.RingTheory.LaurentSeries
(K : Type u_2) [Field K] (hf : Continuous β((algebraMap (RatFunc K) (LaurentSeries K)).comp (WithVal.equiv (RatFunc.polynomialValuationX K)).toRingHom)) [CompleteSpace (LaurentSeries K)] [T0Space (LaurentSeries K)] : UniformSpace.Completion (WithVal (RatFunc.polynomialValuationX K)) β+* LaurentSeries K - WittVector.zmodEquivTrunc_compat π Mathlib.RingTheory.WittVector.Compare
(p : β) [hp : Fact (Nat.Prime p)] (kβ kβ : β) (hk : kβ β€ kβ) : (TruncatedWittVector.truncate hk).comp ((TruncatedWittVector.zmodEquivTrunc p kβ).toRingHom.comp (PadicInt.toZModPow kβ)) = (TruncatedWittVector.zmodEquivTrunc p kβ).toRingHom.comp (PadicInt.toZModPow kβ) - TruncatedWittVector.commutes π Mathlib.RingTheory.WittVector.Compare
(p : β) [hp : Fact (Nat.Prime p)] (n : β) {m : β} (hm : n β€ m) : (TruncatedWittVector.truncate hm).comp (TruncatedWittVector.zmodEquivTrunc p m).toRingHom = (TruncatedWittVector.zmodEquivTrunc p n).toRingHom.comp (ZMod.castHom β― (ZMod (p ^ n))) - TruncatedWittVector.commutes_symm π Mathlib.RingTheory.WittVector.Compare
(p : β) [hp : Fact (Nat.Prime p)] (n : β) {m : β} (hm : n β€ m) : (TruncatedWittVector.zmodEquivTrunc p n).symm.toRingHom.comp (TruncatedWittVector.truncate hm) = (ZMod.castHom β― (ZMod (p ^ n))).comp (TruncatedWittVector.zmodEquivTrunc p m).symm.toRingHom
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