Currying continuous alternating forms #
In this file we define ContinuousAlternatingMap.curryLeft
which interprets a continuous alternating map in n + 1 variables
as a continuous linear map in the 0th variable
taking values in the continuous alternating maps in n variables.
Given a continuous alternating map f in n+1 variables, split the first variable to obtain
a continuous linear map into continuous alternating maps in n variables,
given by x โฆ (m โฆ f (Matrix.vecCons x m)).
It can be thought of as a map $Hom(\bigwedge^{n+1} M, N) \to Hom(M, Hom(\bigwedge^n M, N))$.
This is ContinuousMultilinearMap.curryLeft for AlternatingMap. See also
ContinuousAlternatingMap.curryLeftLI.
Equations
Instances For
ContinuousAlternatingMap.curryLeft as a LinearIsometry.
Equations
Instances For
Currying with the same element twice gives the zero map.