The main help I need is with proof-check of a theorem on divisors of cyclotomic values.
IF: For $\Phi_n(a) \equiv 0 \pmod{p}$ where $p$ is any prime and $n \in \mathbb{N}$ and $a$ is any integer.
To prove: $n \vert p-1$ or $p \vert n$
Proof: If $\Phi_n(a)$ is divisble by $p$ $\implies p \vert a^n-1$ as $\Phi_n(a) \vert a^n-1$. $$a^n \equiv 1 \pmod{p}$$
Case 1: If $n$ is the order of $a$ under moduli prime $p$ or $n = \text{ord}_p(a)$ then we say $n \vert p-1$.
Case 2: If $m$ is the order of $a$ under moduli prime $p$ or $m = \text{ord}_p(a)$ then $$a^m-1 = \prod_{d|m} \Phi_d(a) \equiv 0 \pmod{p}$$ as $m \vert n$ and $\Phi_n(a) \equiv 0 \pmod{p}$
$$a^n-1 \equiv 0 \pmod{p^2}$$
If $l$ is the order of $a$ under moduli prime $p^2$ or $l = \text{ord}_{p^2}(a)$. $$a^l-1 = \prod_{d|l} \Phi_l(a) \equiv 0 \pmod{p^2}$$ and as once again $l|n$ and $\Phi_n(a) \equiv 0 \pmod{p}$
We get $$a^n-1 \equiv 0 \pmod{p^3}$$
The same result is found if $l=m$ by repeating the process.
But if $v_p(a^n-1) = x $,
$$a^n-1 \equiv 0 \pmod{p^x}$$
Is max it can go,
Therefore, at $\pmod{p^x}$ the order should hit $n$ to stop this increment of $p$ power.
Later Addition for Clarification:
This is because: If the order is some other number $t(p^x|a^t-1)$, then $t|n$.So, $a^t-1|a^n-1$ and p also divides $\Phi_n(a)$, this means $a^n-1$ is divisble by $p^{x+1}$ which can not happen.So, $t = n$ to prevent this. $$n|p^{x-1}(p-1), x \geq 2$$
If we prove that $n$ Does not divide $p-1$, We can guarantee that $p|n$.
Now, for the sake of contradiction let us assume $n|p-1$.
By Lifting the Exponent Lemma, this can be easily shown.
$$v_p(a^{p-1}-1) = v_p(f)+v_p(a^m-1),p-1 = f\cdot m$$ $$v_p(f) = 0$$ P-adic valuation of $a^{p-1}-1$ and $a^m-1$ is same.
Let us say that $v_p(a^m-1) = i$, this means that $p^i| a^m-1$,
with $p|\Phi_n(a) $, $p^{i+1}|a^{p-1}-1$ but the p adic valuations were same. This is a contradiction.
Hence, $n$ does not divide p-1.
This means $p$ will divide $n$
Hence, Proved.
Question_1:
My friend said that I proved Eisenstein's criterion's, I cannot make any sense of it, what does it mean? Is there any connection, I did not know about Eisenstein's criterion, did some search and figured what It meant. Still unable to see any connection.
Question_2
A better proof?