Origin — Elementary Number Theory — Jones — p25 — Exercise 2.4
(1) How do you prefigure the answer? Proofwiki start after prefiguring it.
(2) What's the intuition?
This answer delineates the ground plan here for a proof of a disjunction.
First premise that $k^{1/n}$ = $n$th root of $k$ is irrational. Then nothing to prove.
In the second case, premise that $k^{1/n}$ is not irrational. Then I need to prove $k^{1/n}$ is an integer —
One way to prove it is to use exactly the same idea as for proving the square root of 2 is irrational
Suppose $k^{1/n}=p/q$, with p and q integers, relatively prime. Then $\color{brown}{q^nk}=\color{blue}{p^n}.$
Now think about the prime factorizations. Every prime that divides $\color{blue}{p^n}$ must divide $\color{brown}{q^nk}$.
But $p$ and q are coprime. Therefore none of these primes — already dividing $\color{blue}{p^n}$ — can divide $q^n $. Therefore these primes must divide $k$.
Bill Dubuque's answer says to observe from overhead that $\,p^n\mid k\,$ so $\, \color{#0a0}{p^nj = k}$ for some $ \color{#0a0}{j \in\Bbb Z}.$ Thence divide g $\,q^nk = p^n\,$ by $\,p^n\,$: $\, q^n (\color{#0a0}{k/p^n}) = q^n\color{#0a0} j = 1\,$ $\Rightarrow$ $\,q^n = 1\,\Rightarrow\,q=1.$
(3) How does $q^n (\color{#0a0}{k/p^n}) = 1 \implies q^n = 1$ ?
Scilicet, $k=p^n \iff k^{1/n} = p$, which I defined $\in \mathbb{Z}$.
That is, the only way for the $k^{1/n}$ to be a rational is if $k = (\text{integer})^n.$
Proofwiki does the opposite. Proofwiki premises $k^{1/n}$ is an integer first, nothing to prove in this case. Then Proofwiki premises $k^{1/n}$ is not an integer and proves $k^{1/n}$ is irrational.