5

Proving $\forall x,y,z\in \mathbb R,\:x(y+z)=xy+xz$

There is a very concise proof of this in ProofWiki using Cauchy sequences, but I was wondering whether the same would be possible using Dedekind cuts.

Davide Giraudo
  • 172,925

2 Answers2

6

There is, but as with most of the checks of the field axioms using Dedekind Cuts, it isn't pretty.

First recall that multiplication is given by, for $A,B$ positive \begin{equation} A\cdot B =\{a\cdot b \mid a\in A \wedge 0<a \wedge b \in B \wedge 0<b \} \cup \{ q\in \mathbb{Q}\mid q\leq 0\}. \end{equation} More generally, we define \begin{equation} A\cdot B= \begin{cases} \overline{0} & \text{If $A=\overline{0}$ or $B=\overline{0}$,} \\ -(A\cdot (-B)) & \text{If $\overline{0}<A$ and $B<\overline{0}$,} \\ -((-A)\cdot B) & \text{If $A<\overline{0}$ and $\overline{0}<B$,} \\ (-A)\cdot (-B) & \text{If $A<\overline{0}$ and $B<\overline{0}$.} \end{cases} \end{equation}

We want to show that $A\cdot (B+C)=A\cdot B+A\cdot C$. Sadly, since this means that we now must take into account three variables, we have ourselves a case-by-case nightmare.

First let us suppose that $A$, $B$, and $C$ are all positive. Let $d\in A\cdot (B+C)$; if $d\leq 0$, then $d \in A\cdot B+A\cdot C$ since it is the sum of two positive Dedekind cuts. Otherwise we have $0<d$; $d$ can hence be written as $d=a\cdot (b+c)$ where $0<a \in A$, $b \in B$, and $c \in C$ where $0<b+c$. We can assume that $b$ and $c$ are positive because at least one must be positive; without loss of generality assume $b$ is positive. If $c$ is negative, then $b+c<b$, so that because $B$ is downwards closed it follows that $b+c\in B$. Then take a positive element $c'<b+c$ of $C$ and let $b'=b+c-c'$ which is necessarily positive by our choice of $c'$. Then $b'+c'=b+c$ with $0<b'\in B$ and $0<c'\in C$. Thus, we will simply assume that $b$ and $c$ are positive. Hence, $ab\in A\cdot B$ and $ac\in A\cdot C$ and thus $d=ab+ac\in A\cdot B+A\cdot C$, so that $A\cdot (B+C) \subset A\cdot B + A\cdot C$.

