Let $q$ be a prime. $G$ is a cyclic group of order $q^2$. Show that for solving the DLP in $G$ it's enough to solve two distinct DLPs in two groups of order $q$.
---
We are looking for an $x$ such that $\alpha^x=\beta$ in this group $G$.
By the CRT $G \cong C_q \times C_q$ alright? So taking the CRT-isomorphism yields
$\phi(\alpha^x)=(\alpha^x \mod q, \alpha^x \mod q)\overset{!}{=} (\beta \mod q,\beta \mod q)=\phi(\beta)$
So we have to solve $\alpha^x=\beta$ in $C_q$ now? But is this correct? I doubt that because in the exercise they want two distinct DLPs ???