Primitive of an analytic function - Proof verification

1.9k Views Asked by At

Check out the proof for the following corollary. enter image description here

This is only the first part of the proof and I have a issue with this. $F(z)$ is defined by integrating $f$ along a line segment. But isn't it necessary for it to be defined on a general path so that it confirms that it is well defined? I know for a fact that F is well defined using the Cauchy-Goursat theorem but this appears in the text before the general Cauchy Goursat Thoerem and this uses only the Triangle version of it. This confuses me and hope someone could help me out. Thanks

EDIT The following says that F is well defined means it is path independent enter image description here

2

There are 2 best solutions below

5
On

The thing is that you don't really want to prove that the integral is path-independent. You define your function $F$ as an integral over this particular line segment. Now, you prove that $F'(z) = f(z)$. So, by definition, $F$ is the primitive of $f$.

The fact that this integral exists should be clear from the analycity of $f$, which implies that it is continuous along any line segment (or curve) in $D$ and this line segment (or curve) is a compact.

13
On

This proof is okay. It is defining $F(z)$ using a specific path, namely the unique line segment between $z$ and $z_*$. This definition is unambiguous. There may a problem with something else in the proof, if the author uses path independence which is not yet proven, but at this point, there is no problem, and $F(z)$ is well defined.

Edit: Maybe this will aid understanding. It's slightly misleading for the author to write the integral using $z$ and $z_*$ ( ie. endpoints ) rather than saying the integral is $$ \int_{\gamma}f(z)dz $$ where $\gamma $ is the unique line segment joining $z$ and $z_*$. Using the endpoints kind of makes it sound implicit that the integral is defined using path independence, which it is not. Does this help?