中文

Gale-Berlekamp 切换博弈的变体及其解:平衡矩形与立方体

组合数学 2021-08-23 v1

摘要

Gale-Berlekamp 灯光切换博弈在一个方形灯板上进行。每盏灯有两种状态,开或关。每一行和每一列都有一个开关。拨动该开关会改变该行或该列所有灯的状态。游戏的目标是最小化板上的不平衡度,定义为开灯数与关灯数之差的绝对值。我们研究了一种变体,针对 nn 为偶数且 mnm \le nm×nm \times n 矩阵。我们给出构造性证明:对任意 m×nm \times n 矩形矩阵 AA,存在 x(±1)nx \in (\pm 1)^ny(±1)my \in (\pm 1)^m 使得 yAx2|yAx| \le 2,即存在行列开关可将不平衡度降至至多 22,构造了寻找这些开关的完整 Python 例程,并对随机生成的初始板配置测试运行了该算法。随后我们将游戏扩展到三维 n×n×nn \times n \times n 立方体,具有相应的行、列和层开关。我们定义最小阈值 PnP_n,使得对立方体的所有初始状态,不平衡度总可降至至多 PnP_n。然后我们给出存在性证明:P2=2P_2 = 2P4=4P_4 = 4

关键词

引用

@article{arxiv.2108.09290,
  title  = {Variants of the Gale-Berlekamp Switching Game and their Solutions: Balancing the Rectangle and the Cube},
  author = {Le Viet Hung and Xu Yu},
  journal= {arXiv preprint arXiv:2108.09290},
  year   = {2021}
}

备注

Keywords: Gale-Berlekamp Light Switching Game, minimise the imbalance, balancing rectangle matrices, balancing the cube