Conformal maps between complex vector spaces #
We prove the sufficient and necessary conditions for a real-linear map between complex vector spaces to be conformal.
Main results #
isConformalMap_complex_linear
: a nonzero complex linear map into an arbitrary complex normed space is conformal.isConformalMap_complex_linear_conj
: the composition of a nonzero complex linear map withconj
is complex linear.isConformalMap_iff_is_complex_or_conj_linear
: a real linear map between the complex plane is conformal iff it's complex linear or the composition of some complex linear map andconj
.DifferentiableAt.conformalAt
states that a real-differentiable function with a nonvanishing differential from the complex plane into an arbitrary complex-normed space is conformal at a point if it's holomorphic at that point. This is a version of Cauchy-Riemann equations.conformalAt_iff_differentiableAt_or_differentiableAt_comp_conj
proves that a real-differential function with a nonvanishing differential between the complex plane is conformal at a point if and only if it's holomorphic or antiholomorphic at that point.differentiableWithinAt_complex_iff_differentiableWithinAt_real
anddifferentiableAt_complex_iff_differentiableAt_real
characterize complex differentiability in terms of the classic Cauchy-Riemann equation.
Warning #
Antiholomorphic functions such as the complex conjugate are considered as conformal functions in this file.
TODO #
- On a connected open set
u
, a function which isConformalAt
each point is either holomorphic throughout or antiholomorphic throughout.
Conformality of real-differentiable complex maps #
A real differentiable function of the complex plane into some complex normed space E
is
conformal at a point z
if it is holomorphic at that point with a nonvanishing differential.
This is a version of the Cauchy-Riemann equations.
A complex function is conformal if and only if the function is holomorphic or antiholomorphic with a nonvanishing differential.
The Cauchy-Riemann Equation for Complex-Differentiable Functions #
Construct a complex-linear map from a real-linear map ℓ
that maps I
to I • ℓ 1
.
Equations
- ℓ.complexOfReal h = { toAddHom := ℓ.toAddHom, map_smul' := ⋯ }
Instances For
Construct a continuous complex-linear map from a continuous real-linear map ℓ
that maps I
to
I • ℓ 1
.
Equations
- ℓ.complexOfReal h = { toAddHom := (↑ℓ).toAddHom, map_smul' := ⋯, cont := ⋯ }
Instances For
The Cauchy-Riemann Equation: A real-differentiable function f
on ℂ
is complex-differentiable
at x
within s
iff the derivative fderivWithin ℝ f s x
maps I
to
I • (fderivWithin ℝ f s x) 1
.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals ContinuousLinearMap.complexOfReal
of the real derivative.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals ContinuousLinearMap.complexOfReal
of the real derivative.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals ContinuousLinearMap.complexOfReal
of the real derivative.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals the real derivative.
The Cauchy-Riemann Equation: A real-differentiable function f
on ℂ
is complex-differentiable
at x
if and only if the derivative fderiv ℝ f x
maps I
to I • (fderiv ℝ f x) 1
.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals ContinuousLinearMap.complexOfReal
of the real derivative.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals ContinuousLinearMap.complexOfReal
of the real derivative.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals the real derivative.
In cases where the Cauchy-Riemann Equation guarantees complex differentiability at x
, the
complex derivative equals ContinuousLinearMap.complexOfReal
of the real derivative.