What do you mean by countably infinite ?

  • Thread starter Thread starter iVenky
  • Start date Start date
  • Tags Tags
    Infinite Mean
AI Thread Summary
Countably infinite refers to sets that can be put into a one-to-one correspondence with the natural numbers, such as the set of integers and even numbers. A set is countably infinite if a bijection exists between it and the natural numbers, meaning it can be counted sequentially. Examples include the natural numbers (ℕ), integers (ℤ), and even numbers, while the real numbers (ℝ) are uncountably infinite and cannot be counted in this way. The concept is illustrated through bijections, such as mapping integers to natural numbers. Understanding countably infinite sets is crucial in distinguishing between different types of infinities in mathematics.
iVenky
Messages
212
Reaction score
12
What do you mean by "countably infinite"?

I just couldn't understand the meaning of countably infinite. I have seen some definitions but I couldn't get an insight. Could you please help me in understanding this term with some kind of an example?

Thanks a lot.

:)
 
Physics news on Phys.org


The most important example is \mathbb{N}. This is countably infinite by definition.

Furthermore, if there exists a bijection between \mathbb{N} and a set X, then that set X is also called countably infinite.

As further examples, \mathbb{Z} is countably infinite as there exists a bijection between \mathbb{Z} and \mathbb{N}. The bijection in question is

0\rightarrow 0,~1\rightarrow -1,~2\rightarrow 1,~3\rightarrow -2,...

So you send an even number 2n to n, and you send an odd number 2n+1 to -n-1.

Another example is the set of even numbers. This is also countably infinite. The bijection sends n to 2n. So 0 is sent to 0, 1 to 2, 2 to 4, 3 to 6, etc.

A little harder to prove is that \mathbb{Q} is countably infinite.

A set that is NOT countable infinite is \mathbb{R}.

Read this FAQ: https://www.physicsforums.com/showthread.php?t=507003
 
Last edited by a moderator:


So "countably infinite" means you can count like one, two, three so on.
You can't count real numbers between 0 and 1 like one, two, three.. so it should be an infinite space and not countably infinite.

Am I right?
 


iVenky said:
So "countably infinite" means you can count like one, two, three so on.
You can't count real numbers between 0 and 1 like one, two, three.. so it should be an infinite space and not countably infinite.

Am I right?

Yes, the reals are uncountable infinite. You can't label them one, two, three, four, etc. and expect to have them all.
The rigorous proof that the reals are uncountable uses Cantor's diagonalization and is a really neat trick in mathematics.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top