$\mathbb{N}$, the set of natural numbers is set theoretically isomorphic to $\mathbb{Z}$,the set of integer. But my questions is why it is isomorphic to $\mathbb{Q}$, the set of rational numbers but not isomorphic to $\mathbb{R}$, the set of real numbers ?
2026-03-25 03:17:10.1774408630
Questions on Isomorphisims
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in EXCEPTIONAL-ISOMORPHISMS
- Signature interpretable in a category K
- Could every finite simple group be related to a pair of Lie Groups?
- Adjoint functors, inclusion functor, reflective subcategory
- Discrete math Group - Isomorphism and Automorphism
- Isomorphism between $E$ and $Lin(E)$ : infinite dimensional case.
- Tensor products isomorphic to hom-sets with a structure
- Show that $\mathfrak{so}(4)\cong \mathfrak{so}(3)\oplus \mathfrak{so}(3)$
- Is the seven-dimensional cross product unique?
- mathamatical structure where a bijection is not an isomorphism
- Which of these "minimal" semisimple Lie algebras aren't simple?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
It is easy to see that $\mathbb{N} \cong \mathbb{Z}$. Just consider
\begin{align} \Phi: \mathbb{N} &\rightarrow \mathbb{Z} \\ x &\mapsto \begin{cases} \frac{x}{2} & x \;\text{is even} \\ -\frac{x+1}{2} & x \;\text{is uneven} \end{cases} \end{align}
The proof of $\mathbb{N} \cong \mathbb{Q}$ is pretty descriptive. Consider the following sequence:
$$ \frac{1}{1}, \frac{1}{2}, \frac{2}{1}, \frac{3}{1}, \frac{2}{2}, \frac{1}{3}, \dots $$
Do you see how the pattern goes? First, you consider all the fractions where numerator and denominator add up to $2$. Then all fractions where they add up to $3$ and so on.
Now, you need to cross out all the fractions that are not fully shortend like $\frac{2}{2}$.
You get a new sequence $$ (a_n) = \frac{1}{1}, \frac{1}{2}, \frac{2}{1}, \frac{3}{1}, \frac{1}{3}, \frac{1}{4}, \frac{2}{3}, \frac{3}{2}, \frac{4}{1}, \dots $$
and you can map
\begin{align} \Phi: \mathbb{N} &\rightarrow \mathbb{Q^+} \\ n &\mapsto a_n \end{align}
The argument is not complete but you should now be able to find an isomorphism between $\mathbb{N}$ and $\mathbb{Q}$.
When we want to proof that $\mathbb{N} \ncong \mathbb{R}$, we can also proof that $[0, 1]$ is uncountable. This proof is a bit lengthy and you can do it with nested intervals or Cantor's second diagonal argument.
You might also want to watch the following video for this: https://www.youtube.com/watch?v=fRhdpyaOhEo