I have heard this "some infinities are bigger than others" . How can this be ?
The context was that the cardinality of the set of integers is less than that of the cardinality of th real numbers , but how do we prove this . The more I think about this it becomes more absurd .
For the particular results that the cardinality of the real numbers is greater than the cardinality of the integers, there are many proofs. Perhaps the most famous one is Cantor's diagonal argument for that fact, which actually exploits a typographical fact about the representation of real numbers as strings of digits. There are other proofs that involve more analytical facts about the real numbers, but they all require a bit of preparation.
To answer your question it is perhaps better to consider Cantor's Theorem: For any set $X$, its cardinality is strictly smaller than the cardinality of $\mathcal P (X)$, the set of all subsets of $X$. This result then actually says not just that some infinite sets are larger than other sets, but that for any set, you can always find a set with strictly larger cardinality. The proof requires first an agreed upon way to measure which cardinality is bigger. The meaning of "The cardinality of a set $A$ is strictly smaller then the cardinality of a set $B$" is that there exists a injective function $f:A\to B$, and that there does not exist a surjective function $A\to B$. If you agree to that definition (which, I hope, makes sense at least), then here is a proof of Cantor's Theorem.
Let $A$ be a set and let $B=\mathcal P (A)$. The function $f:A\to B$ given by $f(a)=\{a\}$ is clearly injective. So, we just need to verify there is no surjection $g:A\to B$, so let's assume we are given such a surjection and we'll reach a contradiction. Consider the set $C=\{a\in A\mid a\notin g(a)\}$. Now, clearly $C\in \mathcal P (A)$, and thus $C=g(c)$ for some $c\in A$ (since we assumed $g$ is surjective). But then, try to answer the question "does $c\in g(c)$?". If it does, then $c\in g(c)=C$ and thus $c\notin g(c)$. If it does not, then $c\notin g(c)$, and thus $c\in C=g(c)$. A contradiction.