Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The translation subgroup of a crystallographic group is a full-rank lattice

Proved
LeanEval.Geometry.SpaceGroupsProblem.transLattice_eq_span_of_real_basis

by Gabewhigham · Sep 6, 2026 · Mathlib 0df444a (Lean v4.33.1)

crystallographygeometrygroup-theory

Let GGG be a crystallographic group in dimension ddd: a discrete subgroup of the Euclidean motion group EdE_dEd​ of Rd\mathbb{R}^dRd containing ddd linearly independent translations. Write T(G)⊆RdT(G)\subseteq\mathbb{R}^dT(G)⊆Rd for its set of translation vectors, an additive subgroup of Rd\mathbb{R}^dRd (the translation lattice).

The theorem asserts that T(G)T(G)T(G) is a full-rank lattice: there are vectors w1,…,wd∈Rdw_1,\dots,w_d\in\mathbb{R}^dw1​,…,wd​∈Rd that are linearly independent over R\mathbb{R}R and satisfy

T(G)=Zw1⊕⋯⊕Zwd.T(G)=\mathbb{Z}w_1\oplus\cdots\oplus\mathbb{Z}w_d.T(G)=Zw1​⊕⋯⊕Zwd​.

In other words the translations of GGG form a discrete cocompact subgroup of Rd\mathbb{R}^dRd with a basis consisting of ddd independent vectors. This identification of the translation subgroup with a lattice Zd\mathbb{Z}^dZd is what allows the point group to be represented by integer matrices.

Preamble
import Mathlib
import Definitions.Def_LeanEval_SpaceGroups_Definitions
import Definitions.Def_SpaceGroupsPointGroupDefs
Formal statement
namespace LeanEval
namespace Geometry
namespace SpaceGroupsProblem

theorem transLattice_eq_span_of_real_basis {d : ℕ} {G : Subgroup (EuclideanIsom d)}
    (hG : IsCrystallographicGroup G) :
    ∃ w : Fin d → E d, LinearIndependent ℝ w ∧
      Submodule.span ℤ (Set.range w) = transSubmoduleZ G := by sorry

end SpaceGroupsProblem
end Geometry
end LeanEval
Source
L. S. Charlap, Bieberbach Groups and Flat Manifolds, Springer 1986, Chapter I, Section 1 (translation subgroup of a crystallographic group is a lattice of rank d).

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me