linear_map.with_bound

Construct a continuous linear map from a linear map and a bound on this linear map.

continuous_linear_map.bound

A continuous linear map between normed spaces is bounded when the field is nondiscrete. The continuity ensures boundedness on a ball of some radius δ. The nondiscreteness is then used to rescale any element into an element of norm in [δ/C, δ], whose image has a controlled norm. The norm control for the original element follows by rescaling.

continuous_linear_map.op_norm

The operator norm of a continuous linear map is the inf of all its bounds.

continuous_linear_map.le_op_norm

The fundamental property of the operator norm: ∥f x∥ ≤ ∥f∥ * ∥x∥.

continuous_linear_map.unit_le_op_norm

The image of the unit ball under a continuous linear map is bounded.

continuous_linear_map.op_norm_le_bound

If one controls the norm of every A x, then one controls the norm of A.

continuous_linear_map.op_norm_triangle

The operator norm satisfies the triangle inequality.

continuous_linear_map.op_norm_zero_iff

An operator is zero iff its norm vanishes.

continuous_linear_map.norm_id

The norm of the identity is at most 1. It is in fact 1, except when the space is trivial where it is 0. It means that one can not do better than an inequality in general.

continuous_linear_map.op_norm_smul

The operator norm is homogeneous.

continuous_linear_map.to_normed_group

Continuous linear maps themselves form a normed space with respect to the operator norm.

continuous_linear_map.op_norm_comp_le

The operator norm is submultiplicative.

continuous_linear_map.lipschitz

continuous linear maps are Lipschitz continuous.

continuous_linear_map.smul_right_norm

The norm of the tensor product of a scalar linear map and of an element of a normed space is the product of the norms.