Assumptions:
TeX:
\begin{cases} \varphi(n) \text{ odd}, & n \in \left\{1, 2\right\}\\\varphi(n) \text{ even}, & \text{otherwise}\\ \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("f0639c"), Formula(Cases(Tuple(Odd(Totient(n)), Element(n, Set(1, 2))), Tuple(Even(Totient(n)), Otherwise))), Variables(n), Assumptions(Element(n, ZZGreaterEqual(0))))