Theorems · Theorem · complex analysis
Complex.wedgeIntegral_add_wedgeIntegral_eq
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] (z w : ℂ) (f : ℂ → E),
z.wedgeIntegral w f + w.wedgeIntegral z f =
(((∫ (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)- Defined in
- Mathlib.Analysis.Complex.HasPrimitives
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 252 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measureproof · cited by 10,939
- Complexstatement and proof · cited by 5,565
- Complex.ofRealstatement and proof · cited by 1,654
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Complex.restatement and proof · cited by 882
- Complex.Istatement and proof · cited by 866
- Complex.imstatement and proof · cited by 591
- intervalIntegralstatement and proof · cited by 546
- smul_negproof · cited by 181
Cited by2
Results whose statement or proof uses this declaration.
- DifferentiableOn.isConservativeOnproof · cited by 2
- Complex.IsConservativeOn.eventually_nhds_wedgeIntegral_sub_wedgeIntegralproof · cited by 1