Inner Rank and Lower Bounds for Matrix Multiplication

Size: px
Start display at page:

Download "Inner Rank and Lower Bounds for Matrix Multiplication"

Transcription

1 Inner Rank and Lower Bounds for Matrix Multiplication Joel Friedman University of British Columbia jf Jerusalem June 19, 2017 Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

2 Outline We assume only linear algebra and tensor product. Intro to Strassen s classical [Str69] algorithm. Intro to rank of matrix multiplication tensors. Intro to border rank (infinitesimal, Zariski, norm). Inner rank and the optimality of Strassen s classical algorithm wrt rank and border rank over an arbitrary field. Easy generalization to n n case. No new bounds over C, but very short proofs over any field, and promising future directions. Refs: Markus Blaser survey: [Blä13]; [BCS97] Chs ; many interesting recent developments cited in [Fri17] 1, including [Blä99, Blä03, Lan14, MR14, LO15, CZ16, LM17]. 1 The current bibliographical remarks need updating; check my website in the near future and/or the arxiv posting... Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

3 Strassen s (Classical) Algorithm A, B F n n, n n matrices, entries in F, a field (sometimes a ring). Can compute AB with n 3 operations: (AB) ik = j A ijb jk. Strassen [Str69] gives an algorithm that takes O(n ω ) operations, where ω = log 2 7 < 3. For n = 2, Strassen [Str69] writes all four entries of AB as Z-linear combination of some 7 bilinear forms over Z: ( a11 + a 22 )( b11 + b 22 ), ( a21 + a 22 )( b11 ),..., ( a12 a 22 )( b21 + b 22 ). By using block matrices and recursion, one gets O(n log 2 7 ) as above. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

4 Strassen s (Classical) Algorithm Improve O(n log 2 7 ), theoretically and/or in practice? The O(n 3 ) algorithm better for small n (e.g., n = 2 k + 1, k small). We use tensor rank complexity, i.e., the rank of associated 3-tensors (see next slide). There are other complexity measures, and practical considerations (simplicity of algorithm, memory management, etc.). Often assume F = C. Strassen s algorithm works over Z. Main questions: Complexity for large n. Complexity for very small n, for use in practical algorithms. Similar questions for non-square matrices, and all sizes. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

5 Tensor Rank F denotes a field, arbitrary unless otherwise specified. means tensor product F with F understood. Vector spaces are finite dimensional. F n 1 n 2 denotes the set of n 1 n 2 matrices over F; e ij is standard basis vector there; n 1, n 2, n 3 def = e ij e jk e ki F n 1 n 2 F n 2 n 3 F n 3 n 1. i [n 1 ], j [n 2 ], k [n 3 ] For τ A B C, R(τ) is smallest integer r for which τ = r ρ=1 α ρ β ρ γ ρ for some α ρ A, β ρ B, γ ρ C. Strassen s classical algorithm implies that R( n, n, n ) O(n log 2 7 ). Presently one knows that for large n and ω = , 3n 2 + o(n 2 ) R( n, n, n ) O(n ω ). Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

6 Reduction n 1, n 2, n 3 def = ijk e ij e jk e ki over i [n 1 ], j [n 2 ], k [n 3 ]. For τ A B C, R(τ) is smallest integer r for which τ = r ρ=1 α ρ β ρ γ ρ for some α ρ A, β ρ B, γ ρ C. Say that τ reduces to τ, τ τ if τ = (M N L)τ for some (arbitrary) linear maps M: A A, N : B B, L: C C. τ τ implies R(τ ) R(τ). Much like reduction in complexity theory. E.g., 0 τ for all τ. If M, N, L are each injections, then they each have a left inverse, and then M N L has a left inverse, and hence M N L does not change the rank. In particular, if M, N, L are each isomorphisms, then M N L does not change the rank. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

7 Border Rank: Infinitesimal Strassen: R( 2, 2, 2 ) 7 implies n, n, n O(n log 2 7 ). For any m: R( m, m, m ) m ω implies R( n, n, n ) O(n ω ). Also R(τ h ) m ω implies the same for any deformation τ ɛ = m, m, m + O(ɛ) (think of R or C). Therefore: R inf (τ) def = smallest integer r for which R(ɛ h τ + O(ɛ h+1 )) r for some h and family (via the base extension functor F F[ɛ]). To upper bound the exponent of matrix multiplication, R inf ( n, n, n ) [infinitesimal border rank] works just as well as R( n, n, n ). This idea has been applied to matrix multiplication to improve upper bounds, such as [BiniCapoRomaLott79] and many others. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

8 Border Rank: Zariski Zariski topology: the coarsest topology s.t. all polynomials are continuous; assume F algebraically closed or sufficiently large. Warning: the Zariski closure of {(n, 2 n, 2 2n )} n=1,2,... in C 3 is the entire space. R(τ) def = R Zar (τ) def = smallest integer r for which τ lies in the Zariski closure of the set of rank-r tensors. Easy to see R inf (τ) R Zariski (τ); [I believe] known to be equal over an algebrically closed field[adl83] (see Appendix A of [Fri17], [Str83]). Easy to see R inf R norm R Zar over R, C or, more genearally, any local field. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

9 Border Rank: More Remarks The rank of a 2-tensor, i.e., element of A B Hom(A, B) Hom(B, A) etc. is expressed by (non-)vanishing of polynomials; hence the rank is Zariski semicontinuous for 2-tensors. The rank of a 3-tensor (or 4-tensor, etc.) is not Zariski semicontinuous (see [Blä13]) and is NP-complete [Hs90]. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

10 Inner Rank: Summary Short proof of Hopcroft-Kerr [HK71] and Winograd [Win71]: R( 2, 2, 2 ) F 7. Short proof of Landsberg [Lan06]: R( 2, 2, 2 ) C 7; our proof valid for any field. Immediate generalization: R( n, n, n ) F 2n 2 n + 1. Curiously this is the exact bound of Landsberg-Michalek [LM17] over C. Coincidence? Equivalent proofs? Duality? More recently, R( n, n, n ) C 2n 2 log 2 n + 1 [LM16]. Currently best: R( n, n, n ) C 3n 2 + o(n 2 ) [Lan14, MR14]. We argue that inner rank has the potential to aid in improved bounds, both in R and R. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

