Continuous linear maps on products and Pi types #
Properties that hold for non-necessarily commutative semirings. #
The Cartesian product of two bounded linear maps, as a bounded linear map.
Equations
Instances For
The left injection into a product is a continuous linear map.
Equations
Instances For
The right injection into a product is a continuous linear map.
Equations
Instances For
Prod.fst as a ContinuousLinearMap.
Equations
Instances For
Prod.snd as a ContinuousLinearMap.
Equations
Instances For
Prod.map of two continuous linear maps.
Equations
Instances For
pi construction for continuous linear functions. From a family of continuous linear functions
it produces a continuous linear function into a family of topological modules.
Equations
Instances For
The projections from a family of topological modules are continuous linear maps.
Equations
Instances For
Given a function f : Ξ± β ΞΉ, it induces a continuous linear function by right composition on
product types. For f = Subtype.val, this corresponds to forgetting some set of variables.
Equations
Instances For
Pi.single as a bundled continuous linear map.
Equations
Instances For
ContinuousLinearMap.prod as an Equiv.
Equations
Instances For
ContinuousLinearMap.prod as a LinearEquiv.
See ContinuousLinearMap.prodL for the ContinuousLinearEquiv version.
Equations
Instances For
The continuous linear map given by (x, y) β¦ fβ x + fβ y.
Equations
Instances For
Taking the product of two maps with the same codomain is equivalent to taking the product of
their domains.
See note [bundled maps over different rings] for why separate R and S semirings are used.
See ContinuousLinearMap.coprodEquivL for the ContinuousLinearEquiv version.