I've just figured out that a product perfect number is a number N such that either N=pq or $N=q^3$. But how do I prove this?
Attempt: I know that any number of this form is a product perfect number since p and q cannot be factored any further so N being product perfect is just restating the prime factorization of N.
I've tried to prove the other direction but I came across too many cases to consider and some of which I can't solve.
Any help would be great. Thanks!
Let $f(n)$ be the product of the factors of $n$. Can you prove that $f$ is multiplicative, that is that $f(mn)=f(n)f(m)$ for $n,m$ coprime? Also note that $f(n)\ge n$, because $n$ is a factor and there may be more. Now assume that $n$ has at least three primes that divide it and write it as $n=p^aq^br$, with $p,q$ prime and not dividing $r$ (though $r$ may be composite). We have factors of $p^a,q^b,r,p^aq^b,n$ that are enough to show $f(n) \gt n^2$, so $n$ has at most two prime factors. If it has two distinct prime factors, write it as $p^aq^b$ and note that we have factors $p^a,q^b,n$ that multiply to $n^2$, so if either $a,b \gt 1$ we get another factor and are done. Then look at powers of a single prime and find the cube is the only one that works.