Let $f$ be a differentiable function at $x=1$ such that $f(1)=1 , f'(1)=4$ I need to compute the following limit or prove it doesn't exist: $$ \lim_{x \to 1} \frac{1-f(x)}{x-1} $$
So I tried to figure out what is the limit of $\lim_{x \to 1}f(x)$
I started at the defenition of derivative: $$ \lim_{x \to x_0} \frac{f(x) - f(x_0)}{x-x_0} => \lim_{x \to 1} \frac{f(x) - 1}{x-1} = 4 => \lim_{x \to 1} f(x) = 4x-3 $$
Now I'm not sure if I'm allowed to simply assign $4x -3 =\lim_{x \to 0} f(x)$ into the requested limit (first one) and just calculate it.. I'm new to the whole derivative thing so not sure exactly how it goes with limits I mean what exactly can and can't be done.
Please continue where I stopped and be as formal as you can.
Thank you