I am not sure if I understood the modulo operation on fractions properly.
Therefore I want to ask if someone can provide me an intuitive visualization with an real-world analogy, in which that operation is can be applied (like the clock for the modulo operation on natural numbers)?
Further can someone please confirm, if the following equations are solved correctly?
\begin{align} \frac{1}{9}\mod 13 = 1\cdot9^{-1}\cdot (3\cdot9) \mod 13 = 1\\ \frac{2}{8}\mod 19 = 2\cdot8^{-1}\cdot (12\cdot8) \mod 19 = 2\\ \frac{4}{7}\mod 13 = 4\cdot7^{-1}\cdot (2\cdot7) \mod 13 = 4\\ \end{align}