Symmetric Polynomials

Total Page:16

File Type:pdf, Size:1020Kb

Symmetric Polynomials SYMMETRIC POLYNOMIALS KEITH CONRAD 1. Introduction Let F be a field. A polynomial f(X1;:::;Xn) 2 F [X1;:::;Xn] is called symmetric if it is unchanged by all permutations of its variables: f(X1;:::;Xn) = f(Xσ(1);:::;Xσ(n)) for every permutation σ of f1; : : : ; ng. Example 1.1. The sum X1 + ··· + Xn and product X1 ··· Xn are both symmetric, as are r r the power sums X1 + ··· + Xn for all r ≥ 1. 5 Example 1.2. Let f(X1;X2;X3) = X1 + X2X3. This polynomial is unchanged if we 5 interchange X2 and X3, but if we interchange X1 and X3 then f becomes X3 + X2X1, which is not f. This polynomial is only \partially symmetric." An important collection of symmetric polynomials occurs as the coefficients in the poly- nomial n n−1 n−2 n (1.1) (T − X1)(T − X2) ··· (T − Xn) = T − s1T + s2T − · · · + (−1) sn: Here s1 is the sum of the Xi's, sn is their product, and more generally X sk = Xi1 ··· Xik 1≤i1<···<ik≤n is the sum of the products of the Xi's taken k terms at a time. The polynomial sk is symmetric in X1;:::;Xn and is called the kth elementary symmetric polynomial { or kth elementary symmetric function { in X1;:::;Xn. p p 3+ 5 3− 5 Example 1.3. Let α = 2 and β = 2 . Although α and β are not rational, their elementary symmetric polynomials are: s1 = α + β = 3 and s2 = αβ = 1. Example 1.4. Let α, β, and γ be the three roots of T 3 − T − 1, so T 3 − T − 1 = (T − α)(T − β)(T − γ): Multiplying out the right side and equating coefficients on both sides, the elementary sym- metric functions of α, β, and γ are s1 = α + β + γ = 0, s2 = αβ + αγ + βγ = −1, and s3 = αβγ = 1. Our goal is to prove the following theorem. Theorem 1.5. The set of symmetric polynomials in F [X1;:::;Xn] is F [s1; : : : ; sn]. That is, every symmetric polynomial in n variables is a polynomial in the elementary symmetric functions of those n variables. 1 2 KEITH CONRAD Example 1.6. In two variables, the polynomial X3 + Y 3 is symmetric in X and Y . As a polynomial in s1 = X + Y and s2 = XY , 3 3 3 3 X + Y = (X + Y ) − 3XY (X + Y ) = s1 − 3s1s2: There are several ways to prove Theorem 1.5. For example, it is proved in [4, Chap. IV, Sect. 6] by a double induction on n and on the degree of the polynomial. The theorem can also be proved using Galois theory, transcendental field extensions, and integral ring extensions.1 The proof we will give, based on [1, Sect. 7.1], provides an explicit algorithm that turns a symmetric polynomial in X1;:::;Xn into a polynomial in s1; : : : ; sn. 2. Lexicographic ordering on F [X1;:::;Xn] In F [X], many theorems are proved using induction on the degree of polynomials. The degree is a nonnegative integer associated to each nonzero polynomial f(X): it is the largest n n ≥ 0 such that f(X) contains a monomial anX where an 6= 0 in F . The monomials 1; X; X2;X3;::: (all with coefficient 1) are ordered by degree as 1 < X < X2 < : : :, and deg(f) is the largest monomial appearing in f with a nonzero coefficient. i1 in On F [X1;:::;Xn] we will use a total ordering on the monomials X1 ··· Xn and associate to that ordering an analogue on F [X1;:::;Xn] of the degree on F [X]. n Definition 2.1. For i = (i1; : : : ; in) and j = (j1; : : : ; jn) in N , set i < j if, for the first index r such that ir 6= jr, we have ir < jr. Write i ≤ j if i < j or i = j. Example 2.2. In N4, (3; 0; 2; 4) < (5; 1; 1; 3) and (3; 0; 2; 4) < (3; 0; 3; 1). Example 2.3. In Nn, 0 < i for all i 6= 0. This way of ordering n-tuples in Nn is called the lexicographic (i.e., dictionary) ordering since it resembles the way words are ordered in the dictionary alphabetically if we think of one word as \less" than another if it comes earlier in the dictionary. The \greater" word comes later. Alphabetical order first compares words by the first letter, if the first letters are the same then the words are compared by the second letter, and so on. While words in a dictionary have varying length, we are using lexicographic ordering only to compare sequences in N with the same number of terms. Theorem 2.4. Lexicographic ordering on Nn has the following properties. (1)( Total ordering) For all i and j, exactly one of i = j or i < j or j < i holds. (2)( Transitivity) If i < j and j < k then i < k. The same is true with ≤ in place of <. (3)( Compatibility with addition) If i ≤ i0 and j ≤ j0 then i + j ≤ i0 + j0, and if either inequality in the hypothesis is strict then the inequality in the conclusion is strict. Proof. (1) If i 6= j, then there is an r where ir 6= jr in N. Let r be the least index where this happens. If ir < jr then i < j, and if jr < ir then j < i. (2) Let r be the least index where ir; jr, and kr are not all equal. We must have ir 6= jr or jr 6= kr (if both were equalities then ir = jr = kr, which isn't true). Since earlier coordinates in i, j, and k are all equal, either ir < jr or jr < kr because i < j and j < k. Therefore ir ≤ jr ≤ kr with at least one inequality being strict, so ir < kr and earlier coordinates in i and k are equal. Thus i < k. 1Historically, Theorem 1.5 used to be part of the mathematical development leading to Galois theory, which would make a proof of Theorem 1.5 by Galois theory circular, but Galois theory in its modern form does not require Theorem 1.5. SYMMETRIC POLYNOMIALS 3 This result for ≤ is the same argument as with < except we have the extra cases where i and j may coincide or j and k may coincide, which makes things easier. (3) Rather than take cases based on where i and i0 may first differ or where j and j0 may first differ, observe that i ≤ i0 ) i + k ≤ i0 + k for all k: this is obvious when i = i0, and 0 0 0 when i < i the only way ir + kr differs from ir + kr is if ir 6= ir, and the first time this 0 0 happens we have ir < ir, so ir + kr < ir + kr. Now we use that twice together with the transitivity in (2). If i ≤ i0 and j ≤ j0, then i + j ≤ i0 + j = j + i0 ≤ j0 + i0 = i0 + j0 =) i + j ≤ i0 + j0: The case of < in place of ≤ is analogous. A polynomial f 2 F [X1;:::;Xd] is a sum of the form X i1 in f = ci1;:::;in X1 ··· Xn i1;:::;in≥0 where ci1;:::;in 2 F and only finitely many coefficients can be nonzero. Abbreviate this P i i i1 in sum to multi-index form as i ciX , where X := X1 ··· Xn for i = (i1; : : : ; in). Note i j i+j P X X = X . (In the notation i, only finitely many terms are nonzero.) When f 6= 0, lexicographic ordering lets us compare the different nonzero monomials appearing in f, which leads to the following concepts that generalize degree and leading terms on F [X]. P i Definition 2.5. Write f in F [X1;:::;Xn] as i ciX . If f 6= 0, the multidegree of f is the lexicographically largest index in Nn of a nonzero monomial in f: n mdeg f = maxfi : ci 6= 0g 2 N : The multidegree of the zero polynomial is not defined. If f 6= 0 and mdeg f = d, we call d cdX the leading term of f and cd the leading coefficient of f, written cd = lead f. We can separate the leading term of a nonzero f of multidegree d from its other nonzero terms to get d X i f = cdX + ciX : i<d Because multidegrees are totally ordered, a nonzero polynomial in F [X1;:::;Xn] has a unique leading term and a unique leading coefficient in F . 5 8 Example 2.6. In Q[X1;X2], let f = 7X1X2 + 3X2 + 9. Since max((1; 5); (0; 8); (0; 0)) = 2 5 8 (1; 5) in N , mdeg(f) = (1; 5) and lead(7X1X2 + 3X2 + 9) = 7. Example 2.7. In F [X1;:::;Xn], mdeg(X1) = (1; 0;:::; 0) and mdeg(Xn) = (0; 0;:::; 1). Example 2.8. The polynomials with multidegree 0 are the nonzero constants. Example 2.9. The multidegrees of the elementary symmetric polynomials are mdeg(s1) = (1; 0; 0;:::; 0); mdeg(s2) = (1; 1; 0;:::; 0); . mdeg(sn) = (1; 1; 1;:::; 1): For k = 1; : : : ; n, the leading term of sk is X1 ··· Xk, so the leading coefficient of sk is 1. 4 KEITH CONRAD Our definition of multidegree is specific to calling X1 the “first” variable and Xn the \last" variable. Despite its ad hoc nature (there is nothing intrinsic about making X1 the “first” variable), the multidegree is useful since it permits us to prove theorems about all multivariable polynomials by ordering them according to their multidegree.
Recommended publications
  • Covariances of Symmetric Statistics
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Elsevier - Publisher Connector JOURNAL OF MULTIVARIATE ANALYSIS 41, 14-26 (1992) Covariances of Symmetric Statistics RICHARD A. VITALE Universily of Connecticut Communicared by C. R. Rao We examine the second-order structure arising when a symmetric function is evaluated over intersecting subsets of random variables. The original work of Hoeffding is updated with reference to later results. New representations and inequalities are presented for covariances and applied to U-statistics. 0 1992 Academic Press. Inc. 1. INTRODUCTION The importance of the symmetric use of sample observations was apparently first observed by Halmos [6] and, following the pioneering work of Hoeffding [7], has been reflected in the active study of U-statistics (e.g., Hoeffding [8], Rubin and Vitale [ 111, Dynkin and Mandelbaum [2], Mandelbaum and Taqqu [lo] and, for a lucid survey of the classical theory Serfling [12]). An important feature is the ANOVA-type expansion introduced by Hoeffding and its application to finite-sample inequalities, Efron and Stein [3], Karlin and Rinnott [9], Bhargava Cl], Takemura [ 143, Vitale [16], Steele [ 131). The purpose here is to survey work on this latter topic and to present new results. After some preliminaries, Section 3 organizes for comparison three approaches to the ANOVA-type expansion. The next section takes up characterizations and representations of covariances. These are then used to tighten an important inequality of Hoeffding and, in the last section, to study the structure of U-statistics. 2. NOTATION AND PRELIMINARIES The general setup is a supply X,, X,, .
    [Show full text]
  • Generating Functions from Symmetric Functions Anthony Mendes And
    Generating functions from symmetric functions Anthony Mendes and Jeffrey Remmel Abstract. This monograph introduces a method of finding and refining gen- erating functions. By manipulating combinatorial objects known as brick tabloids, we will show how many well known generating functions may be found and subsequently generalized. New results are given as well. The techniques described in this monograph originate from a thorough understanding of a connection between symmetric functions and the permu- tation enumeration of the symmetric group. Define a homomorphism ξ on the ring of symmetric functions by defining it on the elementary symmetric n−1 function en such that ξ(en) = (1 − x) /n!. Brenti showed that applying ξ to the homogeneous symmetric function gave a generating function for the Eulerian polynomials [14, 13]. Beck and Remmel reproved the results of Brenti combinatorially [6]. A handful of authors have tinkered with their proof to discover results about the permutation enumeration for signed permutations and multiples of permuta- tions [4, 5, 51, 52, 53, 58, 70, 71]. However, this monograph records the true power and adaptability of this relationship between symmetric functions and permutation enumeration. We will give versatile methods unifying a large number of results in the theory of permutation enumeration for the symmet- ric group, subsets of the symmetric group, and assorted Coxeter groups, and many other objects. Contents Chapter 1. Brick tabloids in permutation enumeration 1 1.1. The ring of formal power series 1 1.2. The ring of symmetric functions 7 1.3. Brenti’s homomorphism 21 1.4. Published uses of brick tabloids in permutation enumeration 30 1.5.
    [Show full text]
  • Math 263A Notes: Algebraic Combinatorics and Symmetric Functions
    MATH 263A NOTES: ALGEBRAIC COMBINATORICS AND SYMMETRIC FUNCTIONS AARON LANDESMAN CONTENTS 1. Introduction 4 2. 10/26/16 5 2.1. Logistics 5 2.2. Overview 5 2.3. Down to Math 5 2.4. Partitions 6 2.5. Partial Orders 7 2.6. Monomial Symmetric Functions 7 2.7. Elementary symmetric functions 8 2.8. Course Outline 8 3. 9/28/16 9 3.1. Elementary symmetric functions eλ 9 3.2. Homogeneous symmetric functions, hλ 10 3.3. Power sums pλ 12 4. 9/30/16 14 5. 10/3/16 20 5.1. Expected Number of Fixed Points 20 5.2. Random Matrix Groups 22 5.3. Schur Functions 23 6. 10/5/16 24 6.1. Review 24 6.2. Schur Basis 24 6.3. Hall Inner product 27 7. 10/7/16 29 7.1. Basic properties of the Cauchy product 29 7.2. Discussion of the Cauchy product and related formulas 30 8. 10/10/16 32 8.1. Finishing up last class 32 8.2. Skew-Schur Functions 33 8.3. Jacobi-Trudi 36 9. 10/12/16 37 1 2 AARON LANDESMAN 9.1. Eigenvalues of unitary matrices 37 9.2. Application 39 9.3. Strong Szego limit theorem 40 10. 10/14/16 41 10.1. Background on Tableau 43 10.2. KOSKA Numbers 44 11. 10/17/16 45 11.1. Relations of skew-Schur functions to other fields 45 11.2. Characters of the symmetric group 46 12. 10/19/16 49 13. 10/21/16 55 13.1.
    [Show full text]
  • Some New Symmetric Function Tools and Their Applications
    Some New Symmetric Function Tools and their Applications A. Garsia ∗Department of Mathematics University of California, La Jolla, CA 92093 [email protected] J. Haglund †Department of Mathematics University of Pennsylvania, Philadelphia, PA 19104-6395 [email protected] M. Romero ‡Department of Mathematics University of California, La Jolla, CA 92093 [email protected] June 30, 2018 MR Subject Classifications: Primary: 05A15; Secondary: 05E05, 05A19 Keywords: Symmetric functions, modified Macdonald polynomials, Nabla operator, Delta operators, Frobenius characteristics, Sn modules, Narayana numbers Abstract Symmetric Function Theory is a powerful computational device with applications to several branches of mathematics. The Frobenius map and its extensions provides a bridge translating Representation Theory problems to Symmetric Function problems and ultimately to combinatorial problems. Our main contributions here are certain new symmetric func- tion tools for proving a variety of identities, some of which have already had significant applications. One of the areas which has been nearly untouched by present research is the construction of bigraded Sn modules whose Frobenius characteristics has been conjectured from both sides. The flagrant example being the Delta Conjecture whose symmetric function side was conjectured to be Schur positive since the early 90’s and there are various unproved recent ways to construct the combinatorial side. One of the most surprising applications of our tools reveals that the only conjectured bigraded Sn modules are remarkably nested by Sn the restriction ↓Sn−1 . 1 Introduction Frobenius constructed a map Fn from class functions of Sn to degree n homogeneous symmetric poly- λ nomials and proved the identity Fnχ = sλ[X], for all λ ⊢ n.
    [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]
  • Symmetric Group Characters As Symmetric Functions, Arxiv:1605.06672
    SYMMETRIC GROUP CHARACTERS AS SYMMETRIC FUNCTIONS (EXTENDED ABSTRACT) ROSA ORELLANA AND MIKE ZABROCKI Abstract. The irreducible characters of the symmetric group are a symmetric polynomial in the eigenvalues of a permutation matrix. They can therefore be realized as a symmetric function that can be evaluated at a set of variables and form a basis of the symmetric functions. This basis of the symmetric functions is of non-homogeneous degree and the (outer) product structure coefficients are the stable Kronecker coefficients. We introduce the irreducible character basis by defining it in terms of the induced trivial char- acters of the symmetric group which also form a basis of the symmetric functions. The irreducible character basis is closely related to character polynomials and we obtain some of the change of basis coefficients by making this connection explicit. Other change of basis coefficients come from a repre- sentation theoretic connection with the partition algebra, and still others are derived by developing combinatorial expressions. This document is an extended abstract which can be used as a review reference so that this basis can be implemented in Sage. A more full version of the results in this abstract can be found in arXiv:1605.06672. 1. Introduction We begin with a very basic question in representation theory. Can the irreducible characters of the symmetric group be realized as functions of the eigenvalues of the permutation matrices? In general, characters of matrix groups are symmetric functions in the set of eigenvalues of the matrix and (as we will show) the symmetric group characters define a basis of inhomogeneous degree for the space of symmetric functions.
    [Show full text]
  • An Introduction to Symmetric Functions
    An Introduction to Symmetric Functions Ira M. Gessel Department of Mathematics Brandeis University Summer School on Algebraic Combinatorics Korea Institute for Advanced Study Seoul, Korea June 13, 2016 They are formal power series in the infinitely many variables x1; x2;::: that are invariant under permutation of the subscripts. In other words, if i1;:::; im are distinct positive integers and α1; : : : ; αm are arbitrary nonnegative integers then the coefficient of xα1 ··· xαm in a symmetric function is the same as i1 im α1 αm the coefficient of x1 ··· xm . Examples: 2 2 I x1 + x2 + ::: P I i≤j xi xj P 2 But not i≤j xi xj What are symmetric functions? Symmetric functions are not functions. In other words, if i1;:::; im are distinct positive integers and α1; : : : ; αm are arbitrary nonnegative integers then the coefficient of xα1 ··· xαm in a symmetric function is the same as i1 im α1 αm the coefficient of x1 ··· xm . Examples: 2 2 I x1 + x2 + ::: P I i≤j xi xj P 2 But not i≤j xi xj What are symmetric functions? Symmetric functions are not functions. They are formal power series in the infinitely many variables x1; x2;::: that are invariant under permutation of the subscripts. Examples: 2 2 I x1 + x2 + ::: P I i≤j xi xj P 2 But not i≤j xi xj What are symmetric functions? Symmetric functions are not functions. They are formal power series in the infinitely many variables x1; x2;::: that are invariant under permutation of the subscripts. In other words, if i1;:::; im are distinct positive integers and α1; : : : ; αm are arbitrary nonnegative integers then the coefficient of xα1 ··· xαm in a symmetric function is the same as i1 im α1 αm the coefficient of x1 ··· xm .
    [Show full text]
  • Symmetries and Polynomials
    Symmetries and Polynomials Aaron Landesman and Apurva Nakade June 30, 2018 Introduction In this class we’ll learn how to solve a cubic. We’ll also sketch how to solve a quartic. We’ll explore the connections between these solutions and group theory. Towards the end, we’ll hint towards the deep connection between polynomials and groups via Galois Theory. This connection allows one to convert the classical question of whether a general quintic can be solved by radicals to a group theory problem, which can be relatively easily answered. The 5 day outline is as follows: 1. The first two days are dedicated to studying polynomials. On the first day, we’ll study a simple invariant associated to every polynomial, the discriminant. 2. On the second day, we’ll solve the cubic equation by a method motivated by Galois theory. 3. Days 3 and 4 are a “practical” introduction to group theory. On day 3 we’ll learn about groups as symmetries of geometric objects. 4. On day 4, we’ll learn about the commutator subgroup of a group. 5. Finally, on the last day we’ll connect the two theories and explain the Galois corre- spondence for the cubic and the quartic. There are plenty of optional problems along the way for those who wish to explore more. Tricky optional problems are marked with ∗, and especially tricky optional problems are marked with ∗∗. 1 1 The Discriminant Today we’ll introduce the discriminant of a polynomial. The discriminant of a polynomial P is another polynomial Q which tells you whether P has any repeated roots over C.
    [Show full text]
  • Symmetric Functions Over Finite Fields
    Symmetric functions over finite fields Mihai Prunescu ∗ Abstract The number of linear independent algebraic relations among elementary symmetric poly- nomial functions over finite fields is computed. An algorithm able to find all such relations is described. The algorithm consists essentially of Gauss' upper triangular form algorithm. It is proved that the basis of the ideal of algebraic relations found by the algorithm consists of polynomials having coefficients in the prime field Fp. A.M.S.-Classification: 14-04, 15A03. 1 Introduction The problem of interpolation for symmetric functions over fields is an important question in Algebra, and a lot of aspects of this problem have been treated by many authors; see for example the monograph [2] for the big panorama of symmetric polynomials, or [3] for more special results concerning the interpolation. In the case of finite fields the problem of interpolation for symmetric functions is in the same time easier than but different from the general problem. It is easier because it can always be reduced to systems of linear equations. Indeed, there are only finitely many monomials leading to different polynomial functions, and only finitely many tuples to completely define a function. The reason making the problem different from the general one is not really deeper. Let Si be the elementary symmetric polynomials in variables Xi (i = 1; : : : ; n). If the exponents are bounded by q, one has exactly so many polynomials in Si as polynomials in Xi, but strictly less symmetric functions n from Fq ! Fq than general functions. It follows that a lot of polynomials in Si must express the constant 0 function.
    [Show full text]
  • Introduction to Symmetric Functions Chapter 3 Mike Zabrocki
    Introduction to Symmetric Functions Chapter 3 Mike Zabrocki Abstract. A development of the symmetric functions using the plethystic notation. CHAPTER 2 Symmetric polynomials Our presentation of the ring of symmetric functions has so far been non-standard and re- visionist in the sense that the motivation for defining the ring Λ was historically to study the ring of polynomials which are invariant under the permutation of the variables. In this chapter we consider the relationship between Λ and this ring. In this section we wish to consider polynomials f(x1, x2, . , xn) ∈ Q[x1, x2, . , xn] such that f(xσ1 , xσ2 , ··· , xσn ) = f(x1, x2, . , xn) for all σ ∈ Symn. These polynomials form a ring since clearly they are closed under multiplication and contain the element 1 as a unit. We will denote this ring Xn Λ = {f ∈ Q[x1, x2, . , xn]: f(x1, x2, . , xn) =(2.1) f(xσ1 , xσ2 , . , xσn ) for all σ ∈ Symn} Xn Pn k Now there is a relationship between Λ and Λ by setting pk[Xn] := k=1 xi and define a map Λ −→ ΛXn by the linear homomorphism (2.2) pλ 7→ pλ1 [Xn]pλ1 [Xn] ··· pλ`(λ) [Xn] with the natural extension to linear combinations of the pλ. In a more general setting we will take the elements Λ to be a set of functors on polynomials k pk[xi] = xi and pk[cE + dF ] = cpk[E] + dpk[F ] for E, F ∈ Q[x1, x2, . , xn] and coefficients c, d ∈ Q then pλ[E] := pλ1 [E]pλ2 [E] ··· pλ`(λ) [E]. This means that f ∈ Λ will also be a Xn function from Q[x1, x2, .
    [Show full text]
  • Worksheet on Symmetric Polynomials
    Worksheet on Symmetric Polynomials Renzo's Math 281 December 3, 2008 A polynomial in several variables x1; : : : ; xn is called symmetric if it does not change when you permute the variables. For example: 1. any polynomial in just one variable is symmetric because there is nothing to permute... 2 2 2. the polynomial x1 + x2 + 5x1 + 5x2 − 8 is a symmetric polynomial in two variables. 3. the polynomial x1x2x3 is a symmetric polynomial in three variables. 2 4. the polynomial x1 + x1x2 is NOT a symmetric polynomial. Permuting x1 2 and x2 you obtain x2 + x1x2 which is different! Problem 1. Familiarize yourself with symmetric polynomials. Write down some examples of symmetric polynomials and of polynomials which are not sym- metric. Problem 2. Describe all possible symmetric polynomials: • in two variables of degree one; • in three variables of degree one; • in four variables of degree one; • in two variables of degree two; • in three variables of degree two; • in four variables of degree two; • in two variables of degree three; • in three variables of degree three; • in four variables of degree three. 1 Now observe the set of symmetric polynomials in n variables. It is a vector subspace of the vector space of all possible polynomials. (Why is it true?) In particular we want to think about Q-vector subspaces...this simply means that we only allow coefficients to be rational numbers, and that we allow ourselves to only stretch by rational numbers. This is VERY IMPORTANT for our purposes, but in practice it doesn't change anything in terms of how you should go about these probems.
    [Show full text]