Bilinear map

From Maths
Revision as of 15:29, 7 March 2015 by Alec (Talk | contribs) (Created page with "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 vec...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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×VW
(in keeping with mathematicians are lazy)

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×VW

and u,vU
, a,bV
and λ,μF
we have:

  1. τ(λu+μv,a)=λτ(u,a)+μτ(v,a)
  2. τ(u,λa+μb)=λτ(u,a)+μτ(u,b)

Common notations

If an author uses T

for linear maps they will probably use τ
for bilinear maps.

If an author uses L

for linear maps they will probably use B
for bilinear maps.