I'm trying to write the following images in TeX using MathJax rendering:
So I have the following equation:
\[
\frac{36}{60} = \frac{18}{30} = \frac{9}{15} = \frac{3}{5}
\]
And I want to display arrows above the numerators, and above the denominators. And above this arrow I need to display some text (see the image for the details).
I have the feeling that this is quite impossible with the latex that MathJax support, so I'm now thinking about using svg, but maybe I'm overseeing something.

