LeanPool.Monlib4.LinearAlgebra.OfNorm #
Imported Lean Pool material for LeanPool.Monlib4.LinearAlgebra.OfNorm.
Polarization expression used to recover an inner product from a norm.
Equations
Instances For
An unbundled continuous linear map predicate.
Equations
- IsContinuousLinearMap ๐ f = (IsLinearMap ๐ f โง Continuous f)
Instances For
Bundle an unbundled continuous linear map as a continuous linear map.
Equations
- h.mk' = { toLinearMap := IsLinearMap.mk' f โฏ, cont := โฏ }
Instances For
Bilinearity for maps whose domain is a product type.
Instances For
Linearity of a product map in its left argument.
Equations
- IsLeftLinearMap ๐ f = โ (b : F), IsLinearMap ๐ fun (a : E) => f (a, b)
Instances For
Linearity of a product map in its right argument.
Equations
- IsRightLinearMap ๐ f = โ (a : E), IsLinearMap ๐ fun (b : F) => f (a, b)
Instances For
Bundle a product bilinear map as a linear map into linear maps.
Equations
Instances For
Bundle a product map that is left-linear and right-continuous-linear.
Equations
- IsLmLeftIsClmRight.toLmClm hfโ hfโ = { toFun := fun (x : E) => โฏ.mk', map_add' := โฏ, map_smul' := โฏ }
Instances For
Compatibility alias for the curried linear map associated to a bilinear map.
Equations
- hf.toLmLm = hf.toLinearMap
Instances For
Pull back continuous linear functionals along a continuous linear map.
Equations
- NormedSpace.Dual.transpose ๐ f = { toFun := fun (x : StrongDual ๐ F) => x โSL f, map_add' := โฏ, map_smul' := โฏ }
Instances For
Pull back continuous linear functionals along a linear isometry equivalence.
Equations
- One or more equations did not get rendered due to their size.