I'm having some trouble with the following exercise:
Prove that, for all $m,n\in \mathbb N$: $$\gcd(m,n)\cdot \text{lcm}(m,n) = mn$$ To prove this use the the 2 proposition you proved before this exercice.
The two propositions where:
Let $G$ be a group, $H\leq G$ and $N \trianglelefteq G$. Then: $$H/(H\cap N) \simeq (HN)/N$$
Let $G$ be a group, $H \trianglelefteq G$ and $N \trianglelefteq G$, such that $N\subseteq H$. Then: $$(G/N)/(H/N)\simeq G/H$$
I was able to prove both propositions very easily using the first homomorphism theorem, but when it comes down to applying the proposition I always have a lot of struggle. How can this be solved?
Edit: I know that This post ask the same question but I'm asking for an alternative solution for this problem using these 2 specific propositions.