I was wondering what any planar cross sections of the leech lattice would look like. I don't know much about this topic at all, I'm just quite curious. Is there any way to find out?
2026-03-25 18:49:45.1774464585
Planar cross section of leech lattice?
236 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in INTEGER-LATTICES
- Number of paths on square lattice without immediate backtracking
- Counting north east lattice paths in a rhomboid
- Visualize ideals in number fields
- When is the Dirichlet region of a lattice a rectangle?
- Lattice vectors and modular arithmetic
- How to define a lattice as an abelian group?
- How to prove that lattice width is attained?
- Can interesting bounds to Gauss circle problem be seen/come from counting points close to a line?
- the intutionistic meaning of the Lovász condition in the LLL algorithm
- Bound for the minimal vector of an indefinite lattice
Related Questions in DIMENSION-THEORY-ANALYSIS
- Codimension of intersection of zero sets of polynomials.
- How many points define a sphere of unknown radius?
- Some problems related to unirational varieties
- Generate uniformly distributed points in n-dimensional sphere
- Dimension of solutions of EDP
- Does the boundary of the Mandelbrot set $M$ have empty interior?
- A one-dimensional Peano continuum that is not embeddable into $\mathbb{R}^3$
- Embedding preference orders in 2D Euclidean space
- Can a variety "of dimension $\geqslant 1$" be finite?
- Splitting $\mathbb{R}^n$ into two subspaces
Related Questions in VECTOR-LATTICES
- Riesz space of functions from any set $X$ to $\mathbb{R}$
- Lattices in $\ell^\infty(X)$
- Why does dot product give correct angle, but cross product does not?
- Functional inequality on $\mathbb{Z}^d$
- A function space satisfying $ |f(x) -f(y)| \le ||x|^\theta -|y|^\theta| $
- A question about the supremum and infimum in a Banach lattice
- Expected number of lattice points in $S$ is like $S$'s volume
- A simple modulo arithmetic problem
- definition of complete vector lattice
- When does projecting a lattice onto a subspace give another lattice?
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?
The first thing to say is that there are very few restrictions on a two-dimensional section of the Leech lattice. I will get to those. The jpeg below is such a section. The intersections of the green lines are lattice points, and you can see each green fundamental parallelogram. The blue hexagons are the Voronoi cells. I drew in a bunch of red segments of equal length, showing how each Voronoi cell is actually inscribed in a circle around its lattice point. That is, in dimension two there are only deep holes, no shallow holes.
The Leech lattice is called "even," meaning that the norm (squared distance from the origin) of any lattice point is an even positive integer. What is unusual about the Leech lattice is the lack of roots: it does not have any points of norm $2.$ So the same thing applies our binary form. Regarded as a binary quadratic form $f(x,y) = 2(a x^2 + b x y + c y^2), $ abbreviated $2 \langle a,b,c \rangle,$ I have arranged that the result be Gauss reduced, that is $$ |b| \leq a \leq c. $$ So $a\neq 1,$ and $ \langle a,b,c \rangle,$ is not the principal form in its discriminant.
As a result, the covering radius (the length of the red line segments) is likely to be larger than the covering radius of the Leech lattice itself, that being $\sqrt 2.$ However, it does contain $2 \langle 2,1,2 \rangle,$ with a covering radius of $ \sqrt {\frac{8}{5}}. $ It also contains $4 \langle 1,1,1 \rangle,$
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
It took me a few minutes to copy the Gram matrix from Gabriele Nebe's website, then convert it into the one-line matrix input format for gp-pari. Note that, as the right column and the final row have a number of minus signs, the last line is rather longer than the others, each minus sign takes up an extra character. First, natural:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Note that the line defining the Gram matrix for Pari is some 1759 characters long. If you are unable to grab the text for your own use, just email me. I know that Magma has the lattice as a built in command, I'm not sure about Mathematica, Maple, other items. Probably Sage. Anyway, I took the Gram matrix and simply wrote a C++ program to read that text file and output a Pari-ready version. The disappointing part is that Pari does not display matrices past about the first 20 lines. So i did some checking to confirm that I really had a symmetric matrix, and in any case determined that the determinant was actually $1.$