Similarly, if $d\in A\cdot B+A\cdot C$, then there exists $d_1\in A\cdot B$ and $d_2\in A\cdot C$ such that $d=d_1+d_2$. If $d_1$ and $d_2$ are positive, then there are $0<a,a'\in A$, $0<b\in B$, and $0<c\in C$ such that $ab=d_1$ and $a'c=d_2$. We may assume that $a=a'$, as otherwise we can let $a''=\frac{ab+a'c}{a+a'}$ which gives us $a''b+a''c=d$ and replace $a$ and $a'$ with $a''$. Then $ab+a'c=ab+ac=a(b+c)$ so that $d=a(b+c)\in A\cdot (B+C)$. If $d_1$ and $d_2$ are both non-positive, then $d_1+d_2$ is non-positive and thus lies in $A\cdot (B+C)$. Finally, if one of $d_1$ and $d_2$ is non-positive while the other is positive -- say $d_1$ is positive and $d_2$ non-positive -- then $d_1=ab$ for $0<a\in A$ and $0<b\in B$, so taking $c$ to be any positive rational number in $C$ we find that $d_1+d_2<ab+ac=a(b+c)\in A\cdot (B+C)$, so that because $A\cdot (B+C)$ is downwards closed, we see that $d=d_1+d_2\in A\cdot (B+C)$, thus establishing the fact that $A\cdot B+A\cdot C\subset A\cdot (B+C)$.

A tool we shall make use of in the remaining cases is that $-(A+B)=(-A)+(-B)$: $(A+B)+(-(A+B))=\overline{0}$ and $A+B+(-A)+(-B)=\overline{0}$, so that $(A+B)+(-(A+B))=(A+B)+(-A)+(-B)$, and cancellation of the term $A+B$ gives us the desired result.

  • If $A=\overline{0}$, then $A\cdot (B+C)=A\cdot B=A\cdot C=\overline{0}$, and thus $A\cdot B+A\cdot C=\overline{0}=A\cdot (B+C)$.
  • When $A$, $B$, and $C$ are all negative, $B+C$ is negative, so $A\cdot (B+C)=(-A)\cdot (-(B+C))=(-A)\cdot ((-B)+(-C))=(-A)\cdot (-B)+(-A)\cdot (-C)=A\cdot B+A\cdot C$. \item When $A$ is negative and $B$ and $C$ are positive, $B+C$ is positive and $A\cdot (B+C)=-((-A)\cdot (B+C))=-((-A)\cdot B+(-A)\cdot C)=(-((-A)\cdot B))+(-((-A)\cdot C))=A\cdot B+A\cdot C$.
  • If $B=\overline{0}$, then $A\cdot (B+C)=A\cdot (\overline{0}+C)=A\cdot C=A\cdot \overline{0}+A\cdot C=A\cdot B+A\cdot C$. The same argument shows the case for $C=\overline{0}$.
  • If $A$ and $C$ are negative and $B$ is positive, then we have three cases: if $B+C$ is positive, negative, or zero. In the last case, $B=(-C)$ and $A\cdot (B+C)=A\cdot \overline{0}=\overline{0}=(A\cdot B)+(-(A\cdot B))=A\cdot B+A\cdot (-B)=A\cdot B+A\cdot C$. If $B+C$ is negative, then \begin{align} A\cdot C & =A\cdot ((B+C)+(-B)) \\ & =(-A)\cdot (-((B+C)+(-B))) \\ & =(-A)\cdot ((-(B+C))+B) \\ & = (-A)\cdot (-(B+C))+(-A)\cdot B \\ & = A\cdot (B+C)+(-(A\cdot B)) \end{align} Adding $A\cdot B$ to both sides gives us the desired result. If $B+C$ is positive, then \begin{align} A\cdot B & =A\cdot ((B+C)+(-C)) \\ & =-((-A)\cdot ((B+C)+(-C))) \\ & = -((-A)\cdot (B+C)+(-A)\cdot (-C)) \\ & = -((-(A\cdot (B+C)))+A\cdot C) \\ & = A\cdot (B+C)+(-(A\cdot C)). \end{align} Adding $A\cdot C$ to both sides gives us the desired result. The same arguments hold for $B$ negative and $C$ positive by interchanged the roles of $B$ and $C$ above.

  • If $A$ and $B$ are positive and $C$ is negative, then we have three cases: if $B+C$ is positive, negative, or zero. In the last case, $B=(-C)$ and $A\cdot (B+C)=A\cdot \overline{0}=\overline{0}=(A\cdot B)+(-(A\cdot B))=A\cdot B+A\cdot (-B)=A\cdot B+A\cdot C$. If $B+C$ is negative, then \begin{align} A\cdot C & = A\cdot ((B+C)+(-B)) \\ & = -(A\cdot (-((B+C)+(-B)))) \\ & = -(A\cdot ((-(B+C))+B)) \\ & = -(A\cdot (-(B+C))+A\cdot B) \\ & = (-(A\cdot(-(B+C))))+(-(A\cdot B)) \\ & = A\cdot (B+C)+(-(A\cdot B)) \end{align} Adding $A\cdot B$ to both sides gives us the desired result. If $B+C$ is positive, then \begin{align} A\cdot B & =A\cdot ((B+C)+(-C)) \\ & = A\cdot ((B+C)+(-C)) \\ & = A\cdot (B+C)+A\cdot (-C)) \\ & = A\cdot (B+C)+(-(A\cdot C)) \end{align} Adding $A\cdot C$ to both sides gives us the desired result. The same arguments hold for $B$ negative and $C$ positive by interchanging the roles of $B$ and $C$ above.

