Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was disprovable because the value `g 0` breaks the period-4 pattern. More precisely, the period 4 arises because powers of 2 mod 10 have period 4 (2, 4, 8, 6, 2, 4, 8, 6, ...). However this starts at 2^1 and the inital value 2^0 = 1 breaks the pattern. The two obvious ways to fix the statement are: 1. Change `P_def` to require periodicity only beyond 0. 2. Change the characterisation of `g` so that `g 0` is free. We have opted for the second choice. This was previously "fixed" in 295b586 but unfortunately an error remained.
- Loading branch information