Loogle!
Result
Found 116 declarations mentioning RingHom.range.
- RingHom.range ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) : Subring S - RingHom.range_eq_map ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) : f.range = Subring.map f โค - RingHom.fintypeRange ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] [Fintype R] [DecidableEq S] (f : R โ+* S) : Fintype โฅf.range - Subring.map_comap_eq ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) (t : Subring S) : Subring.map f (Subring.comap f t) = t โ f.range - Subring.range_subtype ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} [NonAssocRing R] (s : Subring R) : s.subtype.range = s - RingHom.coe_range ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) : โf.range = Set.range โf - RingHom.range_eq_top_of_surjective ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) (hf : Function.Surjective โf) : f.range = โค - Subring.map_comap_eq_self ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {f : R โ+* S} {t : Subring S} (h : t โค f.range) : Subring.map f (Subring.comap f t) = t - RingHom.mem_range_self ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) (x : R) : f x โ f.range - RingHom.range_eq_top ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {f : R โ+* S} : f.range = โค โ Function.Surjective โf - RingHom.map_range ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocRing R] [NonAssocRing S] [NonAssocRing T] (g : S โ+* T) (f : R โ+* S) : Subring.map g f.range = (g.comp f).range - RingHom.mem_range ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {f : R โ+* S} {y : S} : y โ f.range โ โ x, f x = y - RingHom.rangeRestrict ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) : R โ+* โฅf.range - RingHom.range_prodMap ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {R' : Type u_1} {S' : Type u_2} [Ring R'] [Ring S'] (f : R โ+* S) (g : R' โ+* S') : (f.prodMap g).range = f.range.prod g.range - RingHom.domRestrict_comp_rangeRestrict ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocRing R] [NonAssocRing S] [NonAssocRing T] (g : S โ+* T) (f : R โ+* S) : (g.domRestrict f.range).comp f.rangeRestrict = g.comp f - RingHom.rangeRestrict_surjective ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) : Function.Surjective โf.rangeRestrict - RingHom.coe_rangeRestrict ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] (f : R โ+* S) (x : R) : โ(f.rangeRestrict x) = f x - RingEquiv.ofLeftInverse ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {g : S โ R} {f : R โ+* S} (h : Function.LeftInverse g โf) : R โ+* โฅf.range - RingEquiv.ofLeftInverse_apply ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {g : S โ R} {f : R โ+* S} (h : Function.LeftInverse g โf) (x : R) : โ((RingEquiv.ofLeftInverse h) x) = f x - RingEquiv.ofLeftInverse_symm_apply ๐ Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} [NonAssocRing R] [NonAssocRing S] {g : S โ R} {f : R โ+* S} (h : Function.LeftInverse g โf) (x : โฅf.range) : (RingEquiv.ofLeftInverse h).symm x = g โx - RingHom.ker_rangeRestrict ๐ Mathlib.RingTheory.Ideal.Maps
{R : Type u} {S : Type v} [Ring R] [Ring S] (f : R โ+* S) : RingHom.ker f.rangeRestrict = RingHom.ker f - isNoetherianRing_range ๐ Mathlib.RingTheory.Noetherian.Basic
{R : Type u_1} [Ring R] {S : Type u_2} [Ring S] (f : R โ+* S) [IsNoetherianRing R] : IsNoetherianRing โฅf.range - Subalgebra.range_algebraMap ๐ Mathlib.Algebra.Algebra.Subalgebra.Basic
{R : Type u_3} {A : Type u_4} [CommRing R] [CommRing A] [Algebra R A] (S : Subalgebra R A) : (algebraMap (โฅS) A).range = S.toSubring - IsFractionRing.lift_fieldRange ๐ Mathlib.RingTheory.Localization.FractionRing
{A : Type u_4} [CommRing A] {K : Type u_5} [Field K] {L : Type u_7} [Field L] [Algebra A K] [IsFractionRing A K] {g : A โ+* L} (hg : Function.Injective โg) : (IsFractionRing.lift hg).fieldRange = Subfield.closure โg.range - IsFractionRing.lift_fieldRange_eq_of_range_eq ๐ Mathlib.RingTheory.Localization.FractionRing
{A : Type u_4} [CommRing A] {K : Type u_5} [Field K] {L : Type u_7} [Field L] [Algebra A K] [IsFractionRing A K] {g : A โ+* L} (hg : Function.Injective โg) {s : Set L} (hs : g.range = Subring.closure s) : (IsFractionRing.lift hg).fieldRange = Subfield.closure s - IsFractionRing.ringHom_fieldRange_eq_of_comp_eq ๐ Mathlib.RingTheory.Localization.FractionRing
{A : Type u_4} [CommRing A] {K : Type u_5} [Field K] [Algebra A K] [IsFractionRing A K] {L : Type u_8} [Field L] {g : A โ+* L} {f : K โ+* L} (h : f.comp (algebraMap A K) = g) : f.fieldRange = Subfield.closure โg.range - IsFractionRing.ringHom_fieldRange_eq_of_comp_eq_of_range_eq ๐ Mathlib.RingTheory.Localization.FractionRing
{A : Type u_4} [CommRing A] {K : Type u_5} [Field K] [Algebra A K] [IsFractionRing A K] {L : Type u_8} [Field L] {g : A โ+* L} {f : K โ+* L} (h : f.comp (algebraMap A K) = g) {s : Set L} (hs : g.range = Subring.closure s) : f.fieldRange = Subfield.closure s - RingHom.quotientKerEquivRange ๐ Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} [Ring R] {S : Type v} [Ring S] (f : R โ+* S) : R โงธ RingHom.ker f โ+* โฅf.range - Irreducible.aeval_ne_zero_of_natDegree_ne_one ๐ Mathlib.Algebra.Polynomial.RingDivision
{R : Type u} {S : Type v} [CommRing R] [IsDomain R] [Ring S] [Algebra R S] [FaithfulSMul R S] {p : Polynomial R} (hp : Irreducible p) (hdeg : p.natDegree โ 1) {x : S} (hx : x โ (algebraMap R S).range) : (Polynomial.aeval x) p โ 0 - Polynomial.filter_roots_map_range_eq_map_roots ๐ Mathlib.Algebra.Polynomial.Roots
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [IsDomain A] [IsDomain B] {f : A โ+* B} [DecidablePred fun x => x โ f.range] (hf : Function.Injective โf) (p : Polynomial A) : Multiset.filter (fun x => x โ f.range) (Polynomial.map f p).roots = Multiset.map (โf) p.roots - RingCon.kerLift_range_eq ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {P : Type u_3} [Ring M] [Ring P] {f : M โ+* P} : (RingCon.kerLift f).range = f.range - RingCon.range_lift ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {P : Type u_3} [Ring M] [Ring P] {c : RingCon M} {f : M โ+* P} (H : c โค RingCon.ker f) : (c.lift f H).range = f.range - RingCon.range_mk' ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} [Ring M] {c : RingCon M} : c.mk'.range = โค - RingCon.quotientKerEquivRange ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {P : Type u_3} [Ring M] [Ring P] (f : M โ+* P) : (RingCon.ker f).Quotient โ+* โฅf.range - RingCon.comapQuotientEquivRange ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {N : Type u_2} [Ring M] [Ring N] (c : RingCon M) (f : N โ+* M) {d : RingCon N} (hcd : d = c.comap f) : d.Quotient โ+* โฅ(c.mk'.comp f).range - RingCon.coe_comapQuotientEquivRange_mk ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {N : Type u_2} [Ring M] [Ring N] (c : RingCon M) (f : N โ+* M) {d : RingCon N} (hcd : d = c.comap f) (x : N) : โ((c.comapQuotientEquivRange f hcd) โx) = โ(f x) - RingCon.comapQuotientEquivRange_mk ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {N : Type u_2} [Ring M] [Ring N] (c : RingCon M) (f : N โ+* M) {d : RingCon N} (hcd : d = c.comap f) (x : N) : (c.comapQuotientEquivRange f hcd) โx = โจโ(f x), โฏโฉ - RingCon.comapQuotientEquivRange_symm_mk ๐ Mathlib.RingTheory.Congruence.Hom
{M : Type u_1} {N : Type u_2} [Ring M] [Ring N] (c : RingCon M) (f : N โ+* M) {d : RingCon N} (hcd : d = c.comap f) (x : N) : (c.comapQuotientEquivRange f hcd).symm โจโ(f x), โฏโฉ = โx - Polynomial.mem_map_range ๐ Mathlib.Algebra.Polynomial.Eval.Subring
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) {p : Polynomial S} : p โ (Polynomial.mapRingHom f).range โ โ (n : โ), p.coeff n โ f.range - Polynomial.notMem_map_range ๐ Mathlib.Algebra.Polynomial.Eval.Subring
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) {p : Polynomial S} : p โ (Polynomial.mapRingHom f).range โ โ n, p.coeff n โ f.range - Polynomial.Splits.of_splits_map ๐ Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} {S : Type u_2} [Field R] [CommRing S] [IsDomain S] {f : Polynomial R} (i : R โ+* S) (hf : (Polynomial.map i f).Splits) (hi : โ a โ (Polynomial.map i f).roots, a โ i.range) : f.Splits - Polynomial.Splits.mem_range_of_isRoot ๐ Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} {S : Type u_2} [Field R] [CommRing S] [IsDomain S] {f : Polynomial R} (hf : f.Splits) (hf0 : f โ 0) {i : R โ+* S} {x : S} (hx : (Polynomial.map i f).IsRoot x) : x โ i.range - Polynomial.Splits.of_splits_map_of_injective ๐ Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} [CommRing R] {f : Polynomial R} {S : Type u_4} [CommRing S] [IsDomain S] {i : R โ+* S} (hi : Function.Injective โi) (hf : (Polynomial.map i f).Splits) : (โ a โ (Polynomial.map i f).roots, a โ i.range) โ f.Splits - Polynomial.Splits.mem_lift_of_roots_mem_range ๐ Mathlib.Algebra.Polynomial.Splits
{R : Type u_1} [CommRing R] {f : Polynomial R} [IsDomain R] (hf : f.Splits) (hm : f.Monic) {S : Type u_4} [Ring S] (i : S โ+* R) (hr : โ a โ f.roots, a โ i.range) : f โ Polynomial.lifts i - IsLocalization.scaleRoots_commonDenom_mem_lifts ๐ Mathlib.RingTheory.Localization.Integral
{R : Type u_1} [CommRing R] (M : Submonoid R) {Rโ : Type u_3} [CommRing Rโ] [Algebra R Rโ] [IsLocalization M Rโ] (p : Polynomial Rโ) (hp : p.leadingCoeff โ (algebraMap R Rโ).range) : p.scaleRoots ((algebraMap R Rโ) โ(IsLocalization.commonDenom M p.support p.coeff)) โ Polynomial.lifts (algebraMap R Rโ) - exists_isIdempotentElem_eq_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (e : S) (he : e โ f.range) (he' : IsIdempotentElem e) : โ e', IsIdempotentElem e' โง f e' = e - OrthogonalIdempotents.lift_of_isNilpotent_ker ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) {I : Type u_3} [Finite I] (h : โ x โ RingHom.ker f, IsNilpotent x) {e : I โ S} (he : OrthogonalIdempotents e) (he' : โ (i : I), e i โ f.range) : โ e', OrthogonalIdempotents e' โง โf โ e' = e - CompleteOrthogonalIdempotents.lift_of_isNilpotent_ker ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) {I : Type u_3} [Fintype I] (h : โ x โ RingHom.ker f, IsNilpotent x) {e : I โ S} (he : CompleteOrthogonalIdempotents e) (he' : โ (i : I), e i โ f.range) : โ e', CompleteOrthogonalIdempotents e' โง โf โ e' = e - OrthogonalIdempotents.lift_of_isNilpotent_ker_aux ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) {n : โ} {e : Fin n โ S} (he : OrthogonalIdempotents e) (he' : โ (i : Fin n), e i โ f.range) : โ e', OrthogonalIdempotents e' โง โf โ e' = e - CompleteOrthogonalIdempotents.lift_of_isNilpotent_ker_aux ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) {n : โ} {e : Fin n โ S} (he : CompleteOrthogonalIdempotents e) (he' : โ (i : Fin n), e i โ f.range) : โ e', CompleteOrthogonalIdempotents e' โง โf โ e' = e - CompleteOrthogonalIdempotents.exists_eq_comp_of_ker_eq_span ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] {I : Type u_3} [Fintype I] (f : R โ+* S) (eโ : R) (heโ : IsIdempotentElem eโ) (hfeโ : RingHom.ker f = Ideal.span {eโ}) (e : I โ S) (he : CompleteOrthogonalIdempotents e) (hef : โ (i : I), e i โ f.range) : โ e', (CompleteOrthogonalIdempotents fun t => Option.rec eโ e' t) โง e = โf โ e' - existsUnique_isIdempotentElem_eq_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [CommRing R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (e : S) (he : e โ f.range) (he' : IsIdempotentElem e) : โ! e', IsIdempotentElem e' โง f e' = e - exists_isIdempotentElem_mul_eq_zero_of_ker_isNilpotent_aux ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (eโ : S) (he : eโ โ f.range) (heโ : IsIdempotentElem eโ) (eโ : R) (heโ : IsIdempotentElem eโ) (heโeโ : eโ * f eโ = 0) : โ e', IsIdempotentElem e' โง f e' = eโ โง e' * eโ = 0 - exists_isIdempotentElem_mul_eq_zero_of_ker_isNilpotent ๐ Mathlib.RingTheory.Idempotents
{R : Type u_1} {S : Type u_2} [Ring R] [Ring S] (f : R โ+* S) (h : โ x โ RingHom.ker f, IsNilpotent x) (eโ : S) (he : eโ โ f.range) (heโ : IsIdempotentElem eโ) (eโ : R) (heโ : IsIdempotentElem eโ) (heโeโ : eโ * f eโ = 0) (heโeโ : f eโ * eโ = 0) : โ e', IsIdempotentElem e' โง f e' = eโ โง e' * eโ = 0 โง eโ * e' = 0 - isArtinianRing_range ๐ Mathlib.RingTheory.Artinian.Module
{R : Type u_1} [Ring R] {S : Type u_2} [Ring S] (f : R โ+* S) [IsArtinianRing R] : IsArtinianRing โฅf.range - minpoly.natDegree_eq_one_iff ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial B] : (minpoly A x).natDegree = 1 โ x โ (algebraMap A B).range - minpoly.mem_range_of_degree_eq_one ๐ Mathlib.FieldTheory.Minpoly.Basic
(A : Type u_1) {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] (x : B) (hx : (minpoly A x).degree = 1) : x โ (algebraMap A B).range - minpoly.degree_eq_one_iff ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial B] : (minpoly A x).degree = 1 โ x โ (algebraMap A B).range - minpoly.two_le_natDegree_iff ๐ Mathlib.FieldTheory.Minpoly.Basic
{A : Type u_1} {B : Type u_2} [CommRing A] [Ring B] [Algebra A B] {x : B} [Nontrivial B] (int : IsIntegral A x) : 2 โค (minpoly A x).natDegree โ x โ (algebraMap A B).range - Ideal.eq_zero_of_polynomial_mem_map_range ๐ Mathlib.RingTheory.Polynomial.Quotient
{R : Type u_1} [CommRing R] (I : Ideal (Polynomial R)) (x : โฅ((Ideal.Quotient.mk I).comp Polynomial.C).range) (hx : Polynomial.C x โ Ideal.map (Polynomial.mapRingHom ((Ideal.Quotient.mk I).comp Polynomial.C).rangeRestrict) I) : x = 0 - IsIntegral.mem_range_algebraMap_of_minpoly_splits ๐ Mathlib.RingTheory.Adjoin.Field
{R : Type u_1} {K : Type u_2} {L : Type u_3} [CommRing R] [Field K] [Field L] [Algebra R K] {x : L} [Algebra R L] [Algebra K L] [IsScalarTower R K L] (int : IsIntegral R x) (h : (Polynomial.map (algebraMap R K) (minpoly R x)).Splits) : x โ (algebraMap K L).range - LinearMap.finrank_eq_of_isPerfPair ๐ Mathlib.LinearAlgebra.PerfectPairing.Restrict
{K : Type u_1} {L : Type u_2} {M : Type u_3} {N : Type u_4} [Field K] [Field L] [Algebra K L] [AddCommGroup M] [AddCommGroup N] [Module L M] [Module L N] [Module K M] [Module K N] [IsScalarTower K L M] (p : M โโ[L] N โโ[L] L) [p.IsPerfPair] (M' : Submodule K M) (N' : Submodule K N) (hM : Submodule.span L โM' = โค) (hN : Submodule.span L โN' = โค) (hp : โ x โ M', โ y โ N', (p x) y โ (algebraMap K L).range) : Module.finrank K โฅM' = Module.finrank L M - LinearMap.exists_basis_basis_of_span_eq_top_of_mem_algebraMap ๐ Mathlib.LinearAlgebra.PerfectPairing.Restrict
{K : Type u_1} {L : Type u_2} {M : Type u_3} {N : Type u_4} [Field K] [Field L] [Algebra K L] [AddCommGroup M] [AddCommGroup N] [Module L M] [Module L N] [Module K M] [Module K N] [IsScalarTower K L M] (p : M โโ[L] N โโ[L] L) [p.IsPerfPair] (M' : Submodule K M) (N' : Submodule K N) (hM : Submodule.span L โM' = โค) (hN : Submodule.span L โN' = โค) (hp : โ x โ M', โ y โ N', (p x) y โ (algebraMap K L).range) : โ n b b', โ (i : Fin n), b i = โ(b' i) - LinearMap.IsPerfPair.restrictScalars_of_field ๐ Mathlib.LinearAlgebra.PerfectPairing.Restrict
{K : Type u_1} {L : Type u_2} {M : Type u_3} {N : Type u_4} [Field K] [Field L] [Algebra K L] [AddCommGroup M] [AddCommGroup N] [Module L M] [Module L N] [Module K M] [Module K N] [IsScalarTower K L M] (p : M โโ[L] N โโ[L] L) [p.IsPerfPair] {M' : Type u_5} {N' : Type u_6} [AddCommGroup M'] [AddCommGroup N'] [Module K M'] [Module K N'] [IsScalarTower K L N] (i : M' โโ[K] M) (j : N' โโ[K] N) (hi : Function.Injective โi) (hj : Function.Injective โj) (hij : p.IsPerfectCompl (Submodule.span L โi.range) (Submodule.span L โj.range)) (hp : โ (m : M') (n : N'), (p (i m)) (j n) โ (algebraMap K L).range) : (i.restrictScalarsRangeโ j (Algebra.linearMap K L) โฏ p hp).IsPerfPair - LinearMap.restrictScalarsField_apply_apply ๐ Mathlib.LinearAlgebra.PerfectPairing.Restrict
{K : Type u_1} {L : Type u_2} {M : Type u_3} {N : Type u_4} [Field K] [Field L] [Algebra K L] [AddCommGroup M] [AddCommGroup N] [Module L M] [Module L N] [Module K M] [Module K N] [IsScalarTower K L M] (p : M โโ[L] N โโ[L] L) {M' : Type u_5} {N' : Type u_6} [AddCommGroup M'] [AddCommGroup N'] [Module K M'] [Module K N'] [IsScalarTower K L N] (i : M' โโ[K] M) (j : N' โโ[K] N) (hp : โ (m : M') (n : N'), (p (i m)) (j n) โ (algebraMap K L).range) (x : M') (y : N') : (algebraMap K L) (((i.restrictScalarsRangeโ j (Algebra.linearMap K L) โฏ p hp) x) y) = (p (i x)) (j y) - LinearMap.IsPerfPair.restrictScalars ๐ Mathlib.LinearAlgebra.PerfectPairing.Restrict
{R : Type u_1} {M : Type u_2} {N : Type u_3} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (p : M โโ[R] N โโ[R] R) [p.IsPerfPair] {S : Type u_4} {M' : Type u_5} {N' : Type u_6} [CommRing S] [IsDomain S] [Algebra S R] [Module S M] [Module S N] [IsScalarTower S R M] [IsScalarTower S R N] [Module.IsTorsionFree S R] [Nontrivial R] [AddCommGroup M'] [Module S M'] [AddCommGroup N'] [Module S N'] (i : M' โโ[S] M) (j : N' โโ[S] N) (hi : Function.Injective โi) (hj : Function.Injective โj) (hM : Submodule.span R โi.range = โค) (hN : Submodule.span R โj.range = โค) (hโ : โ (g : Module.Dual S N'), โ m, โS (p.toPerfPair (i m)) โโ j = Algebra.linearMap S R โโ g) (hโ : โ (g : Module.Dual S M'), โ n, โS (p.flip.toPerfPair (j n)) โโ i = Algebra.linearMap S R โโ g) (hp : โ (m : M') (n : N'), (p (i m)) (j n) โ (algebraMap S R).range) : (i.restrictScalarsRangeโ j (Algebra.linearMap S R) โฏ p hp).IsPerfPair - ValuationRing.range_algebraMap_eq ๐ Mathlib.RingTheory.Valuation.ValuationRing
(A : Type u) [CommRing A] (K : Type v) [Field K] [Algebra A K] [IsDomain A] [ValuationRing A] [IsFractionRing A K] : (ValuationRing.valuation A K).integer = (algebraMap A K).range - RootPairing.toLinearMap_apply_apply_mem_range_algebraMap ๐ Mathlib.LinearAlgebra.RootSystem.IsValuedIn
{ฮน : Type u_1} {R : Type u_2} {M : Type u_4} {N : Type u_5} [CommRing R] [AddCommGroup M] [Module R M] [AddCommGroup N] [Module R N] (P : RootPairing ฮน R M N) (S : Type u_6) [CommRing S] [Algebra S R] [P.IsValuedIn S] [Module S M] [Module S N] [IsScalarTower S R M] [IsScalarTower S R N] (x : M) (hx : x โ P.rootSpan S) (y : N) (hy : y โ P.corootSpan S) : (P.toLinearMap x) y โ (algebraMap S R).range - minpoly.natSepDegree_eq_one_iff_pow_mem ๐ Mathlib.FieldTheory.SeparableDegree
{F : Type u} {E : Type v} [Field F] [Ring E] [IsDomain E] [Algebra F E] (q : โ) [hF : ExpChar F q] {x : E} : (minpoly F x).natSepDegree = 1 โ โ n, x ^ q ^ n โ (algebraMap F E).range - Polynomial.Monic.eq_X_pow_char_pow_sub_C_of_natSepDegree_eq_one_of_irreducible ๐ Mathlib.FieldTheory.SeparableDegree
{F : Type u} [Field F] {f : Polynomial F} (q : โ) [ExpChar F q] (hm : f.Monic) (hi : Irreducible f) (h : f.natSepDegree = 1) : โ n y, (n = 0 โจ y โ (frobenius F q).range) โง f = Polynomial.X ^ q ^ n - Polynomial.C y - Polynomial.Monic.eq_X_pow_char_pow_sub_C_pow_of_natSepDegree_eq_one ๐ Mathlib.FieldTheory.SeparableDegree
{F : Type u} [Field F] {f : Polynomial F} (q : โ) [ExpChar F q] (hm : f.Monic) (h : f.natSepDegree = 1) : โ m n y, m โ 0 โง (n = 0 โจ y โ (frobenius F q).range) โง f = (Polynomial.X ^ q ^ n - Polynomial.C y) ^ m - IsPurelyInseparable.inseparable ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u_1) {E : Type u_2} [CommRing F] [Ring E] [Algebra F E] [IsPurelyInseparable F E] (x : E) : IsSeparable F x โ x โ (algebraMap F E).range - IsPurelyInseparable.inseparable' ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u_1} {E : Type u_2} {instโ : CommRing F} {instโยน : Ring E} {instโยฒ : Algebra F E} [self : IsPurelyInseparable F E] (x : E) : IsSeparable F x โ x โ (algebraMap F E).range - IsPurelyInseparable.mk ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u_1} {E : Type u_2} [CommRing F] [Ring E] [Algebra F E] (isIntegral : Algebra.IsIntegral F E) (inseparable' : โ (x : E), IsSeparable F x โ x โ (algebraMap F E).range) : IsPurelyInseparable F E - isPurelyInseparable_iff ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{F : Type u_1} {E : Type u_2} [CommRing F] [Ring E] [Algebra F E] : IsPurelyInseparable F E โ โ (x : E), IsIntegral F x โง (IsSeparable F x โ x โ (algebraMap F E).range) - IsPurelyInseparable.pow_mem ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u) {E : Type v} [Field F] [Ring E] [IsDomain E] [Algebra F E] (q : โ) [ExpChar F q] (x : E) [IsPurelyInseparable F E] : โ n, x ^ q ^ n โ (algebraMap F E).range - isPurelyInseparable_iff_pow_mem ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
(F : Type u) {E : Type v} [Field F] [Ring E] [IsDomain E] [Algebra F E] (q : โ) [ExpChar F q] : IsPurelyInseparable F E โ โ (x : E), โ n, x ^ q ^ n โ (algebraMap F E).range - IsPurelyInseparable.exists_pow_mem_range_tensorProduct ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{k : Type u_1} {K : Type u_2} {R : Type u_3} [Field k] [Field K] [Algebra k K] [CommRing R] [Algebra k R] [IsPurelyInseparable k K] (x : TensorProduct k R K) : โ n > 0, x ^ n โ (algebraMap R (TensorProduct k R K)).range - IsPurelyInseparable.exists_pow_pow_mem_range_tensorProduct_of_expChar ๐ Mathlib.FieldTheory.PurelyInseparable.Basic
{k : Type u_1} {K : Type u_2} {R : Type u_3} [Field k] [Field K] [Algebra k K] [CommRing R] [Algebra k R] [IsPurelyInseparable k K] (q : โ) [ExpChar k q] (x : TensorProduct k R K) : โ n, x ^ q ^ n โ (algebraMap R (TensorProduct k R K)).range - Algebra.FormallyUnramified.range_eq_top_of_isPurelyInseparable ๐ Mathlib.RingTheory.Unramified.Field
(K : Type u_1) (L : Type u_3) [Field K] [Field L] [Algebra K L] [Algebra.FormallyUnramified K L] [Algebra.EssFiniteType K L] [IsPurelyInseparable K L] : (algebraMap K L).range = โค - mem_range_of_deriv_eq_zero ๐ Mathlib.RingTheory.Derivation.DifferentialRing
(A : Type u_1) {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] [Differential B] [Differential.ContainConstants A B] {x : B} (h : xโฒ = 0) : x โ (algebraMap A B).range - Differential.ContainConstants.mem_range_of_deriv_eq_zero ๐ Mathlib.RingTheory.Derivation.DifferentialRing
{A : Type u_1} {B : Type u_2} {instโ : CommRing A} {instโยน : CommRing B} {instโยฒ : Algebra A B} {instโยณ : Differential B} [self : Differential.ContainConstants A B] {x : B} (h : xโฒ = 0) : x โ (algebraMap A B).range - Differential.ContainConstants.mk ๐ Mathlib.RingTheory.Derivation.DifferentialRing
{A : Type u_1} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] [Differential B] (mem_range_of_deriv_eq_zero : โ {x : B}, xโฒ = 0 โ x โ (algebraMap A B).range) : Differential.ContainConstants A B - AlgebraicGeometry.exists_lift_of_germInjective_aux ๐ Mathlib.AlgebraicGeometry.SpreadingOut
{X : AlgebraicGeometry.Scheme} {R A : CommRingCat} {U : X.Opens} {x : โฅX} (hxU : x โ U) (ฯ : A โถ X.presheaf.stalk x) (ฯRA : R โถ A) (ฯRX : R โถ X.presheaf.obj (Opposite.op U)) (hฯRA : (CommRingCat.Hom.hom ฯRA).FiniteType) (e : CategoryTheory.CategoryStruct.comp ฯRA ฯ = CategoryTheory.CategoryStruct.comp ฯRX (X.presheaf.germ U x hxU)) : โ V, โ (hxV : x โ V), V โค U โง (CommRingCat.Hom.hom ฯ).range โค (CommRingCat.Hom.hom (X.presheaf.germ V x hxV)).range - NumberField.mem_span_integralBasis ๐ Mathlib.NumberTheory.NumberField.Basic
(K : Type u_1) [Field K] [NumberField K] {x : K} : x โ Submodule.span โค (Set.range โ(NumberField.integralBasis K)) โ x โ (algebraMap (NumberField.RingOfIntegers K) K).range - IsDedekindDomain.HeightOneSpectrum.mem_integers_of_valuation_le_one ๐ Mathlib.RingTheory.DedekindDomain.AdicValuation
{R : Type u_1} [CommRing R] [IsDedekindDomain R] (K : Type u_2) [Field K] [Algebra R K] [IsFractionRing R K] (x : K) (h : โ (v : IsDedekindDomain.HeightOneSpectrum R), (IsDedekindDomain.HeightOneSpectrum.valuation K v) x โค 1) : x โ (algebraMap R K).range - Algebra.SubmersivePresentation.HasCoeffs.coeffs_subset_range ๐ Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ฮน : Type u_3} {ฯ : Type u_4} {instโ : CommRing R} {instโยน : CommRing S} {instโยฒ : Algebra R S} {instโยณ : Finite ฯ} {P : Algebra.SubmersivePresentation R S ฮน ฯ} {Rโ : Type u_5} {instโโด : CommRing Rโ} {instโโต : Algebra Rโ R} {instโโถ : Algebra Rโ S} {instโโท : IsScalarTower Rโ R S} [self : P.HasCoeffs Rโ] : P.coeffs โ โ(algebraMap Rโ R).range - Algebra.SubmersivePresentation.HasCoeffs.mk ๐ Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ฮน : Type u_3} {ฯ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite ฯ] {P : Algebra.SubmersivePresentation R S ฮน ฯ} {Rโ : Type u_5} [CommRing Rโ] [Algebra Rโ R] [Algebra Rโ S] [IsScalarTower Rโ R S] (coeffs_subset_range : P.coeffs โ โ(algebraMap Rโ R).range) : P.HasCoeffs Rโ - IsIntegral.isAlmostIntegral_of_exists_smul_mem_range ๐ Mathlib.RingTheory.IntegralClosure.IsIntegral.AlmostIntegral
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] {s : S} (H : IsIntegral R s) (h : โ t โ nonZeroDivisors R, t โข s โ (algebraMap R S).range) : IsAlmostIntegral R s - bijective_rangeRestrict_comp_of_valuationRing ๐ Mathlib.RingTheory.Valuation.LocalSubring
{R : Type u_1} {S : Type u_2} {K : Type u_3} [CommRing R] [CommRing S] [Field K] [IsDomain R] [ValuationRing R] [IsLocalRing S] [Algebra R K] [IsFractionRing R K] (f : R โ+* S) (g : S โ+* K) (h : g.comp f = algebraMap R K) [IsLocalHom f] : Function.Bijective โ(g.rangeRestrict.comp f) - AlgebraicGeometry.Proj.valuativeCriterion_existence_aux ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Proper
{ฯ : Type u_1} {A : Type u_2} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] (๐ : โ โ ฯ) [GradedRing ๐] {O : Type u_3} [CommRing O] [IsDomain O] [ValuationRing O] {K : Type u_4} [Field K] [Algebra O K] [IsFractionRing O K] (ฯโ : โฅ(๐ 0) โ+* O) (ฮน : Type u_5) [Finite ฮน] (x : ฮน โ A) (h2 : Algebra.adjoin (โฅ(๐ 0)) (Set.range x) = โค) (j : ฮน) (ฯ : HomogeneousLocalization.Away ๐ (x j) โ+* K) (hcomm : (algebraMap O K).comp ฯโ = ฯ.comp (HomogeneousLocalization.fromZeroRingHom ๐ (Submonoid.powers (x j)))) (d : ฮน โ โ) (hdi : โ (i : ฮน), 0 < d i) (hxdi : โ (i : ฮน), x i โ ๐ (d i)) : โ jโ ฯ', ฯ'.comp (HomogeneousLocalization.awayMap ๐ โฏ โฏ) = ฯ โง (ฯ'.comp (HomogeneousLocalization.awayMap ๐ โฏ โฏ)).range โค (algebraMap O K).range - instIsGaloisGroupSubtypeMemSubringRangeAlgebraMapOfIsScalarTower ๐ Mathlib.RingTheory.IsGaloisGroup.Basic
(G : Type u_1) (A : Type u_2) (B : Type u_3) [Group G] [CommRing A] [CommRing B] [Algebra A B] (C : Type u_6) [CommRing C] [Algebra A C] [Algebra B C] [IsScalarTower A B C] [MulSemiringAction G C] [IsGaloisGroup G A C] : IsGaloisGroup G (โฅ(algebraMap A B).range) C - IsPurelyInseparable.HasExponent.has_exponent ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} {instโ : CommRing K} {instโยน : Ring L} {instโยฒ : Algebra K L} [self : IsPurelyInseparable.HasExponent K L] : โ e, โ (a : L), a ^ ringExpChar K ^ e โ (algebraMap K L).range - IsPurelyInseparable.HasExponent.mk ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [CommRing K] [Ring L] [Algebra K L] (has_exponent : โ e, โ (a : L), a ^ ringExpChar K ^ e โ (algebraMap K L).range) : IsPurelyInseparable.HasExponent K L - IsPurelyInseparable.hasExponent_iff ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) (L : Type u_3) [CommRing K] [Ring L] [Algebra K L] : IsPurelyInseparable.HasExponent K L โ โ e, โ (a : L), a ^ ringExpChar K ^ e โ (algebraMap K L).range - IsPurelyInseparable.exponent_def ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) {L : Type u_3} [CommRing K] [Ring L] [Algebra K L] [IsPurelyInseparable.HasExponent K L] (a : L) : a ^ ringExpChar K ^ IsPurelyInseparable.exponent K L โ (algebraMap K L).range - IsPurelyInseparable.hasExponent_iff' ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) (L : Type u_3) [CommRing K] [Ring L] [Algebra K L] (p : โ) [ExpChar K p] : IsPurelyInseparable.HasExponent K L โ โ e, โ (a : L), a ^ p ^ e โ (algebraMap K L).range - IsPurelyInseparable.exponent_def' ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) {L : Type u_3} [CommRing K] [Ring L] [Algebra K L] [IsPurelyInseparable.HasExponent K L] (p : โ) [ExpChar K p] (a : L) : a ^ p ^ IsPurelyInseparable.exponent K L โ (algebraMap K L).range - IsPurelyInseparable.elemExponent_eq_zero_of_mem_range ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] {a : L} (h : a โ (algebraMap K L).range) : IsPurelyInseparable.elemExponent K a = 0 - IsPurelyInseparable.exponent_min ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [CommRing K] [Ring L] [Algebra K L] [IsPurelyInseparable.HasExponent K L] {e : โ} (h : e < IsPurelyInseparable.exponent K L) : โ a, a ^ ringExpChar K ^ e โ (algebraMap K L).range - IsPurelyInseparable.exponent_min' ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [CommRing K] [Ring L] [Algebra K L] [IsPurelyInseparable.HasExponent K L] (p : โ) [ExpChar K p] {e : โ} (h : e < IsPurelyInseparable.exponent K L) : โ a, a ^ p ^ e โ (algebraMap K L).range - IsPurelyInseparable.elemExponent_def ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] (a : L) : a ^ ringExpChar K ^ IsPurelyInseparable.elemExponent K a โ (algebraMap K L).range - IsPurelyInseparable.elemExponent_def' ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] (p : โ) [ExpChar K p] (a : L) : a ^ p ^ IsPurelyInseparable.elemExponent K a โ (algebraMap K L).range - IsPurelyInseparable.elemExponent_le_of_pow_mem ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] {a : L} {n : โ} (h : a ^ ringExpChar K ^ n โ (algebraMap K L).range) : IsPurelyInseparable.elemExponent K a โค n - IsPurelyInseparable.elemExponent_min ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] {a : L} {n : โ} (h : n < IsPurelyInseparable.elemExponent K a) : a ^ ringExpChar K ^ n โ (algebraMap K L).range - IsPurelyInseparable.elemExponent_le_of_pow_mem' ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
{K : Type u_2} {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] (p : โ) [ExpChar K p] {a : L} {n : โ} (h : a ^ p ^ n โ (algebraMap K L).range) : IsPurelyInseparable.elemExponent K a โค n - IsPurelyInseparable.elemExponent_min' ๐ Mathlib.FieldTheory.PurelyInseparable.Exponent
(K : Type u_2) {L : Type u_3} [Field K] [Field L] [Algebra K L] [IsPurelyInseparable K L] (p : โ) [ExpChar K p] {a : L} {n : โ} (h : n < IsPurelyInseparable.elemExponent K a) : a ^ p ^ n โ (algebraMap K L).range - mem_perfectClosure_iff ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] {x : E} : x โ perfectClosure F E โ โ n, x ^ ringExpChar F ^ n โ (algebraMap F E).range - mem_perfectClosure_iff_pow_mem ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
{F : Type u} {E : Type v} [Field F] [Field E] [Algebra F E] (q : โ) [ExpChar F q] {x : E} : x โ perfectClosure F E โ โ n, x ^ q ^ n โ (algebraMap F E).range - IntermediateField.isPurelyInseparable_adjoin_iff_pow_mem ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (q : โ) [hF : ExpChar F q] {S : Set E} : IsPurelyInseparable F โฅ(IntermediateField.adjoin F S) โ โ x โ S, โ n, x ^ q ^ n โ (algebraMap F E).range - IntermediateField.isPurelyInseparable_adjoin_simple_iff_pow_mem ๐ Mathlib.FieldTheory.PurelyInseparable.PerfectClosure
(F : Type u) (E : Type v) [Field F] [Field E] [Algebra F E] (q : โ) [hF : ExpChar F q] {x : E} : IsPurelyInseparable F โฅFโฎxโฏ โ โ n, x ^ q ^ n โ (algebraMap F E).range - RatFunc.Luroth.generator_spec ๐ Mathlib.FieldTheory.RatFunc.Luroth
{K : Type u_1} [Field K] {E : IntermediateField K (RatFunc K)} (h : E โ โฅ) : RatFunc.Luroth.generator E โ (algebraMap K (RatFunc K)).range - NumberField.canonicalEmbedding.mem_span_latticeBasis ๐ Mathlib.NumberTheory.NumberField.CanonicalEmbedding.Basic
(K : Type u_1) [Field K] [NumberField K] {x : (K โ+* โ) โ โ} : x โ Submodule.span โค (Set.range โ(NumberField.canonicalEmbedding.latticeBasis K)) โ x โ ((NumberField.canonicalEmbedding K).comp (algebraMap (NumberField.RingOfIntegers K) K)).range - Submodule.mem_traceDual ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] {I : Submodule B L} {x : L} : x โ Submodule.traceDual A K I โ โ a โ I, ((Algebra.traceForm K L) x) a โ (algebraMap A K).range - FractionalIdeal.mem_dual ๐ Mathlib.RingTheory.DedekindDomain.Different
{A : Type u_1} {K : Type u_2} {L : Type u} {B : Type u_3} [CommRing A] [Field K] [CommRing B] [Field L] [Algebra A K] [Algebra B L] [Algebra A B] [Algebra K L] [Algebra A L] [IsScalarTower A K L] [IsScalarTower A B L] [IsDomain A] [IsFractionRing A K] [FiniteDimensional K L] [Algebra.IsSeparable K L] [IsIntegralClosure B A L] [IsFractionRing B L] [IsIntegrallyClosed A] [IsDedekindDomain B] {I : FractionalIdeal (nonZeroDivisors B) L} (hI : I โ 0) {x : L} : x โ FractionalIdeal.dual A K I โ โ a โ I, ((Algebra.traceForm K L) x) a โ (algebraMap A K).range - PrimeSpectrum.isHomeomorph_comap ๐ Mathlib.RingTheory.Spectrum.Prime.Homeomorph
{R : Type u_3} {S : Type u_4} [CommRing R] [CommRing S] (f : R โ+* S) (H : โ (x : S), โ n > 0, x ^ n โ f.range) (hker : RingHom.ker f โค nilradical R) : IsHomeomorph (PrimeSpectrum.comap f)
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