Instances For
Instances For
A RectangleIntegral
of a function f
is one over a rectangle determined by
z
and w
in ℂ
.
Equations
Instances For
A RectangleIntegral'
of a function f
is one over a rectangle determined by
z
and w
in ℂ
, divided by 2 * π * I
.
Equations
- RectangleIntegral' f z w = (1 / (2 * ↑Real.pi * Complex.I)) • RectangleIntegral f z w
Instances For
Equations
Instances For
Equations
Instances For
Instances For
Equations
- VerticalIntegral' f σ = (1 / (2 * ↑Real.pi * Complex.I)) • VerticalIntegral f σ
Instances For
A function is HolomorphicOn
a set if it is complex differentiable on that set.
Equations
- HolomorphicOn f s = DifferentiableOn ℂ f s
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given x₀ a x₁ : ℝ
, and y₀ y₁ : ℝ
and a function f : ℂ → ℂ
so that
both (t : ℝ) ↦ f(t + y₀ * I)
and (t : ℝ) ↦ f(t + y₁ * I)
are integrable over both
t ∈ Icc x₀ a
and t ∈ Icc a x₁
, we have that
RectangleIntegral f (x₀ + y₀ * I) (x₁ + y₁ * I)
is the sum of
RectangleIntegral f (x₀ + y₀ * I) (a + y₁ * I)
and
RectangleIntegral f (a + y₀ * I) (x₁ + y₁ * I)
.
Given f
holomorphic on a rectangle z
and w
except at a point p
, the integral of f
over
the rectangle with corners z
and w
is the same as the integral of f
over a small square
centered at p
.