Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A group of Euclidean isometries is an extension of its point group by its translations

Proved
LeanEval.Geometry.SpaceGroupsProblem.euclideanGroup_linPart_extension

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

crystallographygeometrygroup-theory

Let GGG be a subgroup of the Euclidean motion group EdE_dEd​ of Rd\mathbb{R}^dRd. Every isometry ggg decomposes as g(x)=lin(g)(x)+g(0)g(x)=\mathrm{lin}(g)(x)+g(0)g(x)=lin(g)(x)+g(0) with linear part lin(g)∈O(d)\mathrm{lin}(g)\in O(d)lin(g)∈O(d).

The theorem asserts that lin\mathrm{lin}lin is a group homomorphism G→O(d)G\to O(d)G→O(d) with the following properties:

  1. its image is the point group P(G)P(G)P(G);
  2. its kernel consists exactly of those elements of GGG that are translations x↦x+vx\mapsto x+vx↦x+v;
  3. the induced map on the quotient is a group isomorphism
G/ker⁡(lin)  ≅  P(G).G/\ker(\mathrm{lin})\;\cong\;P(G).G/ker(lin)≅P(G).

Equivalently, GGG is an extension

1⟶T(G)⟶G⟶P(G)⟶11\longrightarrow T(G)\longrightarrow G\longrightarrow P(G)\longrightarrow 11⟶T(G)⟶G⟶P(G)⟶1

of its point group by its group of translations. For a crystallographic group the kernel is a lattice of rank ddd and the quotient is finite; this exact sequence is the frame in which space groups are classified by cohomological extension data.

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

theorem euclideanGroup_linPart_extension {d : ℕ} (G : Subgroup (EuclideanIsom d)) :
    ∃ f : G →* (E d ≃ₗᵢ[ℝ] E d),
      (∀ g : G, f g = linPart g.1) ∧
      f.range = pointGroup G ∧
      (∀ g : G, g ∈ f.ker ↔ ∃ v, IsTranslationBy g.1 v) ∧
      Nonempty ((G ⧸ f.ker) ≃* pointGroup G) := by sorry

end SpaceGroupsProblem
end Geometry
end LeanEval
Source
L. S. Charlap, Bieberbach Groups and Flat Manifolds, Springer 1986, Chapter I, Section 1 (the exact sequence 1 -> translations -> G -> point group -> 1).

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