Loogle!
Result
Found 34 declarations mentioning HomogeneousIdeal.map.
- HomogeneousIdeal.map_id ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {ฯ : Type u_4} {ฮน : Type u_7} [Semiring A] [SetLike ฯ A] [AddSubmonoidClass ฯ A] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} [GradedRing ๐] {I : HomogeneousIdeal ๐} : HomogeneousIdeal.map (GradedRingHom.id ๐) I = I - HomogeneousIdeal.map ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (I : HomogeneousIdeal ๐) : HomogeneousIdeal โฌ - HomogeneousIdeal.map_mono ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) : Monotone (HomogeneousIdeal.map f) - HomogeneousIdeal.toIdeal_map ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) {I : HomogeneousIdeal ๐} : (HomogeneousIdeal.map f I).toIdeal = Ideal.map f I.toIdeal - HomogeneousIdeal.gc_map_comap ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) : GaloisConnection (HomogeneousIdeal.map f) (HomogeneousIdeal.comap f) - HomogeneousIdeal.map_comp ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} {ฯ : Type u_4} {ฯ : Type u_5} {ฯ : Type u_6} {ฮน : Type u_7} [Semiring A] [Semiring B] [Semiring C] [SetLike ฯ A] [SetLike ฯ B] [SetLike ฯ C] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [AddSubmonoidClass ฯ C] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} {๐ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] [GradedRing ๐] (f : ๐ โ+*แต โฌ) (g : โฌ โ+*แต ๐) {I : HomogeneousIdeal ๐} : HomogeneousIdeal.map (g.comp f) I = HomogeneousIdeal.map g (HomogeneousIdeal.map f I) - HomogeneousIdeal.map_map ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} {ฯ : Type u_4} {ฯ : Type u_5} {ฯ : Type u_6} {ฮน : Type u_7} [Semiring A] [Semiring B] [Semiring C] [SetLike ฯ A] [SetLike ฯ B] [SetLike ฯ C] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [AddSubmonoidClass ฯ C] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} {๐ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] [GradedRing ๐] (f : ๐ โ+*แต โฌ) (g : โฌ โ+*แต ๐) {I : HomogeneousIdeal ๐} : HomogeneousIdeal.map g (HomogeneousIdeal.map f I) = HomogeneousIdeal.map (g.comp f) I - HomogeneousIdeal.le_comap_of_map_le ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) {I : HomogeneousIdeal ๐} {J : HomogeneousIdeal โฌ} : HomogeneousIdeal.map f I โค J โ I โค HomogeneousIdeal.comap f J - HomogeneousIdeal.map_le_of_le_comap ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) {I : HomogeneousIdeal ๐} {J : HomogeneousIdeal โฌ} : I โค HomogeneousIdeal.comap f J โ HomogeneousIdeal.map f I โค J - HomogeneousIdeal.map_le_iff_le_comap ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} {ฮน : Type u_7} [Semiring A] [Semiring B] [SetLike ฯ A] [SetLike ฯ B] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [DecidableEq ฮน] [AddMonoid ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) {I : HomogeneousIdeal ๐} {J : HomogeneousIdeal โฌ} : HomogeneousIdeal.map f I โค J โ I โค HomogeneousIdeal.comap f J - HomogeneousIdeal.irrelevant_le_map_comp ๐ Mathlib.RingTheory.GradedAlgebra.Homogeneous.Maps
{A : Type u_1} {B : Type u_2} {C : Type u_3} {ฯ : Type u_4} {ฯ : Type u_5} {ฯ : Type u_6} {ฮน : Type u_7} [Semiring A] [Semiring B] [Semiring C] [SetLike ฯ A] [SetLike ฯ B] [SetLike ฯ C] [AddSubmonoidClass ฯ A] [AddSubmonoidClass ฯ B] [AddSubmonoidClass ฯ C] [DecidableEq ฮน] [AddCommMonoid ฮน] [PartialOrder ฮน] [CanonicallyOrderedAdd ฮน] {๐ : ฮน โ ฯ} {โฌ : ฮน โ ฯ} {๐ : ฮน โ ฯ} [GradedRing ๐] [GradedRing โฌ] [GradedRing ๐] {f : ๐ โ+*แต โฌ} {g : โฌ โ+*แต ๐} (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (hg : HomogeneousIdeal.irrelevant ๐ โค HomogeneousIdeal.map g (HomogeneousIdeal.irrelevant โฌ)) : HomogeneousIdeal.irrelevant ๐ โค HomogeneousIdeal.map (g.comp f) (HomogeneousIdeal.irrelevant ๐) - AlgebraicGeometry.Proj.mapAffineOpenCover ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) : (AlgebraicGeometry.Proj โฌ).AffineOpenCover - AlgebraicGeometry.Proj.map ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) : AlgebraicGeometry.Proj โฌ โถ AlgebraicGeometry.Proj ๐ - AlgebraicGeometry.Proj.sheafedSpaceMap ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) : AlgebraicGeometry.Proj.toSheafedSpace โฌ โถ AlgebraicGeometry.Proj.toSheafedSpace ๐ - AlgebraicGeometry.ProjectiveSpectrum.comapFun ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (p : ProjectiveSpectrum โฌ) : ProjectiveSpectrum ๐ - AlgebraicGeometry.Proj.mapAffineOpenCover_Iโ ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) : (AlgebraicGeometry.Proj.mapAffineOpenCover f hf).Iโ = (AlgebraicGeometry.Proj.affineOpenCover ๐).Iโ - AlgebraicGeometry.ProjectiveSpectrum.comap ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) : C(ProjectiveSpectrum โฌ, ProjectiveSpectrum ๐) - AlgebraicGeometry.ProjectiveSpectrum.comapFun_asHomogeneousIdeal ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (p : ProjectiveSpectrum โฌ) : (AlgebraicGeometry.ProjectiveSpectrum.comapFun f hf p).asHomogeneousIdeal = HomogeneousIdeal.comap f p.asHomogeneousIdeal - AlgebraicGeometry.Proj.map_preimage_basicOpen ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (s : A) : (TopologicalSpace.Opens.map (AlgebraicGeometry.Proj.map f hf).base).obj (AlgebraicGeometry.Proj.basicOpen ๐ s) = AlgebraicGeometry.Proj.basicOpen โฌ (f s) - AlgebraicGeometry.Proj.mapAffineOpenCover_f ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (i : (AlgebraicGeometry.Proj.affineOpenCover ๐).Iโ) : (AlgebraicGeometry.Proj.mapAffineOpenCover f hf).f i = AlgebraicGeometry.Proj.awayฮน โฌ (f โi.snd) โฏ โฏ - AlgebraicGeometry.Proj.map_comp ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B C ฯ ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] [CommRing C] [SetLike ฯ C] [AddSubgroupClass ฯ C] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} {๐ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] [GradedRing ๐] (f : ๐ โ+*แต โฌ) (g : โฌ โ+*แต ๐) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (hg : HomogeneousIdeal.irrelevant ๐ โค HomogeneousIdeal.map g (HomogeneousIdeal.irrelevant โฌ)) : AlgebraicGeometry.Proj.map (g.comp f) โฏ = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.map g hg) (AlgebraicGeometry.Proj.map f hf) - AlgebraicGeometry.Proj.sheafedSpaceMap_hom_base_hom_apply_asHomogeneousIdeal_carrier ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (p : ProjectiveSpectrum โฌ) : โ((TopCat.Hom.hom (AlgebraicGeometry.Proj.sheafedSpaceMap f hf).hom.base) p).asHomogeneousIdeal = โf โปยน' โp.asHomogeneousIdeal - AlgebraicGeometry.Proj.awayฮน_comp_map ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) {i : โ} (hi : 0 < i) (s : A) (hs : s โ ๐ i) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.awayฮน โฌ (f s) โฏ hi) (AlgebraicGeometry.Proj.map f hf) = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (HomogeneousLocalization.Away.map f s))) (AlgebraicGeometry.Proj.awayฮน ๐ s hs hi) - AlgebraicGeometry.Proj.awayฮน_comp_map_assoc ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) {i : โ} (hi : 0 < i) (s : A) (hs : s โ ๐ i) {Z : AlgebraicGeometry.Scheme} (h : AlgebraicGeometry.Proj ๐ โถ Z) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.awayฮน โฌ (f s) โฏ hi) (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.map f hf) h) = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Spec.map (CommRingCat.ofHom (HomogeneousLocalization.Away.map f s))) (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.awayฮน ๐ s hs hi) h) - AlgebraicGeometry.Proj.ฮน_comp_map ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (s : A) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.basicOpen โฌ (f s)).ฮน (AlgebraicGeometry.Proj.map f hf) = CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Scheme.Hom.resLE (AlgebraicGeometry.Proj.map f hf) (AlgebraicGeometry.Proj.basicOpen ๐ s) ((TopologicalSpace.Opens.map (AlgebraicGeometry.Proj.map f hf).base).obj (AlgebraicGeometry.Proj.basicOpen ๐ s)) โฏ) (AlgebraicGeometry.Proj.basicOpen ๐ s).ฮน - AlgebraicGeometry.Proj.awayToSection_comp_appLE ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) {i : โ} {s : A} (hs : s โ ๐ i) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.awayToSection ๐ s) (AlgebraicGeometry.Scheme.Hom.appLE (AlgebraicGeometry.Proj.map f hf) (AlgebraicGeometry.Proj.basicOpen ๐ s) (AlgebraicGeometry.Proj.basicOpen โฌ (f s)) โฏ) = CategoryTheory.CategoryStruct.comp (CommRingCat.ofHom (HomogeneousLocalization.Away.map f s)) (AlgebraicGeometry.Proj.awayToSection โฌ (f s)) - AlgebraicGeometry.Proj.isLocallyFraction_comapStructureSheafFun ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (U : TopologicalSpace.Opens (ProjectiveSpectrum ๐)) (V : TopologicalSpace.Opens (ProjectiveSpectrum โฌ)) (hUV : V.carrier โ โ(AlgebraicGeometry.ProjectiveSpectrum.comap f hf) โปยน' U.carrier) (s : (x : โฅU) โ HomogeneousLocalization.AtPrime ๐ (โx).asHomogeneousIdeal.toSubmodule) (hs : (AlgebraicGeometry.ProjectiveSpectrum.StructureSheaf.isLocallyFraction ๐).pred s) : (AlgebraicGeometry.ProjectiveSpectrum.StructureSheaf.isLocallyFraction โฌ).pred (AlgebraicGeometry.Proj.comapStructureSheafFun f hf U V hUV s) - AlgebraicGeometry.Proj.awayToSection_comp_appLE_assoc ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) {i : โ} {s : A} (hs : s โ ๐ i) {Z : CommRingCat} (h : (AlgebraicGeometry.Proj โฌ).presheaf.obj (Opposite.op (AlgebraicGeometry.Proj.basicOpen โฌ (f s))) โถ Z) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.awayToSection ๐ s) (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Scheme.Hom.appLE (AlgebraicGeometry.Proj.map f hf) (AlgebraicGeometry.Proj.basicOpen ๐ s) (AlgebraicGeometry.Proj.basicOpen โฌ (f s)) โฏ) h) = CategoryTheory.CategoryStruct.comp (CommRingCat.ofHom (HomogeneousLocalization.Away.map f s)) (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.awayToSection โฌ (f s)) h) - AlgebraicGeometry.Proj.comapStructureSheafFun ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (U : TopologicalSpace.Opens (ProjectiveSpectrum ๐)) (V : TopologicalSpace.Opens (ProjectiveSpectrum โฌ)) (hUV : V.carrier โ โ(AlgebraicGeometry.ProjectiveSpectrum.comap f hf) โปยน' U.carrier) (s : (x : โฅU) โ HomogeneousLocalization.AtPrime ๐ (โx).asHomogeneousIdeal.toSubmodule) (y : โฅV) : HomogeneousLocalization.AtPrime โฌ (โy).asHomogeneousIdeal.toSubmodule - AlgebraicGeometry.Proj.localRingHom_comp_stalkIso ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (p : ProjectiveSpectrum โฌ) : CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Proj.stalkIso ๐ ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p)).hom (CategoryTheory.CategoryStruct.comp (CommRingCat.ofHom (HomogeneousLocalization.localRingHom f ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p).asHomogeneousIdeal.toIdeal p.asHomogeneousIdeal.toIdeal โฏ)) (AlgebraicGeometry.Proj.stalkIso โฌ p).inv) = AlgebraicGeometry.PresheafedSpace.Hom.stalkMap (AlgebraicGeometry.Proj.sheafedSpaceMap f hf).hom p - AlgebraicGeometry.Proj.comapStructureSheaf ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A : Type u_1} {B : Type u_2} {ฯ : Type u_4} {ฯ : Type u_5} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (U : TopologicalSpace.Opens (ProjectiveSpectrum ๐)) (V : TopologicalSpace.Opens (ProjectiveSpectrum โฌ)) (hUV : V.carrier โ โ(AlgebraicGeometry.ProjectiveSpectrum.comap f hf) โปยน' U.carrier) : โ((AlgebraicGeometry.ProjectiveSpectrum.Proj.structureSheaf ๐).obj.obj (Opposite.op U)) โ+* โ((AlgebraicGeometry.ProjectiveSpectrum.Proj.structureSheaf โฌ).obj.obj (Opposite.op V)) - AlgebraicGeometry.Proj.localRingHom_comp_stalkIso_apply ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (p : ProjectiveSpectrum โฌ) (x : โ((AlgebraicGeometry.Proj ๐).presheaf.stalk ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p))) : (CategoryTheory.ConcreteCategory.hom (AlgebraicGeometry.Proj.stalkIso โฌ p).inv) ((HomogeneousLocalization.localRingHom f ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p).asHomogeneousIdeal.toIdeal p.asHomogeneousIdeal.toIdeal โฏ) ((CategoryTheory.ConcreteCategory.hom (AlgebraicGeometry.Proj.stalkIso ๐ ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p)).hom) x)) = (CategoryTheory.ConcreteCategory.hom (AlgebraicGeometry.PresheafedSpace.Hom.stalkMap (AlgebraicGeometry.Proj.sheafedSpaceMap f hf).hom p)) x - AlgebraicGeometry.Proj.germ_map_sectionInBasicOpen ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) {p : ProjectiveSpectrum โฌ} (c : HomogeneousLocalization.NumDenSameDeg ๐ ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p).asHomogeneousIdeal.toIdeal.primeCompl) : (CategoryTheory.ConcreteCategory.hom ((AlgebraicGeometry.Proj.toSheafedSpace โฌ).presheaf.germ ((TopologicalSpace.Opens.map (AlgebraicGeometry.Proj.sheafedSpaceMap f hf).hom.base).obj (Opposite.unop (Opposite.op (ProjectiveSpectrum.basicOpen ๐ โc.den)))) p โฏ)) ((CategoryTheory.ConcreteCategory.hom ((AlgebraicGeometry.Proj.sheafedSpaceMap f hf).hom.c.app (Opposite.op (ProjectiveSpectrum.basicOpen ๐ โc.den)))) (AlgebraicGeometry.sectionInBasicOpen ๐ ((AlgebraicGeometry.ProjectiveSpectrum.comap f hf) p) c)) = (CategoryTheory.ConcreteCategory.hom ((AlgebraicGeometry.Proj.toSheafedSpace โฌ).presheaf.germ (ProjectiveSpectrum.basicOpen โฌ (f โc.den)) p โฏ)) (AlgebraicGeometry.sectionInBasicOpen โฌ p (HomogeneousLocalization.NumDenSameDeg.map f โฏ c)) - AlgebraicGeometry.Proj.sheafedSpaceMap_hom_c_app_hom_apply_coe ๐ Mathlib.AlgebraicGeometry.ProjectiveSpectrum.Functor
{A B ฯ ฯ : Type u} [CommRing A] [SetLike ฯ A] [AddSubgroupClass ฯ A] [CommRing B] [SetLike ฯ B] [AddSubgroupClass ฯ B] {๐ : โ โ ฯ} {โฌ : โ โ ฯ} [GradedRing ๐] [GradedRing โฌ] (f : ๐ โ+*แต โฌ) (hf : HomogeneousIdeal.irrelevant โฌ โค HomogeneousIdeal.map f (HomogeneousIdeal.irrelevant ๐)) (U : (TopologicalSpace.Opens โโ(AlgebraicGeometry.Proj.toSheafedSpace ๐).toPresheafedSpace)แตแต) (s : โ((AlgebraicGeometry.ProjectiveSpectrum.Proj.structureSheaf ๐).obj.obj (Opposite.op (Opposite.unop U)))) (y : โฅ(Opposite.unop (Opposite.op ((TopologicalSpace.Opens.map (TopCat.ofHom (AlgebraicGeometry.ProjectiveSpectrum.comap f hf))).obj (Opposite.unop U))))) : โ((CommRingCat.Hom.hom ((AlgebraicGeometry.Proj.sheafedSpaceMap f hf).hom.c.app U)) s) y = AlgebraicGeometry.Proj.comapStructureSheafFun f hf (Opposite.unop U) ((TopologicalSpace.Opens.map (TopCat.ofHom (AlgebraicGeometry.ProjectiveSpectrum.comap f hf))).obj (Opposite.unop U)) โฏ (โs) y
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using (by default) Ctrl-K Ctrl-S. 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 88c39f3 serving mathlib revision 9977002