Lukas' Notes

Semilinearity

May 01, 20261 min read

linear-algebra

Definition

Semilinearity

Let V and W be vector spaces over a field F. A function T:V→W is semilinear if it is additive and scales vectors up to a field automorphism.

More precisely, there exists a field automorphism σ:F→F such that for all x,y∈V and α∈F,

T(x+y)=T(x)+T(y)

and

T(αx)=σ(α)T(x).

If σ is the identity map, then T is linear.

Semilinearity is therefore a twisted form of homogeneity.


Graph View

Backlinks

  • Sesquilinearity

Created with Quartz v4.4.0 © 2026

  • GitHub