I was thinking about the rule where $\space\frac{a}{b}\cdot \frac{c}{d}=\frac{ac}{bd}$ and why it worked, and I found this question: Rule for multiplying rational numbers.
The best answer was:
Did:
One knows that $a/b$ may be defined as the number $x$ such that $bx=a$, and that $c/d$ may be defined as the number $y$ such that $dy=c$.
If one wants the multiplication on these objects to be associative and commutative as it is on the integers, one should ask that $ac=(bx)(dy)=(bd)(xy)$ hence that the object $xy$ fits the definition of $(ac)/(bd)$.
And I was thinking, if in the end we get $\frac{(xy)(bd)}{bd}=\frac{ac}{bd}$, how do we know how to simplify the two $(bd)$s here? Don't we need the property itself $\space\frac{a}{b}\cdot \frac{c}{d}=\frac{ac}{bd}$ to know how to do that?
$$\frac{(xy)(bd)}{bd}=\frac{(xy)\cdot (bd)}{1\cdot (bd)}=\frac{xy}{1}\cdot\frac{bd}{bd}=\frac{xy}{1}\cdot 1=\frac{xy}{1}=xy$$
So do we just assume the property is true inductively (not mathematically inductively), or am I missing something?
PS: As a beginner, I may say some ridiculous things, excuse me for that.
A long as we only have the integers, wewe obserev that equations of the form $ax=b$ sometimes have a solution, and sometimes not (and in the special case $a=b=0$ there are infinitely many solutions). We define the rational numbers as a set of numbers where an equation $ax=b$ with integers $a\ne 0$ and $b$ always has a unique solution. We could call the unique solution of $3x=5$ simply "the unique solution of $3x=5$", but that is inconvenient. To simplify this, we introduce the symbolic notation $\frac ba$ (i.e., the number $b$ atop the number $a$, with a horizontal line between them) for the unique solution of $ax=b$.
Note that we can easily show, for example that $\frac 32=\frac 64$: The unique solution of $2x=3$ must also be a (hence the) solution of $4x=6$ because we obtain the latter equation from the former by multiplying both sides with $2$. In particular, we see that $\frac n1=n$, i.e., some of our new rational numbers are our good old integers.
Next we wonder if we can extend addition and multiplication to rational numbers. Well, for addition, we ask: If $x,y$ are rationals with defining equations $ax=b$ and $cy=d$, can we find an equation that should hold for $x+y$? If we multiply the first equation by $c$ and the second by $a$, we obtain $acx=bc$ and $acy=ad$; if we add these, we formally obtain $ac(x+y)=bc+ad$ (formally, because we used several laws such as associativity and distributivity to arrive at the last equations, even though we can hardly claim that these laws hold for rational numbers when we have not even defined these operations). Thus $x+y$ is a solution of $ac\cdot z=bc+ad$, i.e., by definition $x+y=\frac{bc+ad}{ac}$. Hence there is only one reasonable (because it allows us to keep associativity etc.) way to define addition for rational numbers: $$\frac ba+\frac dc =\frac{bc+ad}{ac}.$$
Similarly, if $ax=b$ anc $cy=d$, then formally $acxy=bd$, i.e., $xy$ is the unique solution of $ac\cdot z=bd$, that is we are "forced" to say $$\frac ba\cdot\frac dc=\frac{bd}{ac}.$$