Loogle!
Result
Found 102 declarations mentioning Algebra.Presentation.
- Algebra.Presentation.id 📋 Mathlib.RingTheory.Extension.Presentation.Basic
(R : Type u) [CommRing R] : Algebra.Presentation R R PEmpty.{w + 1} PEmpty.{t + 1} - Algebra.Presentation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
(R : Type u) (S : Type v) (ι : Type w) (σ : Type t) [CommRing R] [CommRing S] [Algebra R S] : Type (max (max (max t u) v) w) - Algebra.Presentation.Quotient 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : Type (max w u) - Algebra.Presentation.dimension 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : ℕ - Algebra.Presentation.toGenerators 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (self : Algebra.Presentation R S ι σ) : Algebra.Generators R S ι - Algebra.Presentation.localizationAway 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} (S : Type v) [CommRing R] [CommRing S] [Algebra R S] (r : R) [IsLocalization.Away r S] : Algebra.Presentation R S Unit Unit - Algebra.Presentation.finitePresentation_of_isFinite 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] [Finite ι] (P : Algebra.Presentation R S ι σ) : Algebra.FinitePresentation R S - Algebra.Presentation.reindex 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {ι' : Type u_1} {σ' : Type u_2} (e : ι' ≃ ι) (f : σ' ≃ σ) : Algebra.Presentation R S ι' σ' - Algebra.Presentation.relation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (self : Algebra.Presentation R S ι σ) : σ → self.Ring - Algebra.Presentation.exists_presentation_fin 📋 Mathlib.RingTheory.Extension.Presentation.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Algebra.FinitePresentation R S] : ∃ n m, Nonempty (Algebra.Presentation R S (Fin n) (Fin m)) - Algebra.Presentation.ofFinitePresentation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Algebra.FinitePresentation R S] : Algebra.Presentation R S (Fin (Algebra.Presentation.ofFinitePresentationVars R S)) (Fin (Algebra.Presentation.ofFinitePresentationRels R S)) - Algebra.Presentation.compRelationAux 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) (r : σ') : MvPolynomial (ι' ⊕ ι) R - Algebra.Presentation.dimension_reindex 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {ι' : Type u_1} {σ' : Type u_2} (e : ι' ≃ ι) (f : σ' ≃ σ) : (P.reindex e f).dimension = P.dimension - Algebra.Presentation.ofAlgEquiv 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {T : Type u_1} [CommRing T] [Algebra R T] (e : S ≃ₐ[R] T) : Algebra.Presentation R T ι σ - Algebra.Presentation.ofBijectiveAlgebraMap 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (h : Function.Bijective ⇑(algebraMap R S)) : Algebra.Presentation R S PEmpty.{w + 1} PEmpty.{t + 1} - Algebra.Presentation.fg_ker 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) [Finite σ] : P.ker.FG - Algebra.Presentation.reindex_toGenerators 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {ι' : Type u_1} {σ' : Type u_2} (e : ι' ≃ ι) (f : σ' ≃ σ) : (P.reindex e f).toGenerators = P.reindex e - Algebra.Presentation.dimension_ofAlgEquiv 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {T : Type u_1} [CommRing T] [Algebra R T] (e : S ≃ₐ[R] T) : (P.ofAlgEquiv e).dimension = P.dimension - Algebra.Presentation.ofAlgEquiv_toGenerators 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {T : Type u_1} [CommRing T] [Algebra R T] (e : S ≃ₐ[R] T) : (P.ofAlgEquiv e).toGenerators = P.ofAlgEquiv e - Algebra.Presentation.ofAlgEquiv_relation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) {T : Type u_1} [CommRing T] [Algebra R T] (e : S ≃ₐ[R] T) (i : σ) : (P.ofAlgEquiv e).relation i = P.relation i - Algebra.Presentation.comp 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) [Algebra R T] [IsScalarTower R S T] : Algebra.Presentation R T (ι' ⊕ ι) (σ' ⊕ σ) - Algebra.Presentation.mk 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (toGenerators : Algebra.Generators R S ι) (relation : σ → toGenerators.Ring) (span_range_relation_eq_ker : Ideal.span (Set.range relation) = toGenerators.ker) : Algebra.Presentation R S ι σ - Algebra.Presentation.span_range_relation_eq_ker 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (self : Algebra.Presentation R S ι σ) : Ideal.span (Set.range self.relation) = self.ker - Algebra.Presentation.baseChange 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_1) [CommRing T] [Algebra R T] (P : Algebra.Presentation R S ι σ) : Algebra.Presentation T (TensorProduct R T S) ι σ - Algebra.Presentation.toGenerators_comp 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) [Algebra R T] [IsScalarTower R S T] : (Q.comp P).toGenerators = Q.comp P.toGenerators - Algebra.Presentation.instFinitePresentationQuotientOfFinite 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) [Finite σ] [Finite ι] : Algebra.FinitePresentation R P.Quotient - Algebra.Presentation.aeval_val_relation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (i : σ) : (MvPolynomial.aeval P.val) (P.relation i) = 0 - Algebra.Presentation.quotientEquiv 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : P.Quotient ≃ₐ[P.Ring] S - Algebra.Presentation.relation_mem_ker 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (i : σ) : P.relation i ∈ P.ker - Algebra.Presentation.baseChange_toGenerators 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_1) [CommRing T] [Algebra R T] (P : Algebra.Presentation R S ι σ) : (Algebra.Presentation.baseChange T P).toGenerators = Algebra.Generators.baseChange T P.toGenerators - Algebra.Presentation.baseChange_relation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_1) [CommRing T] [Algebra R T] (P : Algebra.Presentation R S ι σ) (i : σ) : (Algebra.Presentation.baseChange T P).relation i = (MvPolynomial.map (algebraMap R T)) (P.relation i) - Algebra.Presentation.comp_relation_inr 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) [Algebra R T] [IsScalarTower R S T] (r : σ) : (Q.comp P).relation (Sum.inr r) = (MvPolynomial.rename Sum.inr) (P.relation r) - Algebra.Presentation.comp_relation 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) [Algebra R T] [IsScalarTower R S T] (a✝ : σ' ⊕ σ) : (Q.comp P).relation a✝ = Sum.elim (Q.compRelationAux P) (fun rp => (MvPolynomial.rename Sum.inr) (P.relation rp)) a✝ - Algebra.Presentation.span_range_relation_eq_ker_comp 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) [Algebra R T] [IsScalarTower R S T] : Ideal.span (Set.range (Sum.elim (Q.compRelationAux P) fun rp => (MvPolynomial.rename Sum.inr) (P.relation rp))) = (Q.comp P.toGenerators).ker - Algebra.Presentation.comp_aeval_relation_inl 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra S T] (Q : Algebra.Presentation S T ι' σ') (P : Algebra.Presentation R S ι σ) [Algebra R T] [IsScalarTower R S T] (r : σ') : (MvPolynomial.aeval (Sum.elim MvPolynomial.X (⇑MvPolynomial.C ∘ P.val))) ((Q.comp P).relation (Sum.inl r)) = Q.relation r - Algebra.Presentation.relation_comp_localizationAway_inl 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {T : Type u_3} [CommRing T] [Algebra S T] [Algebra R T] [IsScalarTower R S T] (g : S) [IsLocalization.Away g T] (P : Algebra.Presentation R S ι σ) (h1 : P.σ (-1) = -1) (h0 : P.σ 0 = 0) (r : Unit) : ((Algebra.Presentation.localizationAway T g).comp P).relation (Sum.inl r) = (MvPolynomial.rename Sum.inr) (P.σ g) * MvPolynomial.X (Sum.inl ()) - 1 - Algebra.Presentation.span_range_relation_eq_ker_baseChange 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (T : Type u_1) [CommRing T] [Algebra R T] (P : Algebra.Presentation R S ι σ) : Ideal.span (Set.range fun i => (MvPolynomial.map (algebraMap R T)) (P.relation i)) = RingHom.ker (MvPolynomial.aeval (Algebra.Generators.baseChange T P.toGenerators).val) - Algebra.Presentation.quotientEquiv_symm 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (x : S) : P.quotientEquiv.symm x = (Ideal.Quotient.mk P.ker) (P.σ x) - Algebra.Presentation.quotientEquiv_mk 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (p : P.Ring) : P.quotientEquiv ((Ideal.Quotient.mk P.ker) p) = (algebraMap P.Ring S) p - Algebra.Presentation.naive 📋 Mathlib.RingTheory.Extension.Presentation.Basic
{R : Type u} {ι : Type w} {σ : Type t} [CommRing R] {v : ι → MvPolynomial σ R} (s : MvPolynomial σ R ⧸ Ideal.span (Set.range v) → MvPolynomial σ R := Function.surjInv ⋯) (hs : ∀ (x : MvPolynomial σ R ⧸ Ideal.span (Set.range v)), (Ideal.Quotient.mk (Ideal.span (Set.range v))) (s x) = x := by apply Function.surjInv_eq) : Algebra.Presentation R (MvPolynomial σ R ⧸ Ideal.span (Set.range v)) σ ι - Algebra.Presentation.differentialsRelations 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : Module.Relations S - Algebra.Presentation.differentialsRelations_G 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.differentialsRelations.G = ι - Algebra.Presentation.differentialsRelations_R 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.differentialsRelations.R = σ - Algebra.Presentation.differentials 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : Module.Presentation S Ω[S⁄R] - Algebra.Presentation.differentialsSolution 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.differentialsRelations.Solution Ω[S⁄R] - Algebra.Presentation.differentialsSolution_isPresentation 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.differentialsSolution.IsPresentation - Algebra.Presentation.differentials.hom₁ 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : (σ →₀ S) →ₗ[S] pres.toExtension.Cotangent - Algebra.Presentation.differentials.surjective_hom₁ 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : Function.Surjective ⇑(Algebra.Presentation.differentials.hom₁ pres) - Algebra.Presentation.differentials.hom₁_single 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) (r : σ) : ((Algebra.Presentation.differentials.hom₁ pres) fun₀ | r => 1) = Algebra.Extension.Cotangent.mk ⟨pres.relation r, ⋯⟩ - Algebra.Presentation.differentials.comm₂₃ 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.toExtension.toKaehler ∘ₗ ↑pres.cotangentSpaceBasis.repr.symm = pres.differentialsSolution.π - Algebra.Presentation.differentials.comm₂₃' 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.toExtension.toKaehler ∘ₗ ↑pres.cotangentSpaceBasis.repr.symm = Finsupp.linearCombination S fun g => (KaehlerDifferential.D R S) (pres.val g) - Algebra.Presentation.differentials.comm₁₂ 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) : pres.toExtension.cotangentComplex ∘ₗ Algebra.Presentation.differentials.hom₁ pres = ↑pres.cotangentSpaceBasis.repr.symm ∘ₗ pres.differentialsRelations.map - Algebra.Presentation.differentials.comm₁₂_single 📋 Mathlib.Algebra.Module.Presentation.Differentials
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (pres : Algebra.Presentation R S ι σ) (r : σ) : pres.toExtension.cotangentComplex ((Algebra.Presentation.differentials.hom₁ pres) fun₀ | r => 1) = pres.cotangentSpaceBasis.repr.symm (pres.differentialsRelations.relation r) - Algebra.PreSubmersivePresentation.toPresentation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (self : Algebra.PreSubmersivePresentation R S ι σ) : Algebra.Presentation R S ι σ - Algebra.PreSubmersivePresentation.mk 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (toPresentation : Algebra.Presentation R S ι σ) (map : σ → ι) (map_inj : Function.Injective map) : Algebra.PreSubmersivePresentation R S ι σ - Algebra.PreSubmersivePresentation.reindex_toPresentation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.PreSubmersivePresentation R S ι σ) {ι' : Type u_1} {σ' : Type u_2} (e : ι' ≃ ι) (f : σ' ≃ σ) : (P.reindex e f).toPresentation = P.reindex e f - Algebra.PreSubmersivePresentation.ofAlgEquiv_toPresentation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.PreSubmersivePresentation R S ι σ) {T : Type u_1} [CommRing T] [Algebra R T] (e : S ≃ₐ[R] T) : (P.ofAlgEquiv e).toPresentation = P.ofAlgEquiv e - Algebra.PreSubmersivePresentation.toPresentation_comp 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] {ι' : Type u_1} {σ' : Type u_2} {T : Type u_3} [CommRing T] [Algebra R T] [Algebra S T] [IsScalarTower R S T] (Q : Algebra.PreSubmersivePresentation S T ι' σ') (P : Algebra.PreSubmersivePresentation R S ι σ) : (Q.comp P).toPresentation = Q.comp P.toPresentation - Algebra.PreSubmersivePresentation.baseChange_toPresentation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.PreSubmersivePresentation R S ι σ) : (Algebra.PreSubmersivePresentation.baseChange R P).toPresentation = Algebra.Presentation.baseChange R P.toPresentation - Algebra.PreSubmersivePresentation.naive_toPresentation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {ι : Type w} {σ : Type t} [CommRing R] {v : ι → MvPolynomial σ R} (a : ι → σ) (ha : Function.Injective a) (s : MvPolynomial σ R ⧸ Ideal.span (Set.range v) → MvPolynomial σ R := Function.surjInv ⋯) (hs : ∀ (x : MvPolynomial σ R ⧸ Ideal.span (Set.range v)), (Ideal.Quotient.mk (Ideal.span (Set.range v))) (s x) = x := by apply Function.surjInv_eq) : (Algebra.PreSubmersivePresentation.naive a ha s hs).toPresentation = Algebra.Presentation.naive s hs - Algebra.Presentation.Core 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : Type u_1 - Algebra.Presentation.coeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : Set R - Algebra.Presentation.instCommRingCore 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} : CommRing P.Core - Algebra.Presentation.finite_coeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} [Finite σ] : P.coeffs.Finite - Algebra.Presentation.core 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : Subalgebra ℤ R - Algebra.Presentation.instCore 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} : Algebra P.Core R - Algebra.Presentation.instCore_1 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} : Algebra P.Core S - Algebra.Presentation.coeffs_relation_subset_coeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (x : σ) : ↑(MvPolynomial.coeffs (P.relation x)) ⊆ P.coeffs - Algebra.Presentation.coeffs_subset_core 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) : P.coeffs ⊆ ↑P.core - Algebra.Presentation.instHasCoeffsCore 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} : P.HasCoeffs P.Core - Algebra.Presentation.instFaithfulSMulCore 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} : FaithfulSMul P.Core R - Algebra.Presentation.HasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] : Prop - Algebra.Presentation.coeffs_relation_subset_core 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (x : σ) : ↑(MvPolynomial.coeffs (P.relation x)) ⊆ ↑P.core - Algebra.Presentation.instFiniteTypeIntCoreOfFinite 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} [Finite σ] : Algebra.FiniteType ℤ P.Core - Algebra.Presentation.ModelOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : Type (max (max u_3 u_5) u_5 u_3) - Algebra.Presentation.relationOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (r : σ) : MvPolynomial ι R₀ - Algebra.Presentation.instIsScalarTowerCore 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} : IsScalarTower P.Core R S - Algebra.Presentation.coeffs_subset_range 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : P.coeffs ⊆ Set.range ⇑(algebraMap R₀ R) - Algebra.Presentation.HasCoeffs.coeffs_subset_range 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} {inst✝ : CommRing R} {inst✝¹ : CommRing S} {inst✝² : Algebra R S} {P : Algebra.Presentation R S ι σ} {R₀ : Type u_5} {inst✝³ : CommRing R₀} {inst✝⁴ : Algebra R₀ R} {inst✝⁵ : Algebra R₀ S} {inst✝⁶ : IsScalarTower R₀ R S} [self : P.HasCoeffs R₀] : P.coeffs ⊆ Set.range ⇑(algebraMap R₀ R) - Algebra.Presentation.HasCoeffs.mk 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} {R₀ : Type u_5} [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] (coeffs_subset_range : P.coeffs ⊆ Set.range ⇑(algebraMap R₀ R)) : P.HasCoeffs R₀ - Algebra.Presentation.HasCoeffs.coeffs_relation_mem_range 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : σ) : ↑(MvPolynomial.coeffs (P.relation x)) ⊆ Set.range ⇑(algebraMap R₀ R) - Algebra.Presentation.HasCoeffs.of_isScalarTower 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] {R₁ : Type u_6} [CommRing R₁] [Algebra R₀ R₁] [Algebra R₁ R] [IsScalarTower R₀ R₁ R] [Algebra R₁ S] [IsScalarTower R₁ R S] : P.HasCoeffs R₁ - Algebra.Presentation.map_relationOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (r : σ) : (MvPolynomial.map (algebraMap R₀ R)) (Algebra.Presentation.relationOfHasCoeffs R₀ r) = P.relation r - Algebra.Presentation.instHasCoeffsSubtypeMemSubalgebraAdjoin 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (s : Set R) : P.HasCoeffs ↥(Algebra.adjoin R₀ s) - Algebra.Presentation.instFinitePresentationModelOfHasCoeffsOfFinite 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] [Finite ι] [Finite σ] : Algebra.FinitePresentation R₀ (Algebra.Presentation.ModelOfHasCoeffs R₀) - Algebra.Presentation.aeval_val_relationOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (r : σ) : (MvPolynomial.aeval P.val) (Algebra.Presentation.relationOfHasCoeffs R₀ r) = 0 - Algebra.Presentation.HasCoeffs.relation_mem_range_map 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : σ) : P.relation x ∈ Set.range ⇑(MvPolynomial.map (algebraMap R₀ R)) - Algebra.Presentation.tensorModelOfHasCoeffsEquiv 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : TensorProduct R₀ R (Algebra.Presentation.ModelOfHasCoeffs R₀) ≃ₐ[R] S - Algebra.Presentation.tensorModelOfHasCoeffsHom 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : TensorProduct R₀ R (Algebra.Presentation.ModelOfHasCoeffs R₀) →ₐ[R] S - Algebra.Presentation.tensorModelOfHasCoeffsInv 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] (P : Algebra.Presentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : S →ₐ[R] TensorProduct R₀ R (Algebra.Presentation.ModelOfHasCoeffs R₀) - Algebra.Presentation.tensorModelOfHasCoeffsHom_comp 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : (P.tensorModelOfHasCoeffsHom R₀).comp (P.tensorModelOfHasCoeffsInv R₀) = AlgHom.id R S - Algebra.Presentation.algebraTensorAlgEquiv_symm_relation 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (r : σ) : (MvPolynomial.algebraTensorAlgEquiv R₀ R).symm (P.relation r) = 1 ⊗ₜ[R₀] Algebra.Presentation.relationOfHasCoeffs R₀ r - Algebra.Presentation.tensorModelOfHasCoeffsInv_comp 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : (P.tensorModelOfHasCoeffsInv R₀).comp (P.tensorModelOfHasCoeffsHom R₀) = AlgHom.id R (TensorProduct R₀ R (Algebra.Presentation.ModelOfHasCoeffs R₀)) - Algebra.Presentation.tensorModelOfHasCoeffsEquiv_tmul 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : R) (y : MvPolynomial ι R₀) : (Algebra.Presentation.tensorModelOfHasCoeffsEquiv R₀) (x ⊗ₜ[R₀] (Ideal.Quotient.mk (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) y) = (algebraMap R S) x * (MvPolynomial.aeval P.val) y - Algebra.Presentation.tensorModelOfHasCoeffsHom_tmul 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : R) (y : MvPolynomial ι R₀) : (P.tensorModelOfHasCoeffsHom R₀) (x ⊗ₜ[R₀] (Ideal.Quotient.mk (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) y) = (algebraMap R S) x * (MvPolynomial.aeval P.val) y - Algebra.Presentation.tensorModelOfHasCoeffsInv_aeval_val 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : MvPolynomial ι R₀) : (P.tensorModelOfHasCoeffsInv R₀) ((MvPolynomial.aeval P.val) x) = 1 ⊗ₜ[R₀] (Ideal.Quotient.mk (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) x - Algebra.Presentation.tensorModelOfHasCoeffsEquiv_symm_tmul 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] {P : Algebra.Presentation R S ι σ} (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : MvPolynomial ι R₀) : (Algebra.Presentation.tensorModelOfHasCoeffsEquiv R₀).symm ((MvPolynomial.aeval P.val) x) = 1 ⊗ₜ[R₀] (Ideal.Quotient.mk (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) x - Algebra.Generators.exists_presentation_of_basis_cotangent 📋 Mathlib.RingTheory.Extension.Cotangent.Basis
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FinitePresentation R S] {α : Type u_4} (P : Algebra.Generators R S α) [Finite α] {σ : Type u_5} (b₀ : Module.Basis σ S P.toExtension.Cotangent) : ∃ P' b, P'.val ∘ Sum.inr = P.val ∧ ∀ (r : Unit ⊕ σ), b r = Algebra.Extension.Cotangent.mk ⟨P'.relation r, ⋯⟩ - Algebra.Generators.exists_presentation_of_free_cotangent 📋 Mathlib.RingTheory.Extension.Cotangent.Basis
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] [Algebra.FinitePresentation R S] {α : Type u_4} (P : Algebra.Generators R S α) [Finite α] [Module.Free S P.toExtension.Cotangent] : ∃ P' b, P'.val ∘ Sum.inr = P.val ∧ ∀ (r : Unit ⊕ Fin (Module.finrank S P.toExtension.Cotangent)), b r = Algebra.Extension.Cotangent.mk ⟨P'.relation r, ⋯⟩ - _private.Mathlib.RingTheory.Smooth.NoetherianDescent.0.Algebra.Smooth.DescentAux.P 📋 Mathlib.RingTheory.Smooth.NoetherianDescent
{A : Type u} {B : Type u_2} [CommRing A] [CommRing B] [Algebra A B] (self : Algebra.Smooth.DescentAux✝ A B) : Algebra.Presentation A B (Algebra.Smooth.DescentAux.vars✝ self) (Algebra.Smooth.DescentAux.rels✝ self) - StandardEtalePresentation.toPresentation 📋 Mathlib.RingTheory.Etale.StandardEtale
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (P : StandardEtalePresentation R S) : Algebra.Presentation R S (Fin 2) (Fin 2) - StandardEtalePresentation.toSubmersivePresentation_toPreSubmersivePresentation_toPresentation 📋 Mathlib.RingTheory.Etale.StandardEtale
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (P : StandardEtalePresentation R S) : P.toSubmersivePresentation.toPresentation = P.toPresentation
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