Assumptions:
TeX:
\varphi\!\left({2}^{n}\right) = {2}^{n - 1} n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Totient | Euler totient function | |
Pow | Power | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("081abd"), Formula(Equal(Totient(Pow(2, n)), Pow(2, Sub(n, 1)))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(1))))