4

My teacher said no, but doesn't $f(z)=z+1$ which is continuous?

David Mitra
  • 74,748
MrDi
  • 1,001

3 Answers3

4

It's not continuous at $z=1$ because it is not defined there. If you plug $z=1$ in $\frac{z^2-1}{z-1}$, you obtain $\frac{0}{0}$ which is not defined.

You can't divide the numerator by $z-1$ if $z=1$, because then you're dividing by zero!

sTertooy
  • 6,205
4

Basically: The function is not defined at $z=1$ so in particular it cannot be continuous.

But yes: it can be continuously extended by setting $f(1)=2$, see for example What is a continuous extension?

b00n heT
  • 16,360
  • 1
  • 36
  • 46
1

A function $f$ which is continuous at point $t$:
1. should be defined at the point $t$: $f(t)$ exists;
2. should have limit when $x$ tends to $t$: $\lim_{x\to t}f(x)$ exists;
3. $f(t) = \lim_{x\to t}f(x)$ .

In this problem, $f(z)= z+1$ except $z=1$ and not defined at $z=1$.
If we can define $f(z)$ at $1$ , $f(1)=2$ then we can say $f(z)$ is continuous at $z=1$.

Sometimes you can misunderstand that "there exists a limit value" as "a function be continuous at that point".

Cave Johnson
  • 4,270