Theorems · Definition · complex analysis
ContinuousLinearMap.uncurryBilinear
{𝕜 : Type u_1} →
[inst : NontriviallyNormedField 𝕜] →
{E : Type u_2} →
[inst_1 : NormedAddCommGroup E] →
[inst_2 : NormedSpace 𝕜 E] →
{F : Type u_3} →
[inst_3 : NormedAddCommGroup F] →
[inst_4 : NormedSpace 𝕜 F] →
{G : Type u_4} →
[inst_5 : NormedAddCommGroup G] → [inst_6 : NormedSpace 𝕜 G] → (E →L[𝕜] F →L[𝕜] G) → E × F [×2]→L[𝕜] GReinterpret a bilinear map f : E →L[𝕜] F →L[𝕜] G as a multilinear map
(E × F) [×2]→L[𝕜] G. This multilinear map is the second term in the formal
multilinear series expansion of uncurry f. It is given by
f.uncurryBilinear ![(x, y), (x', y')] = f x y'.
- Defined in
- Mathlib.Analysis.Analytic.Linear
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- ContinuousMultilinearMapstatement · cited by 1,016
- ContinuousLinearMap.compproof · cited by 709
- ContinuousLinearEquiv.toContinuousLinearMapproof · cited by 448
- LinearIsometryEquiv.symmproof · cited by 287
- LinearIsometryEquiv.toContinuousLinearEquivproof · cited by 125
- ContinuousLinearMap.fstproof · cited by 86
- ContinuousLinearMap.sndproof · cited by 85
Cited by4
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.fpowerSeriesBilinearproof · cited by 7
- ContinuousLinearMap.hasFPowerSeriesOnBall_bilinearproof · cited by 1
- ContinuousLinearMap.fpowerSeriesBilinear_apply_twostatement · cited by 0
- ContinuousLinearMap.uncurryBilinear_applystatement · cited by 0