Theorems · Definition · functional analysis
ContinuousAlternatingMap.alternatizeUncurryFin
{𝕜 : 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 →L[𝕜] E [⋀^Fin n]→L[𝕜] F) → E [⋀^Fin (n + 1)]→L[𝕜] FGiven a continuous function which is linear in the first argument
and is alternating in the other n arguments,
build a continuous alternating form in n + 1 arguments.
The function is given by
``
alternatizeUncurryFin f v = ∑ i : Fin (n + 1), (-1) ^ (i : ℕ) • f (v i) (removeNth i v)
`
Note that the round-trip with curryLeft multiplies the form by n + 1`,
since we want to avoid division in this definition.
- Cited by
- 17 results in Mathlib
- Foundations
- Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- ContinuousAlternatingMapstatement and proof · cited by 292
- ContinuousAlternatingMap.alternatizeUncurryFinCLMproof · cited by 10
Cited by19
Results whose statement or proof uses this declaration.
- extDerivWithinproof · cited by 23
- extDerivproof · cited by 14
- ContinuousAlternatingMap.alternatizeUncurryFin_applystatement · cited by 8
- ContinuousAlternatingMap.alternatizeUncurryFin_addstatement · cited by 2
- extDerivWithin_addproof · cited by 2
- extDerivWithin_extDerivWithin_applyproof · cited by 2
- extDerivWithin_smulproof · cited by 2
- ContinuousAlternatingMap.alternatizeUncurryFin_alternatizeUncurryFinCLM_comp_applystatement · cited by 1
- ContinuousAlternatingMap.alternatizeUncurryFin_constOfIsEmptyLIE_compstatement · cited by 1
- ContinuousAlternatingMap.alternatizeUncurryFin_fderivCompContinuousLinearMap_eq_zerostatement and proof · cited by 1
- ContinuousAlternatingMap.alternatizeUncurryFin_smulstatement · cited by 1