JUL 2 5 2013 BRARIES Combinatorial Aspects of Polytope Slices Nan Li
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Geometry of Generalized Permutohedra
Geometry of Generalized Permutohedra by Jeffrey Samuel Doker A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Mathematics in the Graduate Division of the University of California, Berkeley Committee in charge: Federico Ardila, Co-chair Lior Pachter, Co-chair Matthias Beck Bernd Sturmfels Lauren Williams Satish Rao Fall 2011 Geometry of Generalized Permutohedra Copyright 2011 by Jeffrey Samuel Doker 1 Abstract Geometry of Generalized Permutohedra by Jeffrey Samuel Doker Doctor of Philosophy in Mathematics University of California, Berkeley Federico Ardila and Lior Pachter, Co-chairs We study generalized permutohedra and some of the geometric properties they exhibit. We decompose matroid polytopes (and several related polytopes) into signed Minkowski sums of simplices and compute their volumes. We define the associahedron and multiplihe- dron in terms of trees and show them to be generalized permutohedra. We also generalize the multiplihedron to a broader class of generalized permutohedra, and describe their face lattices, vertices, and volumes. A family of interesting polynomials that we call composition polynomials arises from the study of multiplihedra, and we analyze several of their surprising properties. Finally, we look at generalized permutohedra of different root systems and study the Minkowski sums of faces of the crosspolytope. i To Joe and Sue ii Contents List of Figures iii 1 Introduction 1 2 Matroid polytopes and their volumes 3 2.1 Introduction . .3 2.2 Matroid polytopes are generalized permutohedra . .4 2.3 The volume of a matroid polytope . .8 2.4 Independent set polytopes . 11 2.5 Truncation flag matroids . 14 3 Geometry and generalizations of multiplihedra 18 3.1 Introduction . -
The Hypersimplex Canonical Forms and the Momentum Amplituhedron-Like Logarithmic Forms
The hypersimplex canonical forms and the momentum amplituhedron-like logarithmic forms TomaszLukowski, 1 and Jonah Stalknecht1 1Department of Physics, Astronomy and Mathematics, University of Hertfordshire, Hatfield, Hertfordshire, AL10 9AB, United Kingdom E-mail: [email protected], [email protected] Abstract: In this paper we provide a formula for the canonical differential form of the hypersimplex ∆k;n for all n and k. We also study the generalization of the momentum ampli- tuhedron Mn;k to m = 2, and we conclude that the existing definition does not possess the desired properties. Nevertheless, we find interesting momentum amplituhedron-like logarith- mic differential forms in the m = 2 version of the spinor helicity space, that have the same singularity structure as the hypersimplex canonical forms. arXiv:2107.07520v1 [hep-th] 15 Jul 2021 Contents 1 Introduction 1 2 Hypersimplex2 2.1 Definitions3 2.2 Hypersimplex canonical forms4 3 Momentum amplituhedron9 3.1 Definition of m = 2 momentum amplituhedron 10 3.2 Momentum amplituhedron-like logarithmic forms 11 3.3 Geometry 12 4 Summary and outlook 15 A Definition of positive geometry and push-forward 15 1 Introduction Geometry has always played an essential role in physics, and it continues to be crucial in many recently developed branches of theoretical and high-energy physics. In recent years, this statement has been supported by the introduction of positive geometries [1] that encode a variety of observables in Quantum Field Theories [2{5], and beyond [6{8], see [9] for a com- prehensive review. These recent advances have also renewed the interest in well-established and very well-studied geometric objects, allowing us to look at them in a completely new way. -
The Geometry of Nim Arxiv:1109.6712V1 [Math.CO] 30
The Geometry of Nim Kevin Gibbons Abstract We relate the Sierpinski triangle and the game of Nim. We begin by defining both a new high-dimensional analog of the Sierpinski triangle and a natural geometric interpretation of the losing positions in Nim, and then, in a new result, show that these are equivalent in each finite dimension. 0 Introduction The Sierpinski triangle (fig. 1) is one of the most recognizable figures in mathematics, and with good reason. It appears in everything from Pascal's Triangle to Conway's Game of Life. In fact, it has already been seen to be connected with the game of Nim, albeit in a very different manner than the one presented here [3]. A number of analogs have been discovered, such as the Menger sponge (fig. 2) and a three-dimensional version called a tetrix. We present, in the first section, a generalization in higher dimensions differing from the more typical simplex generalization. Rather, we define a discrete Sierpinski demihypercube, which in three dimensions coincides with the simplex generalization. In the second section, we briefly review Nim and the theory behind optimal play. As in all impartial games (games in which the possible moves depend only on the state of the game, and not on which of the two players is moving), all possible positions can be divided into two classes - those in which the next player to move can force a win, called N-positions, and those in which regardless of what the next player does the other player can force a win, called P -positions. -
Notes Has Not Been Formally Reviewed by the Lecturer
6.896 Topics in Algorithmic Game Theory February 22, 2010 Lecture 6 Lecturer: Constantinos Daskalakis Scribe: Jason Biddle, Debmalya Panigrahi NOTE: The content of these notes has not been formally reviewed by the lecturer. It is recommended that they are read critically. In our last lecture, we proved Nash's Theorem using Broweur's Fixed Point Theorem. We also showed Brouwer's Theorem via Sperner's Lemma in 2-d using a limiting argument to go from the discrete combinatorial problem to the topological one. In this lecture, we present a multidimensional generalization of the proof from last time. Our proof differs from those typically found in the literature. In particular, we will insist that each step of the proof be constructive. Using constructive arguments, we shall be able to pin down the complexity-theoretic nature of the proof and make the steps algorithmic in subsequent lectures. In the first part of our lecture, we present a framework for the multidimensional generalization of Sperner's Lemma. A Canonical Triangulation of the Hypercube • A Legal Coloring Rule • In the second part, we formally state Sperner's Lemma in n dimensions and prove it using the following constructive steps: Colored Envelope Construction • Definition of the Walk • Identification of the Starting Simplex • Direction of the Walk • 1 Framework Recall that in the 2-dimensional case we had a square which was divided into triangles. We had also defined a legal coloring scheme for the triangle vertices lying on the boundary of the square. Now let us extend those concepts to higher dimensions. 1.1 Canonical Triangulation of the Hypercube We begin by introducing the n-simplex as the n-dimensional analog of the triangle in 2 dimensions as shown in Figure 1. -
Package 'Hypercube'
Package ‘hypercube’ February 28, 2020 Type Package Title Organizing Data in Hypercubes Version 0.2.1 Author Michael Scholz Maintainer Michael Scholz <[email protected]> Description Provides functions and methods for organizing data in hypercubes (i.e., a multi-dimensional cube). Cubes are generated from molten data frames. Each cube can be manipulated with five operations: rotation (change.dimensionOrder()), dicing and slicing (add.selection(), remove.selection()), drilling down (add.aggregation()), and rolling up (remove.aggregation()). License GPL-3 Encoding UTF-8 Depends R (>= 3.3.0), stats, plotly Imports methods, stringr, dplyr LazyData TRUE RoxygenNote 7.0.2 NeedsCompilation no Repository CRAN Date/Publication 2020-02-28 07:10:08 UTC R topics documented: hypercube-package . .2 add.aggregation . .3 add.selection . .4 as.data.frame.Cube . .5 change.dimensionOrder . .6 Cube-class . .7 Dimension-class . .7 generateCube . .8 importance . .9 1 2 hypercube-package plot,Cube-method . 10 print.Importances . 11 remove.aggregation . 12 remove.selection . 13 sales . 14 show,Cube-method . 14 show,Dimension-method . 15 sparsity . 16 summary . 17 Index 18 hypercube-package Provides functions and methods for organizing data in hypercubes Description This package provides methods for organizing data in a hypercube Each cube can be manipu- lated with five operations rotation (changeDimensionOrder), dicing and slicing (add.selection, re- move.selection), drilling down (add.aggregation), and rolling up (remove.aggregation). Details Package: hypercube -
Hamiltonicity and Combinatorial Polyhedra
View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF COMBINATORIAL THEORY, Series B 31, 297-312 (1981) Hamiltonicity and Combinatorial Polyhedra D. NADDEF Laboratoire d’lnformatique et de Mathkmatiques AppliquPes de Grenoble. Grenoble, France AND W. R. PULLEYBLANK* Department of Computer Science, The University of Calgary, Calgary, Alberta T2N lN4, Canada Communicated by the Editors Received April 8, 1980 We say that a polyhedron with O-1 valued vertices is combinatorial if the midpoint of the line joining any pair of nonadjacent vertices is the midpoint of the line joining another pair of vertices. We show that the class of combinatorial polyhedra includes such well-known classes of polyhedra as matching polyhedra, matroid basis polyhedra, node packing or stable set polyhedra and permutation polyhedra. We show the graph of a combinatorial polyhedron is always either a hypercube (i.e., isomorphic to the convex hull of a k-dimension unit cube) or else is hamilton connected (every pair of nodes is the set of terminal nodes of a hamilton path). This imfilies several earlier results concerning special cases of combinatorial polyhedra. 1. INTRODUCTION The graph G(P) of a polyhedron P is the graph whose nodes are the vertices of the polyhedron and which has an edge joining each pair of nodes for which the corresponding vertices of the polyhedron are adjacent, that is, joined by an edge of the polyhedron. Such graphs have been studied since the beginnings of graph theory; in 1857 Sir William Hamilton introduced his “tour of the world” game which consisted of constructing a closed tour passing exactly once through each vertex of the dodecahedron. -
Mixed Volumes of Hypersimplices, Root Systems and Shifted Young Tableaux Dorian Croitoru
Mixed Volumes of Hypersimplices, Root Systems and Shifted Young Tableaux by Dorian Croitoru M.A., University of Pittsburgh, 2005 Submitted to the Department of Mathematics in partial fulfillment of the requirements for the degree of Doctor of Philosophy at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY September 2010 © Dorian Croitoru, 2010. All rights reserved. The author hereby grants to MIT permission to reproduce and to distribute publicly paper and electronic copies of this thesis document in whole or in part in any medium now known or hereafter created. Author......................................... Department of Mathematics July 21, 2010 Certifiedby...................................... Alexander Postnikov Associate Professor of Applied Mathematics Thesis Supervisor Accepted by . Bjorn Poonen Chairman, Department Committee on Graduate Students Mixed Volumes of Hypersimplices, Root Systems and Shifted Young Tableaux by Dorian Croitoru Submitted to the Department of Mathematics on July 21, 2010 in partial fulfillment of the requirements for the degree of Doctor of Philosophy Abstract This thesis consists of two parts. In the first part, we start by investigating the classical permutohedra as Minkowski sums of the hypersimplices. Their volumes can be expressed as polynomials whose coefficients { the mixed Eulerian numbers { are given by the mixed volumes of the hypersimplices. We build upon results of Postnikov and derive various recursive and combinatorial formulas for the mixed Eulerian numbers. We generalize these results to arbitrary root systems Φ, and obtain cyclic, recursive and combinatorial formulas for the volumes of the weight polytopes (Φ-analogues of permutohedra) as well as the mixed Φ-Eulerian numbers. These formulas involve Cartan matrices and weighted paths in Dynkin diagrams, and thus enable us to extend the theory of mixed Eulerian numbers to arbitrary matrices whose principal minors are invertible. -
Four-Dimensional Regular Polytopes
faculty of science mathematics and applied and engineering mathematics Four-dimensional regular polytopes Bachelor’s Project Mathematics November 2020 Student: S.H.E. Kamps First supervisor: Prof.dr. J. Top Second assessor: P. Kiliçer, PhD Abstract Since Ancient times, Mathematicians have been interested in the study of convex, regular poly- hedra and their beautiful symmetries. These five polyhedra are also known as the Platonic Solids. In the 19th century, the four-dimensional analogues of the Platonic solids were described mathe- matically, adding one regular polytope to the collection with no analogue regular polyhedron. This thesis describes the six convex, regular polytopes in four-dimensional Euclidean space. The focus lies on deriving information about their cells, faces, edges and vertices. Besides that, the symmetry groups of the polytopes are touched upon. To better understand the notions of regularity and sym- metry in four dimensions, our journey begins in three-dimensional space. In this light, the thesis also works out the details of a proof of prof. dr. J. Top, showing there exist exactly five convex, regular polyhedra in three-dimensional space. Keywords: Regular convex 4-polytopes, Platonic solids, symmetry groups Acknowledgements I would like to thank prof. dr. J. Top for supervising this thesis online and adapting to the cir- cumstances of Covid-19. I also want to thank him for his patience, and all his useful comments in and outside my LATEX-file. Also many thanks to my second supervisor, dr. P. Kılıçer. Furthermore, I would like to thank Jeanne for all her hospitality and kindness to welcome me in her home during the process of writing this thesis. -
Regular Polyhedra Through Time
Fields Institute I. Hubard Polytopes, Maps and their Symmetries September 2011 Regular polyhedra through time The greeks were the first to study the symmetries of polyhedra. Euclid, in his Elements showed that there are only five regular solids (that can be seen in Figure 1). In this context, a polyhe- dron is regular if all its polygons are regular and equal, and you can find the same number of them at each vertex. Figure 1: Platonic Solids. It is until 1619 that Kepler finds other two regular polyhedra: the great dodecahedron and the great icosahedron (on Figure 2. To do so, he allows \false" vertices and intersection of the (convex) faces of the polyhedra at points that are not vertices of the polyhedron, just as the I. Hubard Polytopes, Maps and their Symmetries Page 1 Figure 2: Kepler polyhedra. 1619. pentagram allows intersection of edges at points that are not vertices of the polygon. In this way, the vertex-figure of these two polyhedra are pentagrams (see Figure 3). Figure 3: A regular convex pentagon and a pentagram, also regular! In 1809 Poinsot re-discover Kepler's polyhedra, and discovers its duals: the small stellated dodecahedron and the great stellated dodecahedron (that are shown in Figure 4). The faces of such duals are pentagrams, and are organized on a \convex" way around each vertex. Figure 4: The other two Kepler-Poinsot polyhedra. 1809. A couple of years later Cauchy showed that these are the only four regular \star" polyhedra. We note that the convex hull of the great dodecahedron, great icosahedron and small stellated dodecahedron is the icosahedron, while the convex hull of the great stellated dodecahedron is the dodecahedron. -
Arxiv:1806.05307V1 [Math.CO] 14 Jun 2018 Way, the Nonnegative Grassmannian Is Similar to a Polytope
POSITIVE GRASSMANNIAN AND POLYHEDRAL SUBDIVISIONS ALEXANDER POSTNIKOV Abstract. The nonnegative Grassmannian is a cell complex with rich geo- metric, algebraic, and combinatorial structures. Its study involves interesting combinatorial objects, such as positroids and plabic graphs. Remarkably, the same combinatorial structures appeared in many other areas of mathematics and physics, e.g., in the study of cluster algebras, scattering amplitudes, and solitons. We discuss new ways to think about these structures. In particular, we identify plabic graphs and more general Grassmannian graphs with poly- hedral subdivisions induced by 2-dimensional projections of hypersimplices. This implies a close relationship between the positive Grassmannian and the theory of fiber polytopes and the generalized Baues problem. This suggests natural extensions of objects related to the positive Grassmannian. 1. Introduction The geometry of the Grassmannian Gr(k; n) is related to combinatorics of the hypersimplex ∆kn. Gelfand, Goresky, MacPherson, Serganova [GGMS87] studied the hypersimplex as the moment polytope for the torus action on the complex Grassmannian. In this paper we highlight new links between geometry of the posi- tive Grassmannian and combinatorics of the hypersimplex ∆kn. [GGMS87] studied the matroid stratification of the Grassmannian Gr(k; n; C), whose strata are the realization spaces of matroids. They correspond to matroid polytopes living inside ∆kn. In general, matroid strata are not cells. In fact, accord- ing to Mn¨ev's universality theorem [Mn¨e88],the matroid strata can be as compli- cated as any algebraic variety. Thus the matroid stratification of the Grassmannian can have arbitrarily bad behavior. There is, however, a semialgebraic subset of the real Grassmannian Gr(k; n; R), called the nonnegative Grassmannian Gr≥0(k; n), where the matroid stratification exhibits a well behaved combinatorial and geometric structure. -
POLYTOPAL LINEAR RETRACTIONS 1. Introduction the Category Vectk
TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 354, Number 1, Pages 179{203 S 0002-9947(01)02703-9 Article electronically published on May 14, 2001 POLYTOPAL LINEAR RETRACTIONS WINFRIED BRUNS AND JOSEPH GUBELADZE Abstract. We investigate graded retracts of polytopal algebras (essentially the homogeneous rings of affine cones over projective toric varieties) as poly- topal analogues of vector spaces. In many cases we show that these retracts are again polytopal algebras and that codimension 1 retractions factor through retractions preserving the semigroup structure. We expect that these results hold in general. This paper is a part of the project started by the authors in 1999, where we investigate the graded automorphism groups of polytopal algebras. Part of the motivation comes from the observation that there is a reasonable `polytopal' generalization of linear algebra (and, subsequently, that of algebraic K-theory). 1. Introduction The category Vectk of finite-dimensional vector spaces over a field k has a natural extension that we call the polytopal k-linear category Polk. The objects of Polk are the polytopal semigroup algebras (or just polytopal algebras) in the sense of [BGT]. That is, an object A 2jPolk j is (up to graded isomorphism) a standard graded n k-algebra k[P ] associated with a lattice polytope P ⊂ R . The morphisms of Polk are the homogeneous k-algebra homomorphisms. Here, as usual, `standard graded' means `graded and generated in degree 1', and a lattice polytope is a finite convex polytope whose vertices are lattice points of the integral lattice Zn ⊂ Rn. The generators of k[P ] correspond bijectively to the lattice points in P ,and their relations are the binomials representing the affine dependencies of the lattice points. -
Nick Early.Pdf
From matroid subdivisions of hypersimplices to generalized Feynman diagrams Nick Early Perimeter Institute for Theoretical Physics March 4, 2020 Nick Early Matroid subdivisions and generalized Feynman diagrams Preview slide {1, 4} {1, 3} {3, 4} {1, 4} {1, 3} {1, 2} {3, 4} {2, 4} {2, 3} {1, 2} {2, 4} {2, 3} Blades on the Universal Octahedron. Nick Early Matroid subdivisions and generalized Feynman diagrams The unreasonable effectiveness of mathematics. Background. I'll tell two parallel stories, both starting in 2012-2013, which ultimately joined forces in 2018/2019: my (math) Ph.D. thesis on symmetries and invariants for subdivisions of hypersimplices, and the CHY method for computing biadjoint scattering amplitudes. Nick Early Matroid subdivisions and generalized Feynman diagrams (k) introduce the generalization m (In; In) with k ≥ 3. Objective (2) introduce a new mathematical object, the matroidal blade arrangement, on the vertices of kth hypersimplex ∆k;n. Objective (3): show how these arrangements select a natural set of planar functions on the kinematic space for all n and k. These define a basis, the planar basis. Remark: These specialize for k = 2 to the planar basis introduced by [CHY2013] and denoted Xij in [ABHY2017]. Objectives Objective (0): interpret the biadjoint scalar scattering (k=2) amplitude m (In; In) in terms of matroid subdivisions of a convex polytope known as the (second) hypersimplex, ∆2;n. Objective (1): Nick Early Matroid subdivisions and generalized Feynman diagrams show how these arrangements select a natural set of planar functions on the kinematic space for all n and k. These define a basis, the planar basis.