(How to/Can I) show irrational numbers?

This might sounds stupid, but I really don't know can I show Irrational numbers in proves? And if so, how to show it?

For example, when I want to show Rational numbers, I do this:

$\frac{m}{n} $ , $m, n $ are integer $,$ $n\ne0$

Can I do something like that with Irrational numbers?


Solution 1:

A real number $a$ is irrational iff its decimal (or binary) expansion doesn't become ultimately periodic. You can formulate this in the following way: $$a=a_0.a_1a_2a_3\ldots\qquad\bigl(a_0\in{\mathbb Z}, \ a_k\in\{0,1,\ldots,9\}\ (k\geq1)\bigr)$$ is irrational iff $\forall p\in{\mathbb N}_{\geq1}$, $\forall n\in{\mathbb N}_{\geq1}$ there is a $k>n$ with $a_k\ne a_{k+p}$.

Solution 2:

You can say it is an element of $\mathbb{R}$ that is not in $\mathbb{Q}$.

There is no "general representation" of irrational numbers

Solution 3:

In principle, as you point out, showing that a number $r$ is rational is easy. All we need to do is to exhibit integers $a$ and $b$, with $b\ne 0$, such that $a=rb$.

Proving that a number $x$ is irrational is in principle, and often in practice, much harder. We have to show that there do not exist integers $a$ and $b$, with $b\ne 0$, such that $a=xb$. So in principle we have to examine all ordered pairs $(a,b)$ of integers, with $b\ne 0$, and show that none of them can possibly "work."

This in principle involves examining an infinite set. That cannot be done by simply exhibiting a pair of integers, like in a proof of rationality. Sometimes, as in the case $x=\sqrt{2}$, there is a relatively simple proof of irrationality. But all too often, like in the case of the Euler-Mascheroni constant $\gamma$, no proof of irrationality is known, despite the fact that considerable effort has been expended trying to prove that $\gamma$ is irrational.