I have a proof I'm trying to solve: For any natural number $n$, the product of $n$ rational numbers is rational.
The base case is fairly easy. When $n = 1, 1 =\dfrac{a}{b}.$ $1$ is rational when $a = b$ and $a,b$ are elements of the set $\mathbb{N}$.
I have something like this. $(1 \cdot \dfrac{1}{2} \cdot \dfrac{1}{3} \cdot \dfrac{1}{4} \cdot \dfrac{1}{5} \cdot 2 \cdot \dfrac{1}{50}) \cdot n + 1 = \dfrac{r}{s}.$ The terms in parentheses are $n = \dfrac{a}{b}$ by our inductive step. Since $n + 1$ and $a$ are natural numbers, $(n+1) \cdot a$ is also a natural number so therefore the product of $\dfrac{a}{b} \cdot (n+1)$ is also a rational number.
I haven't written the proof yet because I'd like it to be a little cleaner and write the product down as a notation. I'm not really sure what to put for $i$ though. So far, I have (product notation) of $i = 1$ to $n$ is equal to $\dfrac{a}{b}$.
Sorry if it may not be clear, I'm not sure how to input notation yet and this is my first post. Thanks!
Begin with the trivial case: $n = 0$. The product of no numbers is $1$, a rational.
Let $n = 1$. Simply choose a rational number.
Let $n = 2$. Let the first rational be $a_1/b_1$. The second $a_2/b_2$. Then, $a_1/b_1 \times a_2/b_2 = (a_1b_1)/(a_2b_2)$, a rational.