Is the Number of Binary Sequences Countable or Uncountable?

  • Context: Graduate 
  • Thread starter Thread starter Kevin_Axion
  • Start date Start date
  • Tags Tags
    Argument
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Kevin_Axion
Messages
912
Reaction score
3
I was reading this up on Wiki so I'll just give a quick overview and then ask my question.

Let [itex]\cal{S}[/itex] be an infinite sequence of sequences [itex](s_1,\; s_2,\: s_3,...,\; s_n)[/itex] such that each [itex]s_i[/itex] contains an infinite amount of elements that are either a [itex]0[/itex] or a [itex]1[/itex].

The sequence [itex]\cal{S}[/itex] is countable since every element belonging to the sequence can be mapped to [itex]\mathbb{N}[/itex] i.e it is bijective.

Now for the sake of simplifying, let [itex]n[/itex] represent the sequence number and [itex]m[/itex] be the element of the sequence.

For example let [itex]s_1 = (1,\; 0,\; 0,\; 1,... )[/itex] then [itex]s_{1,\; 1} = 1[/itex]

Let there exist a sequence [itex]s_0[/itex] such that the first element of [itex]s_0[/itex] is [itex]0[/itex] if the first element of the first sequence i.e [itex]s_{1,\; 1}[/itex] in [itex]\cal{S}[/itex] is [itex]1[/itex] otherwise let [itex]s_{0, 1}[/itex] be [itex]1[/itex]. This rule applies for all elements of [itex]s_0[/itex] such that any [itex]s_{0,\; n} \neq s_{n,\; n}[/itex]. This proves that [itex]s_0[/itex] is unique but how does it prove it's uncountable? I mean if [itex]n[/itex] represents the element number of the sequence [itex]s_0[/itex] and every [itex]n[/itex] can be mapped to a subset of [itex]\mathbb{N}[/itex] isn't it countable?
 
Last edited:
Physics news on Phys.org
Kevin_Axion said:
I was reading this up on Wiki so I'll just give a quick overview and then ask my question.

Let [itex]\cal{S}[/itex] be an infinite sequence of sequences [itex]s_1,\; s_2,\: s_3,...,\; s_n[/itex] such that each [itex]s_i[/itex] contains an infinite amount of elements that are either a [itex]0[/itex] or a [itex]1[/itex].

The sequence [itex]\cal{S}[/itex] is countable since every element belonging to the sequence can be mapped to [itex]\mathbb{N}[/itex] i.e it is bijective.

Now for the sake of simplifying, let [itex]n[/itex] represent the sequence number and
[itex]m[/itex] be the element of the sequence.

For example let [itex]s_1 = (1,\; 0,\; 0,\; 1,... )[/itex] then [itex]s_{1,\; 1} = 1[/itex]

Let there exist a sequence [itex]s_0[/itex] such that the first element of [itex]s_0[/itex] is [itex]0[/itex] if the first element of the first sequence i.e [itex]s_{1,\; 1}[/itex] in [itex]\cal{S}[/itex] is [itex]1[/itex] otherwise let [itex]s_{0, 1}[/itex] be [itex]1[/itex]. This rule applies for all elements of [itex]s_0[/itex] such that any [itex]s_{0,\; n} \neq s_{n,\; n}[/itex]. This proves that [itex]s_0[/itex] is unique but how does it prove it's uncountable? I mean [itex]n[/itex] represents the element number of the sequence [itex]s_0[/itex] and every [itex]n[/itex] can be mapped to a subset of [itex]\mathbb{N}[/itex].

You just showed that [itex]s_0[/itex] is not any [itex]s_i[/itex] for i > 0. So your original list does not contain ALL of the possible binary sequences. But since your original list S was arbitrary, that shows there is no list that contains all binary sequences. So the number of binary sequences is uncountable.
 
SteveL27 said:
You just showed that [itex]s_0[/itex] is not any [itex]s_i[/itex] for i > 0. So your original list does not contain ALL of the possible binary sequences. But since your original list S was arbitrary, that shows there is no list that contains all binary sequences. So the number of binary sequences is uncountable.

Oh, very good. I think I read the conclusion wrong, I get it now. Thanks!