11 Inner Rank and R( 2, 2, 2 ) > 6 If n, n, n = r ρ=1 α ρ β ρ γ ρ then n 3 r ρ=1 Rank n n(γ ρ ). Not well-known but known to (independently observed by) a number of experts [Mic, CZ16] and also me; perhaps others. Tensor rank invariant under isomorphism(s) applied to any factor. Any five nonzero vectors that span F 2 2 can be taken by an isomorphism to rank 1 matrices. [Easy] Proof: Combine the above. Intuitively, this amounts to twisting the rank function, or defining a variant of the usual rank function. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

12 More Details on R( 2, 2, 2 ) Let π be the canonical map ( F n n ) 3 ( F n n ) 2 F n F n Hom( (F n n F n), F n n F n) π n, n, n is the map e ij e k e jk e i. Hence its rank is n 3. Assume 2, 2, 2 = 6 ρ=1 α ρ β ρ γ ρ. We may assume γ 1,..., γ 5 are nonzero and span all of F 2 2. After scaling and rearranging, can assume that γ 1,..., γ 4 span, and γ 5 = γ γ s for 1 s 4. If s = 1, 2, 4, define L as taking γ 1, γ 2, γ 3, γ 4 to e 11, e 12, e 21, e 22 resp.; if s = 3, same L except Lγ 3 = e 21 + e 22. Hence there exists L such that 5 ρ=1 Rank 2 2 Lγ ρ is 5. Hence sum to ρ = 6 at most 7. But 8 = 2 3 = R( 2, 2, 2 ) r ρ=1 Rank 2 2 Lγ ρ. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

13 Inner Rank and R( 2, 2, 2 ) > 6 Assume F is algebraically closed. Cover all tensors 6 ρ=1 α ρ β ρ γ ρ ( F 2 2) 3 by two sets: C 4 : those for which the {γ ρ } span all of F 2 2 ; C 3 : their span is of dimension at most 3. Also, let B 3 be similarly defined wrt {β ρ }. τ C 4 implies πτ = M M, where M = π(i I L) 1 π 1 and M = π(i I L)τ is of rank 7. Hence πτ Rank 7. τ B 3 implies dim Image(πτ) 6 so πτ Rank 6. By symmetry, same for τ C 3, with slightly different π. Hence 2, 2, 2 is outside of the Zariski closures of C 4 and C 3 (π and π are Zariski continuous). Immediate generalization: R( n, n, n ) 2n 2 n + 1. Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

14 Hope for Improvements and Further Study A number of suggestions in [Fri17]. Example: consider n 1, n 2, n 3 = r ρ=1 α ρ β ρ γ ρ, and τ = (M N L) n1, n 2, n 3 for any M, N, L. One can play with: Choosing M to have some αρ in its kernel; choosing N to have some β ρ in its kernel; hence drop any such ρ from the inner rank bound: Rank(τ) Rank Inner Lγ ρ ; ρ supp(m, N ) must not decrease Rank(τ) too much when M, N have kernels; similar games have been played prior to inner rank. One is looking for additional various ways to twist standard maps to get better lower bounds. Consider the next slide... Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

15 Strassen s Equations, Following Landsberg-Ottoviani Any M and map φ: U V trivially gives φ Id M : U M V M. Landsberg-Ottoviani [LO15]: let A = B = C = F n n ; n, n, n gives map B A C, and hence B M A C M for any M. Now set M = Λ p A, and twist via A C Λ p A canonical Λ p+1 A C. p = 1: Strassen s equations [Str83]; [LO15] use p > 1. A generalized form of inner rank takes n, n, n in A B C to B C 1 A C 2 using a map C C 1 C 2. What about tensoring and twisting here? Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

16 References I A. Adler, Dissertation, 1983, Universität Zürich. Peter Bürgisser, Michael Clausen, and M. Amin Shokrollahi, Algebraic complexity theory, Grundlehren der Mathematischen Wissenschaften [Fundamental Principles of Mathematical Sciences], vol. 315, Springer-Verlag, Berlin, 1997, With the collaboration of Thomas Lickteig. MR Markus Bläser, A 5 2 n2 -lower bound for the rank of n n-matrix multiplication over arbitrary fields, 40th Annual Symposium on Foundations of Computer Science (New York, 1999), IEEE Computer Soc., Los Alamitos, CA, 1999, pp MR , On the complexity of the multiplication of matrices of small formats, J. Complexity 19 (2003), no. 1, MR , Fast matrix multiplication, Theory of Computing, Graduate Surveys 5 (2013), Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

17 References II Matthias Christandl and Jeroen Zuiddam, Tensor surgery and tensor rank, Available at: Joel Friedman, Inner rank and lower bounds for matrix multiplication, Available at: J. E. Hopcroft and L. R. Kerr, On minimizing the number of multiplications necessary for matrix multiplication, SIAM J. Appl. Math. 20 (1971), MR Johan Hå stad, Tensor rank is NP-complete, J. Algorithms 11 (1990), no. 4, MR J. M. Landsberg, The border rank of the multiplication of 2 2 matrices is seven, J. Amer. Math. Soc. 19 (2006), no. 2, MR , New lower bounds for the rank of matrix multiplication, SIAM J. Comput. 43 (2014), no. 1, MR Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

18 References III J. M. Landsberg and Mateusz Micha lek, A $2nˆ2-log(n)-1$ lower bound for the border rank of matrix multiplication, CoRR abs/ (2016)., On the Geometry of Border Rank Decompositions for Matrix Multiplication and Other Tensors with Symmetry, SIAM J. Appl. Algebra Geom. 1 (2017), no. 1, MR Joseph M. Landsberg and Giorgio Ottaviani, New lower bounds for the border rank of matrix multiplication, Theory Comput. 11 (2015), MR Mateusz Michalek, Personal Communication. Alex Massarenti and Emanuele Raviolo, Corrigendum to The rank of n n matrix multiplication is at least 3n 2 2 2n 3 2 3n [Linear Algebra Appl. 438 (11) (2013) ] [mr ], Linear Algebra Appl. 445 (2014), MR Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

