I have a question about the Euler totient function. I am new to the number theory and i don't know where to start to prove this. If $p$ is prime and $p$ divides $i$,
$$ Φ (i\cdot p) = p \cdot Φ (i),$$
where $Φ (n)$ is Euler Totient Function.
I know as $p$ divides $i$, they($i$ and $p$) will not be co-prime so I can't apply multiplicative property here but I am unable to understand how this result came.
An intuitive way of thinking of this is that, because $p$ divides $i$, the numbers counted in $\phi(i)$ are already coprime to $p$ (and thus to every power of $p$). So when you multiply by $p$, you retain all those coprime numbers in every block of $i$ numbers up to the new value $ip$, $\phi(i)$ coprime values in each of $p$ blocks; giving $\phi(ip) = p\cdot\phi(i)$.