Restore the six global regions to physical coordinates
Provedmme_released_global_physical_orientationmatrix-multiplicationmore-asymmetrytensor-restriction
Let be the published map from hash coordinates to physical coordinates for orientation , and let be the coordinate map used to restore that region. Then
For every global extraction Part , its physical restoration, built from the existing cyclic and transposition constructors, has exactly the same number of input copies and the same logarithmic output rate as . Thus the six distinct numerical rates can be retained while their output predicates are returned to one common system of physical coordinates.
Preamble
import Definitions.Def_mme_released_global_joint_interface open BigOperators MME MME.TensorObj MME.ProfiledCW MME.GlobalCW MME.RegionRealization MME.ReleasedGlobal set_option autoImplicit false universe u
Formal statement
theorem mme_released_global_physical_orientation :
(∀ (o : Fin 6) (i : Fin 3),
roles o (hashMode o i) = i ∧ hashMode o (roles o i) = i) ∧
∀ {M ell : ℕ} {P : Predicate M} (o : Fin 6) (S : Part M ell P),
(physicalPart o S).inputs = S.inputs ∧
(physicalPart o S).rate = S.rate := by sorry
Source
Auxiliary formalization for Alman et al., More Asymmetry Yields Faster Matrix Multiplication, https://arxiv.org/html/2404.16349v2, Theorem 5.3, Section 5.1, Theorem 6.4 and Algorithm 1. Specialization to the published exact ReleasedGlobal seed; the numerical recursive continuation remains an explicit separate obligation.