There are sequences:
$\{x^n\}_{n\in N}$, where
$x^n=\langle x^n_1, x^n_2, x^n_3,...\rangle, n=1,2,...$
$x=\langle x_1,x_2,x_3,...\rangle$
How should I write that $x$ is limes of $x^n$? I use definition that
$lim_{n \rightarrow \infty}x_n=x$ iff $(\forall \epsilon >0)(\exists n_0\in N)(\forall n\geq n_0)(d(x_n,x)<\epsilon)$
(There are some properties of these sequences, but I think they are not important because I am confused just about how to write down expression)
I have to use $d_{\infty}(x^n,x)=sup\{|x^n_k-x_k|:k\in N\}$ metric.
I wrote it as
$(\forall \epsilon >0)(\exists p_0\in N)(\forall n\geq p_0)(\sup\{|x^n_k-x_k|:k\in N\}<\epsilon)$
but then I saw that teacher wrote it as
$(\forall \epsilon >0)(\exists p_0\in N)(\forall n\geq p_0)(\sup\{|x^k_n-x_n|:k\in N\}<\epsilon)$
and now I don't know what is correct.