feat(analysis/inner_product_space/basic): inner product as a (continuous) sesquilinear map (#10684)
This PR replaces `inner_right (v : E) : E βL[π] π` (the inner product with a fixed left element as a continuous linear map) by `innerββ : E βββ[π] E ββ[π] π ` and `innerSL : E βLβ[π] E βL[π] π `, which bundle the inner product as a sesquilinear map and as a continuous sesquilinear map respectively.