Documentation

TauCeti.GroupTheory.SpecificGroups.Quaternion

A computable enumeration of the quaternion groups #

Mathlib equips QuaternionGroup n with a Fintype instance when n is nonzero, but converting that instance to a list is noncomputable. The Dixon--Schneider character-table algorithm needs a list whose reduction can be evaluated by the kernel. TauCeti.quaternionElements lists the two constructors at every index and TauCeti.mem_quaternionElements proves that the list is exhaustive.

The file also records the exponent of QuaternionGroup 2, the quaternion group of order eight, in the form used by its explicit Dixon-prime certificate.

Main definitions #

Main results #

The elements a 0, xa 0, ..., a (2n-1), xa (2n-1) of QuaternionGroup n. For nonzero n this lists all 4 * n elements. The body is exposed so downstream class-data computations can reduce it in the kernel.

Equations
Instances For

    The enumeration TauCeti.quaternionElements exhausts QuaternionGroup n when n is nonzero.

    @[simp]

    The quaternion group of order eight has exponent four.