EulerTotientFunktion
The Euler totient function, denoted by the Greek letter phi ($\phi$) or Euler's phi function, is an arithmetic function that counts the number of positive integers less than or equal to a given positive integer $n$ that are relatively prime to $n$. Two integers are relatively prime if their greatest common divisor (GCD) is 1. For example, $\phi(9)$ counts the numbers from 1 to 9 that share no common factors with 9 other than 1. These numbers are 1, 2, 4, 5, 7, and 8, so $\phi(9) = 6$.
The Euler totient function is multiplicative, meaning that if $a$ and $b$ are coprime integers, then $\phi(ab)
A fundamental property related to the Euler totient function is Euler's theorem, which states that if $a$