Loogle!
Result
Found 76 declarations mentioning Algebra.PreSubmersivePresentation.toPresentation.
- 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.jacobiMatrix 📋 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 ι σ) [Fintype σ] [DecidableEq σ] : Matrix σ σ P.Ring - Algebra.SubmersivePresentation.ofSubsingleton_val 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Subsingleton S] (x✝ : PUnit.{u_2 + 1}) : (Algebra.SubmersivePresentation.ofSubsingleton R S).val x✝ = 1 - 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.SubmersivePresentation.ofSubsingleton_σ' 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Subsingleton S] (x✝ : S) : (Algebra.SubmersivePresentation.ofSubsingleton R S).σ' x✝ = 1 - 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.jacobiMatrix_ofAlgEquiv 📋 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) [Fintype σ] [DecidableEq σ] : (P.ofAlgEquiv e).jacobiMatrix = P.jacobiMatrix - 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.dimension_comp_eq_dimension_add_dimension 📋 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 ι σ) [Finite ι] [Finite ι'] [Finite σ] [Finite σ'] : (Q.comp P).dimension = Q.dimension + P.dimension - Algebra.PreSubmersivePresentation.toGenerators_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).toGenerators = Q.comp P.toGenerators - Algebra.SubmersivePresentation.ofSubsingleton_algebra_algebraMap 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Subsingleton S] : algebraMap (MvPolynomial PUnit.{u_2 + 1} R) S = (MvPolynomial.aeval fun x => 1).toRingHom - Algebra.PreSubmersivePresentation.basis 📋 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 ι σ) [Finite σ] : Module.Basis σ P.Ring (σ → P.Ring) - Algebra.PreSubmersivePresentation.localizationAway_jacobiMatrix 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (r : R) [IsLocalization.Away r S] : (Algebra.PreSubmersivePresentation.localizationAway S r).jacobiMatrix = Matrix.diagonal fun x => MvPolynomial.C r - 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.SubmersivePresentation.ofSubsingleton_algebra_smul 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Subsingleton S] (c : MvPolynomial PUnit.{u_2 + 1} R) (x : S) : SMul.smul c x = (MvPolynomial.aeval fun x => 1).toRingHom c * x - Algebra.PreSubmersivePresentation.jacobiMatrix_apply 📋 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 ι σ) [Fintype σ] [DecidableEq σ] (i j : σ) : P.jacobiMatrix i j = (MvPolynomial.pderiv (P.map i)) (P.relation j) - Algebra.PreSubmersivePresentation.jacobian_eq_jacobiMatrix_det 📋 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 ι σ) [Fintype σ] [DecidableEq σ] : P.jacobian = (algebraMap P.Ring S) P.jacobiMatrix.det - Algebra.PreSubmersivePresentation.baseChange_ring 📋 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).Ring = P.Ring - Algebra.PreSubmersivePresentation.differential 📋 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 ι σ) [Finite σ] : (σ → P.Ring) →ₗ[P.Ring] σ → P.Ring - Algebra.SubmersivePresentation.linearIndependent_aeval_val_pderiv_relation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : LinearIndependent S fun i j => (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map j)) (P.relation i)) - Algebra.SubmersivePresentation.ofSubsingleton_relation 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
(R : Type u) (S : Type v) [CommRing R] [CommRing S] [Algebra R S] [Subsingleton S] (x✝ : PUnit.{u_1 + 1}) : (Algebra.SubmersivePresentation.ofSubsingleton R S).relation x✝ = 1 - Algebra.SubmersivePresentation.basisDeriv_apply 📋 Mathlib.RingTheory.Extension.Presentation.Submersive
{R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (i j : σ) : P.basisDeriv i j = (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map j)) (P.relation i)) - Algebra.PreSubmersivePresentation.jacobiMatrix_reindex 📋 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 : σ' ≃ σ) [Fintype σ'] [DecidableEq σ'] [Fintype σ] [DecidableEq σ] : (P.reindex e f).jacobiMatrix = ((Matrix.reindex f.symm f.symm) P.jacobiMatrix).map ⇑(MvPolynomial.rename ⇑e.symm) - Algebra.PreSubmersivePresentation.aevalDifferential_single 📋 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 ι σ) [Finite σ] [DecidableEq σ] (i j : σ) : P.aevalDifferential (Pi.single i 1) j = (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map j)) (P.relation i)) - Algebra.PreSubmersivePresentation.isUnit_jacobian_of_linearIndependent_of_span_eq_top 📋 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 ι σ) [Finite σ] (hli : LinearIndependent S fun j i => (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map i)) (P.relation j))) (hsp : Submodule.span S (Set.range fun j i => (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map i)) (P.relation j))) = ⊤) : IsUnit P.jacobian - Algebra.PreSubmersivePresentation.aevalDifferential_toMatrix'_eq_mapMatrix_jacobiMatrix 📋 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 ι σ) [Fintype σ] [DecidableEq σ] : LinearMap.toMatrix' P.aevalDifferential = (MvPolynomial.aeval P.val).mapMatrix P.jacobiMatrix - Algebra.PreSubmersivePresentation.jacobiMatrix_naive 📋 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) (hs : ∀ (x : MvPolynomial σ R ⧸ Ideal.span (Set.range v)), (Ideal.Quotient.mk (Ideal.span (Set.range v))) (s x) = x) [Fintype ι] [DecidableEq ι] (i j : ι) : (Algebra.PreSubmersivePresentation.naive a ha s hs).jacobiMatrix i j = (MvPolynomial.pderiv (a i)) (v j) - 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.SubmersivePresentation.coeffs_toPresentation_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] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : P.coeffs ⊆ P.coeffs - Algebra.SubmersivePresentation.instHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : P.HasCoeffs R₀ - Algebra.SubmersivePresentation.aeval_jacobianOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : (MvPolynomial.aeval P.val) (P.jacobianOfHasCoeffs R₀) = P.jacobian - Algebra.PreSubmersivePresentation.ofHasCoeffs 📋 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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : Algebra.PreSubmersivePresentation R₀ (Algebra.Presentation.ModelOfHasCoeffs R₀) ι σ - Algebra.SubmersivePresentation.map_jacobianOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] [Fintype σ] [DecidableEq σ] : (MvPolynomial.map (algebraMap R₀ R)) (P.jacobianOfHasCoeffs R₀) = P.jacobiMatrix.det - Algebra.PreSubmersivePresentation.ofHasCoeffs_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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (a✝ : σ) : (P.ofHasCoeffs R₀).map a✝ = P.map a✝ - Algebra.SubmersivePresentation.aeval_invJacobianOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : (MvPolynomial.aeval P.val) (P.invJacobianOfHasCoeffs R₀) = ↑⋯.unit⁻¹ - Algebra.SubmersivePresentation.map_invJacobianOfHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] : (MvPolynomial.map (algebraMap R₀ R)) (P.invJacobianOfHasCoeffs R₀) = P.σ ↑⋯.unit⁻¹ - Algebra.SubmersivePresentation.ofHasCoeffs 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] [FaithfulSMul R₀ R] : Algebra.SubmersivePresentation R₀ (Algebra.Presentation.ModelOfHasCoeffs R₀) ι σ - Algebra.SubmersivePresentation.sum_jacobianRelationsOfHasCoeffs_mul_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] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] [FaithfulSMul R₀ R] [Fintype σ] : ∑ i, P.jacobianRelationsOfHasCoeffs R₀ i * Algebra.Presentation.relationOfHasCoeffs R₀ i = P.jacobianOfHasCoeffs R₀ * P.invJacobianOfHasCoeffs R₀ - 1 - Algebra.PreSubmersivePresentation.ofHasCoeffs_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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (r : σ) : (P.ofHasCoeffs R₀).relation r = Algebra.Presentation.relationOfHasCoeffs R₀ r - Algebra.SubmersivePresentation.jacobianRelations_spec 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) [DecidableEq σ] [Fintype σ] : ∑ i, P.jacobianRelations i * P.relation i = P.jacobiMatrix.det * P.σ ↑⋯.unit⁻¹ - 1 - Algebra.SubmersivePresentation.exists_sum_eq_σ_jacobian_mul_σ_jacobian_inv_sub_one 📋 Mathlib.RingTheory.Extension.Presentation.Core
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) [DecidableEq σ] [Fintype σ] : ∃ v, ∑ i, v i * P.relation i = P.jacobiMatrix.det * P.σ ↑⋯.unit⁻¹ - 1 - Algebra.PreSubmersivePresentation.ofHasCoeffs_σ' 📋 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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (b : MvPolynomial ι R₀ ⧸ Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀))) : (P.ofHasCoeffs R₀).σ' b = Function.surjInv ⋯ b - Algebra.PreSubmersivePresentation.ofHasCoeffs_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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (i : ι) : (P.ofHasCoeffs R₀).val i = (Ideal.Quotient.mk (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) (MvPolynomial.X i) - Algebra.PreSubmersivePresentation.ofHasCoeffs_algebra_smul 📋 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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (a : MvPolynomial ι R₀) (a✝ : Quotient (Submodule.quotientRel (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀))))) : SMul.smul a a✝ = Quotient.map' (fun x => a * x) ⋯ a✝ - Algebra.PreSubmersivePresentation.ofHasCoeffs_algebra_algebraMap_apply 📋 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.PreSubmersivePresentation R S ι σ) (R₀ : Type u_5) [CommRing R₀] [Algebra R₀ R] [Algebra R₀ S] [IsScalarTower R₀ R S] [P.HasCoeffs R₀] (x : MvPolynomial ι R₀) : (algebraMap (MvPolynomial ι R₀) (MvPolynomial ι R₀ ⧸ Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) x = (Ideal.Quotient.mk (Ideal.span (Set.range (Algebra.Presentation.relationOfHasCoeffs R₀)))) x - Algebra.SubmersivePresentation.isStandardSmoothOfRelativeDimension 📋 Mathlib.RingTheory.Smooth.StandardSmooth
{n : ℕ} {R : Type u} {S : Type v} {ι : Type w} {σ : Type t} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] [Finite ι] (P : Algebra.SubmersivePresentation R S ι σ) (hP : P.dimension = n) : Algebra.IsStandardSmoothOfRelativeDimension n R S - Algebra.IsStandardSmoothOfRelativeDimension.mk 📋 Mathlib.RingTheory.Smooth.StandardSmooth
{n : ℕ} {R : Type u} {S : Type v} [CommRing R] [CommRing S] [Algebra R S] (out : ∃ ι σ, ∃ (x : Finite σ) (_ : Finite ι), ∃ P, P.dimension = n) : Algebra.IsStandardSmoothOfRelativeDimension n R S - Algebra.IsStandardSmoothOfRelativeDimension.out 📋 Mathlib.RingTheory.Smooth.StandardSmooth
{n : ℕ} {R : Type u} {S : Type v} {inst✝ : CommRing R} {inst✝¹ : CommRing S} {inst✝² : Algebra R S} [self : Algebra.IsStandardSmoothOfRelativeDimension n R S] : ∃ ι σ, ∃ (x : Finite σ) (_ : Finite ι), ∃ P, P.dimension = n - Algebra.SubmersivePresentation.subsingleton_h1Cotangent 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : Subsingleton P.toExtension.H1Cotangent - Algebra.SubmersivePresentation.rank_kaehlerDifferential 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] [Nontrivial S] [Finite ι] (P : Algebra.SubmersivePresentation R S ι σ) : Module.rank S Ω[S⁄R] = ↑P.dimension - Algebra.SubmersivePresentation.free_cotangent 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : Module.Free S P.toExtension.Cotangent - Algebra.SubmersivePresentation.basisCotangent 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : Module.Basis σ S P.toExtension.Cotangent - Algebra.PreSubmersivePresentation.cotangentComplexAux 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.PreSubmersivePresentation R S ι σ) : P.toExtension.Cotangent →ₗ[S] σ → S - Algebra.SubmersivePresentation.cotangentEquiv 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : P.toExtension.Cotangent ≃ₗ[S] σ → S - Algebra.SubmersivePresentation.basisKaehlerOfIsCompl_apply 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) {κ : Type u_5} {f : κ → ι} (hf : Function.Injective f) (hcompl : IsCompl (Set.range f) (Set.range P.map)) (k : κ) : (P.basisKaehlerOfIsCompl hf hcompl) k = (KaehlerDifferential.D R S) (P.val (f k)) - Algebra.SubmersivePresentation.basisCotangent_localizationAway_apply 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] (r : R) [IsLocalization.Away r S] (x : Unit) : (Algebra.SubmersivePresentation.localizationAway S r).basisCotangent x = Algebra.Generators.cMulXSubOneCotangent S r - Algebra.SubmersivePresentation.basisKaehler_apply 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (k : ↑(Set.range P.map)ᶜ) : P.basisKaehler k = (KaehlerDifferential.D R S) (P.val ↑k) - Algebra.SubmersivePresentation.cotangentComplexAux_injective 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : Function.Injective ⇑P.cotangentComplexAux - Algebra.SubmersivePresentation.cotangentComplexAux_surjective 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : Function.Surjective ⇑P.cotangentComplexAux - Algebra.SubmersivePresentation.cotangentEquiv_apply 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (x : P.toExtension.Cotangent) (a✝ : σ) : P.cotangentEquiv x a✝ = P.cotangentComplexAux x a✝ - Algebra.SubmersivePresentation.sectionCotangent 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : P.toExtension.CotangentSpace →ₗ[S] P.toExtension.Cotangent - Algebra.SubmersivePresentation.sectionCotangent_comp 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : P.sectionCotangent ∘ₗ P.toExtension.cotangentComplex = LinearMap.id - Algebra.SubmersivePresentation.cotangentComplex_injective 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) : Function.Injective ⇑P.toExtension.cotangentComplex - Algebra.PreSubmersivePresentation.cotangentComplexAux_apply 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.PreSubmersivePresentation R S ι σ) (x : ↥P.ker) (i : σ) : P.cotangentComplexAux (Algebra.Extension.Cotangent.mk x) i = (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map i)) ↑x) - Algebra.PreSubmersivePresentation.cotangentComplexAux_zero_iff 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] {P : Algebra.PreSubmersivePresentation R S ι σ} (x : ↥P.ker) : P.cotangentComplexAux (Algebra.Extension.Cotangent.mk x) = 0 ↔ ∀ (i : σ), (MvPolynomial.aeval P.val) ((MvPolynomial.pderiv (P.map i)) ↑x) = 0 - Algebra.SubmersivePresentation.basisCotangent_apply 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (r : σ) : P.basisCotangent r = Algebra.Extension.Cotangent.mk ⟨P.relation r, ⋯⟩ - Algebra.SubmersivePresentation.sectionCotangent_zero_of_notMem_range 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (i : ι) (hi : i ∉ Set.range P.map) : P.sectionCotangent (P.cotangentSpaceBasis i) = 0 - Algebra.SubmersivePresentation.sectionCotangent_eq_iff 📋 Mathlib.RingTheory.Smooth.StandardSmoothCotangent
{R : Type u_1} {S : Type u_2} {ι : Type u_3} {σ : Type u_4} [CommRing R] [CommRing S] [Algebra R S] [Finite σ] (P : Algebra.SubmersivePresentation R S ι σ) (x : P.toExtension.CotangentSpace) (y : P.toExtension.Cotangent) : P.sectionCotangent x = y ↔ ∀ (i : σ), (P.cotangentSpaceBasis.repr x) (P.map i) = P.cotangentComplexAux y i - Algebra.PreSubmersivePresentation.isUnit_jacobian_of_cotangentRestrict_bijective 📋 Mathlib.RingTheory.Extension.Cotangent.Free
{R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] [Algebra R S] {ι : Type u_3} {σ : Type u_4} (P : Algebra.PreSubmersivePresentation R S ι σ) [Finite σ] (b : Module.Basis σ S P.toExtension.Cotangent) (hb : ∀ (r : σ), b r = Algebra.Extension.Cotangent.mk ⟨P.relation r, ⋯⟩) (h : Function.Bijective ⇑(P.cotangentRestrict ⋯)) : IsUnit P.jacobian - 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 - MvPolynomial.universalFactorizationMapPresentation_val 📋 Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : ℕ) (hn : n = m + k) (a✝ : Fin m ⊕ Fin k) : (MvPolynomial.universalFactorizationMapPresentation R n m k hn).val a✝ = Sum.elim (fun x => MvPolynomial.X x ⊗ₜ[R] 1) (fun x => 1 ⊗ₜ[R] MvPolynomial.X x) a✝ - MvPolynomial.universalFactorizationMapPresentation_σ' 📋 Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : ℕ) (hn : n = m + k) (f : TensorProduct R (MvPolynomial (Fin m) R) (MvPolynomial (Fin k) R)) : (MvPolynomial.universalFactorizationMapPresentation R n m k hn).σ' f = (MvPolynomial.map MvPolynomial.C) ((MvPolynomial.tensorEquivSum R (Fin m) (Fin k) R) f) - MvPolynomial.universalFactorizationMapPresentation_algebra_algebraMap 📋 Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : ℕ) (hn : n = m + k) : algebraMap (MvPolynomial (Fin m ⊕ Fin k) (MvPolynomial (Fin n) R)) (TensorProduct R (MvPolynomial (Fin m) R) (MvPolynomial (Fin k) R)) = (MvPolynomial.aeval (Sum.elim (fun x => MvPolynomial.X x ⊗ₜ[R] 1) fun x => 1 ⊗ₜ[R] MvPolynomial.X x)).toRingHom - MvPolynomial.universalFactorizationMapPresentation_jacobiMatrix 📋 Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : ℕ) (hn : n = m + k) : (MvPolynomial.universalFactorizationMapPresentation R n m k hn).jacobiMatrix = -((Matrix.reindex (finCongr ⋯) (finCongr ⋯)) ((Polynomial.map ((MvPolynomial.mapAlgHom (Algebra.ofId R (MvPolynomial (Fin n) R))).comp (MvPolynomial.rename Sum.inl)).toRingHom (Polynomial.freeMonic R m)).sylvester (Polynomial.map ((MvPolynomial.mapAlgHom (Algebra.ofId R (MvPolynomial (Fin n) R))).comp (MvPolynomial.rename Sum.inr)).toRingHom (Polynomial.freeMonic R k)) m k)).transpose - MvPolynomial.universalFactorizationMapPresentation_algebra_smul 📋 Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : ℕ) (hn : n = m + k) (c : MvPolynomial (Fin m ⊕ Fin k) (MvPolynomial (Fin n) R)) (x : TensorProduct R (MvPolynomial (Fin m) R) (MvPolynomial (Fin k) R)) : SMul.smul c x = (MvPolynomial.aeval (Sum.elim (fun x => MvPolynomial.X x ⊗ₜ[R] 1) fun x => 1 ⊗ₜ[R] MvPolynomial.X x)).toRingHom c * x - MvPolynomial.universalFactorizationMapPresentation_relation 📋 Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
(R : Type u_1) [CommRing R] (n m k : ℕ) (hn : n = m + k) (i : Fin n) : (MvPolynomial.universalFactorizationMapPresentation R n m k hn).relation i = MvPolynomial.C (MvPolynomial.X i) - (MvPolynomial.map MvPolynomial.C) ((MvPolynomial.tensorEquivSum R (Fin m) (Fin k) R) ((MvPolynomial.universalFactorizationMap R n m k hn) (MvPolynomial.X i)))
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