0

Is the set: $$S=\{\text{Sequences of functions } \mathbb N\to\mathbb R\}$$

countable or uncountable

I think the set of functions from $\mathbb N \to \mathbb R$ is uncountable and so this should also be uncountable. But I cant understand what is meant by a "sequence" here.

Thomas Andrews
  • 177,126

2 Answers2

1

I'm assuming you mean the set of all sequences with values in $\mathbb{R}$; that is the set of all $(a_n)_{n\in\mathbb{N}}$ such that $a_n\in\mathbb{R}$. This set is uncountable, for the following reason:

Take $\mathbb{R}\to S$ that sends $x$ to the constant sequence $(a_n)_{n\in\mathbb{N}}$, where $a_n=x$ for all $n$. This function is injective, and so the cardinality of $S$ must be greater than $\mathbb{R}$, which is uncountable.

Edit If $S$ is the set of sequences of functions from $\mathbb{N}$ to $\mathbb{R}$, that is, the set of $(f_n)_{n\in\mathbb{N}}$ where $f_n:\mathbb{N}\to\mathbb{R}$, then the proof is similar. We see that a sequence of real numbers can be seen as a sequence of constant functions from $\mathbb{N}$ to $\mathbb{R}$, and so the set I showed is uncountable above is contained in the set $S$, and therefore the set you are looking at is uncountable.

rfauffar
  • 7,509
  • This is the set of functions $\mathbb{N}\to\mathbb{R}$, which @user2179293 acknowledged as uncountable, hence I doubt he meant the same set. – Jonathan Y. Sep 26 '13 at 14:18
1

Hints:

1) First prove that if there is a one-one map from $A\rightarrow B$ and $A$ is uncountable, then so is $B$.

2) Then prove that there is always a one-one map from $A$ to the set of sequences with values in $A$.

WillO
  • 3,141