The total question is: "For the affine cipher in Chapter $1$ the multiplicative inverse of an element modulo 26 can be found as $a^{−1} ≡ a^{11}\mod 26$. Derive this relationship by using Euler’s Theorem."
I could really use help figuring this out. I don't even know where to start, and my textbook is not very helpful.
Assume that $a$ has an inverse ($a,26$ are coprime), then by Eulers theorem$$a^{\phi(26)}\equiv_{26}1\\a^{\phi(26)-1}\equiv_{26}a^{-1}$$ We have $\phi(26)=\phi(2)\phi(13)=12$, so $$a^{11}\equiv_{26}a^{-1}$$