19 References IV Volker Strassen, Gaussian elimination is not optimal, Numer. Math. 13 (1969), MR , Rank and optimal computation of generic tensors, Linear Algebra Appl. 52/53 (1983), MR S. Winograd, On multiplication of 2 2 matrices, Linear Algebra Appl. 4 (1971), Joel Friedman (UBC) Inner Rank and Lower Bounds June 19, / 19

How to find good starting tensors for matrix multiplication

How to find good starting tensors for matrix multiplication How to find good starting tensors for matrix multiplication Markus Bläser Saarland University Matrix multiplication z,... z,n..... z n,... z n,n = x,... x,n..... x n,... x n,n y,... y,n..... y n,... y

More information

Complexity of Matrix Multiplication and Bilinear Problems

Complexity of Matrix Multiplication and Bilinear Problems Complexity of Matrix Multiplication and Bilinear Problems François Le Gall Graduate School of Informatics Kyoto University ADFOCS17 - Lecture 3 24 August 2017 Overview of the Lectures Fundamental techniques

More information

J.M. LANDSBERG AND MATEUSZ MICHA LEK

J.M. LANDSBERG AND MATEUSZ MICHA LEK A 2n 2 log 2 (n) 1 LOWER BOUND FOR THE BORDER RANK OF MATRIX MULTIPLICATION J.M. LANDSBERG AND MATEUSZ MICHA LEK Abstract. Let M n C n2 C n2 C n2 denote the matrix multiplication tensor for n n matrices.

More information

On Strassen s Conjecture

On Strassen s Conjecture On Strassen s Conjecture Elisa Postinghel (KU Leuven) joint with Jarek Buczyński (IMPAN/MIMUW) Daejeon August 3-7, 2015 Elisa Postinghel (KU Leuven) () On Strassen s Conjecture SIAM AG 2015 1 / 13 Introduction:

More information

Explicit tensors. Markus Bläser. 1. Tensors and rank

Explicit tensors. Markus Bläser. 1. Tensors and rank Explicit tensors Markus Bläser Abstract. This is an expository article the aim of which is to introduce interested students and researchers to the topic of tensor rank, in particular to the construction

More information

Algebraic Complexity Theory

Algebraic Complexity Theory Peter Biirgisser Michael Clausen M. Amin Shokrollahi Algebraic Complexity Theory With the Collaboration of Thomas Lickteig With 21 Figures Springer Chapter 1. Introduction 1 1.1 Exercises 20 1.2 Open Problems

More information

Powers of Tensors and Fast Matrix Multiplication

Powers of Tensors and Fast Matrix Multiplication Powers of Tensors and Fast Matrix Multiplication François Le Gall Department of Computer Science Graduate School of Information Science and Technology The University of Tokyo Simons Institute, 12 November

More information

THE COMPLEXITY OF THE QUATERNION PROD- UCT*

THE COMPLEXITY OF THE QUATERNION PROD- UCT* 1 THE COMPLEXITY OF THE QUATERNION PROD- UCT* Thomas D. Howell Jean-Claude Lafon 1 ** TR 75-245 June 1975 2 Department of Computer Science, Cornell University, Ithaca, N.Y. * This research was supported

More information

Noetherian property of infinite EI categories

Noetherian property of infinite EI categories Noetherian property of infinite EI categories Wee Liang Gan and Liping Li Abstract. It is known that finitely generated FI-modules over a field of characteristic 0 are Noetherian. We generalize this result

More information

Tensors. Notes by Mateusz Michalek and Bernd Sturmfels for the lecture on June 5, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra

Tensors. Notes by Mateusz Michalek and Bernd Sturmfels for the lecture on June 5, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra Tensors Notes by Mateusz Michalek and Bernd Sturmfels for the lecture on June 5, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra This lecture is divided into two parts. The first part,

More information

T -equivariant tensor rank varieties and their K-theory classes

T -equivariant tensor rank varieties and their K-theory classes T -equivariant tensor rank varieties and their K-theory classes 2014 July 18 Advisor: Professor Anders Buch, Department of Mathematics, Rutgers University Overview 1 Equivariant K-theory Overview 2 Determinantal

More information

On the geometry of matrix multiplication

On the geometry of matrix multiplication On the geometry of matrix multiplication J.M. Landsberg Texas A&M University Spring 2018 AMS Sectional Meeting 1 / 27 A practical problem: efficient linear algebra Standard algorithm for matrix multiplication,

More information

Geometric Complexity Theory and Matrix Multiplication (Tutorial)

Geometric Complexity Theory and Matrix Multiplication (Tutorial) Geometric Complexity Theory and Matrix Multiplication (Tutorial) Peter Bürgisser Technische Universität Berlin Workshop on Geometric Complexity Theory Simons Institute for the Theory of Computing Berkeley,

More information

Algorithms for structured matrix-vector product of optimal bilinear complexity

Algorithms for structured matrix-vector product of optimal bilinear complexity Algorithms for structured matrix-vector product of optimal bilinear complexity arxiv:160306658v1 mathna] Mar 016 Ke Ye Computational Applied Mathematics Initiative Department of Statistics University of

More information

Gorenstein rings through face rings of manifolds.

Gorenstein rings through face rings of manifolds. Gorenstein rings through face rings of manifolds. Isabella Novik Department of Mathematics, Box 354350 University of Washington, Seattle, WA 98195-4350, USA, novik@math.washington.edu Ed Swartz Department

More information

MAT 5330 Algebraic Geometry: Quiver Varieties

MAT 5330 Algebraic Geometry: Quiver Varieties MAT 5330 Algebraic Geometry: Quiver Varieties Joel Lemay 1 Abstract Lie algebras have become of central importance in modern mathematics and some of the most important types of Lie algebras are Kac-Moody

More information

Dynamic Matrix Rank.

