Lecture 1 - Overview of the Course

Real Analysis is an analysis of R. But it's more than that. It's the an analysis of the functions on it (namely f:RR). But first we have to know what R is, compared to something like Q or especially N.

But first let's start with something more fundamental. Let's start with:

N={1,2,3,...}

as a given. We know all the basic properties:

This extends to the natural extension to the integers Z:

Z={...,1,0,1,...}

Then when you want to extend these even further, you get the rationals Q:

Q={ab:a,bZ,b0}

There's already some really nice properties of Q. One thing is that Q forms a Field. Furthermore it has Order. These two properties together make it be an Ordered Field.

One interesting property of Q is that you can always find an element between two rational numbers. Take p,qQ where p<q (by Q being ordered). Then choose p+q2 as the in-between element:

p<p+q2<q

But there are some lengths as we know that are irrational, such as 2. There are no p,qZ where pq=2. See the proof of it here.

This clearly shows that there are gaps in the rationals Q. How do we fill these gaps such that we get all of them. The idea is that R should fill these gaps.

TODO