$45^\circ$ Rubik's Cube: proving $\arccos ( \frac{\sqrt{2}}{2} - \frac{1}{4} )$ is an irrational angle?

I've been working on a problem related to the 3x3x3 Rubik's Cube where you allow faces to be turned by $45^\circ$ instead of just the usual $90^\circ$. We know for the standard 3x3x3 the cube is sliced up into 27 regions and 26 of them are the external pieces of the puzzle (8 corners + 12 edges + 6 face centers).

For the $45^\circ$ Rubik's Cube, when you turn a face by $45^\circ$ there have to be additional cuts added to enable the adjacent faces to turn. One interesting property though is that no matter how many cuts you add, it seems like there are still configurations where faces are be blocked unless more cuts are added. The twisty puzzle community calls this property jumbling when an infinite number of cuts are required. I'm trying to prove that the $45^\circ$ Rubik's Cube jumbles.

Here is an example of a Rubik's Cube where a few cuts have been added to enable some $45^\circ$ turns before things get blocked. In this photo the left face with the yellow octagon center was twisted $45^\circ$ and then the right face with the red octagon center was twisted $45^\circ$. Now the yellow face can not be twisted any further without adding more cuts through the pieces that are blocking it: 45 degree Rubik's Cube after two twists

I call the above sequence [45F 45R].

To go about trying to prove that an infinite number of cuts are require, I set out to show something simpler that implies that. Namely, that a point on the puzzle gets rotated around some axis by an irrational angle if you repeat [45F 45R]. If repeating these two moves over and over rotates points by an irrational angle, then the order of the sequence (the period) is infinite and an infinite number of cuts must be added, implying that the puzzle jumbles. Here is an animation showing how the corner point moves when you do [45F 45R] repeatedly: corner point rotating animation

So I build the rotation matrix for 45F and 45R and found the combined rotation matrix:

$$\left( \begin{array}{ccc} \sqrt{2}/2 & \sqrt{2}/2 & 0 \\ -1/2 & 1/2 & -\sqrt{2}/2 \\ -1/2 & 1/2 & \sqrt{2}/2 \end{array} \right)$$

If you do some additional work on that matrix you'll find that the axis points are being rotated around is $$[-1,\ -\sqrt{2} + 1,\ 1]$$ and the angle points are rotated through is $$\arccos ( \frac{\sqrt{2}}{2} - \frac{1}{4} )$$

Here is a plot of several different points through a few hundred applications of [45F 45R] and a plot of the axis computed from the rotation matrix: the orbit of several points about the axis

All that is left now is to prove that $\theta = \arccos ( \frac{\sqrt{2}}{2} - \frac{1}{4} )$ is an irrational angle. By irrational angle I mean that $\theta$ is not of the form $\frac{m}{n}\pi$.

The strategy I've tried is to assume that $\theta = \frac{m}{n}\pi$ and then show that leads to a contradiction. This seems like a good way to go because $\cos(n\theta) = T_n(\cos(\theta))$ where $T_n$ is the $n^{\mathrm{th}}$ Chebyshev polynomial. This is simple because $n\theta = n\frac{m}{n}\pi = m\pi$ where $m$ is an integer. $\cos(m\pi) = \pm 1$

Since we know $\cos(\theta) = \frac{\sqrt{2}}{2} - \frac{1}{4}$ if we can show $T_n(\frac{\sqrt{2}}{2} - \frac{1}{4}) \ne \pm 1$ for any $T_n$ then $\theta$ can't be of the form $\frac{m}{n}\pi$ which is a contradiction and would prove that the angle is irrational.

Unfortunately I'm stuck. I've tried expanding out various Chebyshev polynomials and substituting $y$ for $\sqrt{2}$ plugging in $\frac{y}{2} - \frac{1}{4}$ and it certainly seems like the odd powers of $y$ could never fully cancel out but I can't work out the details.

So, is there a way to prove $\arccos ( \frac{\sqrt{2}}{2} - \frac{1}{4} )$ is an irrational angle?


book http://www.amazon.com/Irrational-Numbers-Carus-Mathematical-Monographs/dp/0883850389

page 37, Theorem 3.9, due to Lehmer: given integers $n > 2$ and $k,$ then $$ 2 \cos \left( \frac{2k \pi}{n} \right) $$ is an algebraic integer of degree $\phi(n)/2.$

Twice your cosine is $$ t = \sqrt 2 - \frac{1}{2}. $$ This satisfies $$ 4 t^2 + 4 t - 7 = 0 $$ and is an algebraic number but not an algebraic integer. See https://en.wikipedia.org/wiki/Algebraic_integer#Non-example