Loogle!
Result
Found 109 declarations mentioning Algebra.TensorProduct.includeRight.
- Algebra.TensorProduct.includeRight π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : B ββ[R] TensorProduct R A B - Algebra.TensorProduct.includeRight_apply π 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] (b : B) : Algebra.TensorProduct.includeRight b = 1 ββ[R] b - Algebra.TensorProduct.includeRight_surjective π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_1} {S : Type u_3} (T : Type u_4) [CommSemiring R] [Semiring S] [Algebra R S] [Ring T] [Algebra R T] (h : Function.Surjective β(algebraMap R S)) : Function.Surjective βAlgebra.TensorProduct.includeRight - 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.algebraMap_eq_includeRight π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [CommSemiring B] [Algebra R B] : algebraMap B (TensorProduct R A B) = βAlgebra.TensorProduct.includeRight - 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.ext_ring π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_4} {S : Type u_5} {A : Type u_6} {B : Type u_7} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R A] [Algebra S B] [Algebra R S] [Algebra R B] [IsScalarTower R S B] {f g : TensorProduct R S A ββ[S] B} (h : (AlgHom.restrictScalars R f).comp Algebra.TensorProduct.includeRight = (AlgHom.restrictScalars R g).comp Algebra.TensorProduct.includeRight) : f = g - Algebra.TensorProduct.ext_ring_iff π Mathlib.RingTheory.TensorProduct.Basic
{R : Type u_4} {S : Type u_5} {A : Type u_6} {B : Type u_7} [CommSemiring R] [CommSemiring S] [Semiring A] [Semiring B] [Algebra R A] [Algebra S B] [Algebra R S] [Algebra R B] [IsScalarTower R S B] {f g : TensorProduct R S A ββ[S] B} : f = g β (AlgHom.restrictScalars R f).comp Algebra.TensorProduct.includeRight = (AlgHom.restrictScalars R g).comp Algebra.TensorProduct.includeRight - Algebra.TensorProduct.ext π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [CommSemiring S] [Algebra S A] [Algebra R S] [Algebra S C] [IsScalarTower R S A] [IsScalarTower R S C] β¦f g : TensorProduct R A B ββ[S] Cβ¦ (ha : f.comp Algebra.TensorProduct.includeLeft = g.comp Algebra.TensorProduct.includeLeft) (hb : (AlgHom.restrictScalars R f).comp Algebra.TensorProduct.includeRight = (AlgHom.restrictScalars R g).comp Algebra.TensorProduct.includeRight) : f = g - Algebra.TensorProduct.ext_iff π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [CommSemiring S] [Algebra S A] [Algebra R S] [Algebra S C] [IsScalarTower R S A] [IsScalarTower R S C] {f g : TensorProduct R A B ββ[S] C} : f = g β f.comp Algebra.TensorProduct.includeLeft = g.comp Algebra.TensorProduct.includeLeft β§ (AlgHom.restrictScalars R f).comp Algebra.TensorProduct.includeRight = (AlgHom.restrictScalars R g).comp Algebra.TensorProduct.includeRight - Algebra.TensorProduct.closure_range_union_range_eq_top π Mathlib.RingTheory.TensorProduct.Basic
(R : Type uR) (A : Type uA) (B : Type uB) [CommRing R] [Ring A] [Ring B] [Algebra R A] [Algebra R B] : Subring.closure (Set.range βAlgebra.TensorProduct.includeLeft βͺ Set.range βAlgebra.TensorProduct.includeRight) = β€ - Algebra.TensorProduct.toLinearMap_includeRight π Mathlib.RingTheory.TensorProduct.Basic
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : Algebra.TensorProduct.includeRight.toLinearMap = (TensorProduct.AlgebraTensorModule.mk R R A B) 1 - Algebra.TensorProduct.lmul'_comp_includeRight π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} [CommSemiring R] [CommSemiring S] [Algebra R S] : (Algebra.TensorProduct.lmul' R).comp Algebra.TensorProduct.includeRight = AlgHom.id R S - Algebra.TensorProduct.productMap_right π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Semiring B] [CommSemiring S] [Algebra R A] [Algebra R B] [Algebra R S] (f : A ββ[R] S) (g : B ββ[R] S) : (Algebra.TensorProduct.productMap f g).comp Algebra.TensorProduct.includeRight = g - Algebra.TensorProduct.includeRight_bijective π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {A : Type uA} {B : Type uB} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] (h : Function.Bijective β(algebraMap R A)) : Function.Bijective βAlgebra.TensorProduct.includeRight - Algebra.TensorProduct.comm_comp_includeLeft π Mathlib.RingTheory.TensorProduct.Maps
(R : Type uR) (A : Type uA) (B : Type uB) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : (β(Algebra.TensorProduct.comm R A B)).comp Algebra.TensorProduct.includeLeft = Algebra.TensorProduct.includeRight - Algebra.TensorProduct.comm_comp_includeRight π Mathlib.RingTheory.TensorProduct.Maps
(R : Type uR) (A : Type uA) (B : Type uB) [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] : (β(Algebra.TensorProduct.comm R A B)).comp Algebra.TensorProduct.includeRight = Algebra.TensorProduct.includeLeft - Algebra.TensorProduct.lift_comp_includeRight' π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {A : Type uA} {B : Type uB} {C : Type uC} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] (f : A ββ[R] C) (g : B ββ[R] C) (hfg : β (x : A) (y : B), Commute (f x) (g y)) : (Algebra.TensorProduct.lift f g hfg).comp Algebra.TensorProduct.includeRight = g - Algebra.TensorProduct.lift_comp_includeRight π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} [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 S C] [Algebra R C] [IsScalarTower R S C] (f : A ββ[S] C) (g : B ββ[R] C) (hfg : β (x : A) (y : B), Commute (f x) (g y)) : (AlgHom.restrictScalars R (Algebra.TensorProduct.lift f g hfg)).comp Algebra.TensorProduct.includeRight = g - Algebra.TensorProduct.map_comp_includeRight π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {A : Type uA} {B : Type uB} {C : Type uC} {D : Type uD} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [Semiring D] [Algebra R D] (f : A ββ[R] C) (g : B ββ[R] D) : (Algebra.TensorProduct.map f g).comp Algebra.TensorProduct.includeRight = Algebra.TensorProduct.includeRight.comp g - Algebra.TensorProduct.lift_includeLeft_includeRight π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} [CommSemiring R] [CommSemiring S] [Algebra R S] [Semiring A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] [Semiring B] [Algebra R B] : Algebra.TensorProduct.lift Algebra.TensorProduct.includeLeft Algebra.TensorProduct.includeRight β― = AlgHom.id S (TensorProduct R A B) - Algebra.TensorProduct.map_restrictScalars_comp_includeRight π 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) : (AlgHom.restrictScalars R (Algebra.TensorProduct.map f g)).comp Algebra.TensorProduct.includeRight = Algebra.TensorProduct.includeRight.comp g - Algebra.TensorProduct.liftEquivRight_symm_apply π Mathlib.RingTheory.TensorProduct.Maps
(R : Type uR) (S : Type uS) (B : Type uB) [CommSemiring R] [CommSemiring S] [Algebra R S] [Semiring B] [Algebra R B] (C : Type u_3) [CommRing C] [Algebra R C] [Algebra S C] [IsScalarTower R S C] (f : TensorProduct R S B ββ[S] C) : (Algebra.TensorProduct.liftEquivRight R S B C).symm f = (AlgHom.restrictScalars R f).comp Algebra.TensorProduct.includeRight - Algebra.TensorProduct.map_range π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {A : Type uA} {B : Type uB} {C : Type uC} {D : Type uD} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Semiring C] [Algebra R C] [Semiring D] [Algebra R D] (f : A ββ[R] C) (g : B ββ[R] D) : (Algebra.TensorProduct.map f g).range = (Algebra.TensorProduct.includeLeft.comp f).range β (Algebra.TensorProduct.includeRight.comp g).range - 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 - Algebra.TensorProduct.liftEquiv_symm_apply_coe π Mathlib.RingTheory.TensorProduct.Maps
{R : Type uR} {S : Type uS} {A : Type uA} {B : Type uB} {C : Type uC} [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 S C] [Algebra R C] [IsScalarTower R S C] (f' : TensorProduct R A B ββ[S] C) : β(Algebra.TensorProduct.liftEquiv.symm f') = (f'.comp Algebra.TensorProduct.includeLeft, (AlgHom.restrictScalars R f').comp Algebra.TensorProduct.includeRight) - Subalgebra.centralizer_range_includeRight_eq_center_tensorProduct π Mathlib.Algebra.Algebra.Subalgebra.Centralizer
(R : Type u_1) [CommSemiring R] (A : Type u_2) [Semiring A] [Algebra R A] (B : Type u_3) [Semiring B] [Algebra R B] [Module.Free R A] : Subalgebra.centralizer R βAlgebra.TensorProduct.includeRight.range = (Algebra.TensorProduct.map (AlgHom.id R A) (Subalgebra.center R B).val).range - Subalgebra.centralizer_coe_image_includeRight_eq_center_tensorProduct π Mathlib.Algebra.Algebra.Subalgebra.Centralizer
(R : Type u_1) [CommSemiring R] (A : Type u_2) [Semiring A] [Algebra R A] (B : Type u_3) [Semiring B] [Algebra R B] (S : Set B) [Module.Free R A] : Subalgebra.centralizer R (βAlgebra.TensorProduct.includeRight '' S) = (Algebra.TensorProduct.map (AlgHom.id R A) (Subalgebra.centralizer R S).val).range - Subalgebra.centralizer_coe_map_includeRight_eq_center_tensorProduct π Mathlib.Algebra.Algebra.Subalgebra.Centralizer
(R : Type u_1) [CommSemiring R] (A : Type u_2) [Semiring A] [Algebra R A] (B : Type u_3) [Semiring B] [Algebra R B] (S : Subalgebra R B) [Module.Free R A] : Subalgebra.centralizer R β(Subalgebra.map Algebra.TensorProduct.includeRight S) = (Algebra.TensorProduct.map (AlgHom.id R A) (Subalgebra.centralizer R βS).val).range - Ideal.map_includeRight_eq π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] {A : Type u_2} {B : Type u_3} [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (I : Ideal B) : Submodule.restrictScalars R (Ideal.map Algebra.TensorProduct.includeRight I) = (LinearMap.lTensor A (Submodule.restrictScalars R I).subtype).range - Algebra.TensorProduct.lTensor_ker π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_4} [CommRing R] {A : Type u_6} {C : Type u_8} {D : Type u_9} [Ring A] [Ring C] [Ring D] [Algebra R A] [Algebra R C] [Algebra R D] (g : C ββ[R] D) (hg : Function.Surjective βg) : RingHom.ker (Algebra.TensorProduct.map (AlgHom.id R A) g) = Ideal.map Algebra.TensorProduct.includeRight (RingHom.ker g) - Algebra.TensorProduct.map_ker π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_4} {S : Type u_5} [CommRing R] [CommRing S] [Algebra R S] {A : Type u_6} {B : Type u_7} {C : Type u_8} {D : Type u_9} [Ring A] [Ring B] [Ring C] [Ring D] [Algebra R A] [Algebra R B] [Algebra R C] [Algebra R D] [Algebra S A] [Algebra S B] [IsScalarTower R S A] [IsScalarTower R S B] (f : A ββ[S] B) (g : C ββ[R] D) (hf : Function.Surjective βf) (hg : Function.Surjective βg) : RingHom.ker (Algebra.TensorProduct.map f g) = Ideal.map Algebra.TensorProduct.includeLeft (RingHom.ker f) β Ideal.map Algebra.TensorProduct.includeRight (RingHom.ker g) - TensorProduct.AlgebraTensorModule.range_lTensor_idealMap π Mathlib.LinearAlgebra.TensorProduct.RightExactness
{R : Type u_1} [CommSemiring R] (A : Type u_2) {B : Type u_3} [Semiring A] [Semiring B] [Algebra R A] [Algebra R B] (S : Type u_4) [CommSemiring S] [Algebra R S] [Algebra S A] [IsScalarTower R S A] (I : Ideal B) : ((TensorProduct.AlgebraTensorModule.lTensor S A) (βR (Submodule.subtype I))).range = Submodule.restrictScalars S (Ideal.map Algebra.TensorProduct.includeRight I) - Algebra.IsPushout.tensorProduct_tensorProduct π Mathlib.RingTheory.IsTensorProduct
(R : Type u_8) (S : Type u_9) (A : Type u_10) (B : Type u_11) [CommSemiring R] [CommSemiring S] [CommSemiring A] [CommSemiring B] [Algebra R A] [Algebra R B] [Algebra A B] [IsScalarTower R A B] [Algebra R S] {xβ : Algebra (TensorProduct R A S) (TensorProduct R B S)} {xβΒΉ : IsScalarTower A (TensorProduct R A S) (TensorProduct R B S)} (H : (algebraMap (TensorProduct R A S) (TensorProduct R B S)).comp Algebra.TensorProduct.includeRight.toRingHom = Algebra.TensorProduct.includeRight.toRingHom) : Algebra.IsPushout A B (TensorProduct R A S) (TensorProduct R B S) - Algebra.TensorProduct.includeRight_injective π Mathlib.RingTheory.Flat.Basic
{R : Type u_1} {A : Type u_3} {B : Type u_4} [CommSemiring R] [Semiring A] [Algebra R A] [Semiring B] [Algebra R B] [Module.Flat R B] (ha : Function.Injective β(algebraMap R A)) : Function.Injective βAlgebra.TensorProduct.includeRight - Algebra.TensorProduct.includeRight_map_center_le π Mathlib.Algebra.Central.TensorProduct
(K : Type u_1) (B : Type u_2) (C : Type u_3) [CommSemiring K] [Semiring B] [Semiring C] [Algebra K B] [Algebra K C] : Subalgebra.map Algebra.TensorProduct.includeRight (Subalgebra.center K C) β€ Subalgebra.center K (TensorProduct K B C) - Bialgebra.counitAlgHom_comp_includeRight π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [CommSemiring A] [Semiring B] [Algebra R A] [Bialgebra R B] : (AlgHom.restrictScalars R (Bialgebra.counitAlgHom A (TensorProduct R A B))).comp Algebra.TensorProduct.includeRight = (Algebra.ofId R A).comp (Bialgebra.counitAlgHom R B) - Bialgebra.comul_includeRight π Mathlib.RingTheory.Bialgebra.TensorProduct
{R : Type u_1} {A : Type u_2} {B : Type u_3} [CommSemiring R] [CommSemiring A] [CommSemiring B] [Bialgebra R B] [Algebra R A] : (β(Bialgebra.comulAlgHom A (TensorProduct R A B))).comp βAlgebra.TensorProduct.includeRight = (Algebra.TensorProduct.mapRingHom (algebraMap R A) βAlgebra.TensorProduct.includeRight βAlgebra.TensorProduct.includeRight β― β―).comp β(Bialgebra.comulAlgHom R B) - IsLocalization.tensorProduct_tensorProduct π Mathlib.RingTheory.Localization.BaseChange
(R : Type u_7) (S : Type u_8) [CommSemiring R] [CommSemiring S] [Algebra R S] {A : Type u_9} [CommSemiring A] [Algebra R A] (M : Submonoid A) (B : Type u_10) [CommSemiring B] [Algebra R B] [Algebra A B] [IsScalarTower R A B] [IsLocalization M B] [Algebra (TensorProduct R A S) (TensorProduct R B S)] [IsScalarTower A (TensorProduct R A S) (TensorProduct R B S)] (H : (algebraMap (TensorProduct R A S) (TensorProduct R B S)).comp Algebra.TensorProduct.includeRight.toRingHom = Algebra.TensorProduct.includeRight.toRingHom) : IsLocalization (Algebra.algebraMapSubmonoid (TensorProduct R A S) M) (TensorProduct R B S) - IsLocalization.tensorProductEquivOfMapIncludeRight π Mathlib.RingTheory.Localization.BaseChange
(R : Type u_7) (S : Type u_8) [CommSemiring R] [CommSemiring S] [Algebra R S] {A : Type u_9} [CommSemiring A] [Algebra R A] (M : Submonoid A) (B : Type u_10) [CommSemiring B] [Algebra R B] [Algebra A B] [IsScalarTower R A B] [IsLocalization M B] (C : Type u_11) [CommSemiring C] [Algebra S C] [Algebra (TensorProduct R S A) C] [IsScalarTower S (TensorProduct R S A) C] [IsLocalization (Submonoid.map Algebra.TensorProduct.includeRight M) C] : TensorProduct R S B ββ[S] C - IsLocalization.tensorProductEquivOfMapIncludeRight_tmul π Mathlib.RingTheory.Localization.BaseChange
{R : Type u_7} {S : Type u_8} [CommSemiring R] [CommSemiring S] [Algebra R S] (A : Type u_9) [CommSemiring A] [Algebra R A] (M : Submonoid A) (B : Type u_10) [CommSemiring B] [Algebra R B] [Algebra A B] [IsScalarTower R A B] [IsLocalization M B] (C : Type u_11) [CommSemiring C] [Algebra S C] [Algebra (TensorProduct R S A) C] [IsScalarTower S (TensorProduct R S A) C] [IsLocalization (Submonoid.map Algebra.TensorProduct.includeRight M) C] (x : S) (a : A) : (IsLocalization.tensorProductEquivOfMapIncludeRight R S M B C) (x ββ[R] (algebraMap A B) a) = (algebraMap (TensorProduct R S A) C) (x ββ[R] a) - IsLocalization.tensorProduct_tensorProduct_right π Mathlib.RingTheory.Localization.BaseChange
(R : Type u_7) (S : Type u_8) [CommSemiring R] [CommSemiring S] [Algebra R S] {A : Type u_9} [CommSemiring A] [Algebra R A] (M : Submonoid A) (B : Type u_10) [CommSemiring B] [Algebra R B] [Algebra A B] [IsScalarTower R A B] [IsLocalization M B] [Algebra (TensorProduct R S A) (TensorProduct R S B)] [IsScalarTower S (TensorProduct R S A) (TensorProduct R S B)] (H : (algebraMap (TensorProduct R S A) (TensorProduct R S B)).comp Algebra.TensorProduct.includeRight.toRingHom = Algebra.TensorProduct.includeRight.comp (algebraMap A B)) : IsLocalization (Submonoid.map Algebra.TensorProduct.includeRight M) (TensorProduct R S B) - CommRingCat.pushoutCocone_inr π Mathlib.Algebra.Category.Ring.Constructions
(R A B : Type u) [CommRing R] [CommRing A] [CommRing B] [Algebra R A] [Algebra R B] : (CommRingCat.pushoutCocone R A B).inr = CommRingCat.ofHom Algebra.TensorProduct.includeRight.toRingHom - CommRingCat.coproductCocone_inr π Mathlib.Algebra.Category.Ring.Constructions
(A B : CommRingCat) : (A.coproductCocone B).inr = CommRingCat.ofHom Algebra.TensorProduct.includeRight.toRingHom - CommRingCat.isPushout_tensorProduct π Mathlib.Algebra.Category.Ring.Constructions
(R A B : Type u) [CommRing R] [CommRing A] [CommRing B] [Algebra R A] [Algebra R B] : CategoryTheory.IsPushout (CommRingCat.ofHom (algebraMap R A)) (CommRingCat.ofHom (algebraMap R B)) (CommRingCat.ofHom Algebra.TensorProduct.includeLeftRingHom) (CommRingCat.ofHom Algebra.TensorProduct.includeRight.toRingHom) - CommRingCat.coproductCocone_ΞΉ π Mathlib.Algebra.Category.Ring.Constructions
(A B : CommRingCat) : (A.coproductCocone B).ΞΉ = { app := fun x => match x.as with | CategoryTheory.Limits.WalkingPair.left => CommRingCat.ofHom βAlgebra.TensorProduct.includeLeft | CategoryTheory.Limits.WalkingPair.right => CommRingCat.ofHom βAlgebra.TensorProduct.includeRight, naturality := β― } - CommRingCat.pushout_inl_tensorProdObjIsoPushoutObj_inv_right π Mathlib.Algebra.Category.Ring.Under.Basic
{R S : CommRingCat} [Algebra βR βS] (A : CategoryTheory.Under R) : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inl A.hom (CommRingCat.ofHom (algebraMap βR βS))) (CategoryTheory.Under.Hom.right (CommRingCat.tensorProdObjIsoPushoutObj S A).inv) = CommRingCat.ofHom Algebra.TensorProduct.includeRight.toRingHom - CommRingCat.pushout_inl_tensorProdObjIsoPushoutObj_inv_right_assoc π Mathlib.Algebra.Category.Ring.Under.Basic
{R S : CommRingCat} [Algebra βR βS] (A : CategoryTheory.Under R) {Z : CommRingCat} (h : (S.mkUnder (TensorProduct βR βS βA.right)).right βΆ Z) : CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pushout.inl A.hom (CommRingCat.ofHom (algebraMap βR βS))) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Under.Hom.right (CommRingCat.tensorProdObjIsoPushoutObj S A).inv) h) = CategoryTheory.CategoryStruct.comp (CommRingCat.ofHom Algebra.TensorProduct.includeRight.toRingHom) h - RingHom.CodescendsAlong.includeRight π Mathlib.RingTheory.RingHomProperties
{P : {R S : Type u} β [inst : CommRing R] β [inst_1 : CommRing S] β (R β+* S) β Prop} (Q : {R S : Type u} β [inst : CommRing R] β [inst_1 : CommRing S] β (R β+* S) β Prop) (R S T : Type u) [CommRing R] [CommRing S] [Algebra R S] [CommRing T] [Algebra R T] (hPQ : RingHom.CodescendsAlong (fun {R S} [CommRing R] [CommRing S] => P) fun {R S} [CommRing R] [CommRing S] => Q) (h : Q (algebraMap R T)) (H : P Algebra.TensorProduct.includeRight.toRingHom) : P (algebraMap R S) - CommAlgCat.binaryCofan_inr π Mathlib.Algebra.Category.CommAlgCat.Monoidal
{R : Type u} [CommRing R] (A B : CommAlgCat R) : (A.binaryCofan B).inr = CommAlgCat.ofHom Algebra.TensorProduct.includeRight - CommAlgCat.snd_unop_hom π Mathlib.Algebra.Category.CommAlgCat.Monoidal
{R : Type u} [CommRing R] (A B : (CommAlgCat R)α΅α΅) : CommAlgCat.Hom.hom (CategoryTheory.SemiCartesianMonoidalCategory.snd A B).unop = Algebra.TensorProduct.includeRight - Algebra.TensorProduct.tensorQuotientEquiv π Mathlib.RingTheory.TensorProduct.Quotient
{R : Type u_1} (S : Type u_2) (T : Type u_3) (A : Type u_4) [CommRing R] [CommRing S] [Algebra R S] [CommRing T] [Algebra R T] [CommRing A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] (I : Ideal T) : TensorProduct R A (T β§Έ I) ββ[S] TensorProduct R A T β§Έ Ideal.map Algebra.TensorProduct.includeRight I - Algebra.TensorProduct.tensorQuotientEquiv_apply_tmul π Mathlib.RingTheory.TensorProduct.Quotient
{R : Type u_1} (S : Type u_2) (T : Type u_3) (A : Type u_4) [CommRing R] [CommRing S] [Algebra R S] [CommRing T] [Algebra R T] [CommRing A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] (I : Ideal T) (a : A) (t : T) : (Algebra.TensorProduct.tensorQuotientEquiv S T A I) (a ββ[R] (Ideal.Quotient.mk I) t) = (Ideal.Quotient.mk (Ideal.map Algebra.TensorProduct.includeRight I)) (a ββ[R] t) - Algebra.TensorProduct.tensorQuotientEquiv_symm_apply_tmul π Mathlib.RingTheory.TensorProduct.Quotient
{R : Type u_1} (S : Type u_2) (T : Type u_3) (A : Type u_4) [CommRing R] [CommRing S] [Algebra R S] [CommRing T] [Algebra R T] [CommRing A] [Algebra R A] [Algebra S A] [IsScalarTower R S A] (I : Ideal T) (a : A) (t : T) : (Algebra.TensorProduct.tensorQuotientEquiv S T A I).symm ((Ideal.Quotient.mk (Ideal.map Algebra.TensorProduct.includeRight I)) (a ββ[R] t)) = a ββ[R] (Ideal.Quotient.mk I) t - AddMonoidAlgebra.rTensorEquiv_tmulAlgEquiv π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {S : Type u_4} {A : Type u_5} {B : Type u_6} [CommSemiring R] [CommSemiring S] [CommSemiring A] [CommSemiring B] [Algebra R S] [Algebra R A] [Algebra R B] [Algebra S A] [IsScalarTower R S A] [AddCommMonoid M] (a : A) (p : AddMonoidAlgebra B M) : (AddMonoidAlgebra.rTensorEquivAlgEquiv R S A B) (a ββ[R] p) = a β’ (AddMonoidAlgebra.mapAlgHom M Algebra.TensorProduct.includeRight) p - MonoidAlgebra.rTensorEquiv_tmulAlgEquiv π Mathlib.RingTheory.TensorProduct.MonoidAlgebra
{R : Type u_1} {M : Type u_2} {S : Type u_4} {A : Type u_5} {B : Type u_6} [CommSemiring R] [CommSemiring S] [CommSemiring A] [CommSemiring B] [Algebra R S] [Algebra R A] [Algebra R B] [Algebra S A] [IsScalarTower R S A] [CommMonoid M] (a : A) (p : MonoidAlgebra B M) : (MonoidAlgebra.rTensorEquivAlgEquiv R S A B) (a ββ[R] p) = a β’ (MonoidAlgebra.mapAlgHom M Algebra.TensorProduct.includeRight) p - MvPolynomial.algebraTensorAlgEquiv_symm_comp_aeval π Mathlib.RingTheory.TensorProduct.MvPolynomial
(R : Type u) [CommSemiring R] {Ο : Type u_1} (A : Type u_4) [CommSemiring A] [Algebra R A] : (AlgHom.restrictScalars R β(MvPolynomial.algebraTensorAlgEquiv R A).symm).comp (MvPolynomial.mapAlgHom (Algebra.ofId R A)) = Algebra.TensorProduct.includeRight - RingHom.SurjectiveOnStalks.baseChange' π Mathlib.RingTheory.SurjectiveOnStalks
{R : Type u_1} [CommRing R] {S : Type u_2} [CommRing S] {T : Type u_3} [CommRing T] [Algebra R T] [Algebra R S] (hf : (algebraMap R S).SurjectiveOnStalks) : Algebra.TensorProduct.includeRight.SurjectiveOnStalks - Algebra.IsEffective.eqLocus_includeLeft_includeRight π Mathlib.RingTheory.TensorProduct.IncludeLeftSubRight
{R : Type u_1} [CommSemiring R] {S : Type u_2} [Ring S] [Algebra R S] (h : Algebra.IsEffective R S) : β(Algebra.TensorProduct.includeLeftRingHom.eqLocus Algebra.TensorProduct.includeRight.toRingHom) = Set.range β(algebraMap R S) - AdjoinRoot.tensorAlgEquiv π Mathlib.RingTheory.AdjoinRoot
{R : Type u_6} {S : Type u_7} {T : Type u_8} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (p : Polynomial S) (q : Polynomial (TensorProduct R T S)) (h : Polynomial.map Algebra.TensorProduct.includeRight.toRingHom p = q) : TensorProduct R T (AdjoinRoot p) ββ[T] AdjoinRoot q - AdjoinRoot.tensorAlgEquiv_root π Mathlib.RingTheory.AdjoinRoot
{R : Type u_6} {S : Type u_7} {T : Type u_8} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (p : Polynomial S) (q : Polynomial (TensorProduct R T S)) (h : Polynomial.map Algebra.TensorProduct.includeRight.toRingHom p = q) : (AdjoinRoot.tensorAlgEquiv p q h) (1 ββ[R] AdjoinRoot.root p) = AdjoinRoot.root q - AdjoinRoot.tensorAlgEquiv_of π Mathlib.RingTheory.AdjoinRoot
{R : Type u_6} {S : Type u_7} {T : Type u_8} [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] (p : Polynomial S) (q : Polynomial (TensorProduct R T S)) (h : Polynomial.map Algebra.TensorProduct.includeRight.toRingHom p = q) {x : S} : (AdjoinRoot.tensorAlgEquiv p q h) (1 ββ[R] (AdjoinRoot.of p) x) = (AdjoinRoot.of q) (1 ββ[R] x) - Algebra.Extension.toBaseChange_toRingHom π Mathlib.RingTheory.Extension.Basic
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Extension R S} (T : Type u_1) [CommRing T] [Algebra R T] : (Algebra.Extension.toBaseChange T).toRingHom = Algebra.TensorProduct.includeRight.toRingHom - Algebra.Extension.ker_baseChange π Mathlib.RingTheory.Extension.Basic
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Extension R S) (T : Type u_1) [CommRing T] [Algebra R T] : P.baseChange.ker = Ideal.map Algebra.TensorProduct.includeRight.toRingHom P.ker - PrimeSpectrum.preimageEquivFiber_symm_apply_coe π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (p : PrimeSpectrum R) (q : PrimeSpectrum (p.asIdeal.Fiber S)) : β((PrimeSpectrum.preimageEquivFiber R S p).symm q) = PrimeSpectrum.comap Algebra.TensorProduct.includeRight.toRingHom q - PrimeSpectrum.coe_primesOverOrderIsoFiber_symm_apply π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal R) [p.IsPrime] (q : PrimeSpectrum (p.Fiber S)) : β((PrimeSpectrum.primesOverOrderIsoFiber R S p).symm q) = Ideal.comap Algebra.TensorProduct.includeRight q.asIdeal - PrimeSpectrum.coe_preimageHomeomorphFiber_symm_apply_coe_asIdeal π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
(R : Type u_3) (S : Type u_4) [CommRing R] [CommRing S] [Algebra R S] (p : PrimeSpectrum R) (q : PrimeSpectrum (p.asIdeal.Fiber S)) : β(β((PrimeSpectrum.preimageHomeomorphFiber R S p).symm q)).asIdeal = βAlgebra.TensorProduct.includeRight β»ΒΉ' βq.asIdeal - PrimeSpectrum.coe_primesOverOrderIsoFiber_symm_apply_coe π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
(R : Type u_3) (S : Type u_4) [CommRing R] [CommRing S] [Algebra R S] (p : Ideal R) [p.IsPrime] (aβ : PrimeSpectrum (p.Fiber S)) : ββ((RelIso.symm (PrimeSpectrum.primesOverOrderIsoFiber R S p)) aβ) = βAlgebra.TensorProduct.includeRight β»ΒΉ' βaβ.asIdeal - PrimeSpectrum.coe_preimageOrderIsoFiber_symm_apply_coe_asIdeal π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (p : PrimeSpectrum R) (q : PrimeSpectrum (p.asIdeal.Fiber S)) : β(β((RelIso.symm (PrimeSpectrum.preimageOrderIsoFiber R S p)) q)).asIdeal = βAlgebra.TensorProduct.includeRight β»ΒΉ' βq.asIdeal - Ideal.Fiber.algEquivAuxβ π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal R) [p.IsPrime] (q : Ideal (p.Fiber S)) [q.IsPrime] : Localization.AtPrime q ββ[R] Localization.AtPrime (Ideal.comap Algebra.TensorProduct.includeRight q) β§Έ Ideal.map (algebraMap S (Localization.AtPrime (Ideal.comap Algebra.TensorProduct.includeRight q))) (Ideal.map (algebraMap R S) p) - Ideal.Fiber.localizationAlgEquivQuotient π Mathlib.RingTheory.LocalRing.ResidueField.Fiber
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal R) [p.IsPrime] (q : Ideal (p.Fiber S)) [q.IsPrime] [Algebra (Localization.AtPrime p) (Localization.AtPrime (Ideal.comap Algebra.TensorProduct.includeRight q))] [Localization.AtPrime.IsLiesOverAlgebra p (Ideal.comap Algebra.TensorProduct.includeRight q)] : Localization.AtPrime q ββ[Localization.AtPrime p] Localization.AtPrime (Ideal.comap Algebra.TensorProduct.includeRight q) β§Έ Ideal.map (algebraMap R (Localization.AtPrime (Ideal.comap Algebra.TensorProduct.includeRight q))) p - Algebra.QuasiFiniteAt.baseChange π Mathlib.RingTheory.QuasiFinite.Basic
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal S) [p.IsPrime] [Algebra.QuasiFiniteAt R p] {A : Type u_4} [CommRing A] [Algebra R A] (q : Ideal (TensorProduct R A S)) [q.IsPrime] (hq : p = Ideal.comap Algebra.TensorProduct.includeRight.toRingHom q) : Algebra.QuasiFiniteAt A q - Algebra.IsUnramifiedAt.residueField π Mathlib.RingTheory.Unramified.Locus
{R : Type u_1} {A : Type u_2} [CommRing R] [CommRing A] [Algebra R A] (P : Ideal R) [P.IsPrime] (Q : Ideal A) [Q.IsPrime] [Q.LiesOver P] [Algebra.IsUnramifiedAt R Q] (Q' : Ideal (P.Fiber A)) [Q'.IsPrime] (hQ' : Q = Ideal.comap Algebra.TensorProduct.includeRight.toRingHom Q') : Algebra.IsUnramifiedAt P.ResidueField Q' - AlgebraicGeometry.pullbackSpecIso_inv_snd π Mathlib.AlgebraicGeometry.Pullbacks
(R S T : Type u) [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.pullbackSpecIso R S T).inv (CategoryTheory.Limits.pullback.snd (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R S))) (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T)))) = AlgebraicGeometry.Spec.map (CommRingCat.ofHom βAlgebra.TensorProduct.includeRight) - AlgebraicGeometry.pullbackSpecIso_hom_snd π Mathlib.AlgebraicGeometry.Pullbacks
(R S T : Type u) [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.pullbackSpecIso R S T).hom (AlgebraicGeometry.Spec.map (CommRingCat.ofHom βAlgebra.TensorProduct.includeRight)) = CategoryTheory.Limits.pullback.snd (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R S))) (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T))) - AlgebraicGeometry.pullbackSpecIso_inv_snd_assoc π Mathlib.AlgebraicGeometry.Pullbacks
(R S T : Type u) [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] {Z : AlgebraicGeometry.Scheme} (h : AlgebraicGeometry.Spec (CommRingCat.of T) βΆ Z) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.pullbackSpecIso R S T).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R S))) (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T)))) h) = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map (CommRingCat.ofHom βAlgebra.TensorProduct.includeRight)) h - AlgebraicGeometry.pullbackSpecIso_hom_snd_assoc π Mathlib.AlgebraicGeometry.Pullbacks
(R S T : Type u) [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] {Z : AlgebraicGeometry.Scheme} (h : AlgebraicGeometry.Spec (CommRingCat.of T) βΆ Z) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.pullbackSpecIso R S T).hom (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map (CommRingCat.ofHom βAlgebra.TensorProduct.includeRight)) h) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.snd (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R S))) (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T)))) h - Algebra.WeaklyQuasiFiniteAt.baseChange π Mathlib.RingTheory.QuasiFinite.Weakly
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal S) [p.IsPrime] [Algebra.WeaklyQuasiFiniteAt R p] {A : Type u_4} [CommRing A] [Algebra R A] (q : Ideal (TensorProduct R A S)) [q.IsPrime] (hq : p = Ideal.comap Algebra.TensorProduct.includeRight.toRingHom q) : Algebra.WeaklyQuasiFiniteAt A q - Algebra.WeaklyQuasiFiniteAt.of_quasiFiniteAt_residueField π Mathlib.RingTheory.QuasiFinite.Weakly
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (p : Ideal R) (q : Ideal S) [q.IsPrime] [p.IsPrime] [q.LiesOver p] (Q : Ideal (p.Fiber S)) [Q.IsPrime] (hQ : Ideal.comap Algebra.TensorProduct.includeRight.toRingHom Q = q) [Algebra.QuasiFiniteAt p.ResidueField Q] : Algebra.WeaklyQuasiFiniteAt R q - Algebra.QuasiFiniteAt.of_quasiFiniteAt_residueField π Mathlib.RingTheory.ZariskisMainTheorem
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] (p : Ideal R) (q : Ideal S) [q.IsPrime] [p.IsPrime] [q.LiesOver p] (Q : Ideal (p.Fiber S)) [Q.IsPrime] (hQ : Ideal.comap Algebra.TensorProduct.includeRight.toRingHom Q = q) [Algebra.QuasiFiniteAt p.ResidueField Q] : Algebra.QuasiFiniteAt R q - mem_adjoin_map_integralClosure_of_isStandardEtale π Mathlib.RingTheory.Smooth.IntegralClosure
{R : Type u_1} {S : Type u_2} {B : Type u_3} [CommRing R] [CommRing S] [Algebra R S] [CommRing B] [Algebra R B] [Algebra.IsStandardEtale R S] (a : TensorProduct R S B) (hx : IsIntegral S a) : a β Algebra.adjoin S β(Subalgebra.map Algebra.TensorProduct.includeRight (integralClosure R B)) - MvPolynomial.universalFactorizationMapPresentation_jacobian π Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : β) (hn : n = m + k) : (MvPolynomial.universalFactorizationMapPresentation R n m k hn).jacobian = (-1) ^ n * (Polynomial.map Algebra.TensorProduct.includeLeftRingHom (Polynomial.freeMonic R m)).resultant (Polynomial.map Algebra.TensorProduct.includeRight.toRingHom (Polynomial.freeMonic R k)) - MvPolynomial.universalFactorizationMap_freeMonic π Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : β) (hn : n = m + k) : Polynomial.map (β(MvPolynomial.universalFactorizationMap R n m k hn)) (Polynomial.freeMonic R n) = Polynomial.map (algebraMap (MvPolynomial (Fin m) R) (TensorProduct R (MvPolynomial (Fin m) R) (MvPolynomial (Fin k) R))) (Polynomial.freeMonic R m) * Polynomial.map (βAlgebra.TensorProduct.includeRight) (Polynomial.freeMonic R k) - MvPolynomial.universalFactorizationMap_comp_map π Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) (S : Type u_2) [CommRing R] [CommRing S] [Algebra R S] (n m k : β) (hn : n = m + k) : (MvPolynomial.universalFactorizationMap S n m k hn).comp (MvPolynomial.map (algebraMap R S)) = (Algebra.TensorProduct.lift (Algebra.TensorProduct.includeLeft.comp (MvPolynomial.mapAlgHom (Algebra.ofId R S))) ((AlgHom.restrictScalars R Algebra.TensorProduct.includeRight).comp (MvPolynomial.mapAlgHom (Algebra.ofId R S))) β―).comp (MvPolynomial.universalFactorizationMap R n m k hn).toRingHom - Ideal.eq_of_comap_eq_comap_of_bijective_residueFieldMap π Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u_1} {R' : Type u_2} {S : Type u_3} [CommRing R] [CommRing R'] [CommRing S] [Algebra R R'] [Algebra R S] {p : Ideal R} {q : Ideal R'} [p.IsPrime] [q.IsPrime] [q.LiesOver p] (H : Function.Bijective β(Ideal.ResidueField.mapβ p q (Algebra.ofId R R') β―)) (Pβ Pβ : Ideal (TensorProduct R R' S)) [Pβ.IsPrime] [Pβ.IsPrime] [Pβ.LiesOver q] [Pβ.LiesOver q] (Hβ : Ideal.comap Algebra.TensorProduct.includeRight.toRingHom Pβ = Ideal.comap Algebra.TensorProduct.includeRight.toRingHom Pβ) : Pβ = Pβ - Ideal.comap_fiberIsoOfBijectiveResidueField_apply π Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u_1} {R' : Type u_2} {S : Type u_3} [CommRing R] [CommRing R'] [CommRing S] [Algebra R R'] [Algebra R S] {p : Ideal R} {q : Ideal R'} [p.IsPrime] [q.IsPrime] [q.LiesOver p] (H : Function.Bijective β(Ideal.ResidueField.mapβ p q (Algebra.ofId R R') β―)) (Q : β(q.primesOver (TensorProduct R R' S))) : β((Ideal.fiberIsoOfBijectiveResidueField H) Q) = Ideal.comap Algebra.TensorProduct.includeRight βQ - Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq π Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] (p : Ideal R) [p.IsPrime] (q : Ideal S) [q.IsPrime] [q.LiesOver p] [Algebra.QuasiFiniteAt R q] : β R' x x_1, β (_ : Algebra.Etale R R'), β P, β (x_3 : P.IsPrime) (x_4 : P.LiesOver p), β e, β (_ : IsIdempotentElem e), β P', β (_ : P'.IsPrime) (_ : P'.LiesOver P), Ideal.comap Algebra.TensorProduct.includeRight.toRingHom P' = q β§ e β P' β§ Function.Bijective β(Ideal.ResidueField.mapβ p P (Algebra.ofId R R') β―) β§ Module.Finite R' (Localization.Away e) β§ β (P'' : Ideal (TensorProduct R R' S)), P''.IsPrime β P''.LiesOver P β e β P'' β P'' = P' - Ideal.comap_fiberIsoOfBijectiveResidueField_symm π Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u_1} {R' : Type u_2} {S : Type u_3} [CommRing R] [CommRing R'] [CommRing S] [Algebra R R'] [Algebra R S] {p : Ideal R} {q : Ideal R'} [p.IsPrime] [q.IsPrime] [q.LiesOver p] (H : Function.Bijective β(Ideal.ResidueField.mapβ p q (Algebra.ofId R R') β―)) (Q : β(p.primesOver S)) : Ideal.comap βAlgebra.TensorProduct.includeRight β((Ideal.fiberIsoOfBijectiveResidueField H).symm Q) = βQ - Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq_aux π Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] (p : Ideal R) [p.IsPrime] (q : Ideal S) [q.IsPrime] [q.LiesOver p] [Algebra.QuasiFiniteAt R q] : β R' x x_1, β (_ : Algebra.Etale R R'), β P, β (x_3 : P.IsPrime) (x_4 : P.LiesOver p), β e, β (_ : IsIdempotentElem e), β eβ, β (_ : IsIdempotentElem eβ) (_ : (Algebra.TensorProduct.map (AlgHom.id R' R') (integralClosure R S).val) eβ = e), β P', β (_ : P'.IsPrime) (_ : P'.LiesOver P), Ideal.comap Algebra.TensorProduct.includeRight.toRingHom P' = q β§ e β P' β§ Function.Bijective β(Ideal.ResidueField.mapβ p P (Algebra.ofId R R') β―) β§ (β (P'' : Ideal (TensorProduct R R' β₯(integralClosure R S))), P''.IsPrime β P''.LiesOver P β eβ β P'' β P'' = Ideal.comap (Algebra.TensorProduct.map (AlgHom.id R' R') (integralClosure R S).val).toRingHom P') β§ β (P'' : Ideal (TensorProduct R R' S)), P''.IsPrime β P''.LiesOver P β e β P'' β P'' = P' - Algebra.exists_etale_isIdempotentElem_forall_liesOver_eq_auxβ π Mathlib.RingTheory.Etale.QuasiFinite
{R : Type u_2} {S : Type u_3} {R' : Type u_4} {R'' : Type u_5} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FiniteType R S] [CommRing R'] [Algebra R R'] [CommRing R''] [Algebra R R''] [Algebra R'' S] [Algebra.IsIntegral R R''] [IsScalarTower R R'' S] (q : Ideal S) (P : Ideal R') [P.IsPrime] (e : TensorProduct R R' S) (eβ : TensorProduct R R' R'') (heβ : IsIdempotentElem eβ) (heβe : (Algebra.TensorProduct.map (AlgHom.id R' R') (IsScalarTower.toAlgHom R R'' S)) eβ = e) (P' : Ideal (TensorProduct R R' S)) (hP'q : Ideal.comap Algebra.TensorProduct.includeRight.toRingHom P' = q) (H : β (P'' : Ideal (TensorProduct R R' R'')), P''.IsPrime β P''.LiesOver P β eβ β P'' β P'' = Ideal.comap (Algebra.TensorProduct.map (AlgHom.id R' R') (IsScalarTower.toAlgHom R R'' S)).toRingHom P') (g : R'') (hgq : (algebraMap R'' S) g β q) (hg : Function.Surjective β(Localization.awayMap (algebraMap R'' S) g)) : β f β P, Module.Finite (Localization.Away f) (Localization.Away ((Algebra.TensorProduct.map (Algebra.ofId R' (Localization.Away f)) (AlgHom.id R S)) e)) - AlgebraicGeometry.ΞΌ_pullback_left_fst π Mathlib.AlgebraicGeometry.Group.Affine
(R S T : Type u) [CommRing R] [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] : CategoryTheory.CategoryStruct.comp (CategoryTheory.Over.Hom.left (CategoryTheory.Functor.LaxMonoidal.ΞΌ (CategoryTheory.Over.pullback (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R S)))) (CategoryTheory.Over.mk (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T)))) (CategoryTheory.Over.mk (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T)))))) (CategoryTheory.Limits.pullback.fst (CategoryTheory.MonoidalCategoryStruct.tensorObj (CategoryTheory.Over.mk (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T)))) (CategoryTheory.Over.mk (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R T))))).hom (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (algebraMap R S)))) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Over.Hom.left (CategoryTheory.MonoidalCategoryStruct.tensorHom (AlgebraicGeometry.Scheme.Hom.asOver (CategoryTheory.Limits.pullbackSymmetry (AlgebraicGeometry.Spec (CommRingCat.of T) β AlgebraicGeometry.Spec (CommRingCat.of R)) (AlgebraicGeometry.Spec (CommRingCat.of S) β AlgebraicGeometry.Spec (CommRingCat.of R)) βͺβ« AlgebraicGeometry.pullbackSpecIso' R S T).hom (AlgebraicGeometry.Spec (CommRingCat.of S))) (AlgebraicGeometry.Scheme.Hom.asOver (CategoryTheory.Limits.pullbackSymmetry (AlgebraicGeometry.Spec (CommRingCat.of T) β AlgebraicGeometry.Spec (CommRingCat.of R)) (AlgebraicGeometry.Spec (CommRingCat.of S) β AlgebraicGeometry.Spec (CommRingCat.of R)) βͺβ« AlgebraicGeometry.pullbackSpecIso' R S T).hom (AlgebraicGeometry.Spec (CommRingCat.of S))))) (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.pullbackSpecIso S (TensorProduct R S T) (TensorProduct R S T)).hom (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (Algebra.TensorProduct.mapRingHom (algebraMap R S) Algebra.TensorProduct.includeRight.toRingHom Algebra.TensorProduct.includeRight.toRingHom β― β―))) (AlgebraicGeometry.pullbackSpecIso R T T).inv)) - Ideal.tensorCotangentHom π Mathlib.RingTheory.Ideal.CotangentBaseChange
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_3) [CommRing T] [Algebra R T] (I : Ideal S) : TensorProduct R T I.Cotangent ββ[T] (Ideal.map Algebra.TensorProduct.includeRight.toRingHom I).Cotangent - Ideal.tensorCotangentEquiv π Mathlib.RingTheory.Ideal.CotangentBaseChange
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_3) [CommRing T] [Algebra R T] (I : Ideal S) [Module.Flat R T] : TensorProduct R T I.Cotangent ββ[T] (Ideal.map Algebra.TensorProduct.includeRight.toRingHom I).Cotangent - Ideal.tensorCotangentHom_surjective π Mathlib.RingTheory.Ideal.CotangentBaseChange
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_3) [CommRing T] [Algebra R T] (I : Ideal S) : Function.Surjective β(Ideal.tensorCotangentHom R T I) - Ideal.tensorCotangentHom_injective_of_flat π Mathlib.RingTheory.Ideal.CotangentBaseChange
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_3) [CommRing T] [Algebra R T] (I : Ideal S) [Module.Flat R T] : Function.Injective β(Ideal.tensorCotangentHom R T I) - Ideal.tensorCotangentHom_tmul π Mathlib.RingTheory.Ideal.CotangentBaseChange
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_3) [CommRing T] [Algebra R T] (I : Ideal S) (t : T) (x : β₯I) : (Ideal.tensorCotangentHom R T I) (t ββ[R] I.toCotangent x) = t β’ (Ideal.map Algebra.TensorProduct.includeRight.toRingHom I).toCotangent β¨1 ββ[R] βx, β―β© - Ideal.tensorCotangentEquiv_tmul π Mathlib.RingTheory.Ideal.CotangentBaseChange
(R : Type u_1) {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_3) [CommRing T] [Algebra R T] (I : Ideal S) [Module.Flat R T] (t : T) (x : β₯I) : (Ideal.tensorCotangentEquiv R T I) (t ββ[R] I.toCotangent x) = t β’ (Ideal.map Algebra.TensorProduct.includeRight.toRingHom I).toCotangent β¨1 ββ[R] βx, β―β© - Algebra.TensorProduct.algEquivIncludeRange π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : TensorProduct R S T ββ[R] TensorProduct R β₯Algebra.TensorProduct.includeLeft.range β₯Algebra.TensorProduct.includeRight.range - Algebra.TensorProduct.linearEquivIncludeRange π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : TensorProduct R S T ββ[R] TensorProduct R β₯Algebra.TensorProduct.includeLeft.range β₯Algebra.TensorProduct.includeRight.range - Algebra.TensorProduct.algEquivIncludeRange_toAlgHom π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : β(Algebra.TensorProduct.algEquivIncludeRange R S T) = Algebra.TensorProduct.map Algebra.TensorProduct.includeLeft.rangeRestrict Algebra.TensorProduct.includeRight.rangeRestrict - Algebra.TensorProduct.linearEquivIncludeRange_toLinearMap π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : β(Algebra.TensorProduct.linearEquivIncludeRange R S T) = TensorProduct.map Algebra.TensorProduct.includeLeft.toLinearMap.rangeRestrict Algebra.TensorProduct.includeRight.toLinearMap.rangeRestrict - Algebra.TensorProduct.algEquivIncludeRange_symm_toAlgHom π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [CommSemiring S] [Algebra R S] [CommSemiring T] [Algebra R T] : β(Algebra.TensorProduct.algEquivIncludeRange R S T).symm = Algebra.TensorProduct.includeLeft.range.mulMap Algebra.TensorProduct.includeRight.range - Algebra.TensorProduct.algEquivIncludeRange_tmul π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] (x : S) (y : T) : (Algebra.TensorProduct.algEquivIncludeRange R S T) (x ββ[R] y) = Algebra.TensorProduct.includeLeft.rangeRestrict x ββ[R] Algebra.TensorProduct.includeRight.rangeRestrict y - Algebra.TensorProduct.algEquivIncludeRange_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] (x : β₯Algebra.TensorProduct.includeLeft.range) (y : β₯Algebra.TensorProduct.includeRight.range) : (Algebra.TensorProduct.algEquivIncludeRange R S T).symm (x ββ[R] y) = βx * βy - Algebra.TensorProduct.linearEquivIncludeRange_symm_toLinearMap π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] : β(Algebra.TensorProduct.linearEquivIncludeRange R S T).symm = Algebra.TensorProduct.includeLeft.toLinearMap.range.mulMap Algebra.TensorProduct.includeRight.toLinearMap.range - Algebra.TensorProduct.linearEquivIncludeRange_tmul π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] (x : S) (y : T) : (Algebra.TensorProduct.linearEquivIncludeRange R S T) (x ββ[R] y) = Algebra.TensorProduct.includeLeft.rangeRestrict x ββ[R] Algebra.TensorProduct.includeRight.rangeRestrict y - Algebra.TensorProduct.linearEquivIncludeRange_symm_tmul π Mathlib.LinearAlgebra.TensorProduct.Subalgebra
(R : Type u_1) (S : Type u_2) (T : Type u_3) [CommSemiring R] [Semiring S] [Algebra R S] [Semiring T] [Algebra R T] (x : β₯Algebra.TensorProduct.includeLeft.range) (y : β₯Algebra.TensorProduct.includeRight.range) : (Algebra.TensorProduct.linearEquivIncludeRange R S T).symm (x ββ[R] y) = βx * βy - Subalgebra.LinearDisjoint.include_range π Mathlib.RingTheory.LinearDisjoint
(R : Type u) [CommSemiring R] (A : Type v) [Semiring A] (B : Type w) [Semiring B] [Algebra R A] [Algebra R B] : Algebra.TensorProduct.includeLeft.range.LinearDisjoint Algebra.TensorProduct.includeRight.range
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