Dynamic Matrix Rank. Dynamic Matrix Rank Gudmund Skovbjerg Frandsen 1 and Peter Frands Frandsen 2 1 BRICS, University of Aarhus, Denmark gudmund@daimi.au.dk 2 Rambøll Management, Aarhus, Denmark Peter.Frandsen@r-m.com Abstract.

More information

Homotopy Techniques for Tensor Decomposition and Perfect Identifiability

Homotopy Techniques for Tensor Decomposition and Perfect Identifiability Homotopy Techniques for Tensor Decomposition and Perfect Identifiability Luke Oeding Auburn University with Hauenstein (Notre Dame), Ottaviani (Firenze) and Sommese (Notre Dame) Oeding (Auburn) Homotopy

More information

Tensor Rank is Hard to Approximate

Tensor Rank is Hard to Approximate Electronic Colloquium on Computational Complexity, Report No. 86 (2018) Tensor Rank is Hard to Approximate Joseph Swernofsky - KTH Royal Institute of Technology April 20, 2018 Abstract We prove that approximating

More information

The Geometry of Matrix Rigidity

The Geometry of Matrix Rigidity The Geometry of Matrix Rigidity Joseph M. Landsberg Jacob Taylor Nisheeth K. Vishnoi November 26, 2003 Abstract Consider the following problem: Given an n n matrix A and an input x, compute Ax. This problem

More information

ALGEBRAIC GROUPS JEROEN SIJSLING

ALGEBRAIC GROUPS JEROEN SIJSLING ALGEBRAIC GROUPS JEROEN SIJSLING The goal of these notes is to introduce and motivate some notions from the theory of group schemes. For the sake of simplicity, we restrict to algebraic groups (as defined

More information

On the Exponent of the All Pairs Shortest Path Problem

On the Exponent of the All Pairs Shortest Path Problem On the Exponent of the All Pairs Shortest Path Problem Noga Alon Department of Mathematics Sackler Faculty of Exact Sciences Tel Aviv University Zvi Galil Department of Computer Science Sackler Faculty

More information

Fast Approximate Matrix Multiplication by Solving Linear Systems

Fast Approximate Matrix Multiplication by Solving Linear Systems Electronic Colloquium on Computational Complexity, Report No. 117 (2014) Fast Approximate Matrix Multiplication by Solving Linear Systems Shiva Manne 1 and Manjish Pal 2 1 Birla Institute of Technology,

More information

Fast multiplication of matrices over a finitely generated semiring

Fast multiplication of matrices over a finitely generated semiring 1 2 3 Fast multiplication of matrices over a finitely generated semiring Daniel Andrén, Lars Hellström, and Klas Markström Abstract. Inthispaperweshowthatn nmatriceswithentries from a semiring R which

More information

DEFORMATION THEORY MICHAEL KEMENY

DEFORMATION THEORY MICHAEL KEMENY DEFORMATION THEORY MICHAEL KEMENY 1. Lecture 1: Deformations of Algebras We wish to first illustrate the theory with a technically simple case, namely deformations of algebras. We follow On the Deformation

More information

Endomorphism Rings of Abelian Varieties and their Representations

Endomorphism Rings of Abelian Varieties and their Representations Endomorphism Rings of Abelian Varieties and their Representations Chloe Martindale 30 October 2013 These notes are based on the notes written by Peter Bruin for his talks in the Complex Multiplication

More information

Math 121 Homework 4: Notes on Selected Problems

Math 121 Homework 4: Notes on Selected Problems Math 121 Homework 4: Notes on Selected Problems 11.2.9. If W is a subspace of the vector space V stable under the linear transformation (i.e., (W ) W ), show that induces linear transformations W on W

More information

LIMITING CASES OF BOARDMAN S FIVE HALVES THEOREM

LIMITING CASES OF BOARDMAN S FIVE HALVES THEOREM Proceedings of the Edinburgh Mathematical Society Submitted Paper Paper 14 June 2011 LIMITING CASES OF BOARDMAN S FIVE HALVES THEOREM MICHAEL C. CRABB AND PEDRO L. Q. PERGHER Institute of Mathematics,

More information

arxiv: v1 [math.gr] 8 Nov 2008

arxiv: v1 [math.gr] 8 Nov 2008 SUBSPACES OF 7 7 SKEW-SYMMETRIC MATRICES RELATED TO THE GROUP G 2 arxiv:0811.1298v1 [math.gr] 8 Nov 2008 ROD GOW Abstract. Let K be a field of characteristic different from 2 and let C be an octonion algebra

More information

An overview of D-modules: holonomic D-modules, b-functions, and V -filtrations

An overview of D-modules: holonomic D-modules, b-functions, and V -filtrations An overview of D-modules: holonomic D-modules, b-functions, and V -filtrations Mircea Mustaţă University of Michigan Mainz July 9, 2018 Mircea Mustaţă () An overview of D-modules Mainz July 9, 2018 1 The

More information

Algebras of minimal multiplicative complexity

Algebras of minimal multiplicative complexity Algebras of minimal multiplicative complexity Markus Bläser Department of Computer Science Saarland University Saarbrücken, Germany mblaeser@cs.uni-saarland.de Bekhan Chokaev Department of Computer Science

More information

Algebras of Minimal Rank over Perfect Fields

Algebras of Minimal Rank over Perfect Fields Algebras of Minimal Rank over Perfect Fields Markus Bläser Institut für Theoretische Informatik, Med. Universität zu Lübeck Wallstr. 40, 23560 Lübeck, Germany blaeser@tcs.mu-luebeck.de Abstract Let R(A)

More information

SERRE FINITENESS AND SERRE VANISHING FOR NON-COMMUTATIVE P 1 -BUNDLES ADAM NYMAN

SERRE FINITENESS AND SERRE VANISHING FOR NON-COMMUTATIVE P 1 -BUNDLES ADAM NYMAN SERRE FINITENESS AND SERRE VANISHING FOR NON-COMMUTATIVE P 1 -BUNDLES ADAM NYMAN Abstract. Suppose X is a smooth projective scheme of finite type over a field K, E is a locally free O X -bimodule of rank

More information

On Vector Product Algebras

On Vector Product Algebras On Vector Product Algebras By Markus Rost. This text contains some remarks on vector product algebras and the graphical techniques. It is partially contained in the diploma thesis of D. Boos and S. Maurer.

More information

OPTIMAL ALGORITHMS OF GRAM-SCHMIDT TYPE

OPTIMAL ALGORITHMS OF GRAM-SCHMIDT TYPE OPTIMAL ALGORITHMS OF GRAM-SCHMIDT TYPE JAMES B. WILSON Abstract. Three algorithms of Gram-Schmidt type are given that produce orthogonal decompositions of finite d-dimensional symmetric, alternating,

More information

A COMMENT ON FREE GROUP FACTORS

A COMMENT ON FREE GROUP FACTORS A COMMENT ON FREE GROUP FACTORS NARUTAKA OZAWA Abstract. Let M be a finite von Neumann algebra acting on the standard Hilbert space L 2 (M). We look at the space of those bounded operators on L 2 (M) that

More information

Representations of algebraic groups and their Lie algebras Jens Carsten Jantzen Lecture III

Representations of algebraic groups and their Lie algebras Jens Carsten Jantzen Lecture III Representations of algebraic groups and their Lie algebras Jens Carsten Jantzen Lecture III Lie algebras. Let K be again an algebraically closed field. For the moment let G be an arbitrary algebraic group

More information

ERIC LARSON AND LARRY ROLEN

ERIC LARSON AND LARRY ROLEN PROGRESS TOWARDS COUNTING D 5 QUINTIC FIELDS ERIC LARSON AND LARRY ROLEN Abstract. Let N5, D 5, X) be the number of quintic number fields whose Galois closure has Galois group D 5 and whose discriminant

