The sequence of prime numbers is the set of prime numbers in their natural order (that is, $2, 3, 5, 7, 11, 13, 17,...$). The German wikipedia entry on sequences states the following:
Given $i$, there is no other way to name the $i$-th prime number than to calculate the whole sequence of prime numbers from the first to the $(i-1)$-th element.
Is this provably true and if so, how can it be proven?