Loogle!
Result
Found 612 declarations mentioning RingHom.comp. Of these, only the first 200 are shown.
- RingHom.comp π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {Ξ³ : Type u_4} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} {xβΒ² : NonAssocSemiring Ξ³} (g : Ξ² β+* Ξ³) (f : Ξ± β+* Ξ²) : Ξ± β+* Ξ³ - RingHom.comp_id π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} (f : Ξ± β+* Ξ²) : f.comp (RingHom.id Ξ±) = f - RingHom.id_comp π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} (f : Ξ± β+* Ξ²) : (RingHom.id Ξ²).comp f = f - RingHom.mul_def π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {xβ : NonAssocSemiring Ξ±} (f g : Ξ± β+* Ξ±) : f * g = f.comp g - RingHom.comp_assoc π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {Ξ³ : Type u_4} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} {xβΒ² : NonAssocSemiring Ξ³} {Ξ΄ : Type u_5} {xβΒ³ : NonAssocSemiring Ξ΄} (f : Ξ± β+* Ξ²) (g : Ξ² β+* Ξ³) (h : Ξ³ β+* Ξ΄) : (h.comp g).comp f = h.comp (g.comp f) - RingHom.cancel_left π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {Ξ³ : Type u_4} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} {xβΒ² : NonAssocSemiring Ξ³} {g : Ξ² β+* Ξ³} {fβ fβ : Ξ± β+* Ξ²} (hg : Function.Injective βg) : g.comp fβ = g.comp fβ β fβ = fβ - RingHom.cancel_right π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {Ξ³ : Type u_4} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} {xβΒ² : NonAssocSemiring Ξ³} {gβ gβ : Ξ² β+* Ξ³} {f : Ξ± β+* Ξ²} (hf : Function.Surjective βf) : gβ.comp f = gβ.comp f β gβ = gβ - RingHom.comp_apply π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {Ξ³ : Type u_4} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} {xβΒ² : NonAssocSemiring Ξ³} (hnp : Ξ² β+* Ξ³) (hmn : Ξ± β+* Ξ²) (x : Ξ±) : (hnp.comp hmn) x = hnp (hmn x) - RingHom.coe_comp π Mathlib.Algebra.Ring.Hom.Defs
{Ξ± : Type u_2} {Ξ² : Type u_3} {Ξ³ : Type u_4} {xβ : NonAssocSemiring Ξ±} {xβΒΉ : NonAssocSemiring Ξ²} {xβΒ² : NonAssocSemiring Ξ³} (hnp : Ξ² β+* Ξ³) (hmn : Ξ± β+* Ξ²) : β(hnp.comp hmn) = βhnp β βhmn - RingEquiv.ofRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) : R β+* S - 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.ofRingHom_symm π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) : (RingEquiv.ofRingHom f g hβ hβ).symm = RingEquiv.ofRingHom g f hβ hβ - 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.ofRingHom_apply π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) (a : R) : (RingEquiv.ofRingHom f g hβ hβ) a = f a - RingEquiv.ofRingHom_symm_apply π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) (a : S) : (RingEquiv.ofRingHom f g hβ hβ).symm a = g a - RingEquiv.coe_ringHom_ofRingHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : f.comp g = RingHom.id S) (hβ : g.comp f = RingHom.id R) : β(RingEquiv.ofRingHom f g hβ hβ) = f - RingEquiv.comp_symm π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : (βe).comp βe.symm = RingHom.id S - RingEquiv.symm_comp π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (e : R β+* S) : (βe.symm).comp βe = RingHom.id R - RingEquiv.ofRingHom_coe_ringHom π Mathlib.Algebra.Ring.Equiv
{R : Type u_4} {S : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] (f : R β+* S) (g : S β+* R) (hβ : (βf).comp g = RingHom.id S) (hβ : g.comp βf = RingHom.id R) : RingEquiv.ofRingHom (βf) g hβ hβ = f - RingEquiv.coe_ringHom_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β) = (βeβ).comp βeβ - RingHomInvPair.comp_eq π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} {instβ : Semiring Rβ} {instβΒΉ : Semiring Rβ} {Ο : Rβ β+* Rβ} {Ο' : outParam (Rβ β+* Rβ)} [self : RingHomInvPair Ο Ο'] : Ο'.comp Ο = RingHom.id Rβ - RingHomInvPair.comp_eqβ π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} {instβ : Semiring Rβ} {instβΒΉ : Semiring Rβ} {Ο : Rβ β+* Rβ} {Ο' : outParam (Rβ β+* Rβ)} [self : RingHomInvPair Ο Ο'] : Ο.comp Ο' = RingHom.id Rβ - RingHomCompTriple.comp_eq π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} {instβ : Semiring Rβ} {instβΒΉ : Semiring Rβ} {instβΒ² : Semiring Rβ} {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : outParam (Rβ β+* Rβ)} [self : RingHomCompTriple Οββ Οββ Οββ] : Οββ.comp Οββ = Οββ - RingHomCompTriple.mk π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} {Rβ : Type u_3} [Semiring Rβ] [Semiring Rβ] [Semiring Rβ] {Οββ : Rβ β+* Rβ} {Οββ : Rβ β+* Rβ} {Οββ : outParam (Rβ β+* Rβ)} (comp_eq : Οββ.comp Οββ = Οββ) : RingHomCompTriple Οββ Οββ Οββ - RingHomInvPair.mk π Mathlib.Algebra.Ring.CompTypeclasses
{Rβ : Type u_1} {Rβ : Type u_2} [Semiring Rβ] [Semiring Rβ] {Ο : Rβ β+* Rβ} {Ο' : outParam (Rβ β+* Rβ)} (comp_eq : Ο'.comp Ο = RingHom.id Rβ) (comp_eqβ : Ο.comp Ο' = RingHom.id Rβ) : RingHomInvPair Ο Ο' - Algebra.compHom_algebraMap_eq π Mathlib.Algebra.Algebra.Defs
{R : Type u} {S : Type v} (A : Type w) [CommSemiring R] [CommSemiring S] [Semiring A] [Algebra R A] (f : S β+* R) : algebraMap S A = (algebraMap R A).comp 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 - RingHom.fst_comp_prod π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} {T : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (f : R β+* S) (g : R β+* T) : (RingHom.fst S T).comp (f.prod g) = f - RingHom.snd_comp_prod π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} {T : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (f : R β+* S) (g : R β+* T) : (RingHom.snd S T).comp (f.prod g) = g - RingHom.prod_unique π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} {T : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (f : R β+* S Γ T) : ((RingHom.fst S T).comp f).prod ((RingHom.snd S T).comp f) = f - RingHom.prodMap_def π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {R' : Type u_2} {S : Type u_3} {S' : Type u_4} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring R'] [NonAssocSemiring S'] (f : R β+* R') (g : S β+* S') : f.prodMap g = (f.comp (RingHom.fst R S)).prod (g.comp (RingHom.snd R S)) - RingHom.prod_comp_prodMap π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {R' : Type u_2} {S : Type u_3} {S' : Type u_4} {T : Type u_5} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring R'] [NonAssocSemiring S'] [NonAssocSemiring T] (f : T β+* R) (g : T β+* S) (f' : R β+* R') (g' : S β+* S') : (f'.prodMap g').comp (f.prod g) = (f'.comp f).prod (g'.comp g) - RingEquiv.fst_comp_coe_prodComm π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} [NonAssocSemiring R] [NonAssocSemiring S] : (RingHom.fst S R).comp βRingEquiv.prodComm = RingHom.snd R S - RingEquiv.snd_comp_coe_prodComm π Mathlib.Algebra.Ring.Prod
{R : Type u_1} {S : Type u_3} [NonAssocSemiring R] [NonAssocSemiring S] : (RingHom.snd S R).comp βRingEquiv.prodComm = RingHom.fst R S - RingHom.map_rangeS π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (g : S β+* T) (f : R β+* S) : Subsemiring.map g f.rangeS = (g.comp f).rangeS - Subsemiring.comap_comap π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (s : Subsemiring T) (g : S β+* T) (f : R β+* S) : Subsemiring.comap f (Subsemiring.comap g s) = Subsemiring.comap (g.comp f) s - Subsemiring.map_map π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (s : Subsemiring R) (g : S β+* T) (f : R β+* S) : Subsemiring.map g (Subsemiring.map f s) = Subsemiring.map (g.comp f) s - RingHom.domRestrict_comp_rangeSRestrict π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (g : S β+* T) (f : R β+* S) : (g.domRestrict f.rangeS).comp f.rangeSRestrict = g.comp f - RingHom.domRestrict_comp_codRestrict π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocSemiring R] [NonAssocSemiring S] [NonAssocSemiring T] (g : S β+* T) (f : R β+* S) (p : Subsemiring S) (h : β (c : R), f c β p) : (g.domRestrict p).comp (f.codRestrict p h) = g.comp f - RingHom.comp_restrict π Mathlib.Algebra.Ring.Subsemiring.Basic
{R : Type u} {S : Type v} [NonAssocSemiring R] [NonAssocSemiring S] {ΟR : Type u_1} {ΟS : Type u_2} [SetLike ΟR R] [SetLike ΟS S] [SubsemiringClass ΟR R] [SubsemiringClass ΟS S] (f : R β+* S) (s' : ΟR) (s : ΟS) (h : β x β s', f x β s) : (SubsemiringClass.subtype s).comp (f.restrict s' s h) = f.comp (SubsemiringClass.subtype s') - 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 - Subring.comap_comap π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocRing R] [NonAssocRing S] [NonAssocRing T] (s : Subring T) (g : S β+* T) (f : R β+* S) : Subring.comap f (Subring.comap g s) = Subring.comap (g.comp f) s - Subring.map_map π Mathlib.Algebra.Ring.Subring.Basic
{R : Type u} {S : Type v} {T : Type w} [NonAssocRing R] [NonAssocRing S] [NonAssocRing T] (s : Subring R) (g : S β+* T) (f : R β+* S) : Subring.map g (Subring.map f s) = Subring.map (g.comp f) s - 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 - 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_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 βΟβ - AlgEquiv.toRingHom_trans π Mathlib.Algebra.Algebra.Equiv
{R : Type uR} {Aβ : Type uAβ} {Aβ : Type uAβ} {Aβ : Type uAβ} [CommSemiring R] [Semiring Aβ] [Semiring Aβ] [Semiring Aβ] [Algebra R Aβ] [Algebra R Aβ] [Algebra R Aβ] (eβ : Aβ ββ[R] Aβ) (eβ : Aβ ββ[R] Aβ) : β(eβ.trans eβ) = (βeβ).comp βeβ - IsScalarTower.algebraMap_eq π 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] : algebraMap R A = (algebraMap S A).comp (algebraMap R S) - IsScalarTower.of_algebraMap_eq' π 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] (h : algebraMap R A = (algebraMap S A).comp (algebraMap R S)) : IsScalarTower R S A - 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 - 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.rank_le_of_injective_injective π 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') (hi : Function.Injective βi) (hj : Function.Injective βj) (hc : (j.comp (algebraMap R S)).comp i = algebraMap R' S') : Module.rank R S β€ Module.rank R' S' - Algebra.rank_le_of_surjective_injective π 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') (hi : Function.Surjective βi) (hj : Function.Injective βj) (hc : (algebraMap R' S').comp i = j.comp (algebraMap R S)) : Module.rank R S β€ Module.rank R' S' - Algebra.lift_rank_le_of_injective_injective π 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') (hi : Function.Injective βi) (hj : Function.Injective βj) (hc : (j.comp (algebraMap R S)).comp i = algebraMap R' S') : Cardinal.lift.{v', v} (Module.rank R S) β€ Cardinal.lift.{v, v'} (Module.rank R' S') - Algebra.lift_rank_le_of_surjective_injective π 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') (hi : Function.Surjective βi) (hj : Function.Injective βj) (hc : (algebraMap R' S').comp i = j.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β - RingCon.comap_ringHomComp π Mathlib.RingTheory.Congruence.Defs
{R : Type u_5} {R' : Type u_6} {R'' : Type u_7} [NonAssocSemiring R] [NonAssocSemiring R'] [NonAssocSemiring R''] (J : RingCon R) (g : R' β+* R) (f : R'' β+* R') : J.comap (g.comp f) = (J.comap g).comap f - Ideal.Quotient.lift_comp_mk π Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u} [Ring R] (I : Ideal R) {S : Type v} [I.IsTwoSided] [Semiring S] (f : R β+* S) (H : β a β I, f a = 0) : (Ideal.Quotient.lift I f H).comp (Ideal.Quotient.mk I) = f - Ideal.Quotient.factor_comp_mk π Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u} [Ring R] {S T : Ideal R} [S.IsTwoSided] [T.IsTwoSided] (H : S β€ T) : (Ideal.Quotient.factor H).comp (Ideal.Quotient.mk S) = Ideal.Quotient.mk T - Ideal.Quotient.ringHom_ext π Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u} [Ring R] {I : Ideal R} {S : Type v} [I.IsTwoSided] [NonAssocSemiring S] β¦f g : R β§Έ I β+* Sβ¦ (h : f.comp (Ideal.Quotient.mk I) = g.comp (Ideal.Quotient.mk I)) : f = g - Ideal.Quotient.ringHom_ext_iff π Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u} [Ring R] {I : Ideal R} {S : Type v} [I.IsTwoSided] [NonAssocSemiring S] {f g : R β§Έ I β+* S} : f = g β f.comp (Ideal.Quotient.mk I) = g.comp (Ideal.Quotient.mk I) - Ideal.Quotient.factor_comp π Mathlib.RingTheory.Ideal.Quotient.Defs
{R : Type u} [Ring R] {S T U : Ideal R} [S.IsTwoSided] [T.IsTwoSided] [U.IsTwoSided] (H1 : S β€ T) (H2 : T β€ U) : (Ideal.Quotient.factor H2).comp (Ideal.Quotient.factor H1) = Ideal.Quotient.factor β― - RingHom.Finite.of_comp_finite π Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {f : A β+* B} {g : B β+* C} (h : (g.comp f).Finite) : g.Finite - RingHom.Finite.comp π Mathlib.RingTheory.Finiteness.Basic
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {g : B β+* C} {f : A β+* B} (hg : g.Finite) (hf : f.Finite) : (g.comp f).Finite - Module.Finite.of_equiv_equiv π Mathlib.RingTheory.Finiteness.Basic
{Aβ : Type u_5} {Bβ : Type u_6} {Aβ : Type u_7} {Bβ : Type u_8} [CommSemiring Aβ] [CommSemiring Bβ] [CommSemiring Aβ] [Semiring Bβ] [Algebra Aβ Bβ] [Algebra Aβ Bβ] (eβ : Aβ β+* Aβ) (eβ : Bβ β+* Bβ) (he : (algebraMap Aβ Bβ).comp βeβ = (βeβ).comp (algebraMap Aβ Bβ)) [Module.Finite Aβ Bβ] : Module.Finite Aβ Bβ - MonoidAlgebra.ringHom_ext' π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {S : Type u_2} {M : Type u_4} [Semiring R] [MulOneClass M] [Semiring S] {f g : MonoidAlgebra R M β+* S} (hβ : f.comp MonoidAlgebra.singleOneRingHom = g.comp MonoidAlgebra.singleOneRingHom) (h_of : (βf).comp (MonoidAlgebra.of R M) = (βg).comp (MonoidAlgebra.of R M)) : f = g - MonoidAlgebra.ringHom_ext'_iff π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {S : Type u_2} {M : Type u_4} [Semiring R] [MulOneClass M] [Semiring S] {f g : MonoidAlgebra R M β+* S} : f = g β f.comp MonoidAlgebra.singleOneRingHom = g.comp MonoidAlgebra.singleOneRingHom β§ (βf).comp (MonoidAlgebra.of R M) = (βg).comp (MonoidAlgebra.of R M) - AddMonoidAlgebra.ringHom_ext' π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {S : Type u_2} {M : Type u_4} [Semiring R] [Semiring S] [AddMonoid M] {f g : AddMonoidAlgebra R M β+* S} (hβ : f.comp AddMonoidAlgebra.singleZeroRingHom = g.comp AddMonoidAlgebra.singleZeroRingHom) (h_of : (βf).comp (AddMonoidAlgebra.of R M) = (βg).comp (AddMonoidAlgebra.of R M)) : f = g - AddMonoidAlgebra.ringHom_ext'_iff π Mathlib.Algebra.MonoidAlgebra.Defs
{R : Type u_1} {S : Type u_2} {M : Type u_4} [Semiring R] [Semiring S] [AddMonoid M] {f g : AddMonoidAlgebra R M β+* S} : f = g β f.comp AddMonoidAlgebra.singleZeroRingHom = g.comp AddMonoidAlgebra.singleZeroRingHom β§ (βf).comp (AddMonoidAlgebra.of R M) = (βg).comp (AddMonoidAlgebra.of R M) - AddMonoidAlgebra.mapRingHom_comp π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {T : Type u_5} {M : Type u_6} [Semiring R] [Semiring S] [Semiring T] [AddMonoid M] (f : S β+* T) (g : R β+* S) : AddMonoidAlgebra.mapRingHom M (f.comp g) = (AddMonoidAlgebra.mapRingHom M f).comp (AddMonoidAlgebra.mapRingHom M g) - MonoidAlgebra.mapRangeRingHom_comp π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {T : Type u_5} {M : Type u_6} [Semiring R] [Semiring S] [Semiring T] [Monoid M] (f : S β+* T) (g : R β+* S) : MonoidAlgebra.mapRingHom M (f.comp g) = (MonoidAlgebra.mapRingHom M f).comp (MonoidAlgebra.mapRingHom M g) - MonoidAlgebra.mapRingHom_comp π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {T : Type u_5} {M : Type u_6} [Semiring R] [Semiring S] [Semiring T] [Monoid M] (f : S β+* T) (g : R β+* S) : MonoidAlgebra.mapRingHom M (f.comp g) = (MonoidAlgebra.mapRingHom M f).comp (MonoidAlgebra.mapRingHom M g) - AddMonoidAlgebra.mapDomainRingHom_comp π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} {O : Type u_8} [Semiring R] [AddMonoid M] [AddMonoid N] [AddMonoid O] (f : N β+ O) (g : M β+ N) : AddMonoidAlgebra.mapDomainRingHom R (f.comp g) = (AddMonoidAlgebra.mapDomainRingHom R f).comp (AddMonoidAlgebra.mapDomainRingHom R g) - MonoidAlgebra.mapDomainRingHom_comp π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {M : Type u_6} {N : Type u_7} {O : Type u_8} [Semiring R] [Monoid M] [Monoid N] [Monoid O] (f : N β* O) (g : M β* N) : MonoidAlgebra.mapDomainRingHom R (f.comp g) = (MonoidAlgebra.mapDomainRingHom R f).comp (MonoidAlgebra.mapDomainRingHom R g) - AddMonoidAlgebra.mapRingHom_comp_mapDomainRingHom π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} {N : Type u_7} [Semiring R] [Semiring S] [AddMonoid M] [AddMonoid N] (f : R β+* S) (g : M β+ N) : (AddMonoidAlgebra.mapRingHom N f).comp (AddMonoidAlgebra.mapDomainRingHom R g) = (AddMonoidAlgebra.mapDomainRingHom S g).comp (AddMonoidAlgebra.mapRingHom M f) - MonoidAlgebra.mapRangeRingHom_comp_mapDomainRingHom π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} {N : Type u_7} [Semiring R] [Semiring S] [Monoid M] [Monoid N] (f : R β+* S) (g : M β* N) : (MonoidAlgebra.mapRingHom N f).comp (MonoidAlgebra.mapDomainRingHom R g) = (MonoidAlgebra.mapDomainRingHom S g).comp (MonoidAlgebra.mapRingHom M f) - MonoidAlgebra.mapRingHom_comp_mapDomainRingHom π Mathlib.Algebra.MonoidAlgebra.MapDomain
{R : Type u_3} {S : Type u_4} {M : Type u_6} {N : Type u_7} [Semiring R] [Semiring S] [Monoid M] [Monoid N] (f : R β+* S) (g : M β* N) : (MonoidAlgebra.mapRingHom N f).comp (MonoidAlgebra.mapDomainRingHom R g) = (MonoidAlgebra.mapDomainRingHom S g).comp (MonoidAlgebra.mapRingHom M f) - Ideal.map_map π Mathlib.RingTheory.Ideal.Maps
{R : Type u} {S : Type v} [Semiring R] [Semiring S] {T : Type u_3} [Semiring T] {I : Ideal R} (f : R β+* S) (g : S β+* T) : Ideal.map g (Ideal.map f I) = Ideal.map (g.comp f) I - 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 - RingHom.comap_ker π Mathlib.RingTheory.Ideal.Maps
{R : Type u} {S : Type v} {T : Type w} [Semiring R] [Semiring S] [Semiring T] (f : S β+* R) (g : T β+* S) : Ideal.comap g (RingHom.ker f) = RingHom.ker (f.comp g) - Ideal.comap_comap π Mathlib.RingTheory.Ideal.Maps
{R : Type u} {S : Type v} [Semiring R] [Semiring S] {T : Type u_3} [Semiring T] {I : Ideal T} (f : R β+* S) (g : S β+* T) : Ideal.comap f (Ideal.comap g I) = Ideal.comap (g.comp f) I - RingHom.ker_comp_of_injective π Mathlib.RingTheory.Ideal.Maps
{R : Type u} {S : Type v} {T : Type w} [Ring R] [Semiring S] [Semiring T] (g : T β+* R) {f : R β+* S} (hf : Function.Injective βf) : RingHom.ker (f.comp g) = RingHom.ker g - RingHom.liftOfSurjective_comp π Mathlib.RingTheory.Ideal.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} [Ring A] [Ring B] [Ring C] (f : A β+* B) (hf : Function.Surjective βf) (g : { g // RingHom.ker f β€ RingHom.ker g }) : ((f.liftOfSurjective hf) g).comp f = βg - RingHom.liftOfRightInverse_comp π Mathlib.RingTheory.Ideal.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} [Ring A] [Ring B] [Ring C] (f : A β+* B) (f_inv : B β A) (hf : Function.RightInverse f_inv βf) (g : { g // RingHom.ker f β€ RingHom.ker g }) : ((f.liftOfRightInverse f_inv hf) g).comp f = βg - RingHom.eq_liftOfSurjective π Mathlib.RingTheory.Ideal.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} [Ring A] [Ring B] [Ring C] (f : A β+* B) (hf : Function.Surjective βf) (g : A β+* C) (hg : RingHom.ker f β€ RingHom.ker g) (h : B β+* C) (hh : h.comp f = g) : h = (f.liftOfSurjective hf) β¨g, hgβ© - RingHom.eq_liftOfRightInverse π Mathlib.RingTheory.Ideal.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} [Ring A] [Ring B] [Ring C] (f : A β+* B) (f_inv : B β A) (hf : Function.RightInverse f_inv βf) (g : A β+* C) (hg : RingHom.ker f β€ RingHom.ker g) (h : B β+* C) (hh : h.comp f = g) : h = (f.liftOfRightInverse f_inv hf) β¨g, hgβ© - RingHom.mapMatrix_comp π Mathlib.Data.Matrix.Basic
{m : Type u_2} {Ξ± : Type u_8} {Ξ² : Type u_9} {Ξ³ : Type u_10} [Fintype m] [DecidableEq m] [NonAssocSemiring Ξ±] [NonAssocSemiring Ξ²] [NonAssocSemiring Ξ³] (f : Ξ² β+* Ξ³) (g : Ξ± β+* Ξ²) : f.mapMatrix.comp g.mapMatrix = (f.comp g).mapMatrix - Matrix.algebraMap_eq_diagonalRingHom π Mathlib.Data.Matrix.Basic
{n : Type u_3} {R : Type u_4} {Ξ± : Type u_8} [Fintype n] [DecidableEq n] [CommSemiring R] [Semiring Ξ±] [Algebra R Ξ±] : algebraMap R (Matrix n n Ξ±) = (Matrix.diagonalRingHom n Ξ±).comp (algebraMap R (n β Ξ±)) - Subalgebra.algebraMap_eq π Mathlib.Algebra.Algebra.Subalgebra.Basic
{Ξ± : Type u_1} {R : Type u_3} {A : Type u_4} [CommSemiring R] [CommSemiring A] [Semiring Ξ±] [Algebra R A] [Algebra A Ξ±] (S : Subalgebra R A) : algebraMap (β₯S) Ξ± = (algebraMap A Ξ±).comp βS.val - RingHom.star_def π Mathlib.Algebra.Star.Basic
{R : Type u} [CommSemiring R] [StarRing R] {S : Type u_1} [NonAssocSemiring S] (f : S β+* R) : star f = (starRingEnd R).comp f - RingHom.map_fieldRange π Mathlib.Algebra.Field.Subfield.Basic
{K : Type u} {L : Type v} {M : Type w} [DivisionRing K] [DivisionRing L] [DivisionRing M] (g : L β+* M) (f : K β+* L) : Subfield.map g f.fieldRange = (g.comp f).fieldRange - Subfield.comap_comap π Mathlib.Algebra.Field.Subfield.Basic
{K : Type u} {L : Type v} {M : Type w} [DivisionRing K] [DivisionRing L] [DivisionRing M] (s : Subfield M) (g : L β+* M) (f : K β+* L) : Subfield.comap f (Subfield.comap g s) = Subfield.comap (g.comp f) s - Subfield.map_map π Mathlib.Algebra.Field.Subfield.Basic
{K : Type u} {L : Type v} {M : Type w} [DivisionRing K] [DivisionRing L] [DivisionRing M] (s : Subfield K) (g : L β+* M) (f : K β+* L) : Subfield.map g (Subfield.map f s) = Subfield.map (g.comp f) s - IsLocalization.lift_of_comp π 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] (j : S β+* P) : IsLocalization.lift β― = j - IsLocalization.ringHom_ext π Mathlib.RingTheory.Localization.Defs
{R : Type u_1} [CommSemiring R] (M : Submonoid R) {S : Type u_2} [CommSemiring S] [Algebra R S] [IsLocalization M S] {P : Type u_4} [Semiring P] β¦j k : S β+* Pβ¦ (h : j.comp (algebraMap R S) = k.comp (algebraMap R S)) : j = k - IsLocalization.isUnit_comp π 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] (j : S β+* P) (y : β₯M) : IsUnit ((j.comp (algebraMap R S)) βy) - IsLocalization.lift_comp π 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] {g : R β+* P} (hg : β (y : β₯M), IsUnit (g βy)) : (IsLocalization.lift hg).comp (algebraMap R S) = g - IsLocalization.map_comp π 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] {g : R β+* P} {T : Submonoid P} {Q : Type u_4} [CommSemiring Q] [Algebra P Q] [IsLocalization T Q] (hy : M β€ Submonoid.comap g T) : (IsLocalization.map Q g hy).comp (algebraMap R S) = (algebraMap P Q).comp g - 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.map_comp_map π 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] {g : R β+* P} {T : Submonoid P} {Q : Type u_4} [CommSemiring Q] [Algebra P Q] [IsLocalization T Q] (hy : M β€ Submonoid.comap g T) {A : Type u_5} [CommSemiring A] {U : Submonoid A} {W : Type u_6} [CommSemiring W] [Algebra A W] [IsLocalization U W] {l : P β+* A} (hl : T β€ Submonoid.comap l U) : (IsLocalization.map W l hl).comp (IsLocalization.map Q g hy) = IsLocalization.map W (l.comp g) β― - IsLocalization.map_map π 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] {g : R β+* P} {T : Submonoid P} {Q : Type u_4} [CommSemiring Q] [Algebra P Q] [IsLocalization T Q] (hy : M β€ Submonoid.comap g T) {A : Type u_5} [CommSemiring A] {U : Submonoid A} {W : Type u_6} [CommSemiring W] [Algebra A W] [IsLocalization U W] {l : P β+* A} (hl : T β€ Submonoid.comap l U) (x : S) : (IsLocalization.map W l hl) ((IsLocalization.map Q g hy) x) = (IsLocalization.map W (l.comp g) β―) x - 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 - IsLocalization.bijective π Mathlib.RingTheory.Localization.Basic
{R : Type u_1} [CommSemiring R] (M : Submonoid R) {S : Type u_2} [CommSemiring S] [Algebra R S] [IsLocalization M S] {Q : Type u_4} [CommSemiring Q] [Algebra R Q] [IsLocalization M Q] (f : S β+* Q) (hf : f.comp (algebraMap R S) = algebraMap R Q) : Function.Bijective βf - IsLocalization.algEquiv_comp_algebraMap π Mathlib.RingTheory.Localization.Basic
{R : Type u_1} [CommSemiring R] (M : Submonoid R) {S : Type u_2} [CommSemiring S] [Algebra R S] (Rβ : Type u_4) (Sβ : Type u_5) (Rβ' : Type u_6) (Sβ' : Type u_7) [CommSemiring Rβ] [CommSemiring Sβ] [CommSemiring Rβ'] [CommSemiring Sβ'] [Algebra R Rβ] [Algebra S Sβ] [Algebra R Rβ'] [Algebra S Sβ'] [Algebra R Sβ] [Algebra Rβ Sβ] [Algebra Rβ' Sβ'] [Algebra R Sβ'] (N : Submonoid S) [IsLocalization M Rβ] [IsLocalization N Sβ] [IsLocalization M Rβ'] [IsLocalization N Sβ'] [IsScalarTower R Rβ Sβ] [IsScalarTower R S Sβ] [IsScalarTower R Rβ' Sβ'] [IsScalarTower R S Sβ'] : (β(IsLocalization.algEquiv N Sβ Sβ')).comp (algebraMap Rβ Sβ) = (algebraMap Rβ' Sβ').comp β(IsLocalization.algEquiv M Rβ Rβ') - IsLocalization.algEquiv_comp_algebraMap_apply π Mathlib.RingTheory.Localization.Basic
{R : Type u_1} [CommSemiring R] (M : Submonoid R) {S : Type u_2} [CommSemiring S] [Algebra R S] {Rβ : Type u_4} (Sβ : Type u_5) (Rβ' : Type u_6) (Sβ' : Type u_7) [CommSemiring Rβ] [CommSemiring Sβ] [CommSemiring Rβ'] [CommSemiring Sβ'] [Algebra R Rβ] [Algebra S Sβ] [Algebra R Rβ'] [Algebra S Sβ'] [Algebra R Sβ] [Algebra Rβ Sβ] [Algebra Rβ' Sβ'] [Algebra R Sβ'] (N : Submonoid S) [IsLocalization M Rβ] [IsLocalization N Sβ] [IsLocalization M Rβ'] [IsLocalization N Sβ'] [IsScalarTower R Rβ Sβ] [IsScalarTower R S Sβ] [IsScalarTower R Rβ' Sβ'] [IsScalarTower R S Sβ'] (x : Rβ) : ((β(IsLocalization.algEquiv N Sβ Sβ')).comp (algebraMap Rβ Sβ)) x = ((algebraMap Rβ' Sβ').comp β(IsLocalization.algEquiv M Rβ Rβ')) x - IsFractionRing.injective_comp_algebraMap π 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] : Function.Injective fun f => f.comp (algebraMap A K) - 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 - 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 - IsFractionRing.semilinearEquivOfRingEquiv_comp π Mathlib.RingTheory.Localization.FractionRing
{A : Type u_8} {B : Type u_9} (K : Type u_10) (L : Type u_11) [CommRing A] [CommRing B] [CommRing K] [CommRing L] [Algebra A K] [IsFractionRing A K] [Algebra B L] [IsFractionRing B L] (f : A β+* B) {C : Type u_12} (M : Type u_13) [CommRing C] [CommRing M] [Algebra C M] [IsFractionRing C M] (g : B β+* C) : have this := β―; have this_1 := β―; IsFractionRing.semilinearEquivOfRingEquiv K M (f.trans g) = (IsFractionRing.semilinearEquivOfRingEquiv K L f).trans (IsFractionRing.semilinearEquivOfRingEquiv L M g) - Algebra.TensorProduct.algebraMap_def π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [CommSemiring S] [Algebra S A] [SMulCommClass R S A] : algebraMap S (TensorProduct R A B) = Algebra.TensorProduct.includeLeftRingHom.comp (algebraMap S A) - Algebra.TensorProduct.includeLeftRingHom_comp_algebraMap π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : Algebra.TensorProduct.includeLeftRingHom.comp (algebraMap R A) = Algebra.TensorProduct.includeRight.comp (algebraMap R B) - Algebra.TensorProduct.ringHom_ext π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] {C : Type u_2} [Semiring C] {f g : TensorProduct R A B β+* C} (hβ : f.comp Algebra.TensorProduct.includeLeftRingHom = g.comp Algebra.TensorProduct.includeLeftRingHom) (hβ : f.comp Algebra.TensorProduct.includeRight.toRingHom = g.comp Algebra.TensorProduct.includeRight.toRingHom) : f = g - Algebra.TensorProduct.ringHom_ext_iff π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] {C : Type u_2} [Semiring C] {f g : TensorProduct R A B β+* C} : f = g β f.comp Algebra.TensorProduct.includeLeftRingHom = g.comp Algebra.TensorProduct.includeLeftRingHom β§ f.comp Algebra.TensorProduct.includeRight.toRingHom = g.comp Algebra.TensorProduct.includeRight.toRingHom - Algebra.TensorProduct.mapRingHom π Mathlib.RingTheory.TensorProduct.Maps
{R : Type u_3} {S : Type u_4} {T : Type u_5} {R' : Type u_6} {S' : Type u_7} {T' : Type u_8} [CommSemiring R] [CommSemiring S] [CommSemiring T] [Algebra R S] [Algebra R T] [CommSemiring R'] [CommSemiring S'] [CommSemiring T'] [Algebra R' S'] [Algebra R' T'] (fR : R β+* R') (fS : S β+* S') (fT : T β+* T') (HS : fS.comp (algebraMap R S) = (algebraMap R' S').comp fR) (HT : fT.comp (algebraMap R T) = (algebraMap R' T').comp fR) : TensorProduct R S T β+* TensorProduct R' S' T' - Algebra.TensorProduct.mapRingHom_comp_includeLeftRingHom π Mathlib.RingTheory.TensorProduct.Maps
{R : Type u_3} {S : Type u_4} {T : Type u_5} {R' : Type u_6} {S' : Type u_7} {T' : Type u_8} [CommSemiring R] [CommSemiring S] [CommSemiring T] [Algebra R S] [Algebra R T] [CommSemiring R'] [CommSemiring S'] [CommSemiring T'] [Algebra R' S'] [Algebra R' T'] (fR : R β+* R') (fS : S β+* S') (fT : T β+* T') (HS : fS.comp (algebraMap R S) = (algebraMap R' S').comp fR) (HT : fT.comp (algebraMap R T) = (algebraMap R' T').comp fR) : (Algebra.TensorProduct.mapRingHom fR fS fT HS HT).comp Algebra.TensorProduct.includeLeftRingHom = Algebra.TensorProduct.includeLeftRingHom.comp fS - Algebra.TensorProduct.mapRingHom_tmul π Mathlib.RingTheory.TensorProduct.Maps
{R : Type u_3} {S : Type u_4} {T : Type u_5} {R' : Type u_6} {S' : Type u_7} {T' : Type u_8} [CommSemiring R] [CommSemiring S] [CommSemiring T] [Algebra R S] [Algebra R T] [CommSemiring R'] [CommSemiring S'] [CommSemiring T'] [Algebra R' S'] [Algebra R' T'] (fR : R β+* R') (fS : S β+* S') (fT : T β+* T') (HS : fS.comp (algebraMap R S) = (algebraMap R' S').comp fR) (HT : fT.comp (algebraMap R T) = (algebraMap R' T').comp fR) (s : S) (t : T) : (Algebra.TensorProduct.mapRingHom fR fS fT HS HT) (s ββ[R] t) = fS s ββ[R'] fT t - Algebra.TensorProduct.rid_comp_includeLeftRingHom π Mathlib.RingTheory.TensorProduct.Maps
(R : Type uR) (S : Type uS) (A : Type uA) [CommSemiring R] [CommSemiring S] [Algebra R S] [Semiring A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] : (β(Algebra.TensorProduct.rid R S A)).comp Algebra.TensorProduct.includeLeftRingHom = RingHom.id A - Algebra.TensorProduct.map_comp_includeLeftRingHom π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} {D : Type uD} [CommSemiring R] [CommSemiring S] [Algebra R S] [Semiring A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [Algebra S C] [IsScalarTower R S C] [Semiring D] [Algebra R D] (f : A ββ[S] C) (g : B ββ[R] D) : (β(Algebra.TensorProduct.map f g)).comp Algebra.TensorProduct.includeLeftRingHom = Algebra.TensorProduct.includeLeftRingHom.comp βf - Algebra.TensorProduct.mapRingHom_comp_includeRight π Mathlib.RingTheory.TensorProduct.Maps
{R : Type u_3} {S : Type u_4} {T : Type u_5} {R' : Type u_6} {S' : Type u_7} {T' : Type u_8} [CommSemiring R] [CommSemiring S] [CommSemiring T] [Algebra R S] [Algebra R T] [CommSemiring R'] [CommSemiring S'] [CommSemiring T'] [Algebra R' S'] [Algebra R' T'] (fR : R β+* R') (fS : S β+* S') (fT : T β+* T') (HS : fS.comp (algebraMap R S) = (algebraMap R' S').comp fR) (HT : fT.comp (algebraMap R T) = (algebraMap R' T').comp fR) : (Algebra.TensorProduct.mapRingHom fR fS fT HS HT).comp βAlgebra.TensorProduct.includeRight = (βAlgebra.TensorProduct.includeRight).comp fT - Unitization.algebraMap_eq_inlRingHom_comp π Mathlib.Algebra.Algebra.Unitization
(S : Type u_1) (R : Type u_2) (A : Type u_3) [CommSemiring S] [CommSemiring R] [NonUnitalSemiring A] [Module R A] [IsScalarTower R A A] [SMulCommClass R A A] [Algebra S R] [DistribMulAction S A] [IsScalarTower S R A] : algebraMap S (Unitization R A) = (Unitization.inlRingHom R A).comp (algebraMap S R) - LinearMap.compPMap_apply π Mathlib.LinearAlgebra.LinearPMap
{R : Type u_1} {S : Type u_2} {T : Type u_3} [Ring R] [Ring S] [Ring T] {Ο : R β+* S} {Ο : S β+* T} {E : Type u_4} [AddCommGroup E] [Module R E] {F : Type u_5} [AddCommGroup F] [Module S F] {G : Type u_6} [AddCommGroup G] [Module T G] (g : F βββ[Ο] G) (f : E βββ.[Ο] F) (x : β₯(g.compPMap f).domain) : β(g.compPMap f) x = g (βf x) - AddMonoidAlgebra.mapDomainRingHom_comp_algebraMap π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [AddMonoid M] [AddMonoid N] (f : M β+ N) : (AddMonoidAlgebra.mapDomainRingHom A f).comp (algebraMap R (AddMonoidAlgebra A M)) = algebraMap R (AddMonoidAlgebra A N) - MonoidAlgebra.mapDomainRingHom_comp_algebraMap π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {A : Type u_4} {M : Type u_7} {N : Type u_8} [CommSemiring R] [Semiring A] [Algebra R A] [Monoid M] [Monoid N] (f : M β* N) : (MonoidAlgebra.mapDomainRingHom A f).comp (algebraMap R (MonoidAlgebra A M)) = algebraMap R (MonoidAlgebra A N) - AddMonoidAlgebra.mapRingHom_comp_algebraMap π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {S : Type u_2} {M : Type u_7} [CommSemiring R] [CommSemiring S] [AddMonoid M] (f : R β+* S) : (AddMonoidAlgebra.mapRingHom M f).comp (algebraMap R (AddMonoidAlgebra R M)) = (algebraMap S (AddMonoidAlgebra S M)).comp f - MonoidAlgebra.mapRangeRingHom_comp_algebraMap π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {S : Type u_2} {M : Type u_7} [CommSemiring R] [CommSemiring S] [Monoid M] (f : R β+* S) : (MonoidAlgebra.mapRingHom M f).comp (algebraMap R (MonoidAlgebra R M)) = (algebraMap S (MonoidAlgebra S M)).comp f - MonoidAlgebra.mapRingHom_comp_algebraMap π Mathlib.Algebra.MonoidAlgebra.Basic
{R : Type u_1} {S : Type u_2} {M : Type u_7} [CommSemiring R] [CommSemiring S] [Monoid M] (f : R β+* S) : (MonoidAlgebra.mapRingHom M f).comp (algebraMap R (MonoidAlgebra R M)) = (algebraMap S (MonoidAlgebra S M)).comp f - Polynomial.evalβRingHom_comp_C π Mathlib.Algebra.Polynomial.Eval.Defs
{R : Type u} {S : Type v} [Semiring R] [CommSemiring S] (f : R β+* S) (x : S) : (Polynomial.evalβRingHom f x).comp Polynomial.C = f - Polynomial.mapRingHom_comp_C π Mathlib.Algebra.Polynomial.Eval.Defs
{R : Type u_1} {S : Type u_2} [Semiring R] [Semiring S] (f : R β+* S) : (Polynomial.mapRingHom f).comp Polynomial.C = Polynomial.C.comp f - Polynomial.map_map π Mathlib.Algebra.Polynomial.Eval.Coeff
{R : Type u} {S : Type v} {T : Type w} [Semiring R] [Semiring S] (f : R β+* S) [Semiring T] (g : S β+* T) (p : Polynomial R) : Polynomial.map g (Polynomial.map f p) = Polynomial.map (g.comp f) p - Polynomial.evalβ_map π Mathlib.Algebra.Polynomial.Eval.Coeff
{R : Type u} {S : Type v} {T : Type w} [Semiring R] {p : Polynomial R} [Semiring S] (f : R β+* S) [Semiring T] (g : S β+* T) (x : T) : Polynomial.evalβ g x (Polynomial.map f p) = Polynomial.evalβ (g.comp f) x p - Polynomial.hom_evalβ π Mathlib.Algebra.Polynomial.Eval.Coeff
{R : Type u} {S : Type v} {T : Type w} [Semiring R] (p : Polynomial R) [Semiring S] [Semiring T] (f : R β+* S) (g : S β+* T) (x : S) : g (Polynomial.evalβ f x p) = Polynomial.evalβ (g.comp f) (g x) p - Polynomial.mapRingHom_comp π Mathlib.Algebra.Polynomial.Eval.Coeff
{R : Type u} {S : Type v} {T : Type w} [Semiring R] [Semiring S] [Semiring T] (f : S β+* T) (g : R β+* S) : (Polynomial.mapRingHom f).comp (Polynomial.mapRingHom g) = Polynomial.mapRingHom (f.comp g) - Polynomial.ringHom_ext' π Mathlib.Algebra.Polynomial.Monomial
{R : Type u} [Semiring R] {S : Type u_1} [Semiring S] {f g : Polynomial R β+* S} (hβ : f.comp Polynomial.C = g.comp Polynomial.C) (hβ : f Polynomial.X = g Polynomial.X) : f = g - Polynomial.ringHom_ext'_iff π Mathlib.Algebra.Polynomial.Monomial
{R : Type u} [Semiring R] {S : Type u_1} [Semiring S] {f g : Polynomial R β+* S} : f = g β f.comp Polynomial.C = g.comp Polynomial.C β§ f Polynomial.X = g Polynomial.X - Polynomial.aeval_eq_aeval_map π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {S : Type v} {T : Type w} [CommSemiring R] [Semiring S] [CommSemiring T] [Algebra R S] [Algebra T S] {Ο : R β+* T} (h : (algebraMap T S).comp Ο = algebraMap R S) (p : Polynomial R) (a : S) : (Polynomial.aeval a) p = (Polynomial.aeval a) (Polynomial.map Ο p) - Polynomial.map_aeval_eq_aeval_map π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} [CommSemiring R] {S : Type u_3} {T : Type u_4} {U : Type u_5} [Semiring S] [CommSemiring T] [Semiring U] [Algebra R S] [Algebra T U] {Ο : R β+* T} {Ο : S β+* U} (h : (algebraMap T U).comp Ο = Ο.comp (algebraMap R S)) (p : Polynomial R) (a : S) : Ο ((Polynomial.aeval a) p) = (Polynomial.aeval (Ο a)) (Polynomial.map Ο p) - Polynomial.aevalTower_comp_C π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {S : Type v} {A' : Type u_1} [CommSemiring R] [CommSemiring A'] [CommSemiring S] [Algebra S R] [Algebra S A'] (g : R ββ[S] A') (y : A') : (β(Polynomial.aevalTower g y)).comp Polynomial.C = βg - Polynomial.aevalTower_comp_algebraMap π Mathlib.Algebra.Polynomial.AlgebraMap
{R : Type u} {S : Type v} {A' : Type u_1} [CommSemiring R] [CommSemiring A'] [CommSemiring S] [Algebra S R] [Algebra S A'] (g : R ββ[S] A') (y : A') : (β(Polynomial.aevalTower g y)).comp (algebraMap R (Polynomial R)) = βg - MvPolynomial.constantCoeff_comp_C π Mathlib.Algebra.MvPolynomial.Basic
(R : Type u) (Ο : Type u_1) [CommSemiring R] : MvPolynomial.constantCoeff.comp MvPolynomial.C = RingHom.id R - MvPolynomial.constantCoeff_comp_algebraMap π Mathlib.Algebra.MvPolynomial.Basic
(R : Type u) (Ο : Type u_1) [CommSemiring R] : MvPolynomial.constantCoeff.comp (algebraMap R (MvPolynomial Ο R)) = RingHom.id R - MvPolynomial.ringHom_ext' π Mathlib.Algebra.MvPolynomial.Basic
{R : Type u} {Ο : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] {f g : MvPolynomial Ο R β+* A} (hC : f.comp MvPolynomial.C = g.comp MvPolynomial.C) (hX : β (i : Ο), f (MvPolynomial.X i) = g (MvPolynomial.X i)) : f = g - MvPolynomial.ringHom_ext'_iff π Mathlib.Algebra.MvPolynomial.Basic
{R : Type u} {Ο : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] {f g : MvPolynomial Ο R β+* A} : f = g β f.comp MvPolynomial.C = g.comp MvPolynomial.C β§ β (i : Ο), f (MvPolynomial.X i) = g (MvPolynomial.X i) - MvPolynomial.is_id π Mathlib.Algebra.MvPolynomial.Basic
{R : Type u} {Ο : Type u_1} [CommSemiring R] (f : MvPolynomial Ο R β+* MvPolynomial Ο R) (hC : f.comp MvPolynomial.C = MvPolynomial.C) (hX : β (n : Ο), f (MvPolynomial.X n) = MvPolynomial.X n) (p : MvPolynomial Ο R) : f p = p - MvPolynomial.hom_eq_hom π Mathlib.Algebra.MvPolynomial.Basic
{R : Type u} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [Semiring Sβ] (f g : MvPolynomial Ο R β+* Sβ) (hC : f.comp MvPolynomial.C = g.comp MvPolynomial.C) (hX : β (n : Ο), f (MvPolynomial.X n) = g (MvPolynomial.X n)) (p : MvPolynomial Ο R) : f p = g p - MvPolynomial.evalβHom_zero' π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] (f : R β+* Sβ) : (MvPolynomial.evalβHom f fun x => 0) = f.comp MvPolynomial.constantCoeff - MvPolynomial.evalβHom_zero π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] (f : R β+* Sβ) : MvPolynomial.evalβHom f 0 = f.comp MvPolynomial.constantCoeff - MvPolynomial.map_eq_evalβHom_C_comp π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] (f : R β+* Sβ) : MvPolynomial.map f = MvPolynomial.evalβHom (MvPolynomial.C.comp f) MvPolynomial.X - MvPolynomial.hom_evalβ π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] [CommSemiring Sβ] (p : MvPolynomial Ο R) (f : R β+* Sβ) (Ο : Sβ β+* Sβ) (g : Ο β Sβ) : Ο (MvPolynomial.evalβ f g p) = MvPolynomial.evalβ (Ο.comp f) (fun i => Ο (g i)) p - MvPolynomial.constantCoeff_comp_map π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] (f : R β+* Sβ) : MvPolynomial.constantCoeff.comp (MvPolynomial.map f) = f.comp MvPolynomial.constantCoeff - MvPolynomial.evalβ_comp_left π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] {Sβ : Type u_2} [CommSemiring Sβ] (k : Sβ β+* Sβ) (f : R β+* Sβ) (g : Ο β Sβ) (p : MvPolynomial Ο R) : k (MvPolynomial.evalβ f g p) = MvPolynomial.evalβ (k.comp f) (βk β g) p - MvPolynomial.comp_evalβHom π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] [CommSemiring Sβ] (f : R β+* Sβ) (g : Ο β Sβ) (Ο : Sβ β+* Sβ) : Ο.comp (MvPolynomial.evalβHom f g) = MvPolynomial.evalβHom (Ο.comp f) fun i => Ο (g i) - MvPolynomial.evalβ_map π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] [CommSemiring Sβ] (f : R β+* Sβ) (g : Ο β Sβ) (Ο : Sβ β+* Sβ) (p : MvPolynomial Ο R) : MvPolynomial.evalβ Ο g ((MvPolynomial.map f) p) = MvPolynomial.evalβ (Ο.comp f) g p - MvPolynomial.evalβ_map_comp_C π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] {ΞΉ : Type u_2} (f : R β+* Sβ) (h : ΞΉ β MvPolynomial Ο Sβ) (p : MvPolynomial ΞΉ R) : MvPolynomial.evalβ ((MvPolynomial.map f).comp MvPolynomial.C) h p = MvPolynomial.evalβ MvPolynomial.C h ((MvPolynomial.map f) p) - MvPolynomial.eval_evalβ π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Ο : Type u_1} [CommSemiring R] {S : Type u_2} {Ο : Type u_3} {x : Ο β S} [CommSemiring S] (f : R β+* MvPolynomial Ο S) (g : Ο β MvPolynomial Ο S) (p : MvPolynomial Ο R) : (MvPolynomial.eval x) (MvPolynomial.evalβ f g p) = MvPolynomial.evalβ ((MvPolynomial.eval x).comp f) (fun s => (MvPolynomial.eval x) (g s)) p - MvPolynomial.map_evalβHom π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] [CommSemiring Sβ] (f : R β+* Sβ) (g : Ο β Sβ) (Ο : Sβ β+* Sβ) (p : MvPolynomial Ο R) : Ο ((MvPolynomial.evalβHom f g) p) = (MvPolynomial.evalβHom (Ο.comp f) fun i => Ο (g i)) p - MvPolynomial.map_aeval π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] [Algebra R Sβ] {B : Type u_2} [CommSemiring B] (g : Ο β Sβ) (Ο : Sβ β+* B) (p : MvPolynomial Ο R) : Ο ((MvPolynomial.aeval g) p) = (MvPolynomial.evalβHom (Ο.comp (algebraMap R Sβ)) fun i => Ο (g i)) p - MvPolynomial.evalβHom_map_hom π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] [CommSemiring Sβ] (f : R β+* Sβ) (g : Ο β Sβ) (Ο : Sβ β+* Sβ) (p : MvPolynomial Ο R) : (MvPolynomial.evalβHom Ο g) ((MvPolynomial.map f) p) = (MvPolynomial.evalβHom (Ο.comp f) g) p - MvPolynomial.map_map π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Sβ : Type v} {Sβ : Type w} {Ο : Type u_1} [CommSemiring R] [CommSemiring Sβ] (f : R β+* Sβ) [CommSemiring Sβ] (g : Sβ β+* Sβ) (p : MvPolynomial Ο R) : (MvPolynomial.map g) ((MvPolynomial.map f) p) = (MvPolynomial.map (g.comp f)) p - MvPolynomial.aevalTower_comp_C π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Ο : Type u_1} [CommSemiring R] {S : Type u_2} {A : Type u_3} [CommSemiring S] [CommSemiring A] [Algebra S R] [Algebra S A] (g : R ββ[S] A) (y : Ο β A) : (β(MvPolynomial.aevalTower g y)).comp MvPolynomial.C = βg - MvPolynomial.aevalTower_comp_algebraMap π Mathlib.Algebra.MvPolynomial.Eval
{R : Type u} {Ο : Type u_1} [CommSemiring R] {S : Type u_2} {A : Type u_3} [CommSemiring S] [CommSemiring A] [Algebra S R] [Algebra S A] (g : R ββ[S] A) (y : Ο β A) : (β(MvPolynomial.aevalTower g y)).comp (algebraMap R (MvPolynomial Ο R)) = βg - MvPolynomial.map_comp_rename π Mathlib.Algebra.MvPolynomial.Rename
{Ο : Type u_1} {Ο : Type u_2} {R : Type u_4} {S : Type u_5} [CommSemiring R] [CommSemiring S] (f : R β+* S) (g : Ο β Ο) : (MvPolynomial.map f).comp (MvPolynomial.rename g).toRingHom = (MvPolynomial.rename g).comp (MvPolynomial.map f) - MvPolynomial.eval_comp_toMvPolynomial π Mathlib.Algebra.MvPolynomial.Equiv
{R : Type u_1} {Ο : Type u_3} [CommSemiring R] (f : Ο β R) (i : Ο) : (MvPolynomial.eval f).comp β(Polynomial.toMvPolynomial i) = Polynomial.evalRingHom (f i) - MvPolynomial.mvPolynomialEquivMvPolynomial π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) (Sβ : Type v) (Sβ : Type w) (Sβ : Type x) [CommSemiring R] [CommSemiring Sβ] (f : MvPolynomial Sβ R β+* MvPolynomial Sβ Sβ) (g : MvPolynomial Sβ Sβ β+* MvPolynomial Sβ R) (hfgC : (f.comp g).comp MvPolynomial.C = MvPolynomial.C) (hfgX : β (n : Sβ), f (g (MvPolynomial.X n)) = MvPolynomial.X n) (hgfC : (g.comp f).comp MvPolynomial.C = MvPolynomial.C) (hgfX : β (n : Sβ), g (f (MvPolynomial.X n)) = MvPolynomial.X n) : MvPolynomial Sβ R β+* MvPolynomial Sβ Sβ - MvPolynomial.mvPolynomialEquivMvPolynomial_apply π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) (Sβ : Type v) (Sβ : Type w) (Sβ : Type x) [CommSemiring R] [CommSemiring Sβ] (f : MvPolynomial Sβ R β+* MvPolynomial Sβ Sβ) (g : MvPolynomial Sβ Sβ β+* MvPolynomial Sβ R) (hfgC : (f.comp g).comp MvPolynomial.C = MvPolynomial.C) (hfgX : β (n : Sβ), f (g (MvPolynomial.X n)) = MvPolynomial.X n) (hgfC : (g.comp f).comp MvPolynomial.C = MvPolynomial.C) (hgfX : β (n : Sβ), g (f (MvPolynomial.X n)) = MvPolynomial.X n) (a : MvPolynomial Sβ R) : (MvPolynomial.mvPolynomialEquivMvPolynomial R Sβ Sβ Sβ f g hfgC hfgX hgfC hgfX) a = f a - MvPolynomial.mvPolynomialEquivMvPolynomial_symm_apply π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) (Sβ : Type v) (Sβ : Type w) (Sβ : Type x) [CommSemiring R] [CommSemiring Sβ] (f : MvPolynomial Sβ R β+* MvPolynomial Sβ Sβ) (g : MvPolynomial Sβ Sβ β+* MvPolynomial Sβ R) (hfgC : (f.comp g).comp MvPolynomial.C = MvPolynomial.C) (hfgX : β (n : Sβ), f (g (MvPolynomial.X n)) = MvPolynomial.X n) (hgfC : (g.comp f).comp MvPolynomial.C = MvPolynomial.C) (hgfX : β (n : Sβ), g (f (MvPolynomial.X n)) = MvPolynomial.X n) (a : MvPolynomial Sβ Sβ) : (MvPolynomial.mvPolynomialEquivMvPolynomial R Sβ Sβ Sβ f g hfgC hfgX hgfC hgfX).symm a = g a - MvPolynomial.finSuccEquiv_apply π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) [CommSemiring R] (n : β) (p : MvPolynomial (Fin (n + 1)) R) : (MvPolynomial.finSuccEquiv R n) p = (MvPolynomial.evalβHom (Polynomial.C.comp MvPolynomial.C) fun i => Fin.cases Polynomial.X (fun k => Polynomial.C (MvPolynomial.X k)) i) p - MvPolynomial.finSuccEquiv_comp_C_eq_C π Mathlib.Algebra.MvPolynomial.Equiv
{R : Type u} [CommSemiring R] (n : β) : (β(MvPolynomial.finSuccEquiv R n).symm).comp (Polynomial.C.comp MvPolynomial.C) = MvPolynomial.C - MvPolynomial.finSuccEquiv_eq π Mathlib.Algebra.MvPolynomial.Equiv
(R : Type u) [CommSemiring R] (n : β) : β(MvPolynomial.finSuccEquiv R n) = MvPolynomial.evalβHom (Polynomial.C.comp MvPolynomial.C) fun i => Fin.cases Polynomial.X (fun k => Polynomial.C (MvPolynomial.X k)) i - MvPolynomial.map_mvPolynomial_eq_evalβ π Mathlib.RingTheory.Polynomial.Basic
{R : Type u} {Ο : Type v} [CommRing R] {S : Type u_2} [CommSemiring S] [Finite Ο] (Ο : MvPolynomial Ο R β+* S) (p : MvPolynomial Ο R) : Ο p = MvPolynomial.evalβ (Ο.comp MvPolynomial.C) (fun s => Ο (MvPolynomial.X s)) p - Polynomial.evalβ_restriction π Mathlib.RingTheory.Polynomial.Basic
{R : Type u} {S : Type u_1} [Ring R] [Semiring S] {f : R β+* S} {x : S} {p : Polynomial R} : Polynomial.evalβ f x p = Polynomial.evalβ (f.comp (Subring.closure βp.coeffs).subtype) x p.restriction - Ideal.Quotient.mk_comp_algebraMap π Mathlib.RingTheory.Ideal.Quotient.Operations
(Rβ : Type u_1) {A : Type u_3} [CommSemiring Rβ] [Ring A] [Algebra Rβ A] (I : Ideal A) [I.IsTwoSided] : (Ideal.Quotient.mk I).comp (algebraMap Rβ A) = algebraMap Rβ (A β§Έ I) - Ideal.Quotient.alg_map_eq π Mathlib.RingTheory.Ideal.Quotient.Operations
(Rβ : Type u_1) [CommSemiring Rβ] {A : Type u_5} [CommRing A] [Algebra Rβ A] (I : Ideal A) : algebraMap Rβ (A β§Έ I) = (algebraMap A (A β§Έ I)).comp (algebraMap Rβ A) - Ideal.quotientMap_comp_mk π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} [Ring R] {S : Type v} [Ring S] {J : Ideal R} {I : Ideal S} [I.IsTwoSided] [J.IsTwoSided] {f : R β+* S} (H : J β€ Ideal.comap f I) : (Ideal.quotientMap I f H).comp (Ideal.Quotient.mk J) = (Ideal.Quotient.mk I).comp f - 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) - Ideal.fst_comp_quotientInfEquivQuotientProd π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u_2} [CommRing R] (I J : Ideal R) (coprime : IsCoprime I J) : (RingHom.fst (R β§Έ I) (R β§Έ J)).comp β(I.quotientInfEquivQuotientProd J coprime) = Ideal.Quotient.factor β― - Ideal.snd_comp_quotientInfEquivQuotientProd π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u_2} [CommRing R] (I J : Ideal R) (coprime : IsCoprime I J) : (RingHom.snd (R β§Έ I) (R β§Έ J)).comp β(I.quotientInfEquivQuotientProd J coprime) = Ideal.Quotient.factor β― - Ideal.comp_quotientMap_eq_of_comp_eq π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} [Ring R] {S : Type v} [Ring S] {R' : Type u_5} {S' : Type u_6} [Ring R'] [Ring S'] {f : R β+* S} {f' : R' β+* S'} {g : R β+* R'} {g' : S β+* S'} (hfg : f'.comp g = g'.comp f) (I : Ideal S') [I.IsTwoSided] : have leq := β―; (Ideal.quotientMap I g' β―).comp (Ideal.quotientMap (Ideal.comap g' I) f β―) = (Ideal.quotientMap I f' β―).comp (Ideal.quotientMap (Ideal.comap f' I) g leq) - Ideal.snd_comp_quotientMulEquivQuotientProd π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u_2} [CommRing R] (I J : Ideal R) (coprime : IsCoprime I J) : (RingHom.snd (R β§Έ I) (R β§Έ J)).comp β(I.quotientMulEquivQuotientProd J coprime) = Ideal.Quotient.factor β― - Ideal.fst_comp_quotientMulEquivQuotientProd π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u_2} [CommRing R] (I J : Ideal R) (coprime : IsCoprime I J) : (RingHom.fst (R β§Έ I) (R β§Έ J)).comp β(I.quotientMulEquivQuotientProd J coprime) = Ideal.Quotient.factor β― - DoubleQuot.quotQuotEquivQuotOfLE_comp_quotQuotMk π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} [CommRing R] {I J : Ideal R} (h : I β€ J) : (β(DoubleQuot.quotQuotEquivQuotOfLE h)).comp (DoubleQuot.quotQuotMk I J) = Ideal.Quotient.mk J - DoubleQuot.quotQuotEquivQuotOfLE_symm_comp_mk π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} [CommRing R] {I J : Ideal R} (h : I β€ J) : (β(DoubleQuot.quotQuotEquivQuotOfLE h).symm).comp (Ideal.Quotient.mk J) = DoubleQuot.quotQuotMk I J - DoubleQuot.quotQuotEquivComm_comp_quotQuotMk π Mathlib.RingTheory.Ideal.Quotient.Operations
{R : Type u} [CommRing R] (I J : Ideal R) : (β(DoubleQuot.quotQuotEquivComm I J)).comp (DoubleQuot.quotQuotMk I J) = DoubleQuot.quotQuotMk J I - RingHom.FiniteType.of_comp_finiteType π Mathlib.RingTheory.FiniteType
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {f : A β+* B} {g : B β+* C} (h : (g.comp f).FiniteType) : g.FiniteType - RingHom.FiniteType.comp π Mathlib.RingTheory.FiniteType
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {g : B β+* C} {f : A β+* B} (hg : g.FiniteType) (hf : f.FiniteType) : (g.comp f).FiniteType - RingHom.FiniteType.comp_surjective π Mathlib.RingTheory.FiniteType
{A : Type u_1} {B : Type u_2} {C : Type u_3} [CommRing A] [CommRing B] [CommRing C] {f : A β+* B} {g : B β+* C} (hf : f.FiniteType) (hg : Function.Surjective βg) : (g.comp f).FiniteType - ZMod.castHom_comp π Mathlib.Data.ZMod.Basic
{n m d : β} (hm : n β£ m) (hd : m β£ d) : (ZMod.castHom hm (ZMod n)).comp (ZMod.castHom hd (ZMod m)) = ZMod.castHom β― (ZMod n) - iterateFrobenius_add π Mathlib.Algebra.CharP.Frobenius
(R : Type u_1) [CommSemiring R] (p m n : β) [ExpChar R p] : iterateFrobenius R p (m + n) = (iterateFrobenius R p m).comp (iterateFrobenius R p n) - RingHom.frobenius_comm π Mathlib.Algebra.CharP.Frobenius
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] (g : R β+* S) (p : β) [ExpChar R p] [ExpChar S p] : g.comp (frobenius R p) = (frobenius S p).comp g - RingHom.iterateFrobenius_comm π Mathlib.Algebra.CharP.Frobenius
{R : Type u_1} [CommSemiring R] {S : Type u_2} [CommSemiring S] (g : R β+* S) (p : β) [ExpChar R p] [ExpChar S p] (n : β) : g.comp (iterateFrobenius R p n) = (iterateFrobenius S p n).comp g - IsAlgebraic.ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) {a : A} (halg : IsAlgebraic R a) (hf : Function.Injective βf) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : IsAlgebraic S (g a) - Transcendental.of_ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) {a : A} (H : Transcendental S (g a)) (hf : Function.Injective βf) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : Transcendental R a - Algebra.IsAlgebraic.of_ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) [Algebra.IsAlgebraic S B] (hf : Function.Surjective βf) (hg : Function.Injective βg) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : Algebra.IsAlgebraic R A - Algebra.IsAlgebraic.ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) [Algebra.IsAlgebraic R A] (hf : Function.Injective βf) (hg : Function.Surjective βg) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : Algebra.IsAlgebraic S B - Algebra.Transcendental.of_ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) [H : Algebra.Transcendental S B] (hf : Function.Injective βf) (hg : Function.Surjective βg) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : Algebra.Transcendental R A - Algebra.Transcendental.ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) [H : Algebra.Transcendental R A] (hf : Function.Surjective βf) (hg : Function.Injective βg) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : Algebra.Transcendental S B - IsAlgebraic.of_ringHom_of_comp_eq π Mathlib.RingTheory.Algebraic.Basic
{R : Type u} {S : Type u_1} {A : Type v} [CommRing R] [CommRing S] [Ring A] [Algebra R A] {B : Type u_2} [Ring B] [Algebra S B] {FRS : Type u_3} {FAB : Type u_4} [FunLike FRS R S] [RingHomClass FRS R S] [FunLike FAB A B] [RingHomClass FAB A B] (f : FRS) (g : FAB) {a : A} (halg : IsAlgebraic S (g a)) (hf : Function.Surjective βf) (hg : Function.Injective βg) (h : (algebraMap S B).comp βf = (βg).comp (algebraMap R A)) : IsAlgebraic R a
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