2024-03-17

507: Sequence

<The previous article in this series | The table of contents of this series | The next article in this series>

definition of sequence

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a definition of sequence.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
N:
S: N
f: { the functions }, denoted like (e1,e2,...) where ej=f(lj) where lj is the j-th element of S ordered increasingly
//

Conditions:
domf=S.
//

"n-sequence" means any sequence whose domain has the cardinality n.


2: Natural Language Description


For the natural numbers set, N, and any subset, SN, any function, f, such that domf=S, often denoted like (e1,e2,...) where ej=f(lj) where lj is the j-th element of S ordered increasingly


3: Note


"sequence" often alludes to an infinite sequence, but at least this definition allows finite sequences.

While usually, S can be just like {1,2,...}, the definition does not exclude cases like S={2,5,6}, because otherwise, we would have to do an extra work of renumbering the index values just in order to call something a sequence.

As a set, {e1,e2}={e1} when e1=e2, but as a sequence, (e1,e2)(e1) even when e1=e2, because they are some different functions: dom(e1,e2)={1,2} while dom(e1)={1}.


References


<The previous article in this series | The table of contents of this series | The next article in this series>