Positive Polytopes with Few Facets in the Grassmannian
Identifying residual arrangements
We identify the residual arrangement of a positive pentahedron (positive_hexahedra.nb
), positive hexahedron (pos_pentahedron.nb
) in \(\mathrm{Gr}(2,4)\) and their associated polyopes in \(\mathbb{P}^5\) (polytope_residuals.nb
) by using Cylindrical Algebraic Decomposition in Mathematica. This is the first step to working out all examples in the paper.
Identifying adjoints
We compute the ideal of the residual arrangement of a positive polytope in Macaulay2: generating_adjoints.m2
. In particular, this gives the information about the dimension of the familty of adjoints. This is because (moudlo the Plücker relations) adjoints are the lowest-degree elements in this ideal.
Bounding the dimension of the family of adjoints
To prove Proposition 4.6, we iterate over 3360 combinatorial types of positive hexahedra and compute the dimension of the family of adjoints for each of them. This is done by computing the Hiblert function of the ideal of the residual arrangement. We use Julia with the Oscar computer algebra package. The code can be downloaded here: radicality.jl
.
Studying the topology of positive polytopes
All of our examples in Section 5 are contractible sets. We verified this by using the package HypersufraceRegions.jl by Paul Breiding, Bernd Sturmfels and Kexin Wang.
Project page created: 03/03/2025.
Project contributors: Dmitrii Pavlov, Kristian Ranestad
Corresponding author of this page: Dmitrii Pavlov, pavlov@mis.mpg.de.
Software used: Julia (Version 1.11), Oscar (Version. 1.0), Mathematica (Version 13.3.1), Macaulay2 (Version 1.24.11).
System setup used: MacBook Pro with macOS Ventura 13.7.4, Processor 2,8 GHz Intel Core i7, Memory 16 GB 2133 MHz LPDDR3, Graphics Intel HD Graphics 630 1536 MB.
License for code of this project page: MIT License (https://spdx.org/licenses/MIT.html).
License for all other content of this project page (text, images, …): CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/).
Last updated 03/03/25.