Difference between revisions of "Bilinear map"

From Maths
Jump to: navigation, search
m
m (Examples of bilinear maps)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
__TOC__
 
__TOC__
==Definition==
+
==[[Bilinear map/Definition|Definition]]==
Given the [[Vector space|vector spaces]] {{M|(U,F),(V,F)}} and {{M|(W,F)}} - it is important they are over the same field - a ''bilinear map''<ref name="Roman">Advanced Linear Algebra - Steven Roman - Third Edition - Springer Graduate texts in Mathematics</ref> is a [[Function|function]]:
+
{{:Bilinear map/Definition}}
*<math>\tau:(U,F)\times(V,F)\rightarrow(W,F)</math> or
+
*<math>\tau:U\times V\rightarrow W</math> (in keeping with [[Mathematicians are lazy|mathematicians are lazy]])
+
Such that it is [[Linear map|linear]] in both variables. Which is to say that the following "Axioms of a bilinear map" hold:
+
 
+
For a [[Function|function]] <math>\tau:U\times V\rightarrow W</math> and <math>u,v\in U</math>, <math>a,b\in V</math> and <math>\lambda,\mu\in F</math> we have:
+
# <math>\tau(\lambda u+\mu v,a)=\lambda \tau(u,a)+\mu \tau(v,a)</math>
+
# <math>\tau(u,\lambda a+\mu b)=\lambda \tau(u,a)+\mu \tau(u,b)</math>
+
 
+
 
==Relation to bilinear forms and inner products==
 
==Relation to bilinear forms and inner products==
 
A ''[[Bilinear form|bilinear form]]'' is a special case of a bilinear map where rather than mapping to a vector space {{M|W}} it maps to the field that the vector spaces {{M|U}} and {{M|V}} are over (which in this case was {{M|F}})<ref name="Roman"/>. An ''[[Inner product|inner product]]'' is a special case of that. See the pages:
 
A ''[[Bilinear form|bilinear form]]'' is a special case of a bilinear map where rather than mapping to a vector space {{M|W}} it maps to the field that the vector spaces {{M|U}} and {{M|V}} are over (which in this case was {{M|F}})<ref name="Roman"/>. An ''[[Inner product|inner product]]'' is a special case of that. See the pages:
Line 57: Line 49:
 
==Examples of bilinear maps==
 
==Examples of bilinear maps==
 
* The [[Tensor product]]
 
* The [[Tensor product]]
* The [[Dot product]] - although this is an example of an ''[[Inner product|inner product]]''
+
* The [[Vector dot product]] - although this is an example of an ''[[Inner product|inner product]]''
 +
 
 
==See next==
 
==See next==
 
* [[Bilinear form]]
 
* [[Bilinear form]]

Latest revision as of 15:44, 16 June 2015

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)

A bilinear form is a special case of a bilinear map, and an inner product is a special case of 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[1] 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 variables. Which is to say that the following "Axioms of a bilinear map" hold:

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)

Relation to bilinear forms and inner products

A bilinear form is a special case of a bilinear map where rather than mapping to a vector space W it maps to the field that the vector spaces U and V are over (which in this case was F)[1]. An inner product is a special case of that. See the pages:

  • Bilinear form - a map of the form ,:V×VF where V is a vector space over F[1]
  • Inner product - a bilinear form that is either symmetric, skew-symmetric or alternate (see the Bilinear form for meanings)[1]

Kernel of a bilinear map

Here f:U×VW is a bilinear map

[Expand]

Claim: {(u,v)U×V| u=0v=0}Ker(f)

, that is if u or v (or both of course) are the zero of their vector space then f(u,v)=0 (the zero of W)

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.

As always I recommend writing:

Let τ:U×VW be a bilinear map

Or something explicit.

Examples of bilinear maps

See next

See also

References

  1. Jump up to: 1.0 1.1 1.2 1.3 Advanced Linear Algebra - Steven Roman - Third Edition - Springer Graduate texts in Mathematics