[Math] Proving an infimum using the archimedean property of R

proof-verificationreal-analysis

As the title states, I am working on proving an infimum with the archimedean property of $\mathbb{R}$. The problem is stated as follows:

Use the archimedean property of $\mathbb{R}$ to rigorously prove that $inf \{\frac{1}{n} : n \in \mathbb{N}\} = 0$

A note: I realize the below is probably the wrong way to go about it, but it is an attempt – im not great at proofs yet…

I start out by stating that $A = \{\frac{1}{n} : n \in \mathbb{N}\}$

I want to prove that $infA = 0$.

I feel like a proof by contradiction is a good way to go about it:

So, suppose not, suppose $infA \neq 0$

Then let some $s$ be a lower bound for $A$.

Following the definition of an infimum, given any lower bound $b$, it follows $s \ge b$.

Since by our premise $infA \neq 0$, then $s \gt 0$.

Now, following the archimedean property, since $s \in \mathbb{R}$ and $s \gt 0$, we can find some $n \in \mathbb{N}$ such that $\frac{1}{n} < s$.

It follows then that $1 < sn$. But the supremum of the set $A$ is 1. Thus we have reached a contradiction, and it must be that $inf A = 0$.

To be honest I feel intimidated by trying to prove this stuff, and could really use the support. I have ordered a book on proofs, but I feel like im struggling to really "grasp" what is going on beyond just putting stuff together. Aside from helping with the proof itself, I'd appreciate any advice on how to decide when to use proof by contradiction in the future. Thanks!

Best Answer

To prove $\inf\{1/n:n\in\mathbb{N}\}=0$, it must be shown that (i) $0$ is a lower bound and (ii) $0$ is the greatest lower bound.

Proof of (i): Fix $n\in\mathbb{N}$. Observe $0<1/n$. We are done.

Proof of (ii): Let $x$ be an arbitrary lower bound. It remains to show $x\le 0$. By contradiction, suppose $0<x$. Then by Archimedes, there exists $N$ such that $1<Nx$. Therefore $1/N<x$. Therefore $x$ is not a lower bound---a contradiction. As a result, $0\nless x$. Because $\mathbb{R}$ is totally ordered, it follows that $x\le 0$ as desired. We are done.

Related Question