More information

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications Alexandre Sedoglavic To cite this version: Alexandre Sedoglavic. A non-commutative algorithm for multiplying (7 7) matrices

More information

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications

A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications A non-commutative algorithm for multiplying (7 7) matrices using 250 multiplications Alexandre Sedoglavic To cite this version: Alexandre Sedoglavic. A non-commutative algorithm for multiplying (7 7) matrices

More information

Vector bundles in Algebraic Geometry Enrique Arrondo. 1. The notion of vector bundle

Vector bundles in Algebraic Geometry Enrique Arrondo. 1. The notion of vector bundle Vector bundles in Algebraic Geometry Enrique Arrondo Notes(* prepared for the First Summer School on Complex Geometry (Villarrica, Chile 7-9 December 2010 1 The notion of vector bundle In affine geometry,

More information

On the tensor rank of networks of entangled pairs

On the tensor rank of networks of entangled pairs On the tensor rank of networks of entangled pairs tensor surgery and the laser method Ma4hias Christandl (Copenhagen) Peter Vrana (Budapest) and Jeroen Zuiddam (Amsterdam) ariv:1606.04085 and ariv:1609.07476

More information

Canonical systems of basic invariants for unitary reflection groups

Canonical systems of basic invariants for unitary reflection groups Canonical systems of basic invariants for unitary reflection groups Norihiro Nakashima, Hiroaki Terao and Shuhei Tsujie Abstract It has been known that there exists a canonical system for every finite

More information

I. Approaches to bounding the exponent of matrix multiplication

I. Approaches to bounding the exponent of matrix multiplication I. Approaches to bounding the exponent of matrix multiplication Chris Umans Caltech Based on joint work with Noga Alon, Henry Cohn, Bobby Kleinberg, Amir Shpilka, Balazs Szegedy Modern Applications of

More information

ALGEBRAIC GROUPS J. WARNER

ALGEBRAIC GROUPS J. WARNER ALGEBRAIC GROUPS J. WARNER Let k be an algebraically closed field. varieties unless otherwise stated. 1. Definitions and Examples For simplicity we will work strictly with affine Definition 1.1. An algebraic

More information

On Shalom Tao s Non-Quantitative Proof of Gromov s Polynomial Growth Theorem

On Shalom Tao s Non-Quantitative Proof of Gromov s Polynomial Growth Theorem On Shalom Tao s Non-Quantitative Proof of Gromov s Polynomial Growth Theorem Carlos A. De la Cruz Mengual Geometric Group Theory Seminar, HS 2013, ETH Zürich 13.11.2013 1 Towards the statement of Gromov

More information

On the singular elements of a semisimple Lie algebra and the generalized Amitsur-Levitski Theorem

On the singular elements of a semisimple Lie algebra and the generalized Amitsur-Levitski Theorem On the singular elements of a semisimple Lie algebra and the generalized Amitsur-Levitski Theorem Bertram Kostant, MIT Conference on Representations of Reductive Groups Salt Lake City, Utah July 10, 2013

More information

arxiv: v1 [math.oa] 21 Aug 2018

arxiv: v1 [math.oa] 21 Aug 2018 arxiv:1808.06938v1 [math.oa] 21 Aug 2018 THE HOFFMAN-ROSSI THEOREM FOR OPERATOR ALGEBRAS DAVID P. BLECHER, LUIS C. FLORES, AND BEATE G. ZIMMER Abstract. We study possible noncommutative (operator algebra)

More information

COARSENINGS, INJECTIVES AND HOM FUNCTORS

COARSENINGS, INJECTIVES AND HOM FUNCTORS COARSENINGS, INJECTIVES AND HOM FUNCTORS FRED ROHRER It is characterized when coarsening functors between categories of graded modules preserve injectivity of objects, and when they commute with graded

More information

Chapter 3: Homology Groups Topics in Computational Topology: An Algorithmic View

Chapter 3: Homology Groups Topics in Computational Topology: An Algorithmic View Chapter 3: Homology Groups Topics in Computational Topology: An Algorithmic View As discussed in Chapter 2, we have complete topological information about 2-manifolds. How about higher dimensional manifolds?

More information

Linear Algebra (Review) Volker Tresp 2018

Linear Algebra (Review) Volker Tresp 2018 Linear Algebra (Review) Volker Tresp 2018 1 Vectors k, M, N are scalars A one-dimensional array c is a column vector. Thus in two dimensions, ( ) c1 c = c 2 c i is the i-th component of c c T = (c 1, c

More information

ON KIRBY CALCULUS FOR NULL-HOMOTOPIC FRAMED LINKS IN 3-MANIFOLDS

ON KIRBY CALCULUS FOR NULL-HOMOTOPIC FRAMED LINKS IN 3-MANIFOLDS ON KIRBY CALCULUS FOR NULL-HOMOTOPIC FRAMED LINKS IN 3-MANIFOLDS KAZUO HABIRO AND TAMARA WIDMER Abstract. Kirby proved that two framed links in S 3 give orientationpreserving homeomorphic results of surgery

More information

THE CONE OF BETTI TABLES OVER THREE NON-COLLINEAR POINTS IN THE PLANE

THE CONE OF BETTI TABLES OVER THREE NON-COLLINEAR POINTS IN THE PLANE JOURNAL OF COMMUTATIVE ALGEBRA Volume 8, Number 4, Winter 2016 THE CONE OF BETTI TABLES OVER THREE NON-COLLINEAR POINTS IN THE PLANE IULIA GHEORGHITA AND STEVEN V SAM ABSTRACT. We describe the cone of

More information

GROTHENDIECK CONSTANT IS NORM OF STRASSEN MATRIX MULTIPLICATION TENSOR

GROTHENDIECK CONSTANT IS NORM OF STRASSEN MATRIX MULTIPLICATION TENSOR GROTHENDIECK CONSTANT IS NORM OF STRASSEN MATRIX MULTIPLICATION TENSOR JINJIE ZHANG AND LEK-HENG LIM Abstract We show that two important quantities from two disparate areas of complexity theory Strassen

More information

The number of singular vector tuples and approximation of symmetric tensors / 13

The number of singular vector tuples and approximation of symmetric tensors / 13 The number of singular vector tuples and approximation of symmetric tensors Shmuel Friedland Univ. Illinois at Chicago Colloquium NYU Courant May 12, 2014 Joint results with Giorgio Ottaviani and Margaret

More information

Tensor decomposition and tensor rank

Tensor decomposition and tensor rank from the point of view of Classical Algebraic Geometry RTG Workshop Tensors and their Geometry in High Dimensions (September 26-29, 2012) UC Berkeley Università di Firenze Content of the three talks Wednesday

More information

Generalized Korn s inequality and conformal Killing vectors

Generalized Korn s inequality and conformal Killing vectors Generalized Korn s inequality and conformal Killing vectors arxiv:gr-qc/0505022v1 4 May 2005 Sergio Dain Max-Planck-Institut für Gravitationsphysik Am Mühlenberg 1 14476 Golm Germany February 4, 2008 Abstract

More information

A LECTURE ON FINITE WEYL GROUPOIDS, OBERWOLFACH 2012

A LECTURE ON FINITE WEYL GROUPOIDS, OBERWOLFACH 2012 A LECTURE ON FINITE WEYL GROUPOIDS, OBERWOLFACH 202 M. CUNTZ Abstract. This is a short introduction to the theory of finite Weyl groupoids, crystallographic arrangements, and their classification. Introduction

More information

BERGMAN KERNEL ON COMPACT KÄHLER MANIFOLDS

BERGMAN KERNEL ON COMPACT KÄHLER MANIFOLDS BERGMAN KERNEL ON COMPACT KÄHLER MANIFOLDS SHOO SETO Abstract. These are the notes to an expository talk I plan to give at MGSC on Kähler Geometry aimed for beginning graduate students in hopes to motivate

More information

4. Multi-linear algebra (MLA) with Kronecker-product data.

4. Multi-linear algebra (MLA) with Kronecker-product data. ect. 3. Tensor-product interpolation. Introduction to MLA. B. Khoromskij, Leipzig 2007(L3) 1 Contents of Lecture 3 1. Best polynomial approximation. 2. Error bound for tensor-product interpolants. - Polynomial

More information

Dimension of the mesh algebra of a finite Auslander-Reiten quiver. Ragnar-Olaf Buchweitz and Shiping Liu

Dimension of the mesh algebra of a finite Auslander-Reiten quiver. Ragnar-Olaf Buchweitz and Shiping Liu Dimension of the mesh algebra of a finite Auslander-Reiten quiver Ragnar-Olaf Buchweitz and Shiping Liu Abstract. We show that the dimension of the mesh algebra of a finite Auslander-Reiten quiver over

More information

Discreteness of Transmission Eigenvalues via Upper Triangular Compact Operators

Discreteness of Transmission Eigenvalues via Upper Triangular Compact Operators Discreteness of Transmission Eigenvalues via Upper Triangular Compact Operators John Sylvester Department of Mathematics University of Washington Seattle, Washington 98195 U.S.A. June 3, 2011 This research

More information

Quantizations and classical non-commutative non-associative algebras

Quantizations and classical non-commutative non-associative algebras Journal of Generalized Lie Theory and Applications Vol. (008), No., 35 44 Quantizations and classical non-commutative non-associative algebras Hilja Lisa HURU and Valentin LYCHAGIN Department of Mathematics,

More information

Computational Linear Algebra

Computational Linear Algebra Computational Linear Algebra PD Dr. rer. nat. habil. Ralf-Peter Mundani Computation in Engineering / BGU Scientific Computing in Computer Science / INF Winter Term 2018/19 Part 6: Some Other Stuff PD Dr.

More information

Oeding (Auburn) tensors of rank 5 December 15, / 24

Oeding (Auburn) tensors of rank 5 December 15, / 24 Oeding (Auburn) 2 2 2 2 2 tensors of rank 5 December 15, 2015 1 / 24 Recall Peter Burgisser s overview lecture (Jan Draisma s SIAM News article). Big Goal: Bound the computational complexity of det n,

More information

DOUGLAS J. DAILEY AND THOMAS MARLEY

DOUGLAS J. DAILEY AND THOMAS MARLEY A CHANGE OF RINGS RESULT FOR MATLIS REFLEXIVITY DOUGLAS J. DAILEY AND THOMAS MARLEY Abstract. Let R be a commutative Noetherian ring and E the minimal injective cogenerator of the category of R-modules.

More information

Discovering Fast Matrix Multiplication Algorithms via Tensor Decomposition

Discovering Fast Matrix Multiplication Algorithms via Tensor Decomposition Discovering Fast Matrix Multiplication Algorithms via Tensor Decomposition Grey Ballard SIAM onference on omputational Science & Engineering March, 207 ollaborators This is joint work with... Austin Benson

More information

Math 210C. The representation ring

Math 210C. The representation ring Math 210C. The representation ring 1. Introduction Let G be a nontrivial connected compact Lie group that is semisimple and simply connected (e.g., SU(n) for n 2, Sp(n) for n 1, or Spin(n) for n 3). Let

More information

Math 121 Homework 5: Notes on Selected Problems

Math 121 Homework 5: Notes on Selected Problems Math 121 Homework 5: Notes on Selected Problems 12.1.2. Let M be a module over the integral domain R. (a) Assume that M has rank n and that x 1,..., x n is any maximal set of linearly independent elements

More information

Countable subgroups of Euclidean space

Countable subgroups of Euclidean space Countable subgroups of Euclidean space Arnold W. Miller April 2013 revised May 21, 2013 In his paper [1], Konstantinos Beros proved a number of results about compactly generated subgroups of Polish groups.

More information

A SHORT PROOF OF ROST NILPOTENCE VIA REFINED CORRESPONDENCES

A SHORT PROOF OF ROST NILPOTENCE VIA REFINED CORRESPONDENCES A SHORT PROOF OF ROST NILPOTENCE VIA REFINED CORRESPONDENCES PATRICK BROSNAN Abstract. I generalize the standard notion of the composition g f of correspondences f : X Y and g : Y Z to the case that X

More information

58 CHAPTER 2. COMPUTATIONAL METHODS

58 CHAPTER 2. COMPUTATIONAL METHODS 58 CHAPTER 2. COMPUTATIONAL METHODS 23 Hom and Lim We will now develop more properties of the tensor product: its relationship to homomorphisms and to direct limits. The tensor product arose in our study

More information

Math 396. An application of Gram-Schmidt to prove connectedness

Math 396. An application of Gram-Schmidt to prove connectedness Math 396. An application of Gram-Schmidt to prove connectedness 1. Motivation and background Let V be an n-dimensional vector space over R, and define GL(V ) to be the set of invertible linear maps V V

More information

The mod-2 cohomology. of the finite Coxeter groups. James A. Swenson University of Wisconsin Platteville

The mod-2 cohomology. of the finite Coxeter groups. James A. Swenson University of Wisconsin Platteville p. 1/1 The mod-2 cohomology of the finite Coxeter groups James A. Swenson swensonj@uwplatt.edu http://www.uwplatt.edu/ swensonj/ University of Wisconsin Platteville p. 2/1 Thank you! Thanks for spending

More information

Vector Space Concepts

Vector Space Concepts Vector Space Concepts ECE 174 Introduction to Linear & Nonlinear Optimization Ken Kreutz-Delgado ECE Department, UC San Diego Ken Kreutz-Delgado (UC San Diego) ECE 174 Fall 2016 1 / 25 Vector Space Theory

More information

Topology Hmwk 1 All problems are from Allen Hatcher Algebraic Topology (online) ch 3.2

Topology Hmwk 1 All problems are from Allen Hatcher Algebraic Topology (online) ch 3.2 Topology Hmwk 1 All problems are from Allen Hatcher Algebraic Topology (online) ch 3.2 Andrew Ma March 1, 214 I m turning in this assignment late. I don t have the time to do all of the problems here myself

More information

Approaches to bounding the exponent of matrix multiplication

Approaches to bounding the exponent of matrix multiplication Approaches to bounding the exponent of matrix multiplication Chris Umans Caltech Based on joint work with Noga Alon, Henry Cohn, Bobby Kleinberg, Amir Shpilka, Balazs Szegedy Simons Institute Sept. 7,

More information

arxiv: v2 [math.co] 17 Mar 2016

arxiv: v2 [math.co] 17 Mar 2016 COUNTING ZERO KERNEL PAIRS OVER A FINITE FIELD SAMRITH RAM arxiv:1509.08053v2 [math.co] 17 Mar 2016 Abstract. Helmke et al. have recently given a formula for the number of reachable pairs of matrices over

More information

10. Smooth Varieties. 82 Andreas Gathmann

10. Smooth Varieties. 82 Andreas Gathmann 82 Andreas Gathmann 10. Smooth Varieties Let a be a point on a variety X. In the last chapter we have introduced the tangent cone C a X as a way to study X locally around a (see Construction 9.20). It

More information

ESSENTIAL DIMENSION. Angelo Vistoli Scuola Normale Superiore. Joint work with Patrick Brosnan and Zinovy Reichstein University of British Columbia

ESSENTIAL DIMENSION. Angelo Vistoli Scuola Normale Superiore. Joint work with Patrick Brosnan and Zinovy Reichstein University of British Columbia ESSENTIAL DIMENSION Angelo Vistoli Scuola Normale Superiore Budapest, May 2008 Joint work with Patrick Brosnan and Zinovy Reichstein University of British Columbia Posted athttp://arxiv.org/abs/math.ag/0701903

More information

A Leibniz Algebra Structure on the Second Tensor Power

A Leibniz Algebra Structure on the Second Tensor Power Journal of Lie Theory Volume 12 (2002) 583 596 c 2002 Heldermann Verlag A Leibniz Algebra Structure on the Second Tensor Power R. Kurdiani and T. Pirashvili Communicated by K.-H. Neeb Abstract. For any

More information

Three Ways to Test Irreducibility

Three Ways to Test Irreducibility Three Ways to Test Irreducibility Richard P. Brent Australian National University joint work with Paul Zimmermann INRIA, Nancy France 12 Feb 2009 Outline Polynomials over finite fields Irreducibility criteria

More information

THE NONCOMMUTATIVE TORUS

THE NONCOMMUTATIVE TORUS THE NONCOMMUTATIVE TORUS The noncommutative torus as a twisted convolution An ordinary two-torus T 2 with coordinate functions given by where x 1, x 2 [0, 1]. U 1 = e 2πix 1, U 2 = e 2πix 2, (1) By Fourier

More information

Chern numbers and Hilbert Modular Varieties

Chern numbers and Hilbert Modular Varieties Chern numbers and Hilbert Modular Varieties Dylan Attwell-Duval Department of Mathematics and Statistics McGill University Montreal, Quebec attwellduval@math.mcgill.ca April 9, 2011 A Topological Point

More information

A concise proof of Kruskal s theorem on tensor decomposition

A concise proof of Kruskal s theorem on tensor decomposition A concise proof of Kruskal s theorem on tensor decomposition John A. Rhodes 1 Department of Mathematics and Statistics University of Alaska Fairbanks PO Box 756660 Fairbanks, AK 99775 Abstract A theorem

More information

1.8 Dual Spaces (non-examinable)

1.8 Dual Spaces (non-examinable) 2 Theorem 1715 is just a restatement in terms of linear morphisms of a fact that you might have come across before: every m n matrix can be row-reduced to reduced echelon form using row operations Moreover,

More information

The tensor algebra of power series spaces

The tensor algebra of power series spaces The tensor algebra of power series spaces Dietmar Vogt Abstract The linear isomorphism type of the tensor algebra T (E) of Fréchet spaces and, in particular, of power series spaces is studied. While for

More information

On the variety of two dimensional real associative algebras

On the variety of two dimensional real associative algebras Int. J. Contemp. Math. Sciences, Vol. 2, 2007, no. 26, 1293-1305 On the variety of two dimensional real associative algebras José María Ancochea Bermúdez 1 Dpto. Geometría y Topología. Facultad de Matemáticas

More information

Algebraic Varieties. Notes by Mateusz Micha lek for the lecture on April 17, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra

Algebraic Varieties. Notes by Mateusz Micha lek for the lecture on April 17, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra Algebraic Varieties Notes by Mateusz Micha lek for the lecture on April 17, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra Algebraic varieties represent solutions of a system of polynomial

More information

arxiv: v1 [math.ra] 10 Nov 2018

arxiv: v1 [math.ra] 10 Nov 2018 arxiv:1811.04243v1 [math.ra] 10 Nov 2018 BURNSIDE S THEOREM IN THE SETTING OF GENERAL FIELDS HEYDAR RADJAVI AND BAMDAD R. YAHAGHI Abstract. We extend a well-known theorem of Burnside in the setting of

More information

The diagonal property for abelian varieties

The diagonal property for abelian varieties The diagonal property for abelian varieties Olivier Debarre Dedicated to Roy Smith on his 65th birthday. Abstract. We study complex abelian varieties of dimension g that have a vector bundle of rank g

More information

Pacific Journal of Mathematics

Pacific Journal of Mathematics Pacific Journal of Mathematics PICARD VESSIOT EXTENSIONS WITH SPECIFIED GALOIS GROUP TED CHINBURG, LOURDES JUAN AND ANDY R. MAGID Volume 243 No. 2 December 2009 PACIFIC JOURNAL OF MATHEMATICS Vol. 243,

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

Tutorial on Differential Galois Theory III

Tutorial on Differential Galois Theory III Tutorial on Differential Galois Theory III T. Dyckerhoff Department of Mathematics University of Pennsylvania 02/14/08 / Oberflockenbach Outline Today s plan Monodromy and singularities Riemann-Hilbert

More information

Tensor decomposition and moment matrices

Tensor decomposition and moment matrices Tensor decomposition and moment matrices J. Brachat (Ph.D.) & B. Mourrain GALAAD, INRIA Méditerranée, Sophia Antipolis Bernard.Mourrain@inria.fr SIAM AAG, Raleigh, NC, Oct. -9, 211 Collaboration with A.

More information

THE MODULI OF SUBALGEBRAS OF THE FULL MATRIX RING OF DEGREE 3

THE MODULI OF SUBALGEBRAS OF THE FULL MATRIX RING OF DEGREE 3 THE MODULI OF SUBALGEBRAS OF THE FULL MATRIX RING OF DEGREE 3 KAZUNORI NAKAMOTO AND TAKESHI TORII Abstract. There exist 26 equivalence classes of k-subalgebras of M 3 (k) for any algebraically closed field

More information

The only global contact transformations of order two or more are point transformations

The only global contact transformations of order two or more are point transformations Journal of Lie Theory Volume 15 (2005) 135 143 c 2005 Heldermann Verlag The only global contact transformations of order two or more are point transformations Ricardo J. Alonso-Blanco and David Blázquez-Sanz

More information

Dieudonné Modules and p-divisible Groups

Dieudonné Modules and p-divisible Groups Dieudonné Modules and p-divisible Groups Brian Lawrence September 26, 2014 The notion of l-adic Tate modules, for primes l away from the characteristic of the ground field, is incredibly useful. The analogous

More information

Journal of Algebra 226, (2000) doi: /jabr , available online at on. Artin Level Modules.

Journal of Algebra 226, (2000) doi: /jabr , available online at   on. Artin Level Modules. Journal of Algebra 226, 361 374 (2000) doi:10.1006/jabr.1999.8185, available online at http://www.idealibrary.com on Artin Level Modules Mats Boij Department of Mathematics, KTH, S 100 44 Stockholm, Sweden

More information

Math Topology II: Smooth Manifolds. Spring Homework 2 Solution Submit solutions to the following problems:

Math Topology II: Smooth Manifolds. Spring Homework 2 Solution Submit solutions to the following problems: Math 132 - Topology II: Smooth Manifolds. Spring 2017. Homework 2 Solution Submit solutions to the following problems: 1. Let H = {a + bi + cj + dk (a, b, c, d) R 4 }, where i 2 = j 2 = k 2 = 1, ij = k,

More information