Fungrim home page

Fungrim entry: 081abd

φ ⁣(2n)=2n1\varphi\!\left({2}^{n}\right) = {2}^{n - 1}
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
\varphi\!\left({2}^{n}\right) = {2}^{n - 1}

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

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