Ok, so this problem popped up in my mind in Real Analysis lecture. Here goes:
Lets say I take a sheet of white paper(Any size say 2X1 units). Let this sheet of paper can be divided into infinitely many strips horizontally. Let each strip denote a real number between 0 to 2 (both included). Now, each strip is also a real number line segment of interval [0,1] such that each strip has all the real numbers between [0,1] (including 0 and 1).
So, If i remove all the parts of the paper with irrational points(I just put a hole at every point where irrational number lies), How would that paper look like? Of course I will be able to see the paper, but would I see the whole sheet or a semi transparent sheet? What If I put it in a dark room and shine a torch through it, what will be the intensity of light passing through? How would the mass of the paper be affected.
The confusion arises because a set of irrationals is uncountable while rationals is countable! I wonder if the paper will be mass less, yet visible.
The real world is finite in many ways. As a result, the tools that we use to approximate the world as infinitely divisible—real numbers, continuous surfaces, integrals, and so on—are useful, but sometimes not applicable.
Of course there are problems with puncturing a piece of paper infinitely many times at mathematically perfectly correct locations. With a real piece of paper and real tools it cannot be done. However, we can make a mathematically ideal model of your paper, in which case our infinite-world approximation tools apply.
In such a model, we can say that your paper is essentially like the unit square $S = [0,1]\times [0,1]$ in $\mathbb{R}^2$.
$S$ represents an infinitely thin, infinitely divisible two dimensional surface.
We can cut out the irrational points, resulting in the perforated piece of paper $P\equiv S \cap (\mathbb{Q}\times \mathbb{Q})$. (Here, $\mathbb{Q}$ denotes the set of rational numbers, which we want to retain, getting rid of the remaining irrational points.)
Excitingly, the tools of real analysis are exactly the ones we use to model the properties you care about:
And hence we can answer all of these questions in a similar way. One of our most tools for measuring area in this context is the Lebesgue measure: it extends the Riemann integral studied in elementary calculus in such a way that you can compute the area of functions like:
$f(x)=\begin{cases}1&\text{if }x\text{ is irrational}\\0&\text{if }x\text{ is rational}\end{cases}$
Now for some notation. If $A$ is any set in $\mathbb{R}^n$, let ${1}_A$ denote the characteristic function $$1_A(x) = \begin{cases}1 & x \in A\\ 0 & x \notin A\end{cases}$$
So if $U=[a,b]$ is an interval on the real line, then $\int_{-\infty}^\infty 1_U(x)\,dx = \int_a^b 1 dx = b-a.$
The general rule is the integral of a set's characteristic function represents the size of the set.
As another example, the original "size" (area) of your paper $S$ is: $$\iint_{\mathbb{R}^2} 1_{S} = \int_{0}^1\int_0^1 1 \,dx = 1$$ as you'd expect
Now we can figure out the "size" of your paper $P$. We want: $$\iint_{\mathbb{R}^2} 1_{P} = \iint_{[0,1]^2 \cap (\mathbb{Q}\times\mathbb{Q})} 1$$
Without explaining how to compute this Lebesgue integral (which takes some developed machinery to show), it turns out that this integral is 0. As a result, a reasonable mathematically-ideal answer to your questions is as follows:
These should be taken to be surprising results about our models involving real numbers, rational numbers, irrational numbers, and integration, rather than claims about what happens with genuine perforated pieces of paper. Taken as mathematical results, they offer neat insights into the way we've formalized our ideas of number, divisibility, and size, and the ways in which those formalisms sometimes defy our geometric intuitions. (For another similar surprising result, see for example the Banach-Tarski paradox.)
Good question, and good luck on your studies of real analysis!