Fungrim home page

Fungrim entry: bb4ce0

φ(n)=2nk=1n{k,gcd ⁣(n,k)=10,otherwise\varphi(n) = \frac{2}{n} \sum_{k=1}^{n} \begin{cases} k, & \gcd\!\left(n, k\right) = 1\\0, & \text{otherwise}\\ \end{cases}
Assumptions:nZ2n \in \mathbb{Z}_{\ge 2}
TeX:
\varphi(n) = \frac{2}{n} \sum_{k=1}^{n} \begin{cases} k, & \gcd\!\left(n, k\right) = 1\\0, & \text{otherwise}\\ \end{cases}

n \in \mathbb{Z}_{\ge 2}
Definitions:
Fungrim symbol Notation Short description
Totientφ(n)\varphi(n) Euler totient function
Sumnf(n)\sum_{n} f(n) Sum
GCDgcd ⁣(a,b)\gcd\!\left(a, b\right) Greatest common divisor
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("bb4ce0"),
    Formula(Equal(Totient(n), Mul(Div(2, n), Sum(Cases(Tuple(k, Equal(GCD(n, k), 1)), Tuple(0, Otherwise)), For(k, 1, n))))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(2))))

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