The point group of a crystallographic group is finite
ProvedLeanEval.Geometry.SpaceGroupsProblem.pointGroupSet_finite_of_crystallographiccrystallographygeometrygroup-theory
Let be a crystallographic group in dimension : a subgroup of the Euclidean motion group of that is discrete (for every point and every only finitely many move by at most ) and contains linearly independent translations. Its point group is the set of linear parts of its elements,
The theorem asserts that is a finite set.
This is the first structural finiteness statement in the theory of space groups: a crystallographic group has only finitely many possible rotational/reflective parts, so it is an extension of a finite group by its lattice of translations. It is the step that makes a classification of crystallographic groups into finitely many types conceivable.
Preamble
import Mathlib import Definitions.Def_LeanEval_SpaceGroups_Definitions import Definitions.Def_SpaceGroupsPointGroupDefs
Formal statement
namespace LeanEval
namespace Geometry
namespace SpaceGroupsProblem
theorem pointGroupSet_finite_of_crystallographic {d : ℕ} {G : Subgroup (EuclideanIsom d)}
(hG : IsCrystallographicGroup G) : (pointGroupSet G).Finite := by sorry
end SpaceGroupsProblem
end Geometry
end LeanEvalSource
L. S. Charlap, Bieberbach Groups and Flat Manifolds, Springer 1986, Chapter I, Theorem 1.2 (the point group of a crystallographic group is finite).