Just to give some background regarding my motivation, I'm trying to prove a lemma to help me solve How do we prove p-order of $g_k$ is $\frac {k} {p-1}$?
Let $Z_p$ denote the p-adic integers, and let us adjoin a primitive p-th root of unity $ζ_p$. Assume $p>2\DeclareMathOperator{\ord}{ord}$.
I want to show that $\ord_p(1-ζ_p)=\ord_p(1-ζ_p^2)$, but I see that it is enough to prove $\ord_p( \frac {1-ζ_p^2} {1-ζ_p})=0$ or, equivalently, $\ord_p(1+ζ_p)=0$.
I have tried applying the properties from here. (Even though they are for rational numbers, I'm going to assume for now that they hold in $Z_p(ζ_p)$ also. If not, please correct me.)
I see that, if $\ord_p(ζ_p) \neq \ord_p(1)=0$, we will have $\ord_p(1+ζ_p)=inf \{\ord_p(1), \ord_p(ζ_p)\} \leq 0$ and we will get a contradiction if $<0$ .
But if instead $\ord_p(ζ_p)=0,$ then I don't know what to do. We will have $\ord_p(1+ζ_p) \geq \inf \{\ord_p(1), \ord_p(ζ_p)\}=0$, but I don't see how $>0$ would give us a contradiction.
Note that $\frac {ζ^2-1} {ζ-1}=1+ζ$ and $\frac {ζ-1} {ζ^2-1} =1+ζ^2+ζ^4+...+ζ^{p-1}$.
In the case that $ord_p(ζ)=0$, we will have $ord_p(ζ^2)=ord_p(ζ^3)=...=0$.
This would imply $ord_p(ζ^2-1)-οrd_p(ζ-1)=ord_p(1+ζ) \geq inf \{ord_p(1),ord_p(ζ)\}=0 $ and also $οrd_p(ζ-1)-ord_p(ζ^2-1)=ord_p(1+ζ^2+ζ^4+...+ζ^{p-1})\geq inf\{ord_p(1),...,ord_p(ζ^{p-1})\}=0$.
From these two inequalities, it should be easy to see $ord_p(ζ^2-1)=οrd_p(ζ-1)$ as needed.