Lattice — Definition, Formula & Examples
A lattice is a regular, repeating arrangement of points in space, like a grid. In two dimensions, the most common lattice consists of all points whose coordinates are both integers.
A lattice in is the set of all integer linear combinations of linearly independent vectors . That is, . The standard integer lattice uses the standard basis vectors and .
Key Formula
Where:
- = Linearly independent basis vectors that generate the lattice
- = Integer coefficients
- = The resulting lattice (set of all grid points)
How It Works
Think of graph paper: every intersection where a horizontal and vertical line cross is a lattice point. A lattice point in has the form where both and are integers. You can count lattice points inside geometric shapes to solve area and counting problems. Pick's theorem, for example, computes the area of a polygon whose vertices are lattice points by counting interior and boundary lattice points.
Worked Example
Problem: How many lattice points lie inside or on the boundary of a circle of radius 2 centered at the origin?
Set up the condition: A lattice point lies inside or on the circle when
List the points: Check all integers from to . The qualifying points are: , , , , , and .
Count them: Tally: 1 (origin) + 4 (axis, distance 1) + 4 (diagonals, distance ) + 4 (axis, distance 2) = 13.
Answer: There are 13 lattice points inside or on the circle of radius 2.
Visualization
Why It Matters
Lattice points appear throughout competition math, especially in problems involving Pick's theorem and counting arguments. In number theory, questions about which integers can be written as a sum of two squares reduce to counting lattice points on circles. Cryptography systems like NTRU rely on the difficulty of finding short vectors in high-dimensional lattices.
Common Mistakes
Mistake: Confusing lattice points with all points on a grid line.
Correction: Lattice points are only the intersection points where both coordinates are integers, not every point along a grid line.
