Lukas' Notes

Sesquilinearity

May 01, 20261 min read

linear-algebra

Definition

Sesquilinearity

A map B:V×V→F on a vector space V over a field F is called sesquilinear if it is linear in one argument and semilinear in the other.

In the complex case, this usually means:

B(αx+βy,z)=αB(x,z)+βB(y,z)

and

B(x,αy+βz)=αB(x,y)+β​B(x,z).

For example, the inner product on a complex inner product space is sesquilinear.


Graph View

Backlinks

  • Inner Product

Created with Quartz v4.4.0 © 2026

  • GitHub