Cross product in arbitrary field

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
jostpuur
Messages
2,112
Reaction score
19
Let [itex]\mathbb{F}[/itex] be an arbitrary field, and let [itex]a,b\in\mathbb{F}^3[/itex] be vectors of the three dimensional vector space. How do you prove that if [itex]a\times b=0[/itex], then [itex]a[/itex] and [itex]b[/itex] are linearly dependent?

Consider the following attempt at a counter example: In [itex]\mathbb{R}^3[/itex]

[tex] \left(\begin{array}{c}<br /> 1 \\ 4 \\ 2 \\<br /> \end{array}\right)<br /> \times\left(\begin{array}{c}<br /> 2 \\ 3 \\ 4 \\<br /> \end{array}\right)<br /> = \left(\begin{array}{c}<br /> 10 \\ 0 \\ -5 \\<br /> \end{array}\right)[/tex]

holds. Since [itex]5[/itex] is a prime number, [itex]\mathbb{Z}_5[/itex] is a field. In [itex](\mathbb{Z}_5)^3[/itex]

[tex] \left(\begin{array}{c}<br /> [ 1] \\ [ 4] \\ [ 2] \\<br /> \end{array}\right)<br /> \times \left(\begin{array}{c}<br /> [2] \\ [ 3] \\ [ 4] \\<br /> \end{array}\right)<br /> = \left(\begin{array}{c}<br /> [ 0] \\ [ 0] \\ [ 0] \\<br /> \end{array}\right)[/tex]

This might look like a counter example to the claim. One might consider the possibility that perhaps the claim is true for example when [itex]\mathbb{F}[/itex] is a subfield of [itex]\mathbb{C}[/itex], but not in general?

A closer look reveals that the counter example attempt does not work, because

[tex] [ 2] \left(\begin{array}{c}<br /> [ 1] \\ [ 4] \\ [ 2] \\<br /> \end{array}\right)<br /> = \left(\begin{array}{c}<br /> [ 2] \\ [ 3] \\ [ 4] \\<br /> \end{array}\right)[/tex]

holds in [itex](\mathbb{Z}_5)^3[/itex]. Finding a counter example is difficult, and it seems that the claim is true after all. I only know how to prove the claim using determinants when [itex]\mathbb{F}[/itex] is a subfield of [itex]\mathbb{C}[/itex].
 
Physics news on Phys.org
Assume that ##a## and ##b## are linearly independent in the field ##\mathbb{F}^3##, then you can expand them to a basis ##(c,a,b)##. Because of linear algebra, this means that the matrix formed by ##a##, ##b## and ##c## is invertible and thus has nonzero determinant. But this determinant is ##c\cdot (a\times b)##. Since this is nonzero, it implies that ##a\times b## must be nonzero.
 
  • Like
Likes   Reactions: Lebesgue