I calculated a limit of function as follows:
$$ \begin{array}{ll} \lim_{x \to 1}\frac{x - 1}{x^2 - 1} = \\ \\ \quad = \lim_{x \to 1}\frac{x - 1}{(x + 1)(x - 1)} = \\ \\ \quad = \lim_{x \to 1}\frac{1}{(x + 1)} = \\ \\ \quad = \frac{1}{2} \end{array} $$
Is it valid to minimize the denominator, like I did in the transition from line #2 to line #3 ?
Doesn't it make the function to lose some "properties", therefore making the calculation invalid?
Or maybe it is valid because that we calculate the limit for $x \to 1$ (i.e. a positive number).
If we were to calculate the limit for $x \to (-1)$ (negative number), then the operation wouldn't be valid.
BTW I'm not interested in solving this with L'Hôpital's rule.