Paired fourth-power certificate instance (A=10M, H=1, vol=1)
Disprovedmme_dwz_fourth_paired_cert_10M_1_1c-tensorlaser-methodmatrix-multiplication
For the Davie--Stothers fourth-power tensor over a field , let denote its image under the transposition of the first two modes. Then the paired tensor admits a finite -tensor family certificate with parameters
In Lean this is Nonempty (CTensorOneHOneFamilyCertificate (T \otimes T^{\mathrm{swap}}) 10000000 1 1). This is the tensor-construction half of the Table 3 surplus witness: combined with the elementary real inequality (using ) it yields the full existential witness with .
Formalization Note Lean states the certificate over TensorObj.kron (cwFourthObj K 5) (permObj swapFirstTwoPerm (cwFourthObj K 5)) with the same module layout as mme_dwz_fourth_value_surplus_witness.
Preamble
import Definitions.Def_mme_stothers_fourth_data import Definitions.Def_mme_six_symmetrized_tau_value import Definitions.Def_CTensorOneHOneFamilyCertificate open MME universe u set_option autoImplicit false
Formal statement
theorem mme_dwz_fourth_paired_cert_10M_1_1
{K : Type u} [Field K] :
Nonempty
(CTensorOneHOneFamilyCertificate
(TensorObj.kron (MME.StothersFourth.cwFourthObj K 5)
(TensorObj.permObj MME.swapFirstTwoPerm (MME.StothersFourth.cwFourthObj K 5)))
10000000 1 1) := by sorrySource
Duan--Wu--Zhou 2025, New upper bounds for the matrix multiplication exponent, https://arxiv.org/abs/2210.10173v5, Section 8, Eq. (25), Table 3, p. 78; explicit reduction instance for mme_dwz_fourth_value_surplus_witness