-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path30A99-Antiholomorphic.tex
More file actions
88 lines (69 loc) · 2.84 KB
/
30A99-Antiholomorphic.tex
File metadata and controls
88 lines (69 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
\documentclass[12pt]{article}
\usepackage{pmmeta}
\pmcanonicalname{Antiholomorphic}
\pmcreated{2014-11-06 12:07:50}
\pmmodified{2014-11-06 12:07:50}
\pmowner{pahio}{2872}
\pmmodifier{pahio}{2872}
\pmtitle{antiholomorphic}
\pmrecord{9}{41476}
\pmprivacy{1}
\pmauthor{pahio}{2872}
\pmtype{Definition}
\pmcomment{trigger rebuild}
\pmclassification{msc}{30A99}
\pmsynonym{antiholomorphic function}{Antiholomorphic}
\pmrelated{ComplexConjugate}
\endmetadata
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
% making logically defined graphics
%%%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
\theoremstyle{definition}
\newtheorem*{thmplain}{Theorem}
\begin{document}
\PMlinkescapeword{iff}
A complex function \,$f\!: D \to \mathbb{C}$,\, where $D$ is a domain of the complex plane, having the derivative
$$\frac{df}{d \overline{z}}$$
in each point $z$ of $D$, is said to be {\em antiholomorphic} in $D$. \\
The following conditions are \PMlinkname{equivalent}{Equivalent3}:
\begin{itemize}
\item $f(z)$ is antiholomorphic in $D$.
\item \, $\overline{f(z)}$\, is holomorphic in $D$.
\item $f(\overline{z})$ is holomorphic in\, $\overline{D} \,:=\, \{\overline{z}\;\vdots\;\, z \in D\}$.
\item $f(z)$ may be \PMlinkescapetext{expanded} to a power series $\sum_{n=0}^\infty a_n(\overline{z}-u)^n$ at each\, $u \in D$.
\item The real part \,$u(x,\,y)$\, and the imaginary part
\,$v(x,\,y)$\, of the function $f$ satisfy the equations
$$\frac{\partial u}{\partial x}
\;=\; -\frac{\partial v}{\partial y}, \qquad
\frac{\partial u}{\partial y} \;=\; \frac{\partial v}{\partial x}.$$
N.B. the \PMlinkescapetext{place} of minus; cf. the \PMlinkname{Cauchy--Riemann equations}{CauchyRiemannEquations}.\\
\end{itemize}
\textbf{Example.}\, The function\, $\displaystyle z \mapsto \frac{1}{\overline{z}}$ is antiholomorphic in\,
$\mathbb{C}\!\smallsetminus\!\{0\}$.\, One has
$$f(z) \;=\; \frac{z}{|z|^2}
\;=\; \underbrace{\frac{x}{x^2\!+\!y^2}}_{u}+i\underbrace{\frac{y}{x^2\!+\!y^2}}_{v}$$
and thus
$$\frac{\partial u}{\partial x}
\;=\; \frac{y^2\!-\!x^2}{(x^2\!+\!y^2)^2}, \qquad
\frac{\partial v}{\partial y}
\;=\; \frac{x^2\!-\!y^2}{(x^2\!+\!y^2)^2}, \qquad
\frac{\partial u}{\partial y}
\;=\; -\frac{2xy}{(x^2\!+\!y^2)^2}, \qquad
\frac{\partial v}{\partial x} \;=\; -\frac{2xy}{(x^2\!+\!y^2)^2}.$$
%%%%%
%%%%%
\end{document}