Assumptions:
References:
- G. H. Hardy and E. M. Wright (1979), An Introduction to the Theory of Numbers (Fifth ed.), Oxford University Press. Theorem 327.
TeX:
\varphi(n) \sigma_{1}\!\left(n\right) < {n}^{2}
n \in \mathbb{Z}_{\ge 2}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Totient | Euler totient function | |
| DivisorSigma | Sum of divisors function | |
| Pow | Power | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("acb28a"),
Formula(Less(Mul(Totient(n), DivisorSigma(1, n)), Pow(n, 2))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(2))),
References("G. H. Hardy and E. M. Wright (1979), An Introduction to the Theory of Numbers (Fifth ed.), Oxford University Press. Theorem 327."))