Given the statement $P(x,\delta)\implies Q(x,\epsilon),$ is it necessarily assumed that all the variables are properly quantified?
For example is the following definition correct:
Let $A\subset \mathbb R$ and $f:A\to\mathbb R$ be any function. Let $x_0$ be any adherent point of $A$. We say that $\lim_{x\to > x_0}=L$ iff $\forall \epsilon>0 \exists\delta>0$ such that $0<|x-x_0|<\delta\implies|f(x)-L|<\epsilon$.
or is the following definition correct:
Let $A\subset \mathbb R$ and $f:A\to\mathbb R$ be any function. Let $x_0$ be any adherent point of $A$. We say that $\lim_{x\to > x_0}=L$ iff $\forall \epsilon>0 \exists\delta>0$ such that for all $x\in A$ such that $0<|x-x_0|<\delta\implies|f(x)-L|<\epsilon$.
What issue occurs if we omit the "for all $x\in A $"?