Module docstring
{"# Operator norm on the space of continuous linear maps
Define the operator (semi)-norm on the space of continuous (semi)linear maps between (semi)-normed spaces, and prove its basic properties. In particular, show that this space is itself a semi-normed space.
Since a lot of elementary properties don't require βxβ = 0 β x = 0 we start setting up the
theory for SeminormedAddCommGroup. Later we will specialize to NormedAddCommGroup in the
file NormedSpace.lean.
Note that most of statements that apply to semilinear maps only hold when the ring homomorphism
is isometric, as expressed by the typeclass [RingHomIsometric Ο].
"}