Fungrim home page

Fungrim entry: 485ab6

φ(n)n1\varphi(n) \le n - 1
Assumptions:nZ2n \in \mathbb{Z}_{\ge 2}
TeX:
\varphi(n) \le n - 1

n \in \mathbb{Z}_{\ge 2}
Definitions:
Fungrim symbol Notation Short description
Totientφ(n)\varphi(n) Euler totient function
ZZGreaterEqualZn\mathbb{Z}_{\ge n} 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))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC