Let $x \in \mathbb{R}^m, f:\mathbb{R}^m \to \mathbb{R}^n$. Explain what means $\lim_{x \to \infty}f(x) = \infty$
Sorry if the question is rather simple, unfortunatelly I couldn't find an answer on my textbooks.
How can I define what means to a vector go to infinity? Does it mean all of it's coordinates go to infinity or that $|x|$ tends to infinity?
for $n=1$ I have that $\lim_{x\to \infty}f(x) = \infty$ means that $\forall M>0$ exists $H>0$ such that $\forall x>H \implies f(x)>M$.
but how can I match this for $x\in \mathbb{R}^n$? If I use the norm I could have each coordinate of x or f(x) going to $-\infty$ and still $|x|>H$ and $|f(x)|>M$
The definition would be with $H \in \mathbb{R}^m$ and $M \in \mathbb{R}^n$ and the inequalities would be $x_i>h_i \forall i=1,...,m \implies f(x)_j>m_j\ \forall j=1,...,n$ ?
Talking about vectors, there's no $\pm\infty$ in general (unless you talk about a certain coordinate), just $\infty$. And the limit is usually defined with the correspondent norm, i. e., $\lim_{x\to\infty}f(x)=\infty$ means that $\forall N>0$ exists $M>0$ such that if $||x||>M$ then $||f(x)||>N$.