Theorems · Definition · global analysis
extDerivWithin
{𝕜 : Type u_1} →
{E : Type u_2} →
{F : Type u_3} →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
[inst_3 : NormedAddCommGroup F] →
[inst_4 : NormedSpace 𝕜 F] → {n : ℕ} → (E → E [⋀^Fin n]→L[𝕜] F) → Set E → E → E [⋀^Fin (n + 1)]→L[𝕜] FExterior derivative of a differential form within a set.
There are a few competing definitions of the exterior derivative of a differential form
that differ from each other by a normalization factor.
We use the following one:
$$
dω(x; v_0, \dots, v_n) = \sum_{i=0}^n (-1)^i D_x ω(x; v_0, \dots, \widehat{v_i}, \dots, v_n) · v_i
$$
where $\widehat{v_i}$ means that we omit this element of the tuple, see extDerivWithin_apply.
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 177 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- fderivWithinproof · cited by 357
- ContinuousAlternatingMapstatement and proof · cited by 292
- ContinuousAlternatingMap.alternatizeUncurryFinproof · cited by 17
Cited by23
Results whose statement or proof uses this declaration.
- Filter.EventuallyEq.extDerivWithin_eqstatement · cited by 5
- extDerivWithin_applystatement · cited by 3
- extDerivWithin_addstatement · cited by 2
- extDerivWithin_apply_vectorFieldstatement · cited by 2
- extDerivWithin_extDerivWithin_applystatement · cited by 2
- extDerivWithin_smulstatement · cited by 2
- extDeriv_smulproof · cited by 1
- extDeriv_extDeriv_applyproof · cited by 1
- extDerivWithin_apply_vectorField_of_pairwise_commutestatement · cited by 1
- extDerivWithin_congrstatement · cited by 1
- extDerivWithin_constOfIsEmptystatement · cited by 1
- extDerivWithin_pullbackstatement and proof · cited by 1