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!