Addition on R (via Dedekind Cuts)

See Dedekind Cuts, Constructing R for a refresh of cuts. Let A,BR:

Here A+B should be a new set to the right of B over some A 'amount'.

This approach actually works:

A+B={a+b|aA,bB}
Closure of Set Addition Operation in R

This operation is closed, namely A+B is always a cut. For example, for property 2, if we have a+bA+B and qQ where q<a+b then qb<a so then qbA since A is a cut. But:

q=(qb)+bA+B

So then qA+B as required.
The other properties would be proved similarly.

Commutivity and associativity come out from the commutativity and associativity of the Q addition operation.

Commutativity and Associativity in R

R has commutativity and associativity properties when defined via Dedekind Cuts.

Proof
(Commutativity) Let A,BR. We'll show A+B=B+A since:

A+B={a+b|aA,bB}={b+a|bB,aA}=B+A

from the commutativity of addition on Q.
(Associativity) Is shown in pretty much the same way.

There's also the additive identity O defined as:

O={qQ|q<0}

Let's show that any A+O=A:

O is additive identity

Let AR. Then A+O=A.

Proof
We'll show both and :

(): Let aA+O so then aA,qO such that a=a+q. We want to show that aA. Notice that since q<0 then:

q<0a+q<aAa+qA

Thus since a=a+q then aA.

(): Let aA, so then aA such that a>a.

A+O={a+q|aA,qO}

Now notice that a<aaa<0 so clearly aaO. Now notice:

a=aA+(aa)OA+O

as required.


What is the additive inverse A? Let's think on the number line:

Thus we define it as follows:

A

Define A={qQ|tA s.t. t<q}.

A gives rise to Ordered Field properties

Given the above A definition, then:

  1. A is a cut (well defined)
  2. A+(A)=O

Pasted image 20240925223714.png

Proof

  1. Let's prove A is a cut:
    a. A is a cut so A and AQ. Thus tA so then choose any r<t since then r>t so rA (for example, choose r=t1). Thus A. Further we know aA so then tA then t>a. Thus since aa then aA so AQ.
    b. Let aA and qQ such that q<a. WTS qA. Notice tA where t<a. But notice that q>a>t so then qA.
    c. Let aA. Then tA where t<a. If we construct t=ta2 then t<t<a so then since t<t where tA we can choose tA as a result.
  1. Let's prove A+(A)=O:
    (): Let aA and aA. Then tA where t<a. Since aA and tA then we must have it that t>a (since otherwise it'd force tA as a contradiction). Then notice that:
a<tt>at<at>aaa<at0>ataa<at<0aa<0aaO

Thus A+(A)O.

(): Let oO so o<0. Since A is a cut then aA. Further qA where q>a. Then qa>0>o so qa>o. Then 0>a+(oq). This suggests showing that oqA, since once we have that we are done.

Notice that aA, because for contradiction if aA then tA where t<a. But by A being a cut we have to have tA which is a contradiction. As a result, since A is a cut and because oq<a then oqA, which finishes the proof. ☐