This question arises from a comment made in answer to a question on proving the odd/even relationship of derivatives of even/odd functions. In particular, I am seeking clarification on the appropriateness of substitution of terms in the definition of the limit of a function.
Context: I assume the following basic definition of limit in standard real analysis. Let $A\subseteq\mathbb{R}$, $f:A\rightarrow\mathbb{R}$, and $c,L\in\mathbb{R}$. The concept of $f$ converging to $L$ at $c$ (denoted by $\lim_{x\rightarrow c}f(x)=L$) can be defined to occur when $c$ is a cluster/limit point of $A$, and when (for simplicity, here I use the basic $\varepsilon\!-\!\delta$ construct): $$ \forall\varepsilon\!>\!0,\ \exists\delta\!>\!0,\ \ (x\!\in\!A)\wedge0\!<\!|x-c|\!<\!\delta\longrightarrow|f(x)-L|\!<\!\varepsilon. $$
Question: My understanding is that the variable "x" in the prior statement (which I appreciate as written may not abide by strict rules of a formal grammar) is a bound variable (implicitly under $\forall x$), which can be substituted in with a different term so long as formal rules of substitution are followed. For example, if the limit exists, then clearly: $$ \lim_{x\rightarrow c}f(x)=\lim_{y\rightarrow c}f(y), $$ where $y$ was substituted in for the variable $x$. With respect to the comment from which this question arose, it seems (and I am simplifying here) that the following substitution ($[-x/x]$) is being made: $$ \lim_{x\rightarrow c}f(x)=\lim_{-x\rightarrow c}f(-x), $$ which translates into: $$ \forall\varepsilon\!>\!0,\ \exists\delta\!>\!0,\ \ (-x\!\in\!A)\wedge0\!<\!|-x-c|\!<\!\delta\longrightarrow|f(-x)-L|\!<\!\varepsilon. $$
If that is the case, could you substitute even more complex terms into the limit's definition? For example, would the following "limit" make sense: $$ \lim_{x^2\rightarrow c}f(x^2)? $$