Show that if the smallest prime factor $p$ of the positive integer $n$ exceeds $\sqrt[3]{n}$, then $\frac{n}{p}$ must be prime or 1.
I'm stuck trying to prove this. I tried this using contradiction, but I haven't been able to prove it.
My approach:
Let $p$ be the smallest prime factor of the positive integer $n$.
Let $p > \sqrt[3]{n}$
Then we must show that $\frac{n}{p}$ is either a prime number or 1.
We know that $n = pe$ for some $e \in \mathbb{Z}$.
Thus, $\frac{n}{p} = e$
We also know that $p$ > $\sqrt[3]{n}$, so $p^3 > n$, and $p^2 > \frac{n}{p}$
So, assume $\frac{n}{p} = e$ is not prime nor 1, meaning it's a composite number. Let's try to get a contradiction.
If $\frac{n}{p}$ is composite, then $\exists a,b \neq 1: \frac{n}{p} = ab $
Now, here's where I get stuck. What can I do with this info? $\frac{n}{p} = ab $ and $p^2 > \frac{n}{p}$.
You forgot the condition "smallest factor". The smallest factor of $n=p^{m} \; {p_1}^{m_1} \; \cdots$ is necessarily $p$.
Consider as you did that $$ n = pab\quad \left| \begin{gathered} p < a \hfill \\ p < b \hfill \\ p < ab < p^{\,2} \hfill \\ \end{gathered} \right. $$ then the conditions aside leads to the contradiction $p^2<ab<p^2$. So you cannot have two terms following $p$, it must be $$ n = pa\quad \left| {p < a < p^{\,2} } \right. $$ and $a$ cannot decompose in primes lower than $p$, otherwise $p$ will not be smallest, and cannot decompose in two primes higher than $p$.
Hence $a$ must be a prime between $p$ and $p^2$.