Theorems · Theorem · complex analysis
Complex.integral_boundary_rect_eq_zero_of_differentiableOn
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] (f : ℂ → E) (z w : ℂ),
DifferentiableOn ℂ f (Set.uIcc z.re w.re ×ℂ Set.uIcc z.im w.im) →
(((∫ (x : ℝ) in z.re..w.re, f (↑x + ↑z.im * Complex.I)) - ∫ (x : ℝ) in z.re..w.re, f (↑x + ↑w.im * Complex.I)) +
Complex.I • ∫ (y : ℝ) in z.im..w.im, f (↑w.re + ↑y * Complex.I)) -
Complex.I • ∫ (y : ℝ) in z.im..w.im, f (↑z.re + ↑y * Complex.I) =
0Cauchy-Goursat theorem for a rectangle: the integral of a complex differentiable function
over the boundary of a rectangle equals zero. More precisely, if f is complex differentiable on a
closed rectangle, then its integral over the boundary of the rectangle equals zero.
- Defined in
- Mathlib.Analysis.Complex.CauchyIntegral
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- Complex.ofRealstatement · cited by 1,654
- MeasureTheory.MeasureSpace.volumestatement · cited by 1,323
- Complex.restatement and proof · cited by 882
- Complex.Istatement · cited by 866
- Complex.imstatement and proof · cited by 591
- intervalIntegralstatement · cited by 546
- DifferentiableOnstatement and proof · cited by 419
- Set.uIccstatement and proof · cited by 393
Cited by2
Results whose statement or proof uses this declaration.
- DifferentiableOn.isConservativeOnproof · cited by 2
- GaussianFourier.integral_cexp_neg_mul_sq_add_real_mul_Iproof · cited by 1