Exact support of the canonical fourth power
Provedmme_stothers_fourth_block_support_exactalgebraic-complexitycoppersmith-winogradlaser-methodmatrix-multiplication
Let be an arbitrary field and equip the literal tensor with its canonical nine-grading. For every ordered grade triple ,
Thus the grading has no unsupported nonzero block, while every grade triple summing to eight is represented by a nonzero literal source block. This is the exact-support statement needed to turn the formal grading into the 45-constituent decomposition of Section 5.
Preamble
import Definitions.Def_mme_stothers_fourth_data open MME BigOperators universe u set_option autoImplicit false
Formal statement
theorem mme_stothers_fourth_block_support_exact
{K : Type u} [Field K] :
∀ sigma : Fin 3 → Fin 9,
(MME.StothersFourth.cwFourthCanonicalGrading K 6).blockTensor sigma = 0 ↔
(∑ s, (sigma s).val) ≠ 8 := by
sorrySource
Davie and Stothers (2013), Section 5, paragraph preceding Lemma 5.1, printed p. 363, https://www.maths.ed.ac.uk/~sandy/a11164.pdf.