Fungrim home page

Fungrim entry: c0e088

φ ⁣(2n)={2φ(n),n evenφ(n),n odd\varphi\!\left(2 n\right) = \begin{cases} 2 \varphi(n), & n \text{ even}\\\varphi(n), & n \text{ odd}\\ \end{cases}
Assumptions:nZ0n \in \mathbb{Z}_{\ge 0}
TeX:
\varphi\!\left(2 n\right) = \begin{cases} 2 \varphi(n), & n \text{ even}\\\varphi(n), & n \text{ odd}\\ \end{cases}

n \in \mathbb{Z}_{\ge 0}
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("c0e088"),
    Formula(Equal(Totient(Mul(2, n)), Cases(Tuple(Mul(2, Totient(n)), Even(n)), Tuple(Totient(n), Odd(n))))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(0))))

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