A Piece of the Pi: mathematics explained β’ 30 implied HN points β’ 22 Mar 26
- The triangular Lights Out game reduces to linear algebra over the field with two elements: pressing a button toggles bits mod 2, pressing a button twice cancels, order doesnβt matter, and any solution is a subset of buttons pressed once.
- Solvability and uniqueness depend on the kernel of the toggle map: if the kernel is only the empty set (β=0) then every starting state has a unique solution, which occurs for certain side lengths such as 1, 3, 4, 7, 8, 9, 11, 15, 16, 17, 20, and 21.
- If the kernel is nontrivial (β>0) there are nonzero button patterns that have no effect and some starting configurations cannot be solved; the kernel is a 2^β-sized vector space over GF(2) and its patterns often form visually striking shapes like the SierpiΕski triangle.