Assumptions:
TeX:
\varphi(n) \le n - 1
n \in \mathbb{Z}_{\ge 2}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Totient | Euler totient function | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("485ab6"),
Formula(LessEqual(Totient(n), Sub(n, 1))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(2))))