Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on If $\mathbf{R}$ is thought of as a vector space over $\mathbf{Q}$, what is its dimension?

Parent

If $\mathbf{R}$ is thought of as a vector space over $\mathbf{Q}$, what is its dimension?

+4
−0

It is known that $\mathbf{R}$, as a vector space over the field of real numbers, has the dimension $1$. I know that $\mathbf{Q}$ is also a field.

Question: If $\mathbf{R}$ is thought of as a vector space over $\mathbf{Q}$, what is its dimension?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+3
−0

The dimension of $\mathbb{R}$ as a vector space over $\mathbb{Q}$ is equal to the cardinality of $\mathbb{R}$.

In general, the dimension and cardinality of any vector space $\mathbf{V}$ and the cardinality of its scalar field $\mathbf{K}$ will obey the following equation:

$$ |\mathbf{V}| = \begin{cases} |\mathbf{K}|^{\dim(\mathbf{V})} & \text{$\dim(\mathbf{V})$ is finite} \\ \max(|\mathbf{K}|, \dim(\mathbf{V})) & \text{$\dim(\mathbf{V})$ is infinite} \end{cases}$$

In the case of $\mathbb{R}$ over $\mathbb{Q}$, if the dimension of $\mathbb{R}$ were somehow finite then this equation would imply that $|\mathbb{R}|$ is equal to some finite power of $|\mathbb{Q}|$, which is false (every finite power of a countable set is countable). Since $|\mathbb{R}|$ is greater than $|\mathbb{Q}|$, the second branch of the equation implies that the dimension of $\mathbb{R}$ is equal to $|\mathbb{R}|$.

(For a quickie proof of the infinite-dimensional case, see https://math.stackexchange.com/a/194287.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

reference (2 comments)
reference
Snoopy‭ wrote over 1 year ago

Thank you! Do you have a reference for the result in the second paragraph?

r~~‭ wrote over 1 year ago

Not on my bookshelf, but I found an SE post that walks through the infinite-dimensional case. The result also appears on Wikipedia, but uncited. More authoritative sources welcome.