I was reading this answer. I understand almost all of it. However, there is still one thing that continues to puzzle me.
How should I prove for sure that, in this example, if $m_1\neq m_2$ and $a^{m_1}=a^{m_2}$, then $a^{m_1-m_2}=e$.
This proof expects me to know exactly why this holds true. Am I missing something?
I don't quite get why this is the case. What is the proof behind this assertion?
I guess I can see why $a^0=e$ but how can I be certain that this holds true for cases such as the one presented above?
Thank you!
If $$a^{m_1} = a^{m_2}$$ then by multiplying by $a^{-m_2}$ both sides we get $$a^{m_1}a^{-m_2} = a^{m_2}a^{-m_2}$$ The left hand side turns out to be $a^{m_1-m_2}$ while the right hand side is $e$.