Given the integers, we have the usual operations which behave the way they are expected to behave. Now suppose we want to create $\mathbb{Q}$ which are pairs $\cfrac{a}{b\neq 0}$. We want that $\mathbb{Q}$ have a copy of $\mathbb{Z}$ that behaves exactly as $\mathbb{Z}$ itself, that is: We want:
$$a_\mathbb{Z}+b_\mathbb{Z}:=a_\mathbb{Q}+b_\mathbb{Q}\quad \quad \quad \quad \quad \quad a_\mathbb{Z}\cdot b_\mathbb{Z}:=a_\mathbb{Q}\cdot b_\mathbb{Q}$$
Which could be defined as:
$$a_\mathbb{Z}+b_\mathbb{Z}:=\cfrac{a}{1}+\cfrac{b}{1}=\cfrac{a+b}{1} \quad\quad \quad \quad a_\mathbb{Z}+b_\mathbb{Z}:=\cfrac{a}{1}\cdot\cfrac{b}{1}=\cfrac{a\cdot b}{1}\tag{$\star$}$$
That is: $\cfrac{a}{1}$ is the representation of $a$ in $\mathbb{Q}$. Given only addition and multiplication, and taking into account the definitions made in $(\star)$, is it possible to define addition and multiplication in $\mathbb{Q}$ in a way that for all $a,b\in \mathbb{Q}$, $(\star)$ is true but the elements $\frac{c}{d\neq 1}$ behave in a way different than we expect for $\mathbb{Q}$?
That is: Could we define it in a way that $1+1=2,\; 2+1=3\; \dots$ but $\cfrac{1}{2}+\cfrac{1}{3}\neq \cfrac{5}{6},\; \cfrac{1}{4}+\cfrac{1}{5}\neq\cfrac{9}{20},\; \dots$?
My intentions: I want to figure out if having only the definition $(\star)$, addition and multiplication forces us to define $\mathbb{Q}$'s operations the way it is defined, that is:
$$\cfrac{a}{b}+\cfrac{c}{d}:=\cfrac{ad+cb }{bd}\quad\quad \quad \cfrac{a}{b}\cdot \cfrac{c}{d}:=\cfrac{a\cdot c}{b\cdot d} $$
Obviously, we could do it in a completely retarded way like saying that $\cfrac{a}{b}+\cfrac{c}{d}:= \cfrac{a+c}{1}$ if $b=d=1$ and $\cfrac{a}{b}+\cfrac{c}{d}:= \cfrac{a^2b^3c^4d^5}{1}$ if $b\neq 1$ or $d\neq 1$ and my original intention is to avoid these but I'm not sure if I described it good enough to really avoid it.
It reminds me of a talk I had with a professor and asked if there are continuous everywhere differentiable nowhere functions other than Weierstrass function. He replied:
- Yes, there are infinitely many. Let $W$ be the Weierstrass function, take $f(c)=W+c$. For each $c\neq 0$, you have a different continuous everywhere differentiable nowhere function!
NOTE: In order to make this shorter, I will say $\frac a b$ is $ab^{-1}$.
Let's say we want to add division to $\Bbb{Z}$. This means we have to figure out how to add and multiply $ab^{-1}$ and $cd^{-1}$ while still satisfying:
Multiplication is actually pretty easy. By Commutative Property, just have: $$ab^{-1}\cdot cd^{-1}=acb^{-1}d^{-1}=(ac)(bd)^{-1}$$
Now, addition is kind of odd, but the key here is to find common denominator by multiplying $ab^{-1}$ by $dd^{-1}$ and $cd^{-1}$ by $bb^{-1}$: $$ab^{-1}+cd^{-1}=ab^{-1}\cdot dd^{-1}+cd^{-1}\cdot bb^{-1}=ad(bd)^{-1}+bc(bd)^{-1}=(ad+bc)(bd)^{-1}$$
Thus, by just trying to satisfy the properties listed at the top. Even though it might seem like a lot of assumptions, they are pretty normal, regular properties that come up a lot in abstract algebra, we get these definitions of addition and multiplication for fractions. There are also other important properties that you can check out by looking at the field axioms.