Documentation

Atlas.AlgebraicGeometryI.code.BezoutLight

@[reducible, inline]
noncomputable abbrev homogQuotPiece (k : Type u_1) [Field k] (I : Ideal (MvPolynomial (Fin 3) k)) (n : ) :
Type u_1

The degree-n piece of the homogeneous quotient ring k[x₀, x₁, x₂] / I, presented as the quotient of the space of degree-n homogeneous polynomials by the corresponding piece of I.

Instances For

    Predicate stating that the bivariate polynomial f ∈ k[X][Y] has total degree at most n, i.e. for each coefficient f.coeff i ∈ k[X] the sum of its X-degree and Y-index i is ≤ n.

    Instances For
      theorem resultant_degree_formula (k : Type u_1) [Field k] (g : Polynomial (Polynomial k)) (hg : g.Monic) (hirr : Irreducible g) (f : Polynomial (Polynomial k)) (hf : (AdjoinRoot.mk g) f 0) (d e : ) (hg_deg : hasTotalDegreeAtMost g e) (hf_deg : hasTotalDegreeAtMost f d) :

      Resultant degree formula: when g and f have total degrees at most e and d respectively, the norm of AdjoinRoot.mk g f has degree d * e.

      theorem graded_affine_stabilization (k : Type u_1) [Field k] (d e : ) (hd : 0 < d) (he : 0 < e) (f g : MvPolynomial (Fin 3) k) (hf_homog : f.IsHomogeneous d) (hg_homog : g.IsHomogeneous e) (hf_ne : f 0) (hg_ne : g 0) (hcoprime : IsCoprime f g) :

      Graded-affine stabilization: for large enough n ≥ d + e - 2, the degree-n piece of the homogeneous coordinate ring of V(f) ∩ V(g) ⊂ P² is k-linearly equivalent to an affine quotient k[X][Y] / ⟨g', f'⟩ for suitable bivariate polynomials g', f'.

      theorem bezout_theorem (k : Type u_1) [Field k] (d e : ) (hd : 0 < d) (he : 0 < e) (f g : MvPolynomial (Fin 3) k) (hf_homog : f.IsHomogeneous d) (hg_homog : g.IsHomogeneous e) (hf_ne : f 0) (hg_ne : g 0) (hcoprime : IsCoprime f g) (n : ) :
      d + e - 2 nModule.finrank k (homogQuotPiece k (Ideal.span {f}Ideal.span {g}) n) = d * e

      Bezout's theorem (Thm 5.2, Thm 16.1): for coprime homogeneous polynomials f, g of degrees d, e defining curves in , the Hilbert function of the quotient stabilises at d * e once the degree n is at least d + e - 2.