Let $\lambda$ be the Carmichael Lambda function, as defined on wikipedia. Let $a,b\in\mathbb{Z}.$ Prove the following
- If $a \mid b$ then $\lambda(a) \mid\lambda(b).$
- $\lambda(\operatorname{lcm}(a,b)) = \operatorname{lcm}(\lambda(a), \lambda(b))$.
I think the first statement can be shown using the unique factorization theorem and a case-by-case proof for the values of $\lambda$ on prime powers.
Wikipedia says that the second statement follows immediately from the recursive definition, but I don't think this is so; there's more to it than that. However, I'm not really sure how to prove the second statement by using the first definition more closely; if $a$ and $b$ are coprime then maybe using the unique factorization theorem will help but I'm not sure how to extend this result to when $a$ and $b$ are not coprime. I'd probably start by using this result for $\frac{a}{\gcd(a,b)}$ and $\frac{b}{\gcd(a,b)}.$