Type conversion #
Convert from EuclideanSpace to Fin d → ℝ.
Instances For
Convert from Fin d → ℝ to EuclideanSpace.
Instances For
Pointwise access is preserved by euclideanToFun.
Pointwise access is preserved by funToEuclidean.
Norm relationships #
The sup norm on the underlying Fin d → ℝ is at most the L2 norm. This is the key inequality for the SubGaussianVec bridge.
Measurability #
euclideanToFun is measurable.
funToEuclidean is measurable.
SubGaussianVec bridges #
If the sub-Gaussian condition holds for Thm_4_6's IsSubGaussianVec (which now uses L2-norm unit vectors), then it holds for Cor_4_9's IsSubGaussianVec. Both use L2-norm test vectors, so the bridge is direct.
Reverse direction: if the sub-Gaussian condition holds for all L2-norm unit vectors (Cor_4_9's definition), then Thm_4_6's IsSubGaussianVec also holds with variance proxy scaled by d. Both now use L2 norm test vectors, so the core bound is direct; the scaling by d provides a monotone upper bound.
Composition bridge #
Composing a function to EuclideanSpace with euclideanToFun extracts the same pointwise function.