As a follow-up to Smallest non-space-filling polycube?, what's the smallest polychoron produced by fusing tesseracts 3-face to 3-face which does not fill 4-space?
2026-03-29 03:52:46.1774756366
Smallest non-4-space-filling polytesseract?
183 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GEOMETRY
- Point in, on or out of a circle
- Find all the triangles $ABC$ for which the perpendicular line to AB halves a line segment
- How to see line bundle on $\mathbb P^1$ intuitively?
- An underdetermined system derived for rotated coordinate system
- Asymptotes of hyperbola
- Finding the range of product of two distances.
- Constrain coordinates of a point into a circle
- Position of point with respect to hyperbola
- Length of Shadow from a lamp?
- Show that the asymptotes of an hyperbola are its tangents at infinity points
Related Questions in POLYHEDRA
- Dimension of Flow Polytope
- Algorithm to find the convex polyhedron
- What is the name of the polyhedral shape of the Humanity Star?
- Number of congruences for given polyhedron
- How to find the "interior boundary" for a set of points?
- Do the second differences of the fifth powers count the sphere packing of a polyhedron?
- PORTA software and Polyhedron theory
- Convex polyhedron given its vertices
- Name of irregular convex octahedron
- Coordinates of a tetrahedron containing a cube
Related Questions in TILING
- Aperiodic tiles where the tiles are the same area?
- Is there a name for a set of elements that violate the conditions of the marriage theorem?
- Why is the "distributive lattice" structure of domino tilings significant?
- Coordinates of a plane tiling
- Unbounded, Repeated Figures in Non-periodic Tilings
- Have I explained that a tiled rectangle has at least one integer side properly?
- Trouble understanding tiling board with tiles of at least one integer dimension.
- tesselations in $1$ dimension (i.e., tiling a quotient group of integers with same-shaped subsets)
- Curve of fractal triangle.
- How many pair-wise touching "shapes" are there in an $n\times n\times n$ grid?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Looks like the smallest polytesseract not able to fill 4-space has to be
at least a decatesseract, possibly larger!either an undecatesseract or a dodecatesseract (updated after Edit 2)!I updated my code in github: whuts-solver to make it work in higher dimensions (and optimized it to run much faster), and tried generating tilings with polytesseracts in the last couple days.
So far, it looks like there exists a 4d-space-filling tiling for all polytesseracts up to and including
nonotesseractsdecatesseracts! The individual results are in the github link in results/poly_4_x.I am now running the code for all decatesseracts, but this is running much slower, after one day it has processed around 50,000 of the around 850,000 possible decatesseracts (found a tiling for all of those so far). I will update when that run finishes, but looks like this will take some time...I could indeed have ignored the ones that get produced by elevating a polycube (except the ones that don't tile 3d-space), but this is a small percentage anyway, so I just let my code run on all beginning from pentatesseracts.
Edit
I came up with a dodecatesseract, which definitely does not tile 4-space (elevating the image below into 4d). Nothing would fit in the "hole" in the middle. That means, if my search through the decatesseracts finds a tiling for all of them (it is now around half way through and so far all work), the smallest non-4-space-filling polytesseract would be either an undecatesseract or a dodecatesseract. There are around 9 million undecatesseracts, so checking those would take quite some time. I did check the ones that get generated by removing one hypercube from the dodecatesseract in the picture (I thought if anything, these would be difficult to fill 4-space), and those can fill 4-space. Also, I run some code to check all undecatesseracts, whether there is any that obviously does not tile space, similar to the dodecatesseract (with a hole that can not be covered), but it looks there is none such.
Edit 2
My code finished running for all decatesseracts and found a 4-space filling tiling for each of them! I put all tilings in one file in my github under results/poly_4_10_all.json.bz (one big json file compressed with bzip2, containing a list of solution in the format previously used).