I'm currently studying cryptography and have the following question.
Suppose we have the following relation in an RSA system $ed\equiv1\pmod{\Phi(pq)}$ and $ek\equiv1\pmod{\lambda(pq)}$ Show that both $d$ and $k$ can be used to decrypt.
How can I show this? I know that $\lambda | \Phi$ and $d\equiv k\pmod\lambda$ but why does this help us decrypt using either $d$ or $k$.
If any $k$ such that $ek\equiv1\pmod{\lambda(pq)}$ can be used, then any $d$ such that $ed\equiv 1\pmod{\varphi(pq)}$ can, because $\lambda(pq)\mid\varphi(pq)$ as you noted, and then $ed\equiv 1\pmod{\lambda(pq)}$.
To prove that $k$ can be used means to prove that $x^{ek}\equiv x\pmod{pq}$ for all $x$; in fact, more generally, for any squarefree $n$, and any $m>0$ such that $m\equiv 1\pmod{\lambda(n)}$, we have $x^m\equiv x\pmod{n}$ for all $x$ (indeed, $n$ is a product of distinct primes, and for any such prime $p$ we have $x^m\equiv x\pmod{p}$, because $\color{gray}{p-1={}}$$\lambda(p)\mid\lambda(n)$${}\mid(m-1)$ — so the claim follows by CRT).