Bilinear map
A bilinear map combines elements from 2 vector spaces to yield and element in a third (in contrast to a linear map which takes a point in a vector space to a point in a different vector space)
It is sometimes called a "Bilinear form"
Definition
Given the vector spaces (U,F),(V,F) and (W,F) - it is important they are over the same field - a bilinear map is a function:
τ:(U,F)×(V,F)→(W,F)
or
τ:U×V→W
Such that it is linear in both parts. Which is to say that the following "Axioms of a bilinear map" hold:
Axioms of a bilinear map
For a function τ:U×V→W
- τ(λu+μv,a)=λτ(u,a)+μτ(v,a)
- τ(u,λa+μb)=λτ(u,a)+μτ(u,b)
Common notations
If an author uses T
If an author uses L
TODO: Find the book I got this from!