Theorems · Definition · functional analysis
ContinuousMultilinearMap.iteratedFDerivComponent
{𝕜 : Type u} →
{ι : Type v} →
{E₁ : ι → Type wE₁} →
{G : Type wG} →
[inst : NontriviallyNormedField 𝕜] →
[inst_1 : (i : ι) → SeminormedAddCommGroup (E₁ i)] →
[inst_2 : (i : ι) → NormedSpace 𝕜 (E₁ i)] →
[inst_3 : SeminormedAddCommGroup G] →
[inst_4 : NormedSpace 𝕜 G] →
[Fintype ι] →
{α : Type u_1} →
[Fintype α] →
ContinuousMultilinearMap 𝕜 E₁ G →
{s : Set ι} →
α ≃ ↑s →
[DecidablePred fun x => x ∈ s] →
ContinuousMultilinearMap 𝕜 (fun i => E₁ ↑i)
(ContinuousMultilinearMap 𝕜 (fun x => (i : ι) → E₁ i) G)One of the components of the iterated derivative of a continuous multilinear map. Given a
bijection e between a type α (typically Fin k) and a subset s of ι, this component is a
continuous multilinear map of k vectors v₁, ..., vₖ, mapping them
to f (x₁, (v_{e.symm 2})₂, x₃, ...), where at indices i in s one uses the i-th coordinate of
the vector v_{e.symm i} and otherwise one uses the i-th coordinate of a reference vector x.
This is continuous multilinear in the components of x outside of s, and in the v_j.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Equivstatement and proof · cited by 8,337
- Fintypestatement and proof · cited by 7,736
- Set.Elemstatement and proof · cited by 7,166
- Norm.normproof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- ContinuousMultilinearMapstatement and proof · cited by 1,016
- ContinuousMultilinearMap.toMultilinearMapproof · cited by 70
- MultilinearMap.mkContinuousMultilinearproof · cited by 4
- MultilinearMap.iteratedFDerivComponentproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- ContinuousMultilinearMap.iteratedFDerivproof · cited by 3
- ContinuousMultilinearMap.iteratedFDerivComponent_applystatement · cited by 2
- ContinuousMultilinearMap.norm_iteratedFDerivComponent_lestatement and proof · cited by 1
- ContinuousMultilinearMap.norm_iteratedFDeriv_le'proof · cited by 1
- ContinuousMultilinearMap.hasFTaylorSeriesUpTo_iteratedFDerivproof · cited by 1
- ContinuousMultilinearMap.iteratedFDeriv_comp_diagonalproof · cited by 0