September 16, 2025
Kuina-chan
In Episode 2 of Kuina-chan Mathematics, I explain the basics of mathematics and how proofs work through the example of “



”! This episode assumes you’ve read the series in order, beginning with Episode 1.






In Episode 1, I explained the fundamental rules of mathematics.
This time, I will prove “



” using specific axioms. But before that, let me explain the most basic concept in mathematics: sets. In mathematics, almost everything—including numbers like 



—is considered to be made up of sets.










1.Naive Set Theory
1.1Sets and Elements
A set is a collection of things. The phrase “collection of things” is vague, but historically, sets began with this kind of intuitive idea. Eventually, they are defined rigorously.
Each “thing” in a set is called an element. If an element
belongs to a set
, we say that
is a member of
and write 

.








In this diagram, element
belongs to set
, so we write 

. On the other hand, elements
and
do not belong to
, so we write 

and 

.














1.2Extensional and Intensional Notation
There are two ways to describe which elements belong to a set: “extensional notation” and “intensional notation.”
Extensional notation lists the elements of a set. For example, if set
contains “dog,” “cat,” and “rabbit,” we write 

dog
cat
rabbit
.







Intensional notation describes the properties of the elements. For example, if set
contains all animals, we write 




is an animal
. You can use any symbol, like
, and write
symbol
condition using symbol
to mean “the set of all things that satisfy the condition.”












You can use either notation—whichever is simpler or clearer.
1.3Subsets and Equality
Next, let’s talk about relationships between sets. For example, if 

dog
cat
rabbit
and 

dog
cat
, then all elements of
are also in
. In this case, we say that
is a subset of
and write 

.


















The symbols
(belongs to) and
(is a subset of) look similar but have different meanings.
describes the relationship between an element and a set, while
describes the relationship between two sets.




Note
In modern mathematics, almost everything is treated as a set, so even elements of sets are often sets themselves. This makes the distinction between “belongs to” and “is a subset of” a bit tricky. “Set X contains set Y as an element” means that Y is one of the elements of X. “Set X includes set Y as a subset” means that all elements of Y are also elements of X.
If all elements of sets
and
are the same, then the sets are equal, and we write 

. If they are not equal, we write 

. The order of elements in a set doesn’t matter, and duplicates are treated as one. So if 

dog
cat
rabbit
and 

rabbit
cat
dog
dog
dog
, then 

.

























The symbols
and
are also used to compare elements. If elements
and
are the same, we write 

; if they are different, we write 

.










1.4Sets of Sets
We can also think about sets whose elements are sets. For example, a set containing “dog” is written as
dog
, and a set containing that set is written as 
dog
.






For example, if 


dog

cat
, 


dog
, and 

dog
, then 

and 

. Be careful whether you’re talking about elements and sets or sets and subsets.

























1.5Union and Intersection
In Episode 1, I explained the logical operators “or (
)” and “and (
).” Sets have similar operations. In set theory, “or” is represented by
and “and” by
. For sets
and
, we write 

and 

.












For example, suppose 

honey
sugar
grapefruit
is the set of sweet things, and 

vinegar
lemon
grapefruit
is the set of sour things. Then, “sweet or sour” is 



honey
sugar
grapefruit
vinegar
lemon
, and “sweet and sour” is 



grapefruit
.




























So
combines sets, and
extracts their common elements.


1.6Empty Set
A set with no elements is called the empty set, written as
. For example, if set
has no elements, we write 

. This symbol looks like the Greek letter
(phi), but it’s a different symbol.






Note that
and 

are different sets.
has no elements, while 

is a set whose only element is the empty set.








2.Natural Numbers
Now, let’s define “natural numbers” using sets so we can prove “



”.





Natural numbers are the sequence 









. Whether
is included depends on the context. In modern mathematics, it’s usually included, but in number theory, it’s often excluded. Here, I will include it.












Let’s define the set of all natural numbers
. You might think it’s enough to write 













, but this assumes we already know the sequence continues with 





. That’s not rigorous. So instead, I will use the Peano axioms to define natural numbers. According to the Peano axioms, natural numbers satisfy the following structure:























is a natural number.
- If
is a natural number, then the “next number after
” is also a natural number.
- If
and
are equal natural numbers, then their next numbers are also equal.
- No natural number has
as its next number.
- Only numbers defined by the above rules are natural numbers.
In simpler terms, we start from
, then define
as the next number,
as the next after that, and so on—forming a straight path with no branches or loops. Here’s a diagram showing the structure defined by the Peano axioms:




Conditions (3) and (4) eliminate branches and loops, and (5) excludes any sequences other than 







. This ensures that natural numbers form a single straight path.









The key idea is that natural numbers don’t exist as specific objects. Instead, anything that satisfies this structure is called a natural number. This allows us to treat many things as natural numbers.
Now, let’s construct natural numbers using only sets. Since sets are the basic building blocks of mathematics, if we can build natural numbers from sets, we can treat them as mathematical objects.
For example, if we represent
as the empty set
and define the successor of
as 

then 

; 



; 





; 







; and 









. This satisfies the Peano axioms, so these are natural numbers.









































Another method: define
as
and the successor of
as 



, then 

; 













; 























; and so on. This also satisfies the Peano axioms, so it’s valid.



















































There are many ways to construct natural numbers from sets. The specific method doesn’t matter—as long as it satisfies the Peano axioms. From now on, I will represent these natural numbers as the set 













.















3.Axiomatic Set Theory
3.1Russell’s Paradox
So far, I’ve explained sets intuitively. But it’s known that this intuitive approach can lead to logical contradictions. One famous example is Russell’s Paradox.
First, imagine a set called “Words” that contains all words. Since “Words” is itself a word, it belongs to the set. So we have: Words
dog
apple
Words

.







Next, imagine a set called “Emojis” that contains all emojis. “Emojis” itself is not an emoji, so it does not belong to the set: Emojis








.










This shows that sets can be of two types: those that contain themselves (like “Words”) and those that do not contain themselves (like “Emojis”).
Now, consider the set of all sets that do not contain themselves. Since “Emojis” does not contain itself, it belongs to this set: Non-self-membered sets
Emojis

. But does this set contain itself? In other words, do we end up with Non-self-membered sets
Emojis
Non-self-membered sets

?











If it does, then it shouldn’t—because it only contains sets that do not contain themselves. If it doesn’t, then it should—because it qualifies as a set that does not contain itself.
This contradiction means the question is not a valid proposition. As I explained in Episode 1, a proposition must be either true or false. So allowing sets like “the set of all sets that do not contain themselves” leads to logical inconsistency.
3.2Axiomatic Set Theory
To avoid this, mathematicians moved away from intuitive definitions like “a collection of things” and instead defined sets using axioms that rigorously specify what counts as a set. This approach is called axiomatic set theory. The intuitive version is called naive set theory.
4.Axioms of Addition
Finally, let’s prove 



! Using the natural numbers we’ve defined, we add the following axioms:





If and
are natural numbers:
Here, means “the next number after
.”
These are called the axioms of addition. Using them, we can prove 



as follows:





- Let’s transform
into
.
- By the definition of natural numbers,
. (Since 0′—the next number after 0—is defined as 1.)
- By the second addition axiom,
, so
.
- By the first addition axiom,
, so
.
- The next number after
is
, so
.
- Therefore,
. (End of proof)
Just by mechanically applying the axioms of addition, we can derive
from 

. You can also try proving 



, 









, and so on!




















In this episode, I defined natural numbers using sets and proved 



using the axioms of addition. Next time, I’ll talk about other kinds of numbers, including “integers,” which include negative numbers!




