I've done an example in complex variables earlier, which I've repasted here. If I show you my reasoning would you be able to tell me if i proved it right?
Homework Statement
Let D be a connected domain in R^2 and let u(x,y) be a continuous vector field defined on D. Suppose u has zero circulation and zero flux for any simple closed contour on D.
u(x,y) = (u_1(x,y),u_2(x,y))
\Gamma = \int_{c}(u\circ\gamma)tds = 0F=\int_{c}(u\circ\gamma)nds = 0[/tex]\phi(x,y)=\int_{c}(u\circ\gamma)tds\psi(x,y)=\int_{c}(u\circ\gamma)ndsProve that \phi, \psi are well defined.
The Attempt at a Solution
For \phi:
I think to prove its well defined means to prove that if (x,y)=(x_0,y_0), then \phi(x,y)=\phi(x_0,y_0)
Let C_1 and C_2 be two independent paths from (x,y) to (x_0,y_0)
Then, these two paths form a closed contour C_0, for which the integral is zero. Then,
\int_{c_0}(u\circ\gamma)tds = 0 = \int_{c_2}(u\circ\gamma)tds - \int_{c_1}(u\circ\gamma)tdsThen, \int_{c_2}(u\circ\gamma)tds = \int_{c_1}(u\circ\gamma)tdsSo, when (x,y)=(x_0,y_0) the integrals are equal as well.
Is this how to prove it is well-defined?