The 45 fourth-power blocks and ten Table-1 classes
Provedmme_stothers_fourth_table1_classificationalgebraic-complexitycoppersmith-winogradlaser-methodmatrix-multiplication
Among ordered triples , exactly 45 satisfy . Every such triple belongs to a unique coordinate-permutation orbit represented by one of
The orbit of representative has cardinality , where the Table-1 multiplicities are . This is the finite classification used to group the 45 fourth-power constituents into ten cyclic symmetry classes.
Preamble
import Definitions.Def_mme_stothers_fourth_data open MME BigOperators set_option autoImplicit false
Formal statement
theorem mme_stothers_fourth_table1_classification :
Fintype.card
{sigma : Fin 3 → Fin 9 // (∑ s, (sigma s).val) = 8} = 45 ∧
(∀ sigma : {sigma : Fin 3 → Fin 9 // (∑ s, (sigma s).val) = 8},
∃! r : Fin 10,
MME.StothersFourth.sameOrbit sigma.1
(MME.StothersFourth.classRep r)) ∧
(∀ r : Fin 10,
Fintype.card
{sigma : {sigma : Fin 3 → Fin 9 // (∑ s, (sigma s).val) = 8} //
MME.StothersFourth.sameOrbit sigma.1
(MME.StothersFourth.classRep r)} =
3 * MME.StothersFourth.classMultiplicity r) := by
sorrySource
Davie and Stothers (2013), Section 5 and Table 1, printed pp. 363 and 367, https://www.maths.ed.ac.uk/~sandy/a11164.pdf.