Fungrim home page

Fungrim entry: b81b45

(nP)        (φ(n)nn)\left(n \notin \mathbb{P}\right) \;\implies\; \left(\varphi(n) \le n - \sqrt{n}\right)
Assumptions:nZ2n \in \mathbb{Z}_{\ge 2}
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
PPP\mathbb{P} Prime numbers
Totientφ(n)\varphi(n) Euler totient function
Sqrtz\sqrt{z} Principal square root
ZZGreaterEqualZn\mathbb{Z}_{\ge n} 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))))

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