Definition
Subsequence
A subsequence of a given sequence is a sequence that can be derived from the given sequence by deleting some or no elements without changing the order of the remaining elements. 1
The list of all subsequences for the word “apple” would be “a”, “ap”, “al”, “ae”, “app”, “apl”, “ape”, “ale”, “appl”, “appe”, “aple”, “apple”, “p”, “pp”, “pl”, “pe”, “ppl”, “ppe”, “ple”, “pple”, “l”, “le”, “e”, "" (empty string). 1
Examples:
Convergence
Let be a convergent sequence and let , with . If is subsequence of , then: