Theorems · Definition · real analysis
curveIntegral
{𝕜 : Type u_4} →
{E : Type u_5} →
{F : Type u_6} →
[inst : RCLike 𝕜] →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
[inst_3 : NormedAddCommGroup F] → [inst_4 : NormedSpace 𝕜 F] → {a b : E} → (E → E →L[𝕜] F) → Path a b → FIntegral of a 1-form ω : E → E →L[𝕜] F along a path γ,
defined as $\int_0^1 \omega(\gamma(t))(\gamma'(t))$.
The actual definition uses curveIntegralFun which uses Path.extend γ
and derivWithin (Path.extend γ) (Set.Icc 0 1) t,
because calculus-related definitions in Mathlib expect globally defined functions as arguments.
- Cited by
- 32 results in Mathlib
- Foundations
- Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- ContinuousLinearMapstatement · cited by 5,352
- RCLikestatement · cited by 2,829
- Pathstatement · cited by 318
Cited by32
Results whose statement or proof uses this declaration.
- curveIntegral_def'statement · cited by 8
- curveIntegral_defstatement · cited by 5
- curveIntegral_reflstatement · cited by 2
- curveIntegral_segmentstatement · cited by 2
- ContinuousMap.Homotopy.curveIntegral_add_curveIntegral_eq_of_hasFDerivWithinAtstatement · cited by 2
- Convex.exists_forall_hasFDerivWithinAt_of_hasFDerivWithinAt_symmetricproof · cited by 2
- HasFDerivWithinAt.curveIntegral_segment_source'statement and proof · cited by 2
- curveIntegral_addstatement · cited by 2
- curveIntegral_negstatement · cited by 2
- curveIntegral_restrictScalarsstatement · cited by 1
- curveIntegral_segment_conststatement · cited by 1
- curveIntegral_smulstatement · cited by 1