Let $a$ be an irrational number and let $F$ be the smallest subfield of the real numbers which contains $a$. Prove that $F$ is countable.
2026-04-13 17:40:47.1776102047
$F$ be the smallest subfield of the real numbers which contains irrational $a$. Prove that $F$ is countable.
389 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ELEMENTARY-SET-THEORY
- how is my proof on equinumerous sets
- Composition of functions - properties
- Existence of a denumerble partition.
- Why is surjectivity defined using $\exists$ rather than $\exists !$
- Show that $\omega^2+1$ is a prime number.
- A Convention of Set Builder Notation
- I cannot understand that $\mathfrak{O} := \{\{\}, \{1\}, \{1, 2\}, \{3\}, \{1, 3\}, \{1, 2, 3\}\}$ is a topology on the set $\{1, 2, 3\}$.
- Problem with Cartesian product and dimension for beginners
- Proof that a pair is injective and surjective
- Value of infinite product
Related Questions in FIELD-THEORY
- Square classes of a real closed field
- Question about existence of Galois extension
- Proving addition is associative in $\mathbb{R}$
- Two minor questions about a transcendental number over $\Bbb Q$
- Is it possible for an infinite field that does not contain a subfield isomorphic to $\Bbb Q$?
- Proving that the fraction field of a $k[x,y]/(f)$ is isomorphic to $k(t)$
- Finding a generator of GF(16)*
- Operator notation for arbitrary fields
- Studying the $F[x]/\langle p(x)\rangle$ when $p(x)$ is any degree.
- Proof of normal basis theorem for finite fields
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?
Define $F_0 = \mathbb{Q} \cup \{a\}$, which is clearly countable, as the union of a countable set and a finite set.
Having defined $F_n$, define $F_{n+1}$ by $$F_{n+1} = \{x+y: x,y \in F_n\} \cup \{-x: x \in F_n\} \cup \{x\cdot y: x,y \in F_n\} \cup \{\frac{1}{x}: x \in F_n, x \neq 0\}$$
This defines a sequence of subsets of $\mathbb{R}$, and they are all countable, as shown by induction: $F_0$ is countable, as stated, and if $F_n$ is, so is $F_{n+1}$: we only need to show that each of the four sets of the union is countable (a countable or finite union of countable sets is countable). For the sets of inverses and negatives this is clear (we have a bijection with $F_n$ or a subset thereof), and for the sums and products it's easy to see as $+$ and $\cdot$ form surjections from $F_n \times F_n$ onto these sets resp. (and a product of two countable sets is countable).
Also, handy to observe: $F_n \subset F_{n+1}$, as $x = x + 0$, and $0$ is in all $F_n$ (we could have defined $F_n$ to be the fifth of the sets in the defining union of $F_{n+1}$ as well, if we're lazy).
Now, $F = \cup_n F_n$ is countable (as a countable union of countable sets again) and is a field: e.g. let $x, y \in F$, so $x \in F_n, y \in F_m$ for some $n,m \in \mathbb{N}$. Then by the increasingness, setting $k = \max(n,m) \in \mathbb{N}$, we have that $x,y \in F_k$, so by definition, $x + y \in F_{k+1} \subset F$ as well. Similarly for multiplication, inversion and negation, plus we already have $0$ and $1$.
And it's the smallest field as well, because if $G$ is any field containg the rationals and $a$, then $F_0 \subset G$, and then by induction $F_n \subset G$ for all $G$, as $G$ is closed under all field operations already. So $F \subset G$. This last step is not strictly necessary to see that the smallest such field is countable, as we already see there exists at least one countable such field, so the smallest one would be a subset so also countable... But it's nice to know, anyway. We added no more than needed to make $F$ a field.
This idea of "exhausting", i.e. adding points to make a set closed under some operations(s), is a very common technique, and is one of the motivating examples to start using ordinal numbers later, e.g.