Tensors in Computations 3 a Large Part of Our Article; the Title of Our Article Also Includes the Use of Tensors As a Tool in the Analysis of Algorithms (E.G

Total Page:16

File Type:pdf, Size:1020Kb

Tensors in Computations 3 a Large Part of Our Article; the Title of Our Article Also Includes the Use of Tensors As a Tool in the Analysis of Algorithms (E.G Acta Numerica (2021), pp. 1–208 © Cambridge University Press, 2021 doi:10.1017/S0962492921000076 Printed in the United Kingdom Tensors in computations Lek-Heng Lim Computational and Applied Mathematics Initiative, University of Chicago, Chicago, IL 60637, USA E-mail: [email protected] The notion of a tensor captures three great ideas: equivariance, multilinearity, separ- ability. But trying to be three things at once makes the notion difficult to understand. We will explain tensors in an accessible and elementary way throughthe lensof linear algebra and numerical linear algebra, elucidated with examples from computational and applied mathematics. CONTENTS 1 Introduction 1 2 Tensors via transformation rules 11 3 Tensors via multilinearity 41 4 Tensors via tensor products 85 5 Odds and ends 191 References 195 1. Introduction arXiv:2106.08090v1 [math.NA] 15 Jun 2021 We have two goals in this article: the first is to explain in detail and in the simplest possible terms what a tensor is; the second is to discuss the main ways in which tensors play a role in computations. The two goals are interwoven: what defines a tensor is also what makes it useful in computations, so it is important to gain a genuine understanding of tensors. We will take the reader through the three common definitions of a tensor: as an object that satisfies certain transformation rules, as a multilinear map, and as an element of a tensor product of vector spaces. We will explain the motivations behind these definitions, how one definition leads to the next, and how they all fit together. All three definitions are useful in compu- tational mathematics but in different ways; we will intersperse our discussions of each definition with considerations of how it is employed in computations, using the latter as impetus for the former. Tensors arise in computations in one of three ways: equivariance under coordin- 2 L.-H. Lim ate changes, multilinear maps and separation of variables, each corresponding to one of the aforementioned definitions. Separability. The last of the three is the most prevalent, arising in various forms in problems, solutions and algorithms. One may exploit separable structures in ordinary differential equations, in integral equations, in Hamiltonians, in objective functions, etc. The separation-of-variables technique may be applied to solve partial differential and integral equations, or even finite difference and integro- differential equations. Separability plays an indispensable role in Greengard and Rokhlin’s fast multipole method, Grover’s quantum search algorithm, Hartree– Fock approximations of various stripes, Hochbaum and Shanthikumar’s non-linear separable convex optimization, Smolyak’s quadrature, and beyond. It also underlies tensor product construction of various objects – bases, frames, function spaces, kernels, multiresolution analyses, operators and quadratures among them. Multilinearity. Many common operations, ranging from multiplying two complex numbers or matrices to the convolution or bilinear Hilbert transform of functions, are bilinear operators. Trilinear functionals arise in self-concordance and numerical stability, and in fast integer and fast matrix multiplications. The last leads us to the matrix multiplication exponent, which characterizes the computational complexity of not just matrix multiplication but also inversion, determinant, null basis, linear systems, LU/QR/eigenvalue/Hessenberg decompositions, and more. Higher-order multilinear maps arise in the form of multidimensional Fourier/Laplace/Z/discrete cosine transforms and as cryptographic multilinear maps. Even if a multivariate function is not multilinear, its derivatives always are, and thus Taylor and multipole series are expansions in multilinear maps. Equivariance. Equivariance is an idea as old as tensors and has been implicitly used throughout algorithms in numerical linear algebra. Every time we transform the scalars, vectors or matrices in a problem from one form to another via a sequence of Givens or Jacobi rotations, Householder reflectors or Gauss transforms, or through a Krylov or Fourier or wavelet basis, we are employing equivariance in the form of various 0-, 1- or 2-tensor transformation rules. Beyond numerical linear algebra, the equivariance of tools from interior point methods to deep neural networks is an important reason for their success. The equivariance of Newton’s method allows it to solve arbitrarily ill-conditioned optimization problems in theory and highly ill-conditioned ones in practice. AlphaFold 2 conquered the protein structure prediction problem with an equivariant neural network. Incidentally, out of the so-called ‘top ten algorithms of the twentieth century’ (Dongarra and Sullivan 2000), fast multipole (Board and Schulten 2000), fast Fourier transform (Rockmore 2000), Krylov subspaces (van der Vorst 2000), Fran- cis’s QR (Parlett 2000) and matrix decompositions (Stewart 2000) all draw from these three aforementioned tensorial ideas in one way or another. Nevertheless, by ‘computations’ we do not mean just algorithms, although these will constitute Tensors in computations 3 a large part of our article; the title of our article also includes the use of tensors as a tool in the analysis of algorithms (e.g. self-concordance in polynomial-time convergence), providing intractability guarantees (e.g. cryptographic multilinear maps), reducing complexity of models (e.g. equivariant neural networks), quanti- fying computational complexity (e.g. exponent of matrix multiplication) and in yet other ways. It would be prudent to add that while tensors are an essential ingredient in the aforementioned computational tools, they are rarely the only ingredient: it is usually in combination with other concepts and techniques – calculus of variations, Gauss quadrature, multiresolution analysis, the power method, reproducing kernel Hilbert spaces, singular value decomposition, etc. – that they become potent tools. The article is written with accessibility and simplicity in mind. Our exposition assumes only standard undergraduate linear algebra: vector spaces, linear maps, dual spaces, change of basis, etc. Knowledge of numerical linear algebra is a plus since this article mainly targets computational mathematicians. As physicists have played an outsize role in the development of tensors, it is inevitable that motivations for certain aspects, explanations for certain definitions, etc., are best understood from a physicist’s perspective and to this end we will include some discussions to provide context. When discussing applications or the physics origin of certain ideas, it is inevitable that we have to assume slightly more background, but we strive to be self-contained and limit ourselves to the most pertinent basic ideas. In particular, it is not our objective to provide a comprehensive survey of all things tensorial. We focus on the foundational and fundamental; results from current research make an appearance only if they illuminate these basic aspects. We have avoided a formal textbook-style treatment and opted for a more casual exposition that hopefully makes for easier reading (and in part to keep open the possibility of a future book project). 1.1. Overview There are essentially three ways to define a tensor, reflecting the chronological evolution of the notion through the last 140 years or so: ➀ as a multi-indexed object that satisfies certain transformation rules, ➁ as a multilinear map, ➂ as an element of a tensor product of vector spaces. The key to the coordinate-dependent definition in ➀ is the emphasized part: the transformation rules are what define a tensor when one chooses to view it as a multi-indexed object, akin to the group laws in the definition of a group. The more modern coordinate-free definitions ➁ and ➂ automatically encode these transformation rules. The multi-indexed object, which could be a hypermatrix, a polynomial, a differential form, etc., is then a coordinate representation of either ➁ or ➂ with respect to a choice of bases, and the corresponding transformation rule is a change-of-basis theorem. Take the following case familiar to anyone who has studied linear algebra. Let V 4 L.-H. Lim and W be finite-dimensional vector spaces over R. A linear map 5 : V W is an order-2 tensor of covariant order 1 and contravariant order 1; this is the description→ according to definition ➁. We may construct a new vector space V W, where ∗ ⊗ V∗ denotes the dual space of V, and show that 5 corresponds to a unique element ) V∗ W; this is the description according to definition ➂. With a choice of bases ∈ ⊗ < = ℬV and ℬW, 5 or ) may be represented as a matrix R × , where < = dim V and = = dim W. Note, however, that the matrix is∈ not unique and depends ℬ ℬ on our choice of bases, and different bases V′ and W′ would give a different < = matrix representation ′ R × . The change-of-basis theorem states that the two ∈ 1 matrices are related via the transformation rule1 ′ = -− ., where - and . are the change-of-basis matrices on W and V respectively. Definition ➀ is essentially an attempt to define a linear map using its change-of-basis theorem – possible but awkward. The reason for such an awkward definition is one of historical necessity: definition ➀ had come before any of the modern notions we now take for granted in linear algebra – vector space, dual space, linear map, bases, etc. – were invented. We stress that if one chooses to work with definition ➀, then it is the transform- ation rule/change-of-basis theorem and not the multi-indexed object that
Recommended publications
  • 28. Exterior Powers
    28. Exterior powers 28.1 Desiderata 28.2 Definitions, uniqueness, existence 28.3 Some elementary facts 28.4 Exterior powers Vif of maps 28.5 Exterior powers of free modules 28.6 Determinants revisited 28.7 Minors of matrices 28.8 Uniqueness in the structure theorem 28.9 Cartan's lemma 28.10 Cayley-Hamilton Theorem 28.11 Worked examples While many of the arguments here have analogues for tensor products, it is worthwhile to repeat these arguments with the relevant variations, both for practice, and to be sensitive to the differences. 1. Desiderata Again, we review missing items in our development of linear algebra. We are missing a development of determinants of matrices whose entries may be in commutative rings, rather than fields. We would like an intrinsic definition of determinants of endomorphisms, rather than one that depends upon a choice of coordinates, even if we eventually prove that the determinant is independent of the coordinates. We anticipate that Artin's axiomatization of determinants of matrices should be mirrored in much of what we do here. We want a direct and natural proof of the Cayley-Hamilton theorem. Linear algebra over fields is insufficient, since the introduction of the indeterminate x in the definition of the characteristic polynomial takes us outside the class of vector spaces over fields. We want to give a conceptual proof for the uniqueness part of the structure theorem for finitely-generated modules over principal ideal domains. Multi-linear algebra over fields is surely insufficient for this. 417 418 Exterior powers 2. Definitions, uniqueness, existence Let R be a commutative ring with 1.
    [Show full text]
  • Multilinear Algebra a Bilinear Map in Chapter I
    ·~ ...,... .chapter II 1 60 MULTILINEAR ALGEBRA Here a:"~ E v,' a:J E VJ for j =F i, and X EF. Thus, a function rjl: v 1 X ••• X v n --+ v is a multilinear mapping if for all i e { 1, ... , n} and for all vectors a: 1 e V 1> ... , a:1_ 1 eV1_h a:1+ 1eV1+ 1 , ••. , a:.ev•• we have rjl(a: 1 , ... ,a:1_ 1, ··, a 1+ 1, ... , a:.)e HomJ>{V" V). Before proceeding further, let us give a few examples of multilinear maps. Example 1. .2: Ifn o:= 1, then a function cf>: V 1 ..... Vis a multilinear mapping if and only if r/1 is a linear transformation. Thus, linear tra~sformations are just special cases of multilinear maps. 0 Example 1.3: If n = 2, then a multilinear map r/1: V 1 x V 2 ..... V is what we called .Multilinear Algebra a bilinear map in Chapter I. For a concrete example, we have w: V x v• ..... F given by cv(a:, T) = T(a:) (equation 6.6 of Chapter 1). 0 '\1 Example 1.4: The determinant, det{A), of an n x n matrix A can be thought of .l as a multilinear mapping cf>: F .. x · · · x P--+ F in the following way: If 1. MULTILINEAR MAPS AND TENSOR PRODUCTS a: (a , ... , a .) e F" for i 1, ... , o, then set rjl(a: , ... , a:.) det(a J)· The fact "'I 1 = 11 1 = 1 = 1 that rJ> is multilinear is an easy computation, which we leave as an exercise at the In Chapter I, we dealt mainly with functions of one variable.
    [Show full text]
  • Cross Products, Automorphisms, and Gradings 3
    CROSS PRODUCTS, AUTOMORPHISMS, AND GRADINGS ALBERTO DAZA-GARC´IA, ALBERTO ELDUQUE, AND LIMING TANG Abstract. The affine group schemes of automorphisms of the multilinear r- fold cross products on finite-dimensional vectors spaces over fields of character- istic not two are determined. Gradings by abelian groups on these structures, that correspond to morphisms from diagonalizable group schemes into these group schemes of automorphisms, are completely classified, up to isomorphism. 1. Introduction Eckmann [Eck43] defined a vector cross product on an n-dimensional real vector space V , endowed with a (positive definite) inner product b(u, v), to be a continuous map X : V r −→ V (1 ≤ r ≤ n) satisfying the following axioms: b X(v1,...,vr), vi =0, 1 ≤ i ≤ r, (1.1) bX(v1,...,vr),X(v1,...,vr) = det b(vi, vj ) , (1.2) There are very few possibilities. Theorem 1.1 ([Eck43, Whi63]). A vector cross product exists in precisely the following cases: • n is even, r =1, • n ≥ 3, r = n − 1, • n =7, r =2, • n =8, r =3. Multilinear vector cross products X on vector spaces V over arbitrary fields of characteristic not two, relative to a nondegenerate symmetric bilinear form b(u, v), were classified by Brown and Gray [BG67]. These are the multilinear maps X : V r → V (1 ≤ r ≤ n) satisfying (1.1) and (1.2). The possible pairs (n, r) are again those in Theorem 1.1. The exceptional cases: (n, r) = (7, 2) and (8, 3), are intimately related to the arXiv:2006.10324v1 [math.RT] 18 Jun 2020 octonion, or Cayley, algebras.
    [Show full text]
  • Multibraces on the Hochschild Space  Fusun( Akman Department of Mathematics and Statistics, Coastal Carolina University, P.O
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Pure and Applied Algebra 167 (2002) 129–163 www.elsevier.com/locate/jpaa Multibraces on the Hochschild space Fusun( Akman Department of Mathematics and Statistics, Coastal Carolina University, P.O. Box 261954, Conway, SC 29528-6054, USA Received 24 March 1997; received in revised form8 January 2001 Communicated by J. Huebschmann Abstract We generalize the coupled braces {x}{y} of Gerstenhaber and {x}{y1;:::;yn} of Gersten- haber and Getzler depicting compositions of multilinear maps in the Hochschild space C•(A)= Hom(T •A; A) of a graded vector space A to expressions of the form {x(1);:::;x(1)}··· 1 i1 {x(m);:::;x(m)} on the extended space C•;•(A) = Hom(T •A; T •A). We apply multibraces to 1 im study associative and Lie algebras, Batalin–Vilkovisky algebras, and A∞ and L∞ algebras: most importantly, we introduce a new variant of the master identity for L∞ algebras in the form {m˜ ◦ m˜}{sa1}{sa2}···{san} = 0. Using the new language, we also explain the signiÿcance of this notation for bialgebras (coassociativity is simply ◦=0), comment on the bialgebra coho- mology di>erential of Gerstenhaber and Schack, and deÿne multilinear higher-order di>erential operators with respect to multilinear maps. c 2002 Elsevier Science B.V. All rights reserved. MSC: 17A30; 17A40; 17A42; 16W55; 16W30 1. Introduction Occasionally, an algebraic identity we encounter in mathematical physics or homo- logical algebra boils down to the following: the composition of a multilinear map with another one, or a sumof such compositions,is identically zero.
    [Show full text]
  • Lecture Notes on Linear and Multilinear Algebra 2301-610
    Lecture Notes on Linear and Multilinear Algebra 2301-610 Wicharn Lewkeeratiyutkul Department of Mathematics and Computer Science Faculty of Science Chulalongkorn University August 2014 Contents Preface iii 1 Vector Spaces 1 1.1 Vector Spaces and Subspaces . 2 1.2 Basis and Dimension . 10 1.3 Linear Maps . 18 1.4 Matrix Representation . 32 1.5 Change of Bases . 42 1.6 Sums and Direct Sums . 48 1.7 Quotient Spaces . 61 1.8 Dual Spaces . 65 2 Multilinear Algebra 73 2.1 Free Vector Spaces . 73 2.2 Multilinear Maps and Tensor Products . 78 2.3 Determinants . 95 2.4 Exterior Products . 101 3 Canonical Forms 107 3.1 Polynomials . 107 3.2 Diagonalization . 115 3.3 Minimal Polynomial . 128 3.4 Jordan Canonical Forms . 141 i ii CONTENTS 4 Inner Product Spaces 161 4.1 Bilinear and Sesquilinear Forms . 161 4.2 Inner Product Spaces . 167 4.3 Operators on Inner Product Spaces . 180 4.4 Spectral Theorem . 190 Bibliography 203 Preface This book grew out of the lecture notes for the course 2301-610 Linear and Multilinaer Algebra given at the Deparment of Mathematics, Faculty of Science, Chulalongkorn University that I have taught in the past 5 years. Linear Algebra is one of the most important subjects in Mathematics, with numerous applications in pure and applied sciences. A more theoretical linear algebra course will emphasize on linear maps between vector spaces, while an applied-oriented course will mainly work with matrices. Matrices have an ad- vantage of being easier to compute, while it is easier to establish the results by working with linear maps.
    [Show full text]
  • Tensors in 10 Minutes Or Less
    Tensors In 10 Minutes Or Less Sydney Timmerman Under the esteemed mentorship of Apurva Nakade December 5, 2018 JHU Math Directed Reading Program Theorem If there is a relationship between two tensor fields in one coordinate system, that relationship holds in certain other coordinate systems This means the laws of physics can be expressed as relationships between tensors! Why tensors are cool, kids This means the laws of physics can be expressed as relationships between tensors! Why tensors are cool, kids Theorem If there is a relationship between two tensor fields in one coordinate system, that relationship holds in certain other coordinate systems Why tensors are cool, kids Theorem If there is a relationship between two tensor fields in one coordinate system, that relationship holds in certain other coordinate systems This means the laws of physics can be expressed as relationships between tensors! Example Einstein's field equations govern general relativity, 8πG G = T µν c4 µν 0|{z} 0|{z} (2) tensor (2) tensor What tensors look like What tensors look like Example Einstein's field equations govern general relativity, 8πG G = T µν c4 µν 0|{z} 0|{z} (2) tensor (2) tensor Let V be an n-dimensional vector space over R Definition Given u; w 2 V and λ 2 R, a covector is a map α : V ! R satisfying α(u + λw) = α(u) + λα(w) Definition Covectors form the dual space V ∗ The Dual Space Definition Given u; w 2 V and λ 2 R, a covector is a map α : V ! R satisfying α(u + λw) = α(u) + λα(w) Definition Covectors form the dual space V ∗ The Dual Space Let V be
    [Show full text]
  • Cryptanalysis on the Multilinear Map Over the Integers and Its Related Problems ∗
    Cryptanalysis on the Multilinear Map over the Integers and its Related Problems ∗ Jung Hee Cheon, Kyoohyung Han, Changmin Lee, Hansol Ryu Seoul National University (SNU), South Korea fjhcheon, satanigh, cocomi11, [email protected] Damien Stehl´e ENS de Lyon, Laboratoire LIP (U. Lyon, CNRS, ENSL, INRIA, UCBL), France [email protected] Abstract The CRT-ACD problem is to find the primes p1; : : : ; pn given polynomially many in- stances of CRT(p1;:::;pn)(r1; : : : ; rn) for small integers r1; : : : ; rn. The CRT-ACD problem is regarded as a hard problem, but its hardness is not proven yet. In this paper, we analyze the CRT-ACD problem when given one more input CRT(p1;:::;pn)(x0=p1; : : : ; x0=pn) for n Q x0 = pi and propose a polynomial-time algorithm for this problem by using products i=1 of the instances and auxiliary input. This algorithm yields a polynomial-time cryptanalysis of the (approximate) multilinear map of Coron, Lepoint and Tibouchi (CLT): We show that by multiplying encodings of zero with zero-testing parameters properly in the CLT scheme, one can obtain a required input of our algorithm: products of CRT-ACD instances and auxiliary input. This leads to a total break: all the quantities that were supposed to be kept secret can be recovered in an efficient and public manner. We also introduce polynomial-time algorithms for the Subgroup Membership, Deci- sion Linear, and Graded External Diffie-Hellman problems, which are used as the base problems of several cryptographic schemes constructed on multilinear maps. Keywords: Multilinear maps, Graded encoding schemes, Decision linear problem, Sub- group membership problem, Graded external Diffie-Hellman problem.
    [Show full text]
  • On Lie 2-Bialgebras
    Communications in Mathematical Research 34(1)(2018), 54{64 On Lie 2-bialgebras Qiao Yu and Zhao Jia∗ (School of Mathematics and Information Science, Shaanxi Normal University, Xi'an, 710119) Communicated by Du Xian-kun Abstract: A Lie 2-bialgebra is a Lie 2-algebra equipped with a compatible Lie 2- coalgebra structure. In this paper, we give another equivalent description for Lie 2-bialgebras by using the structure maps and compatibility conditions. We can use this method to check whether a 2-term direct sum of vector spaces is a Lie 2-bialgebra easily. Key words: big bracket, Lie 2-algebra, Lie 2-coalgebra, Lie 2-bialgebra 2010 MR subject classification: 17B66 Document code: A Article ID: 1674-5647(2018)01-0054-11 DOI: 10.13447/j.1674-5647.2018.01.06 1 Introduction 1.1 Background This paper is a sequel to [1], in which the notion of Lie 2-bialgeras was introduced. The main purpose of this paper is to give an equivalent condition for Lie 2-bialgebras. Generally speaking, a Lie 2-bialgebra is a Lie 2-algebra endowed with a Lie 2-coalgebra structure, satisfying certain compatibility conditions. As we all know, a Lie bialgebra structure on a Lie algebra (g; [ · ; · ]) consists of a cobracket δ : g ! g ^ g, which squares to zero, and satisfies the compatibility condition: for all x; y; z 2 g, δ([x; y]) = [x; δ(y)] − [y; δ(x)]: Consequently, one may ask what is a Lie 2-bialgebra. A Lie 2-bialgebra is a pair of 2-terms of L1-algebra structure underlying a 2-vector space and its dual.
    [Show full text]
  • Chicken Or Egg? a Hierarchy of Homotopy Algebras
    Chicken or egg? A hierarchy of homotopy algebras F¨usun Akman November 13, 2018 Abstract We start by clarifying and extending the multibraces notation, which economically describes substitutions of multilinear maps and tensor prod- ucts of vectors. We give definitions and examples of weak homotopy al- gebras, homotopy Gerstenhaber and Gerstenhaber bracket algebras, and homotopy Batalin-Vilkovisky algebras. We show that a homotopy algebra structure on a vector space can be lifted to its Hochschild complex, and also suggest an induction method to generate some of the explicit (weakly) homotopy Gerstenhaber algebra maps on a topological vertex operator al- gebra (TVOA), their existence having been indicated by Kimura, Voronov, and Zuckerman in 1996 (later amended by Voronov). The contention that this is the fundamental structure on a TVOA is substantiated by provid- ing an annotated dictionary of weakly homotopy BV algebra maps and identities found by Lian and Zuckerman in 1993. Contents 1 Introduction 2 2 Substitution operators 3 2.1 Multibraces .............................. 3 2.1.1 Substitutions of multilinear maps . 3 2.1.2 Bigrading in the Hochschild space . 4 arXiv:math/0306145v2 [math.QA] 22 Oct 2003 2.1.3 Substitutions with braces . 6 2.1.4 Isomorphism between Hochschild space and coderivations on the tensor coalgebra 7 2.2 Partitioned multibraces . 10 2.2.1 Substitutions of partitioned multilinear maps . 10 2.2.2 Substitutions with partitioned braces . 11 2.2.3 Symmetries .......................... 13 3 Homotopy algebras 14 3.1 Strongly homotopy associative, pre-Lie, and Lie algebras . 14 3.1.1 Thesuspensionoperator. 14 1 3.1.2 A∞ algebras ........................
    [Show full text]
  • Orthosymmetric Bilinear Map on Riesz Spaces
    Comment.Math.Univ.Carolin. 56,3 (2015) 307–317 307 Orthosymmetric bilinear map on Riesz spaces Elmiloud Chil, Mohamed Mokaddem, Bourokba Hassen Abstract. Let E be a Riesz space, F a Hausdorff topological vector space (t.v.s.). We prove, under a certain separation condition, that any orthosymmetric bilinear map T : E × E → F is automatically symmetric. This generalizes in certain way an earlier result by F. Ben Amor [On orthosymmetric bilinear maps, Positivity 14 (2010), 123–134]. As an application, we show that under a certain separation condition, any orthogonally additive homogeneous polynomial P : E → F is linearly represented. This fits in the type of results by Y. Benyamini, S. Lassalle and J.L.G. Llavona [Homogeneous orthogonally additive polynomials on Banach lattices, Bulletin of the London Mathematical Society 38 (2006), no. 3 123–134]. Keywords: orthosymmetric multilinear map; homogeneous polynomial; Riesz space Classification: 06F25, 46A40 1. Introduction One of the relevant problems in operator theory is to describe orthogonally ad- ditive polynomials via linear operators. This problem can be treated in a different manner, depending on domains and co-domains on which polynomials act. Inter- est in orthogonally additive polynomials on Banach lattices originates in the work of K. Sundaresan [19] where the space of n-homogeneous orthogonally additive polynomials on the Banach lattices lp and Lp [0, 1] was characterized. It is only recently that the class of such mappings has been getting more attention. We are thinking here about works on orthogonally additive polynomials and holomorphic functions and orthosymmetric multilinear mappings on different Banach lattices and also C∗-algebras, see for instance [3], [6], [7], [18] and [8], [13], [14], [17].
    [Show full text]
  • Biased Multilinear Maps of Abelian Groups
    BIASED MULTILINEAR MAPS OF ABELIAN GROUPS SEAN EBERHARD Abstract. We adapt the theory of partition rank and analytic rank to the category of abelian groups. If A1,...,Ak are finite abelian groups and ϕ : A1 ×···× Ak → T is a multilinear map, where T = R/Z, the bias of ϕ is defined to be the average value of exp(i2πϕ). If the bias of ϕ is bounded away from zero we show that ϕ is the sum of boundedly many multilinear maps each of which factors through the standard multiplication map of Z/qZ for some bounded prime power q. Relatedly, if F : A1 ×···× Ak−1 → B is a multilinear map such that P(F = 0) is bounded away from zero, we show that F is the sum of boundedly many multilinear functions of a particular form. These structure theorems generalize work of several authors in the elementary abelian case to the arbitrary abelian case. The set of all possible biases is also investigated. Contents 1. Introduction 1 2. Basic properties of bias 3 3. The structure theorem 6 4. Possible biases 9 References 12 1. Introduction Suppose A1,...,Ak are finite abelian groups and ϕ : A1 ×···× Ak → T is a multilinear map, where T = R/Z. Let e(x) = exp(i2πx) be the standard character of T. The bias of ϕ is defined by (1) bias(ϕ)= Ex∈A[k] e(ϕ(x)). Here and throughout we use the following index notation. The symbol [k] denotes the index set {1,...,k}. For I ⊆ [k], AI = Ai. arXiv:2108.01580v1 [math.CO] 3 Aug 2021 Yi∈I For x ∈ A[k], xI = (xi)i∈I ∈ AI .
    [Show full text]
  • Exterior Powers
    EXTERIOR POWERS KEITH CONRAD 1. Introduction Let R be a commutative ring. Unless indicated otherwise, all modules are R-modules and all tensor products are taken over R, so we abbreviate ⊗R to ⊗. A bilinear function out of M1 × M2 turns into a linear function out of the tensor product M1 ⊗ M2. In a similar way, a multilinear function out of M1 × · · · × Mk turns into a linear function out of the k-fold tensor product M1 ⊗ · · · ⊗ Mk. We will concern ourselves with the case when ⊗k the component modules are all the same: M1 = ··· = Mk = M. The tensor power M universally linearizes all the multilinear functions on M k. A function on M k can have its variables permuted to give new functions on M k. When looking at permutations of the variables, two important types of functions on M k occur: symmetric and alternating. These will be defined in Section2. We will introduce in Section 3 the module which universally linearizes the alternating multilinear functions on M k: the exterior power Λk(M). It is a certain quotient module of M ⊗k. The special case of exterior powers of finite free modules will be examined in Section4. Exterior powers will be extended from modules to linear maps in Section5. Applications of exterior powers to determinants are in Section6 and to linear independence are in Section7. Section8 will introduce a product Λk(M)×Λ`(N) ! Λk+`(M) called the wedge product, which is applied in Section9 to a question about torsion modules over a PID. Finally, in Section 10 we will use the wedge product to turn the direct sum of all the exterior powers of a module into a noncommutative ring called the exterior algebra of the module.
    [Show full text]