Let $p,q$ be primes such that $p \lt q$.
Show that every positive integer $n \lt 15$ can be written in the form $p^kq^j$ for $k,j = {0,1,2,3}$.
I know that every integer can be written as the product of primes (like $12 = 2^2 * 3^1$) but I'm not sure how to make a coherent proof for it.
I tried separating all values for $n$ into even, odd, and prime cases but I couldn't figure out where to take that. Any help would be appreciated.
There are only $14$ positive integers less than $15$. Just show a factorization of the requested kind for each one and claim victory. The statement first fails for $16=2^4$ because the exponent is too high, then for $30=2\cdot 3 \cdot 5$ because there are three different prime factors.