Assumptions:
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 | Euler totient function | |
| ZZGreaterEqual | 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))))