2

If {$a_n$} is a sequence of natural numbers, can we write {$a_n$} $\in\mathbb N$ ? Thanks.

${}{}{}{}{}{}{}{}{}{}{}$

JSCB
  • 13,456
  • 15
  • 59
  • 123

1 Answers1

6

No. A sequence of natural numbers is a function from $\Bbb N$ to $\Bbb N$. The notation $\{a_n\}\in\Bbb N$, says that the object $\{a_n\}$ is a natural number. In fact it’s a set with one element, that being a particular term of the sequence, or a sloppy abbreviation for $\{a_n:n\in\Bbb N\}$, in which case it’s a set of natural numbers. In neither case is it a natural number or a sequence of natural numbers.

Brian M. Scott
  • 616,228