(If there's a prettier way to prove this with Dedekind Cuts, I certainly don't know it. At first glance the proof that Rudin gives in Principles of Mathematical Analysis is shorter, but that's because he doesn't actually do it all (rather, says "similar to our above proofs"))

Hayden
  • 16,737
  • @Regret They certainly are. It's a shame too, because developing the theory of completely ordered fields naturally leads to a definition of the reals via Dedekind cuts, but then you've got to deal with this mess. Oh well, do it once, then never again? – Hayden Mar 25 '15 at 10:03
  • As you seem to know much more about this topic than I, would you mind checking out my answer? I believe it is, for the most part, alright. I will try to read your answer a bit later as well. – Regret Mar 25 '15 at 10:08
  • @Regret Looks right to me, though it's worth noting that you only examine the case of positive Dedekind Cuts/reals. The only reason I put mine up after seeing yours put up is that mine deals with all the cases (though these are relatively routine, though still ugly). – Hayden Mar 25 '15 at 10:13
  • @Hayden What an amazingly comprehensive answer. Thanks for your insight! No wonder it is preferable to do by Cauchy sequences...there really is a lot to take account of, it seems :/ –  Mar 25 '15 at 11:42
  • Yes, though there are merits to the Dedekind Cut method, including that developing the theory of completely ordered fields naturally leads to it, and that with this is also natural to use the Dedekind construction in order to show that every pair of completely ordered fields are isomorphic as ordered fields. Proving Dedekind Completeness is also extremely easy (where if I remember correctly doing so with Cauchy sequences is not as simple). – Hayden Mar 25 '15 at 13:06
0

I tried to prove your above claim for positive cuts, that is, cuts containing some positive rationals. This is the first time I've tried to prove this, so I apologize in advance if it is a bit hard to follow or if it contains mistakes.

Addition and multiplication of positive Dedekind cuts are defined as follows.

$$\alpha+\beta=\{a+b\mid a\in\alpha, b\in\beta\}\\ \alpha\beta = \{x\in\Bbb Q\mid \exists a\in\alpha,b\in\beta(a>0, b>0, ab\ge x)\}$$

Let $x,y,z$ be positive Dedekind cuts. First, let's show that every member of $x(y+z)$ is a member of $xy+xz$.

Let $\lambda\in x(y+z)$. There exists a positive $a\in x$ as well as $b\in y$ and $c\in z$ such that $b+c>0$ and $\lambda\le a(b+c)$. Since such $b$ and $c$ exist, there also exist such $b$ and $c$ that not only is their sum positive, but $b$ and $c$ are themselves positive. This is easy to see as there exists a positive rational in every $x,y,z$ and we can increase the nonpositive $b$ or $c$ to that positive rational. So, there exist $a\in x, b\in y, c\in z$, all positive, such that $\lambda\le a(b+c)=ab+ac$. $ab$ is a product of positive members of $x$ and $y$, so it is a member of $xy$. $ac$ is a product of positive members of $x$ and $z$, so it is a member of $xz$. $ab+ac$ is the sum of members of $xy$ and $xz$, so it is a member of $xy+xz$. Since $\lambda\le ab+ac$, $\lambda$ is also a member of $xy+xz$.

And now let's show that every member of $xy+xz$ is a member of $x(y+z)$.

Let $\kappa\in xy+xz$. $\kappa$ is then the sum of members of $xy$ and $xz$, call them $\kappa_1$ and $\kappa_2$. There exist positive $a_1\in x,b\in y$ such that $\kappa_1\le a_1b$ and positive $a_2\in x,c\in z$ such that $\kappa_2\le a_2c$. Choose $a=\max\{a_1,a_2\}$. Then $\kappa=\kappa_1+\kappa_2\le a_1b+a_2c\le ab+ac=a(b+c)$. $b+c$ is a sum of members of $y$ and $z$, so it is a member of $y+z$. $a(b+c)$ is a product of positive members of $x$ and $y+z$, so $\kappa$ is a member of $x(y+z)$.

Every member of $x(y+z)$ is a member of $xy+xz$ and vice versa, therefore

$$x(y+z)=xy+xz$$

Regret
  • 3,817