Assumptions:
TeX:
\left(n \notin \mathbb{P}\right) \;\implies\; \left(\varphi(n) \le n - \sqrt{n}\right)
n \in \mathbb{Z}_{\ge 2}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| PP | Prime numbers | |
| Totient | Euler totient function | |
| Sqrt | Principal square root | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("b81b45"),
Formula(Implies(NotElement(n, PP), LessEqual(Totient(n), Sub(n, Sqrt(n))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(2))))