Let $S = \{n \in \mathbb{Z} \mid \varphi(n) \le 12 \}$ be the set of number whose Euler function is less or equal 12. Prove that $S$ has an upper bound.
In the example $S= \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 24, 26, 28, 30, 36, 42\}$ and I'd like to show formally that no $k > 42 \in S$.
I've demostrated some particular cases:
- if $k > 13$ is prime, then $\varphi(k) = k - 1 > 12$, thus $k \notin S$.
- if $k^\alpha$ is a power of a prime $k > 13$, then $\varphi(k^\alpha) = \varphi(k^{\alpha-1})\cdot(k-1) > (k-1) > 12$, thus $k^\alpha \notin S$.
For the general case, I've thought about factorization. So $k = p_1^{\alpha_1} \cdot \ldots \cdot p_n^{\alpha_n}$, where each $p_i$ must be in $\{2, 3, 5, 7, 11, 13\}$. I can't however conclude my proof.
The Fundamental theorem of arithmetic allows to write $k = p_1^{\alpha_1} \cdot \ldots \cdot p_n^{\alpha_n}$. As $\varphi(p) = p-1$, $p$ must be less than 13. So the only primes allowed are $\{2,3,5,7,11,13\}$. Consider every possibile combination:
By definition we also have $\varphi(1) = 1$.
Every combination has been explored, so the list provided above is complete.