Theorems · Theorem · measure theory
MeasureTheory.integral_bilinear_hasDerivAt_right_eq_neg_left_of_integrable
∀ {E : Type u_1} {F : Type u_2} {G : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] [inst_4 : NormedAddCommGroup G] [inst_5 : NormedSpace ℝ G]
{L : E →L[ℝ] F →L[ℝ] G} {u : ℝ → E} {v : ℝ → F} {u' : ℝ → E} {v' : ℝ → F},
(∀ x ∈ tsupport v, HasDerivAt u (u' x) x) →
(∀ x ∈ tsupport u, HasDerivAt v (v' x) x) →
MeasureTheory.Integrable (fun x => (L (u x)) (v' x)) MeasureTheory.volume →
MeasureTheory.Integrable (fun x => (L (u' x)) (v x)) MeasureTheory.volume →
MeasureTheory.Integrable (fun x => (L (u x)) (v x)) MeasureTheory.volume →
∫ (x : ℝ), (L (u x)) (v' x) = -∫ (x : ℝ), (L (u' x)) (v x)Integration by parts on (-∞, ∞). With respect to a general bilinear form, assuming moreover that the total function is integrable.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 282 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- nhdsproof · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Tendstoproof · cited by 3,814
- CompleteSpaceproof · cited by 2,532
- Filter.atTopproof · cited by 2,405
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by3
Results whose statement or proof uses this declaration.
- SchwartzMap.integral_bilinear_deriv_right_eq_neg_leftproof · cited by 3
- integral_bilinear_hasLineDerivAt_right_eq_neg_left_of_integrable_aux1proof · cited by 1
- MeasureTheory.integral_mul_deriv_eq_deriv_mul_of_integrableproof · cited by 0