<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Set Theory on kenji.blog</title><link>http://kenji.blog/en/categories/set-theory/</link><description>Recent content in Set Theory on kenji.blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>kenjinote</copyright><lastBuildDate>Thu, 10 Sep 2026 12:00:00 +0900</lastBuildDate><atom:link href="http://kenji.blog/en/categories/set-theory/index.xml" rel="self" type="application/rss+xml"/><item><title>Richard's Paradox: The Contradiction Caused by Infinite Decimals and the "Diagonal Argument"</title><link>http://kenji.blog/en/p/richards-paradox/</link><pubDate>Thu, 10 Sep 2026 12:00:00 +0900</pubDate><guid>http://kenji.blog/en/p/richards-paradox/</guid><description>&lt;img src="http://kenji.blog/p/richards-paradox/img/richards_paradox.jpg" alt="Featured image of post Richard's Paradox: The Contradiction Caused by Infinite Decimals and the "Diagonal Argument"" />&lt;h2 id="1-a-list-of-numbers-definable-in-words">1. A List of Numbers Definable in Words
&lt;/h2>&lt;p>&amp;ldquo;Richard&amp;rsquo;s Paradox&amp;rdquo;, published by the French mathematician Jules Richard in 1905, is akin to a relative of the &amp;ldquo;Berry Paradox&amp;rdquo; introduced earlier. However, this one is more mathematical and contains a deep contradiction that feels like peering into the abyss of infinity.&lt;/p>
&lt;p>First, imagine collecting all the &lt;strong>&amp;ldquo;real numbers between 0 and 1 (decimals) that can be completely defined by English sentences&amp;rdquo;&lt;/strong>.&lt;/p>
&lt;p>For example, numbers like these:&lt;/p>
&lt;ul>
&lt;li>&amp;ldquo;Zero point five&amp;rdquo; $\rightarrow$ $0.5$&lt;/li>
&lt;li>&amp;ldquo;One third&amp;rdquo; $\rightarrow$ $0.333333...$&lt;/li>
&lt;li>&amp;ldquo;The number formed by the decimal digits of pi&amp;rdquo; $\rightarrow$ $0.14159265...$&lt;/li>
&lt;/ul>
&lt;p>The combinations of sentences that can be expressed in English are simply rearrangements of characters found in a dictionary, so we can assign an &amp;ldquo;order&amp;rdquo; to them.
(For example, arranging them in order of length, and if they have the same length, arranging them in alphabetical order.)&lt;/p>
&lt;p>In this way, we have created an &lt;strong>infinitely continuing numbered list&lt;/strong> (1st, 2nd, 3rd&amp;hellip;) of &amp;ldquo;all real numbers definable in English&amp;rdquo;.&lt;/p>
$$
\begin{align*}
r_1 &amp;= 0.\mathbf{3}333... \\
r_2 &amp;= 0.5\mathbf{0}00... \\
r_3 &amp;= 0.14\mathbf{1}5... \\
r_4 &amp;= 0.777\mathbf{7}... \\
&amp;\vdots
\end{align*}
$$
&lt;p>Within this list, &amp;ldquo;every possible real number definable in English&amp;rdquo; should be perfectly included without a single exception.&lt;/p>
&lt;hr>
&lt;h2 id="2-the-demonic-technique-diagonal-argument">2. The Demonic Technique: &amp;ldquo;Diagonal Argument&amp;rdquo;
&lt;/h2>&lt;p>Here, Richard performs a terrifying operation.
He artificially creates a &lt;strong>&amp;ldquo;completely new number $X$&amp;rdquo;&lt;/strong> that avoids all the numbers currently in the list.&lt;/p>
&lt;p>The method is simple:&lt;/p>
&lt;ul>
&lt;li>Look at the &lt;strong>1st decimal digit&lt;/strong> of the &lt;strong>1st&lt;/strong> number in the list (in the above example, $3$). Add $1$ to it, and make that the 1st digit of $X$ ($3+1=4$).&lt;/li>
&lt;li>Look at the &lt;strong>2nd decimal digit&lt;/strong> of the &lt;strong>2nd&lt;/strong> number in the list (in the above example, $0$). Add $1$ to it, and make that the 2nd digit of $X$ ($0+1=1$).&lt;/li>
&lt;li>Look at the &lt;strong>3rd decimal digit&lt;/strong> of the &lt;strong>3rd&lt;/strong> number in the list (in the above example, $1$). Add $1$ to it, and make that the 3rd digit of $X$ ($1+1=2$).&lt;/li>
&lt;/ul>
&lt;p>*If the original digit is $9$, let&amp;rsquo;s assume it loops back to $0$.&lt;/p>
&lt;div class="mermaid">graph TD
subgraph "Listed Real Numbers"
R1["r1 = 0.[3]33..."]
R2["r2 = 0.5[0]0..."]
R3["r3 = 0.14[1]..."]
R4["r4 = 0.777[7]..."]
end
subgraph "Newly Created Number X"
X["X = 0.4128..."]
end
R1 -->|Add 1 to the 1st digit| X
R2 -->|Add 1 to the 2nd digit| X
R3 -->|Add 1 to the 3rd digit| X
R4 -->|Add 1 to the 4th digit| X
style X fill:#aaffaa,stroke:#333,stroke-width:2px&lt;/div>
&lt;p>The new number $X$ created by this method (in the example above, $X = 0.4128...$) will &lt;strong>absolutely never match any number&lt;/strong> in the list.
This is because the $n$-th decimal digit of $X$ is intentionally shifted from the $n$-th decimal digit of the $n$-th number.
(This technique is called the &lt;strong>&amp;ldquo;Diagonal Argument&amp;rdquo;&lt;/strong>, devised by the genius mathematician Cantor to prove the infinite size of real numbers.)&lt;/p>
&lt;hr>
&lt;h2 id="3-the-completion-of-richards-paradox">3. The Completion of Richard&amp;rsquo;s Paradox
&lt;/h2>&lt;p>Now, here comes the paradox.&lt;/p>
&lt;p>We have just created a new number $X$.
And the &amp;ldquo;rule&amp;rdquo; for creating this $X$ is perfectly explained (defined) by &lt;strong>the English sentences I just wrote above&lt;/strong>.&lt;/p>
&lt;p>In other words, $X$ is a &lt;strong>&amp;ldquo;real number definable in English&amp;rdquo;&lt;/strong>.&lt;/p>
&lt;p>However, remember the initial premise.
&amp;ldquo;Real numbers definable in English&amp;rdquo; were supposed to be &lt;strong>all comprehensively included in the initial list ($r_1, r_2, r_3...$)&lt;/strong>.
Yet, $X$ was constructed so that it does not match any number in the list.&lt;/p>
&lt;ol>
&lt;li>&lt;strong>$X$ must exist within the list (because it was defined in English).&lt;/strong>&lt;/li>
&lt;li>&lt;strong>$X$ must not exist within the list (because it was constructed using the diagonal argument to differ from all numbers in the list).&lt;/strong>&lt;/li>
&lt;/ol>
&lt;p>A perfect contradiction! This is Richard&amp;rsquo;s Paradox.&lt;/p>
&lt;hr>
&lt;h2 id="4-why-did-the-logic-collapse-the-trap-of-meta-language">4. Why Did the Logic Collapse? (The Trap of Meta-language)
&lt;/h2>&lt;p>The reason this paradox arose, similarly to the Berry Paradox, lies in the confusion of &amp;ldquo;levels of language.&amp;rdquo;&lt;/p>
&lt;p>To perform mathematics rigorously, one must clearly separate the &amp;ldquo;list of numbers in question (object language)&amp;rdquo; from the &amp;ldquo;rules that talk about the properties of that list from the outside (meta-language)&amp;rdquo;.&lt;/p>
&lt;p>Richard&amp;rsquo;s list is a collection of &amp;ldquo;definitions of computable numbers&amp;rdquo;.
However, the rule to create the new number $X$, &amp;ldquo;look at the $n$-th digit of the $n$-th number in the list&amp;rdquo;, is a &lt;strong>&amp;ldquo;meta-language&amp;rdquo; operation that cannot be executed without looking down at the list itself from the outside&lt;/strong>.&lt;/p>
&lt;p>Richard&amp;rsquo;s Paradox exploded into self-contradiction because it secretly tried to slip the &amp;ldquo;meta-linguistic number $X$ created by manipulating the list from the outside&amp;rdquo; into the &amp;ldquo;inside list&amp;rdquo;.&lt;/p>
&lt;hr>
&lt;h2 id="5-passing-the-baton-to-gödel">5. Passing the Baton to Gödel
&lt;/h2>&lt;p>This Richard&amp;rsquo;s Paradox sent a massive shockwave through the mathematical community of the time.
&amp;ldquo;Human language (and logical systems) can easily cause self-contradiction if we are not careful. How can we make mathematics perfect and free of contradiction?&amp;rdquo;&lt;/p>
&lt;p>In 1931, it was the 25-year-old genius mathematician Kurt Gödel who brought a final resolution to this problem.
Gödel perfectly translated and reproduced the structure of this paradox, which Richard caused using the &amp;ldquo;ambiguity of language,&amp;rdquo; by using &lt;strong>&amp;ldquo;rigorous mathematical formulas (Gödel numbering)&amp;rdquo;&lt;/strong>.&lt;/p>
&lt;p>The result derived from this was the famous &lt;strong>&amp;ldquo;Gödel&amp;rsquo;s Incompleteness Theorems&amp;rdquo;&lt;/strong>.
It was a monumental discovery proving the limits of human knowledge: &amp;ldquo;No matter how rigorously mathematical rules are established, &amp;rsquo;truths that can neither be proved nor disproved&amp;rsquo; will inevitably arise within those rules (mathematics is incomplete).&amp;rdquo;&lt;/p>
&lt;p>Richard&amp;rsquo;s Paradox began as a mere contradictory play on words, and eventually evolved into the ultimate weapon to shatter the &amp;ldquo;absoluteness&amp;rdquo; of mathematics itself.&lt;/p></description></item><item><title>Hilbert's Grand Hotel: How to Accommodate Infinite New Guests in a Fully Booked Hotel</title><link>http://kenji.blog/en/p/hilberts-grand-hotel/</link><pubDate>Thu, 10 Sep 2026 06:00:00 +0900</pubDate><guid>http://kenji.blog/en/p/hilberts-grand-hotel/</guid><description>&lt;img src="http://kenji.blog/p/hilberts-grand-hotel/img/hilberts_hotel.jpg" alt="Featured image of post Hilbert's Grand Hotel: How to Accommodate Infinite New Guests in a Fully Booked Hotel" />&lt;h2 id="1-welcome-to-the-ultimate-hotel">1. Welcome to the Ultimate Hotel
&lt;/h2>&lt;p>The great German mathematician David Hilbert devised an interesting thought experiment to illustrate how far the concept of &amp;ldquo;infinity&amp;rdquo; is from human intuition.&lt;/p>
&lt;p>Imagine that somewhere in the universe, there is a hotel called &lt;strong>&amp;ldquo;Hilbert&amp;rsquo;s Grand Hotel.&amp;rdquo;&lt;/strong>
This hotel has an &lt;strong>infinite number&lt;/strong> of rooms, numbered 1, 2, 3, and so on.&lt;/p>
&lt;p>One day, there was a massive event in the universe, and every single room in this infinite hotel was occupied, making it &lt;strong>&amp;ldquo;fully booked.&amp;rdquo;&lt;/strong>
Then, an exhausted traveler arrived and asked the front desk, &amp;ldquo;Could you please find me a room?&amp;rdquo;&lt;/p>
&lt;p>A normal hotel would have no choice but to refuse, saying, &amp;ldquo;We are sorry, but we are fully booked.&amp;rdquo;
However, this is the Grand Hotel. The manager smiled and said, &amp;ldquo;Certainly. We will have a room ready for you right away.&amp;rdquo;
How can they accommodate a new guest when the hotel is already full?&lt;/p>
&lt;hr>
&lt;h2 id="2-case-1-how-to-accommodate-one-new-guest">2. Case 1: How to Accommodate One New Guest
&lt;/h2>&lt;p>The manager made an announcement over the intercom to all the guests currently staying at the hotel:&lt;/p>
&lt;p>&lt;strong>&amp;ldquo;Attention all guests. Please move to the room whose number is &amp;lsquo;plus 1&amp;rsquo; of your current room number.&amp;rdquo;&lt;/strong>&lt;/p>
&lt;p>What happens then?&lt;/p>
&lt;ul>
&lt;li>The guest in room 1 moves to room 2.&lt;/li>
&lt;li>The guest in room 2 moves to room 3.&lt;/li>
&lt;li>The guest in room 3 moves to room 4.&lt;/li>
&lt;li>The guest in room $n$ moves to room $n+1$.&lt;/li>
&lt;/ul>
&lt;div class="mermaid">graph LR
subgraph "Before Moving (Fully Booked)"
R1["Room 1&lt;br>(Guest A)"]
R2["Room 2&lt;br>(Guest B)"]
R3["Room 3&lt;br>(Guest C)"]
R4["..."]
end
subgraph "After Moving"
NewR1["Room 1&lt;br>(Empty!)"]
NewR2["Room 2&lt;br>(Guest A)"]
NewR3["Room 3&lt;br>(Guest B)"]
NewR4["Room 4&lt;br>(Guest C)"]
end
R1 -->|Move| NewR2
R2 -->|Move| NewR3
R3 -->|Move| NewR4
NewGuest["New Guest"] -->|Check-in| NewR1
style NewR1 fill:#aaffaa,stroke:#333,stroke-width:2px
style NewGuest fill:#ffaaaa,stroke:#333,stroke-width:2px&lt;/div>
&lt;p>Since there are an infinite number of rooms, the scenario where &amp;ldquo;the guest in the last room is kicked out&amp;rdquo; never occurs. Everyone successfully moves to the next room.
And brilliantly, &lt;strong>Room 1 becomes vacant.&lt;/strong> The new traveler was able to stay in Room 1 safely.&lt;/p>
&lt;p>In the world of infinity, $\infty + 1 = \infty$ holds true.
Even if you take out &amp;ldquo;one&amp;rdquo; from the &amp;ldquo;whole (infinity),&amp;rdquo; the size of the whole does not change.&lt;/p>
&lt;hr>
&lt;h2 id="3-case-2-how-to-accommodate-an-infinite-number-of-new-guests">3. Case 2: How to Accommodate an Infinite Number of New Guests
&lt;/h2>&lt;p>Well, the next day, the hotel was fully booked once again.
Then, incredibly, an &lt;strong>infinite bus&lt;/strong> carrying an &lt;strong>&amp;ldquo;infinite number of passengers&amp;rdquo;&lt;/strong> arrived.
The passengers who got off the bus pressed the front desk, saying, &amp;ldquo;We need rooms for everyone!&amp;rdquo;&lt;/p>
&lt;p>If they asked for the &amp;ldquo;plus 1&amp;rdquo; move like yesterday, it would take forever.
However, the manager didn&amp;rsquo;t panic. He made another intercom announcement.&lt;/p>
&lt;p>&lt;strong>&amp;ldquo;Attention all guests. Please move to the room whose number is &amp;lsquo;multiplied by 2&amp;rsquo; of your current room number.&amp;rdquo;&lt;/strong>&lt;/p>
&lt;p>What happens then?&lt;/p>
&lt;ul>
&lt;li>The guest in room 1 moves to room 2.&lt;/li>
&lt;li>The guest in room 2 moves to room 4.&lt;/li>
&lt;li>The guest in room 3 moves to room 6.&lt;/li>
&lt;li>The guest in room $n$ moves to room $2n$.&lt;/li>
&lt;/ul>
&lt;p>Through this move, the infinite number of guests who were already staying fit perfectly into &lt;strong>&amp;ldquo;all the even-numbered rooms.&amp;rdquo;&lt;/strong>
And miraculously, &lt;strong>&amp;ldquo;all the odd-numbered rooms (Room 1, 3, 5&amp;hellip;)&amp;rdquo; became completely vacant&lt;/strong>!&lt;/p>
&lt;div class="mermaid">graph LR
subgraph "Current Guests"
G1["Guest 1"] -->|Multiply by 2| R2["Room 2"]
G2["Guest 2"] -->|Multiply by 2| R4["Room 4"]
G3["Guest 3"] -->|Multiply by 2| R6["Room 6"]
end
subgraph "New Guests from Bus (Infinite)"
N1["New Guest 1"] -->|To Odd Room| R1["Room 1 (Empty)"]
N2["New Guest 2"] -->|To Odd Room| R3["Room 3 (Empty)"]
N3["New Guest 3"] -->|To Odd Room| R5["Room 5 (Empty)"]
end
style R1 fill:#aaffaa,stroke:#333
style R3 fill:#aaffaa,stroke:#333
style R5 fill:#aaffaa,stroke:#333&lt;/div>
&lt;p>Since there are an infinite number of odd numbers as well, the manager can accommodate everyone by guiding the passengers of the infinite bus sequentially from the front to Room 1, Room 3, Room 5, and so on.&lt;/p>
&lt;p>In the world of infinity, $\infty + \infty = \infty$ holds true.
Even if you add infinity to infinity, the size remains the same &amp;ldquo;infinity.&amp;rdquo;&lt;/p>
&lt;hr>
&lt;h2 id="4-case-3-what-if-an-infinite-number-of-infinite-buses-arrive">4. Case 3: What if an Infinite Number of Infinite Buses Arrive?
&lt;/h2>&lt;p>Furthermore, the next day. Once again, the hotel is fully booked.
And then, astonishingly, &lt;strong>&amp;ldquo;an infinite number of infinite buses, each carrying an infinite number of passengers,&amp;rdquo;&lt;/strong> arrived in a continuous line.&lt;/p>
&lt;p>Bus 1 has an infinite number of people, Bus 2 has an infinite number of people, Bus 3 has an infinite number of people&amp;hellip; this goes on for an infinite number of buses.
Even the manager seems like he might panic, but he was a mathematical genius. He came up with the idea of using &amp;ldquo;prime numbers.&amp;rdquo;&lt;/p>
&lt;p>The manager gave the following instructions:&lt;/p>
&lt;ol>
&lt;li>
&lt;p>&lt;strong>Movement of guests already staying in the hotel&lt;/strong>
Let the current room number be $n$. Have them move to room &amp;ldquo;$2^n$&amp;rdquo;.
(Room 1 $\rightarrow$ Room 2, Room 2 $\rightarrow$ Room 4, Room 3 $\rightarrow$ Room 8&amp;hellip;)
This accommodates all the current guests.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Guiding guests from Bus 1 (Infinite people)&lt;/strong>
Let the guest&amp;rsquo;s seat number be $n$. Guide them to room &amp;ldquo;$3^n$&amp;rdquo;.
(Room 3, Room 9, Room 27&amp;hellip;)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Guiding guests from Bus 2 (Infinite people)&lt;/strong>
Use the next prime number, 5, and guide them to room &amp;ldquo;$5^n$&amp;rdquo;.
(Room 5, Room 25, Room 125&amp;hellip;)&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Guiding guests from Bus $k$ (Infinite people)&lt;/strong>
Use the $(k+1)$-th prime number, $P$, and guide them to room &amp;ldquo;$P^n$&amp;rdquo;.&lt;/p>
&lt;/li>
&lt;/ol>
&lt;p>Thanks to a powerful mathematical theorem known as &amp;ldquo;the uniqueness of prime factorization (any number can be expressed as a combination of prime factor multiplications in only one way),&amp;rdquo; the room numbers $2^n, 3^n, 5^n, 7^n \dots$ will absolutely never overlap with anyone else.&lt;/p>
&lt;p>In this way, the manager brilliantly managed to accommodate a staggering number of guests—&lt;strong>&amp;ldquo;Infinity $\times$ Infinity&amp;rdquo;&lt;/strong>—into a single infinite hotel!&lt;/p>
&lt;hr>
&lt;h2 id="5-infinite-sets-have-different-sizes-cantors-theorem">5. Infinite Sets Have Different &amp;ldquo;Sizes&amp;rdquo; (Cantor&amp;rsquo;s Theorem)
&lt;/h2>&lt;p>What Hilbert&amp;rsquo;s Grand Hotel teaches us is the fact that &lt;strong>&amp;ldquo;countably infinite (infinity that can be counted by assigning numbers like 1, 2, 3&amp;hellip;)&amp;rdquo;, no matter how many times it is added together or multiplied, will ultimately fit within the same size of &amp;ldquo;countably infinite&amp;rdquo; framework.&lt;/strong>&lt;/p>
&lt;p>However, the mathematician Georg Cantor discovered an even more terrifying truth.
&amp;ldquo;Natural numbers&amp;rdquo; and &amp;ldquo;fractions&amp;rdquo; can all be accommodated in this infinite hotel. But &lt;strong>if guests of &amp;ldquo;real numbers (all decimals, including irrational numbers)&amp;rdquo; arrive, even this infinite hotel will absolutely not be able to accommodate all of them.&lt;/strong>&lt;/p>
&lt;p>It has been proven that the number of real numbers is fundamentally a &amp;ldquo;larger (higher-level) infinity&amp;rdquo; than the number of rooms in the infinite hotel (countably infinite).
Although often lumped together under the word &amp;ldquo;infinity,&amp;rdquo; there actually exists a hierarchical structure (cardinality) within infinity, ranging from a &amp;ldquo;small infinity&amp;rdquo; to an &amp;ldquo;infinity so large it is absolutely unreachable.&amp;rdquo;&lt;/p>
&lt;hr>
&lt;h2 id="6-conclusion-the-infinity-that-destroys-human-intuition">6. Conclusion: The &amp;ldquo;Infinity&amp;rdquo; That Destroys Human Intuition
&lt;/h2>&lt;p>Hilbert&amp;rsquo;s Grand Hotel vividly illustrates how the &amp;ldquo;common sense of the finite&amp;rdquo; cultivated in our daily lives simply does not apply in the &amp;ldquo;world of infinity.&amp;rdquo;&lt;/p>
&lt;p>&amp;ldquo;The whole is greater than the part&amp;rdquo;
&amp;ldquo;No one can enter a fully booked hotel&amp;rdquo;
&amp;ldquo;If you add infinity to infinity, it gets bigger&amp;rdquo;&lt;/p>
&lt;p>All these obvious intuitions are brilliantly betrayed.
The world of infinity is a treasure trove of paradoxes (truths that contradict intuition). Mathematicians did not fear these paradoxes; instead, they subdued them with the power of logic, classified them, and built the beautiful system of modern set theory.&lt;/p>
&lt;p>The next time you are turned away because &amp;ldquo;the hotel is fully booked,&amp;rdquo; try to imagine, &amp;ldquo;What if this hotel were Hilbert&amp;rsquo;s Grand Hotel?&amp;rdquo;&lt;/p></description></item><item><title>Banach-Tarski Paradox: Cut one sphere and get two spheres of the same size?</title><link>http://kenji.blog/en/p/banach-tarski-paradox/</link><pubDate>Thu, 10 Sep 2026 02:00:00 +0900</pubDate><guid>http://kenji.blog/en/p/banach-tarski-paradox/</guid><description>&lt;img src="http://kenji.blog/p/banach-tarski-paradox/img/banach_tarski.jpg" alt="Featured image of post Banach-Tarski Paradox: Cut one sphere and get two spheres of the same size?" />&lt;h2 id="1-a-magical-theorem-1--1--1-">1. A Magical Theorem: 1 = 1 + 1 ?
&lt;/h2>&lt;p>Imagine you have a solid gold sphere (ball) right in front of you.
You cut this sphere into several pieces with a knife. Then, you reassemble those pieces like a puzzle. You don&amp;rsquo;t stretch, bend, or add any new gold to the pieces. You just move them around and put them together.&lt;/p>
&lt;p>However, when you look at the completed puzzle, you end up with &lt;strong>&amp;ldquo;two solid gold spheres of exactly the same size as the original one&amp;rdquo;&lt;/strong>.&lt;/p>
&lt;p>You might think, &amp;ldquo;That&amp;rsquo;s absurd! It violates the law of conservation of mass, and it&amp;rsquo;s an alchemist&amp;rsquo;s delusion!&amp;rdquo;
In the real physical world, it is absolutely impossible. However, &lt;strong>in the world of pure mathematics (geometry and set theory), this is proven as a logically 100% correct theorem&lt;/strong>.&lt;/p>
&lt;p>This is the &lt;strong>&amp;ldquo;Banach-Tarski Paradox&amp;rdquo;&lt;/strong>, proven in 1924 by two mathematicians, Stefan Banach and Alfred Tarski.&lt;/p>
&lt;hr>
&lt;h2 id="2-accurately-understanding-the-claim-of-the-paradox">2. Accurately Understanding the Claim of the Paradox
&lt;/h2>&lt;p>When the theorem proven by Banach and Tarski is expressed in mathematically precise words, it goes like this:&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>Banach-Tarski Theorem&lt;/strong>
Any solid sphere $S$ in 3-dimensional space can be decomposed into a finite number of disjoint pieces. Then, by reassembling those pieces (using only rotations and translations), it is possible to create two solid spheres that have exactly the same radius as the original sphere $S$.&lt;/p>
&lt;/blockquote>
&lt;p>Even more surprisingly, applying this theorem leads to the following conclusion:&lt;/p>
&lt;ul>
&lt;li>By decomposing a single pea into a finite number of pieces and reassembling them, you can create &lt;strong>a sphere exactly the size of the sun&lt;/strong>. (Also known as the pea and the sun paradox)&lt;/li>
&lt;/ul>
&lt;p>Why is such magic mathematically permitted?
The secret is hidden in two keywords: &lt;strong>&amp;ldquo;Infinity&amp;rdquo;&lt;/strong> and the &lt;strong>&amp;ldquo;Axiom of Choice&amp;rdquo;&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="3-the-mysterious-properties-of-infinity">3. The Mysterious Properties of &amp;ldquo;Infinity&amp;rdquo;
&lt;/h2>&lt;p>The first step to understanding this paradox is to learn about the strange properties of &amp;ldquo;infinite sets&amp;rdquo;.&lt;/p>
&lt;p>In the &amp;ldquo;finite&amp;rdquo; world we normally deal with, the whole is always strictly greater than the part.
For example, if you take out the even numbers (5 numbers) from the numbers 1 to 10 (10 numbers), the count is halved.&lt;/p>
&lt;p>However, this common sense does not apply in the world of &amp;ldquo;infinity&amp;rdquo;.
Which are more numerous: all &amp;ldquo;natural numbers&amp;rdquo; (1, 2, 3, 4, &amp;hellip;) or all &amp;ldquo;even numbers&amp;rdquo; (2, 4, 6, 8, &amp;hellip;)?
Intuitively, since even numbers are only half of the natural numbers, you might feel there are more natural numbers.
However, try making pairs as follows:&lt;/p>
&lt;ul>
&lt;li>1 $\rightarrow$ 2&lt;/li>
&lt;li>2 $\rightarrow$ 4&lt;/li>
&lt;li>3 $\rightarrow$ 6&lt;/li>
&lt;li>$n \rightarrow 2n$&lt;/li>
&lt;/ul>
&lt;p>In this way, for every natural number, you can exactly pair it with an even number that is exactly twice its value (a one-to-one correspondence). There are no numbers left over.
In other words, mathematically, &lt;strong>&amp;ldquo;the number of natural numbers (infinity)&amp;rdquo; and &amp;ldquo;the number of even numbers (infinity)&amp;rdquo; are exactly the same size&lt;/strong>!&lt;/p>
&lt;p>Even though we supposedly took out half (even numbers) from the whole (natural numbers), the size remains unchanged. In infinite sets, it can happen that &lt;strong>&amp;ldquo;a part is equal to the whole&amp;rdquo;&lt;/strong>.
The Banach-Tarski theorem can be said to be the ultimate form of applying this &amp;ldquo;magic of infinity&amp;rdquo; to sets of &amp;ldquo;points&amp;rdquo; in 3-dimensional space.&lt;/p>
&lt;hr>
&lt;h2 id="4-points-in-space-are-cut-immeasurably">4. Points in Space are Cut &amp;ldquo;Immeasurably&amp;rdquo;
&lt;/h2>&lt;p>When you cut a real object (like gold or an apple) with a knife, the pieces always have a &amp;ldquo;volume&amp;rdquo;.
However, a sphere in mathematics is a &lt;strong>&amp;ldquo;collection of an infinite number of points&amp;rdquo;&lt;/strong> with no volume in themselves.&lt;/p>
&lt;p>Banach and Tarski grouped (divided) these infinite points in a very special and complex way.
The way they are divided is so complex and scattered that they become a state where &amp;ldquo;volume can no longer be measured (non-measurable set)&amp;rdquo;.&lt;/p>
&lt;div class="mermaid">graph TD
S["Original sphere S (Volume V)"] -->|Special decomposition| P1["Piece 1 (Volume unmeasurable)"]
S --> P2["Piece 2 (Volume unmeasurable)"]
S --> P3["Piece 3 (Volume unmeasurable)"]
S --> P4["Piece 4 (Volume unmeasurable)"]
S --> P5["Piece 5 (Volume unmeasurable)"]
P1 -->|Rotation and Translation| S1["New sphere 1 (Volume V)"]
P2 -->|Rotation and Translation| S1
P3 -->|Rotation and Translation| S1
P4 -->|Rotation and Translation| S2["New sphere 2 (Volume V)"]
P5 -->|Rotation and Translation| S2
style S fill:#ffddaa,stroke:#333,stroke-width:2px
style S1 fill:#aaddff,stroke:#333,stroke-width:2px
style S2 fill:#aaddff,stroke:#333,stroke-width:2px&lt;/div>
&lt;p>Once each piece becomes a hazy collection of points that &amp;ldquo;do not have (or cannot be measured for) volume&amp;rdquo;, they can escape the constraint of the physical rule (additivity of measure) that says &amp;ldquo;the sum of the pieces must equal the original volume&amp;rdquo;.&lt;/p>
&lt;p>And by cleverly rotating and combining those pieces of hazy points, the &amp;ldquo;magic of infinity&amp;rdquo; completes two spheres packed exactly with the same points as the original sphere.
In fact, it has been proven that this operation of &amp;ldquo;making two spheres from one sphere&amp;rdquo; is possible by dividing the original sphere into just &lt;strong>5 pieces&lt;/strong>.&lt;/p>
&lt;hr>
&lt;h2 id="5-the-root-of-it-all-what-is-the-axiom-of-choice">5. The Root of It All: What is the &amp;ldquo;Axiom of Choice&amp;rdquo;?
&lt;/h2>&lt;p>So, why is a &amp;ldquo;decomposition so complex that its volume cannot be measured&amp;rdquo; mathematically possible?
It is because we accept the &lt;strong>&amp;ldquo;Axiom of Choice&amp;rdquo;&lt;/strong>, a rule that forms the foundation of modern mathematics.&lt;/p>
&lt;p>Roughly speaking, the Axiom of Choice is the following rule:&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>Concept of the Axiom of Choice&lt;/strong>
When there are items in many boxes, the rule says &lt;strong>&amp;ldquo;you can choose exactly one item from each box and form a new set&amp;rdquo;&lt;/strong>.&lt;/p>
&lt;/blockquote>
&lt;p>If the number of boxes is finite, anyone can do it normally.
However, &lt;strong>if there are an &amp;ldquo;infinite&amp;rdquo; number of boxes&lt;/strong>, humans cannot finish the operation of &amp;ldquo;choosing one by one&amp;rdquo; an infinite number of times. Even so, the Axiom of Choice admits that &amp;ldquo;it is acceptable to assume the chosen set exists&amp;rdquo;.&lt;/p>
&lt;p>This axiom was extremely convenient and essential in constructing modern mathematics. Most mathematicians accepted this rule, thinking, &amp;ldquo;Well, it&amp;rsquo;s obvious.&amp;rdquo;&lt;/p>
&lt;p>However, accepting this Axiom of Choice means admitting the existence of the &amp;ldquo;scattered, hazy set of points whose volume cannot be measured (non-measurable set)&amp;rdquo; mentioned earlier. And as a result, the Banach-Tarski theorem, which states that &amp;ldquo;one sphere becomes two&amp;rdquo;, is derived as a logical necessity.&lt;/p>
&lt;hr>
&lt;h2 id="6-conclusion-the-world-beyond-intuition-painted-by-mathematics">6. Conclusion: The &amp;ldquo;World Beyond Intuition&amp;rdquo; Painted by Mathematics
&lt;/h2>&lt;p>The Banach-Tarski paradox is not a paradox in the sense that &amp;ldquo;there is a contradiction in logic&amp;rdquo;. It is a paradox in the sense that &lt;strong>while the logic is 100% correct, the derived conclusion violently contradicts human intuition and physical laws&lt;/strong>.&lt;/p>
&lt;p>When this theorem was published, some mathematicians argued, &amp;ldquo;If such an absurd conclusion is reached, the Axiom of Choice must be wrong!&amp;rdquo;
However, today, many mathematicians accept the Axiom of Choice, and the Banach-Tarski theorem is also accepted as a &amp;ldquo;bizarre but beautiful property held by 3-dimensional space and infinite sets&amp;rdquo;.&lt;/p>
&lt;p>Since the physical world we live in is made of &amp;ldquo;finite-sized particles&amp;rdquo; called atoms, we cannot turn a pea into the size of the sun.
However, on the canvas of &amp;ldquo;mathematics&amp;rdquo; created by the human brain, the size of a point is zero, and infinite operations are allowed.&lt;/p>
&lt;p>The Banach-Tarski paradox can be said to be one of the masterpieces of modern mathematics, teaching us &lt;strong>how effortlessly the concept of &amp;ldquo;infinity&amp;rdquo; leaps over naive human intuition&lt;/strong>.&lt;/p></description></item></channel></rss>