Math 40510, Algebraic Geometry

Total Page:16

File Type:pdf, Size:1020Kb

Math 40510, Algebraic Geometry Math 40510, Algebraic Geometry Problem Set 3 Solutions, Spring 2016 As always, in this problem set k will represent some field. Occasionally we will give a more specific field. 2 1. In x8.1, Definition 1, of CLO, the authors define the projective plane over R, P (R), in a very intuitive way, leaving the more careful definitions to come. They say 2 2 P (R) = R [ fone point at infinity for each equivalence class of parallel linesg 2 Given a line, L in R , they denote by [L]1 the corresponding point at infinity, and they define the associated projective line to be L = L [ [L]1. The collection of all points at infinity (one for each class of parallel lines) is called the line at infinity and is also a projective line. 2 a) Prove that any two distinct points in P (R) determine a unique projective line. [Hint: there are three cases, depending on how many of the points are at infinity.] Solution: 2 Let P1;P2 be two points in P (R). 2 Case 1: If P1 and P2 both lie in R then it is well known that there is a unique affine line, `P1;P2 , joining them. Then adding the point at infinity corresponding to the family of lines parallel to `P1;P2 gives the unique projective line. 2 Case 2: Assume that P1 2 R and P2 lies on the line at infinity. P2 determines a family of parallel lines, and there is exactly one that passes through P1. Case 3: Assume that both P1 and P2 lie at infinity. They certainly both lie on the line at infinity. Suppose that there were some other projective line, `, that also contains P1 and P2. If ` is not 2 the line at infinity then it passes through some point P 2 R . But then P1 and P2 represent two different families of parallel lines, and ` can't be in both. So ` does not exist and there is only one line, namely the line at infinity. 2 b) Prove that any two distinct projective lines in P (R) meet at a unique point. [Hint: you have to divide this into cases too.] Solution: Let `1 and `2 be projective lines. 2 Case 1: Assume that neither line is the line at infinity. If `1 and `2 meet at a point P 2 R then they are not parallel, so they cross the line at infinity at different points. Hence they meet at exactly P and no other point. Case 2: Assume that neither line is the line at infinity. If `1 and `2 are parallel then they do not 2 meet in R , and being parallel they meet at a unique point at infinity (corresponding to that family of parallel lines). Case 3: Assume that `1 is the line at infinity. Then `2 is not the line at infinity, so it meets `1 only at the point corresponding the the family of parallel lines containing `2. 2. Let k be a field. In class we proved that if f 2 k[x0; : : : ; xn] is homogeneous of degree d, and if P = n [a0; : : : ; an] is a point of P such that f(a0; : : : ; an) = 0 then it's also true that f(λa0; : : : ; λan) = 0; n this means that the vanishing of a homogeneous polynomial at a point of P is well-defined, and we say for short that f vanishes at P . We now want to see how far we can push this idea beyond homogeneous polynomials. 1 2 a) If f 2 k[x0; : : : ; xn] is any homogeneous polynomial, we can write it as the sum of its homogeneous parts: f = f0 + f1 + ··· + fd where each fi is homogeneous of degree i. To get things started, let f = 5x4yz2 + 6x3y3 + 7xyz4 + 8y3z + 9xyz + 10y3 + 11y + 8: Tell me what d is, and what each fi is. Solution: d = 7 4 2 f7 = 5x yz 3 3 4 f6 = 6x y + 7xyz f5 = 0 3 f4 = 8y z 3 f3 = 9xyz + 10y f2 = 0 f1 = 11y f0 = 8 n b) Let f = f0 + f1 + ··· + fd 2 k[x0; : : : ; xn] and let P = [a0; a1; : : : ; an] 2 P . Assume that n each fi 2 P vanishes at P in the sense of what I said in the first paragraph of this problem. Prove that then the vanishing of f is well-defined. [There should be some λ's somewhere in your answer.] Solution: We know that P = [a0; a1; : : : ; an] = [λa0; λa1; : : : ; λan] for any λ 6= 0. Then d X j f(λa0; λa1; : : : ; λan) = λ fj(a0; a1; : : : ; an) = 0: j=0 c) Now assume that k is an infinite field. Let f = f0 + f1 + ··· + fd 2 k[x0; : : : ; xn] and let n P = [a0; a1; : : : ; an] 2 P . Assume that f vanishes at P . Prove that then each fi vanishes at P . [Again there should be λ's in your answer, and you should explain what k being infinite has to do with it.] Solution: We have assumed that f(λa0; λa1; : : : ; λan) = 0 for all λ 6= 0. So d d−1 λ fd(a0; : : : ; an) + λ fd−1(a0; : : : ; an) + ··· + λf1(a0; : : : ; an) + f0(a0; : : : ; an) = 0 for all λ 6= 0. But for each j, fj(a0; : : : ; an) is just an element of k, the field. This means that every nonzero λ 2 k is a root of the polynomial d d−1 fd(a0; : : : ; an)x + fd−1(a0; : : : ; an)x + ··· + f1(a0; : : : ; an)x + f0(a0; : : : ; an): Since k is infinite, this is a polynomial of degree d in one variable that has infinitely many roots, which is impossible over a field. 3 3. Homogeneous polynomials satisfy an important relation known as Euler's Theorem. It says the following. For convenience assume that our field is R. Let f 2 R[x0; : : : ; xn] be a homogeneous polynomial of degree d. Then n X @f x = d · f: i @x i=0 i a) Illustrate Euler's theorem by cooking up a homogeneous polynomial, f, having three terms and showing that the theorem is true for your example. Solution: Let f(x; y; z) = x3yz + 4x2yz2 + 5xyz3. Notice that d = 5. Then @f = 3x2yz + 8xyz2 + 5yz3 @x @f = x3z + 4x2z2 + 5xz3 @y @f = x3y + 8x2yz + 15xyz2 @z Then @f @f @f x + y + z @x @y @z = x(3x2yz + 8xyz2 + 5yz3) + y(x3z + 4x2z2 + 5xz3) + z(x3y + 8x2yz + 15xyz2) = (3x3yz + 8x2yz2 + 5xyz3) + (x3yz + 4x2yz2 + 5xyz3) + (x3yz + 8x2yz2 + 15xyz3) = 5(x3yz + 4x2yz2 + 5xyz3): b) Prove Euler's theorem by considering f(λx0; : : : ; λxn) as a function of λ, and differentiating with respect to λ using the chain rule. Solution: We know that d (1) f(λx0; : : : ; λxn) = λ f(x0; : : : ; xn): Then differentiate on both sides with respect to λ. @ (2) f(λx ; : : : ; λx ) = dλd−1f(x ; : : : ; x ): @λ 0 n 0 n Let's look at the left-hand side. For 0 ≤ i ≤ n let ui = λxi. n @ X @f @ui f(λx ; : : : ; λx ) = @λ 0 n @u @λ i=0 i n ! X @f (3) = · xi @xi i=0 xi=ui n X @f = λd−1x i @x i=0 i 4 where we have used the fact that @f is homogeneous of degree d − 1 and applied (1) to the @xi partials. Now substitute the result of (3) into (2) and divide by λd−1 (which is non-zero) to obtain the result. c) Let R = [x; y; z] and let f = xyz. In 2 describe (f), (f ; f ; f ), and the relation between R PR V V x y z these two varieties. (Here fx; fy; fz are the partials with respect to x; y; z respectively.) How is Euler's theorem relevant to this last part? Solution: First note that @f @f @f f = = yz; f = = xz; f = = xy: x @x y @y z @z Now, V(f) = V(xyz) is the union of the three lines defined by x = 0, y = 0 and z = 0. On the other hand, V(fx; fy; fz) is the locus defined by yz = 0 xz = 0 xy = 0: A quick calculation reveals V(fx; fy; fz) = V(x; y) [ V(x; z) [ V(y; z): This is precisely the union of the three points of pairwise intersection of the three lines in V(xyz), that is, the points f[1; 0; 0]; [0; 1; 0]; [0; 0; 1]g. In particular, V(fx; fy; fz) is a subset of V(xyz). And indeed, since Euler's theorem gives, in this case, that x · fx + y · fy + z · fz = 3 · f; if P 2 V(fx; fy; fz) then fx; fy; fz all vanish at P , so Euler's theorem implies that f vanishes at P , so in particular P 2 V(f). d) Let R = [x; y; z] and let f = xyz(x+y +z). In 2 describe (f), (f ; f ; f ), and the relation R PR V V x y z between the two. Again, how is Euler's theorem relevant to this last part? Solution: First note that f = x2yz + xy2z + xyz2, so @f 2 2 fx = @x = 2xyz + y z + yz = yz(2x + y + z) @f 2 2 fy = @y = x z + 2xyz + xz = xz(x + 2y + z) @f 2 2 fz = @z = x y + xy + 2xyz = xy(x + y + 2z): Now, V(f) = V(xyz(x + y + z)) is the union of the four lines defined by x = 0, y = 0, z = 0 and x + y + z = 0. On the other hand, V(fx; fy; fz) is the locus defined by yz(2x + y + z) = 0 xz(x + 2y + z) = 0 xy(x + y + 2z) = 0: Since each of these is a product of three linear forms, each equation is satisfied exactly when one (or more) of the factors is zero.
Recommended publications
  • Homogeneous Polynomial Solutions to Constant Coefficient Pde’S
    HOMOGENEOUS POLYNOMIAL SOLUTIONS TO CONSTANT COEFFICIENT PDE'S Bruce Reznick University of Illinois 1409 W. Green St. Urbana, IL 61801 [email protected] October 21, 1994 1. Introduction Suppose p is a homogeneous polynomial over a field K. Let p(D) be the differen- @ tial operator defined by replacing each occurence of xj in p by , defined formally @xj 2 in case K is not a subset of C. (The classical example is p(x1; · · · ; xn) = j xj , for which p(D) is the Laplacian r2.) In this paper we solve the equation p(DP)q = 0 for homogeneous polynomials q over K, under the restriction that K be an algebraically closed field of characteristic 0. (This restriction is mild, considering that the \natu- ral" field is C.) Our Main Theorem and its proof are the natural extensions of work by Sylvester, Clifford, Rosanes, Gundelfinger, Cartan, Maass and Helgason. The novelties in the presentation are the generalization of the base field and the removal of some restrictions on p. The proofs require only undergraduate mathematics and Hilbert's Nullstellensatz. A fringe benefit of the proof of the Main Theorem is an Expansion Theorem for homogeneous polynomials over R and C. This theorem is 2 2 2 trivial for linear forms, goes back at least to Gauss for p = x1 + x2 + x3, and has also been studied by Maass and Helgason. Main Theorem (See Theorem 4.1). Let K be an algebraically closed field of mj characteristic 0. Suppose p 2 K[x1; · · · ; xn] is homogeneous and p = j pj for distinct non-constant irreducible factors pj 2 K[x1; · · · ; xn].
    [Show full text]
  • Algebra Polynomial(Lecture-I)
    Algebra Polynomial(Lecture-I) Dr. Amal Kumar Adak Department of Mathematics, G.D.College, Begusarai March 27, 2020 Algebra Dr. Amal Kumar Adak Definition Function: Any mathematical expression involving a quantity (say x) which can take different values, is called a function of that quantity. The quantity (x) is called the variable and the function of it is denoted by f (x) ; F (x) etc. Example:f (x) = x2 + 5x + 6 + x6 + x3 + 4x5. Algebra Dr. Amal Kumar Adak Polynomial Definition Polynomial: A polynomial in x over a real or complex field is an expression of the form n n−1 n−3 p (x) = a0x + a1x + a2x + ::: + an,where a0; a1;a2; :::; an are constants (free from x) may be real or complex and n is a positive integer. Example: (i)5x4 + 4x3 + 6x + 1,is a polynomial where a0 = 5; a1 = 4; a2 = 0; a3 = 6; a4 = 1a0 = 4; a1 = 4; 2 1 3 3 2 1 (ii)x + x + x + 2 is not a polynomial, since 3 ; 3 are not integers. (iii)x4 + x3 cos (x) + x2 + x + 1 is not a polynomial for the presence of the term cos (x) Algebra Dr. Amal Kumar Adak Definition Zero Polynomial: A polynomial in which all the coefficients a0; a1; a2; :::; an are zero is called a zero polynomial. Definition Complete and Incomplete polynomials: A polynomial with non-zero coefficients is called a complete polynomial. Other-wise it is incomplete. Example of a complete polynomial:x5 + 2x4 + 3x3 + 7x2 + 9x + 1. Example of an incomplete polynomial: x5 + 3x3 + 7x2 + 9x + 1.
    [Show full text]
  • Quadratic Form - Wikipedia, the Free Encyclopedia
    Quadratic form - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Quadratic_form Quadratic form From Wikipedia, the free encyclopedia In mathematics, a quadratic form is a homogeneous polynomial of degree two in a number of variables. For example, is a quadratic form in the variables x and y. Quadratic forms occupy a central place in various branches of mathematics, including number theory, linear algebra, group theory (orthogonal group), differential geometry (Riemannian metric), differential topology (intersection forms of four-manifolds), and Lie theory (the Killing form). Contents 1 Introduction 2 History 3 Real quadratic forms 4 Definitions 4.1 Quadratic spaces 4.2 Further definitions 5 Equivalence of forms 6 Geometric meaning 7 Integral quadratic forms 7.1 Historical use 7.2 Universal quadratic forms 8 See also 9 Notes 10 References 11 External links Introduction Quadratic forms are homogeneous quadratic polynomials in n variables. In the cases of one, two, and three variables they are called unary, binary, and ternary and have the following explicit form: where a,…,f are the coefficients.[1] Note that quadratic functions, such as ax2 + bx + c in the one variable case, are not quadratic forms, as they are typically not homogeneous (unless b and c are both 0). The theory of quadratic forms and methods used in their study depend in a large measure on the nature of the 1 of 8 27/03/2013 12:41 Quadratic form - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Quadratic_form coefficients, which may be real or complex numbers, rational numbers, or integers. In linear algebra, analytic geometry, and in the majority of applications of quadratic forms, the coefficients are real or complex numbers.
    [Show full text]
  • Solving Quadratic Equations in Many Variables
    Snapshots of modern mathematics № 12/2017 from Oberwolfach Solving quadratic equations in many variables Jean-Pierre Tignol 1 Fields are number systems in which every linear equa- tion has a solution, such as the set of all rational numbers Q or the set of all real numbers R. All fields have the same properties in relation with systems of linear equations, but quadratic equations behave dif- ferently from field to field. Is there a field in which every quadratic equation in five variables has a solu- tion, but some quadratic equation in four variables has no solution? The answer is in this snapshot. 1 Fields No problem is more fundamental to algebra than solving polynomial equations. Indeed, the name algebra itself derives from a ninth century treatise [1] where the author explains how to solve quadratic equations like x2 +10x = 39. It was clear from the start that some equations with integral coefficients like x2 = 2 may not have any integral solution. Even allowing positive and negative numbers with infinite decimal expansion as solutions (these numbers are called real numbers), one cannot solve x2 = −1 because the square of every real number is positive or zero. However, it is only a small step from the real numbers to the solution 1 Jean-Pierre Tignol acknowledges support from the Fonds de la Recherche Scientifique (FNRS) under grant n◦ J.0014.15. He is grateful to Karim Johannes Becher, Andrew Dolphin, and David Leep for comments on a preliminary version of this text. 1 of every polynomial equation: one gives the solution of the equation x2 = −1 (or x2 + 1 = 0) the name i and defines complex numbers as expressions of the form a + bi, where a and b are real numbers.
    [Show full text]
  • Degree Bounds for Gröbner Bases in Algebras of Solvable Type
    Degree Bounds for Gröbner Bases in Algebras of Solvable Type Matthias Aschenbrenner University of California, Los Angeles (joint with Anton Leykin) Algebras of Solvable Type • . introduced by Kandri-Rody & Weispfenning (1990); • . form a class of associative algebras over fields which generalize • commutative polynomial rings; • Weyl algebras; • universal enveloping algebras of f. d. Lie algebras; • . are sometimes also called polynomial rings of solvable type or PBW-algebras (Poincaré-Birkhoff-Witt). Weyl Algebras Systems of linear PDE with polynomial coefficients can be represented by left ideals in the Weyl algebra An(C) = Chx1,..., xn, ∂1, . , ∂ni, the C-algebra generated by the xi , ∂j subject to the relations: xj xi = xi xj , ∂j ∂i = ∂i ∂j and ( xi ∂j if i 6= j ∂j xi = xi ∂j + 1 if i = j. The Weyl algebra acts naturally on C[x1,..., xn]: ∂f (∂i , f ) 7→ , (xi , f ) 7→ xi f . ∂xi Universal Enveloping Algebras Let g be a Lie algebra over a field K . The universal enveloping algebra U(g) of g is the K -algebra obtained by imposing the relations g ⊗ h − h ⊗ g = [g, h]g on the tensor algebra of the K -linear space g. Poincaré-Birkhoff-Witt Theorem: the canonical morphism g → U(g) is injective, and g generates the K -algebra U(g). If g corresponds to a Lie group G, then U(g) can be identified with the algebra of left-invariant differential operators on G. Affine Algebras and Monomials N Let R be a K -algebra, and x = (x1,..., xN ) ∈ R . Write α α1 αN N x := x1 ··· xN for a multi-index α = (α1, .
    [Show full text]
  • Hyperbolicity and Stable Polynomials in Combinatorics and Probability
    Hyperbolicity and stable polynomials in combinatorics and probability Robin Pemantle 1,2 ABSTRACT: These lectures survey the theory of hyperbolic and stable polynomials, from their origins in the theory of linear PDE’s to their present uses in combinatorics and probability theory. Keywords: amoeba, cone, dual cone, G˚arding-hyperbolicity, generating function, half-plane prop- erty, homogeneous polynomial, Laguerre–P´olya class, multiplier sequence, multi-affine, multivariate stability, negative dependence, negative association, Newton’s inequalities, Rayleigh property, real roots, semi-continuity, stochastic covering, stochastic domination, total positivity. Subject classification: Primary: 26C10, 62H20; secondary: 30C15, 05A15. 1Supported in part by National Science Foundation grant # DMS 0905937 2University of Pennsylvania, Department of Mathematics, 209 S. 33rd Street, Philadelphia, PA 19104 USA, pe- [email protected] Contents 1 Introduction 1 2 Origins, definitions and properties 4 2.1 Relation to the propagation of wave-like equations . 4 2.2 Homogeneous hyperbolic polynomials . 7 2.3 Cones of hyperbolicity for homogeneous polynomials . 10 3 Semi-continuity and Morse deformations 14 3.1 Localization . 14 3.2 Amoeba boundaries . 15 3.3 Morse deformations . 17 3.4 Asymptotics of Taylor coefficients . 19 4 Stability theory in one variable 23 4.1 Stability over general regions . 23 4.2 Real roots and Newton’s inequalities . 26 4.3 The Laguerre–P´olya class . 31 5 Multivariate stability 34 5.1 Equivalences . 36 5.2 Operations preserving stability . 38 5.3 More closure properties . 41 6 Negative dependence 41 6.1 A brief history of negative dependence . 41 6.2 Search for a theory . 43 i 6.3 The grail is found: application of stability theory to joint laws of binary random variables .
    [Show full text]
  • Resultant and Discriminant of Polynomials
    RESULTANT AND DISCRIMINANT OF POLYNOMIALS SVANTE JANSON Abstract. This is a collection of classical results about resultants and discriminants for polynomials, compiled mainly for my own use. All results are well-known 19th century mathematics, but I have not inves- tigated the history, and no references are given. 1. Resultant n m Definition 1.1. Let f(x) = anx + ··· + a0 and g(x) = bmx + ··· + b0 be two polynomials of degrees (at most) n and m, respectively, with coefficients in an arbitrary field F . Their resultant R(f; g) = Rn;m(f; g) is the element of F given by the determinant of the (m + n) × (m + n) Sylvester matrix Syl(f; g) = Syln;m(f; g) given by 0an an−1 an−2 ::: 0 0 0 1 B 0 an an−1 ::: 0 0 0 C B . C B . C B . C B C B 0 0 0 : : : a1 a0 0 C B C B 0 0 0 : : : a2 a1 a0C B C (1.1) Bbm bm−1 bm−2 ::: 0 0 0 C B C B 0 bm bm−1 ::: 0 0 0 C B . C B . C B C @ 0 0 0 : : : b1 b0 0 A 0 0 0 : : : b2 b1 b0 where the m first rows contain the coefficients an; an−1; : : : ; a0 of f shifted 0; 1; : : : ; m − 1 steps and padded with zeros, and the n last rows contain the coefficients bm; bm−1; : : : ; b0 of g shifted 0; 1; : : : ; n−1 steps and padded with zeros. In other words, the entry at (i; j) equals an+i−j if 1 ≤ i ≤ m and bi−j if m + 1 ≤ i ≤ m + n, with ai = 0 if i > n or i < 0 and bi = 0 if i > m or i < 0.
    [Show full text]
  • Algebraic Combinatorics and Resultant Methods for Polynomial System Solving Anna Karasoulou
    Algebraic combinatorics and resultant methods for polynomial system solving Anna Karasoulou To cite this version: Anna Karasoulou. Algebraic combinatorics and resultant methods for polynomial system solving. Computer Science [cs]. National and Kapodistrian University of Athens, Greece, 2017. English. tel-01671507 HAL Id: tel-01671507 https://hal.inria.fr/tel-01671507 Submitted on 5 Jan 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ΕΘΝΙΚΟ ΚΑΙ ΚΑΠΟΔΙΣΤΡΙΑΚΟ ΠΑΝΕΠΙΣΤΗΜΙΟ ΑΘΗΝΩΝ ΣΧΟΛΗ ΘΕΤΙΚΩΝ ΕΠΙΣΤΗΜΩΝ ΤΜΗΜΑ ΠΛΗΡΟΦΟΡΙΚΗΣ ΚΑΙ ΤΗΛΕΠΙΚΟΙΝΩΝΙΩΝ ΠΡΟΓΡΑΜΜΑ ΜΕΤΑΠΤΥΧΙΑΚΩΝ ΣΠΟΥΔΩΝ ΔΙΔΑΚΤΟΡΙΚΗ ΔΙΑΤΡΙΒΗ Μελέτη και επίλυση πολυωνυμικών συστημάτων με χρήση αλγεβρικών και συνδυαστικών μεθόδων Άννα Ν. Καρασούλου ΑΘΗΝΑ Μάιος 2017 NATIONAL AND KAPODISTRIAN UNIVERSITY OF ATHENS SCHOOL OF SCIENCES DEPARTMENT OF INFORMATICS AND TELECOMMUNICATIONS PROGRAM OF POSTGRADUATE STUDIES PhD THESIS Algebraic combinatorics and resultant methods for polynomial system solving Anna N. Karasoulou ATHENS May 2017 ΔΙΔΑΚΤΟΡΙΚΗ ΔΙΑΤΡΙΒΗ Μελέτη και επίλυση πολυωνυμικών συστημάτων με
    [Show full text]
  • Spherical Harmonics and Homogeneous Har- Monic Polynomials
    SPHERICAL HARMONICS AND HOMOGENEOUS HAR- MONIC POLYNOMIALS 1. The spherical Laplacean. Denote by S ½ R3 the unit sphere. For a function f(!) de¯ned on S, let f~ denote its extension to an open neighborhood N of S, constant along normals to S (i.e., constant along rays from the origin). We say f 2 C2(S) if f~ is a C2 function in N , and for such functions de¯ne a di®erential operator ¢S by: ¢Sf := ¢f;~ where ¢ on the right-hand side is the usual Laplace operator in R3. With a little work (omitted here) one may derive the expression for ¢ in polar coordinates (r; !) in R2 (r > 0;! 2 S): 2 1 ¢u = u + u + ¢ u: rr r r r2 S (Here ¢Su(r; !) is the operator ¢S acting on the function u(r; :) in S, for each ¯xed r.) A homogeneous polynomial of degree n ¸ 0 in three variables (x; y; z) is a linear combination of `monomials of degree n': d1 d2 d3 x y z ; di ¸ 0; d1 + d2 + d3 = n: This de¯nes a vector space (over R) denoted Pn. A simple combinatorial argument (involving balls and separators, as most of them do), seen in class, yields the dimension: 1 d := dim(P ) = (n + 1)(n + 2): n n 2 Writing a polynomial p 2 Pn in polar coordinates, we necessarily have: n p(r; !) = r f(!); f = pjS; where f is the restriction of p to S. This is an injective linear map p 7! f, but the functions on S so obtained are rather special (a dn-dimensional subspace of the in¯nite-dimensional space C(S) of continuous functions-let's call it Pn(S)) We are interested in the subspace Hn ½ Pn of homogeneous harmonic polynomials of degree n (¢p = 0).
    [Show full text]
  • Counting Real Connected Components of Trinomial Curve Intersections and M-Nomial Hypersurfaces0
    Counting Real Connected Components of Trinomial Curve Intersections and m-nomial Hypersurfaces0 Tien-Yien Li∗ J. Maurice Rojas† Xiaoshen Wang‡ Department of Mathematics Department of Mathematics Department of Mathematics and Statistics Michigan State University Texas A&M University University of Arkansas at Little Rock East Lansing, Michigan 48824 College Station, Texas 77843-3368 Little Rock, Arkansas 72204 USA USA USA [email protected] [email protected] [email protected] http://www.math.msu.edu/~li http://www.math.tamu.edu/~rojas http://dms.ualr.edu/Faculty/Wang.html August 2003 In memory of Konstantin Alexandrovich Sevast’yanov, 1956–1984. Abstract We prove that any pair of bivariate trinomials has at most 5 isolated roots in the positive quadrant. The best previous upper bounds independent of the polynomial degrees were much larger, e.g., 248832 (for just the non-degenerate roots) via a famous general result of Khovanski. Our bound is sharp, allows real exponents, allows degeneracies, and extends to certain systems of n-variate fewnomials, giving improvements over earlier bounds by a factor exponential in the number of monomials. We also derive analogous sharpened bounds on the number of connected components of the real zero set of a single n-variate m-nomial. 1 Introduction Generalizing Descartes’ Rule of Signs to multivariate systems of polynomial equations has proven to be a significant challenge. Recall that a weak version of this famous classical result asserts that any real univariate polynomial with exactly m monomial terms has at most m 1 positive roots. This bound is sharp and generalizes easily to real exponents (cf.
    [Show full text]
  • 18.782 Introduction to Arithmetic Geometry Fall 2013 Lecture #13 10/22/2013 13.1 Affine Varieties
    18.782 Introduction to Arithmetic Geometry Fall 2013 Lecture #13 10/22/2013 n n As before, k is a perfect field, k¯ is a fixed algebraic closure of k, and A = A (k¯) is n-dimensional affine space. 13.1 Affine varieties n Definition 13.1. An algebraic set Z 2 A is said to be defined over k if its ideal is generated by polynomials in k[x1; : : : ; kn], that is, I(Z) is equal to the ideal generated by I(Z) \ k[x1; : : : ; xn] in k¯[x1; : : : ; kn]. We write Z=k to indicate that Z is an algebraic set that is defined over k and define the ideal I(Z=k) = I(Z) \ k[x1; : : : ; xn]: n When Z is defined over k the action of the absolute Galois group Gk on A induces an n action on Z, since for any σ 2 Gk, any f 2 k[x1; : : : ; xn], and any P 2 A we have f(P σ) = f(P )σ: σ G In this case we have Z(k) = fP 2 Z : P = P for all σ 2 Gkg = Z k . Definition 13.2. Let Z be an algebraic set defined over k. The affine coordinate ring of Z=k is the ring k[x ; : : : ; x ] k[Z] = 1 n : I(Z=k) We similarly define k¯[x ; : : : ; x ] k¯[Z] = 1 n : I(Z) The coordinate ring k[Z] may have zero divisors; it is an integral domain if and only if I(Z=k) is a prime ideal. Even if k[Z] has no zero divisors, k¯[Z] may still have zero divisors (the fact that I(Z=k) is a prime ideal does not guarantee that I(Z) is a prime ideal; the 2 principal ideal (x + 1) is prime in Q but not in Q, for example).
    [Show full text]
  • Homogeneous Polynomial Solutions to Constant Coefficient PDE's
    Advances in Mathematics AI1520B advances in mathematics 117, 179192 (1996) article no. 0007 Homogeneous Polynomial Solutions to Constant Coefficient PDE's Bruce Reznick* University of Illinois, 1409 W. Green Street, Urbana, Illinois 61801 Received October 21, 1994 1. Introduction Suppose p is a homogeneous polynomial over a field K. Let p(D) be the differential operator defined by replacing each occurrence of xj in p by Âxj , defined formally in case K is not a subset of C. (The classical exam- 2 2 ple is p(x1 , ..., xn)=j xj , for which p(D) is the Laplacian { .) In this paper we solve the equation p(D) q=0 for homogeneous polynomials q over K, under the restriction that K be an algebraically closed field of characteristic 0. (This restriction is mild, considering that the ``natural'' field is C.) Our Main Theorem and its proof are the natural extensions of work by Sylvester, Clifford, Rosanes, Gundelfinger, Cartan, Maass and Helgason. The novelties in the presentation are the generalization of the base field and the removal of some restrictions on p. The proofs require only undergraduate mathematics and Hilbert's Nullstellensatz. A fringe benefit of the proof of the Main Theorem is an Expansion Theorem for homogeneous polynomials over R and C. This theorem is trivial for linear 2 2 2 forms, goes back at least to Gauss for p=x1+x2+x3 , and has also been studied by Maass and Helgason. Main Theorem (see Theorem 4.1). Let K be an algebraically closed field mj of characteristic 0. Suppose p # K[x1 , ..., xn] is homogeneous and p=>j p j for distinct non-constant irreducible factors pj # K[x1 , ..., xn].
    [Show full text]