Translation of dimension-six projective toric phase families
Definitionmub6_projective_toric_translationdesign-theorymutually-unbiased-bases
For a dephased phase vector and a labeled 36-point phase family , define the translate by coordinatewise multiplication:
This is additive translation in phase notation. It is the operation under which projective toric character moments and the pairwise MUB overlap expression are invariant.
Definition code
import Definitions.Def_mub6_projective_toric_design
namespace RybinAI2026.P16
/-- Translate every represented projective-torus point by the same dephased phase vector. -/
def translatePhaseFamily6
(a : DephasedPhase6) (X : Fin 36 → DephasedPhase6) :
Fin 36 → DephasedPhase6 :=
fun x => phaseMul6 a (X x)
end RybinAI2026.P16
Source
A Translation Observation for Three Conjectures on Projective Toric Designs, Sections 2--3 (user-supplied manuscript); arXiv:2311.13479v3, Definitions 2.4--2.5 and Eq. (25).