MHB Bilinear Form Non-Degenerate on a Subspace.

caffeinemachine
Gold Member
MHB
Messages
799
Reaction score
15
I am trying to prove the following standard result:Let $V$ be a finite dimensional vector space over a field $F$ and $f:V\times V\to F$ be a symmetric bilinear form on $V$. Let $W$ be a subspace of $V$ such that $f$ is non-degenerate on $W$.
Then
$$V=W\oplus W^\perp$$(Here $W^\perp=\{v\in V:f(w,v)=0\text{ for all } w\in W\}$).Here is what I tried:The bilinear form gives us a map $L_f:V\to V^*$ defined as
$$(L_fu)v=f(u,v),\quad\forall u,v\in V$$
Let $W^0$ denote the annihilator of $W$.
We show that
$$v\in W^\perp \text{ if and only if } L_fv\in W^0$$Let $v\in W^\perp$.
Then $(L_fv)w=f(v,w)=0$ for all $w\in W$. Therefore $L_fv\in W^0$.
Now say $L_fv\in W^0$ for some $v\in V$.
Then $(L_fv)w=0$ for all $w\in W$, giving $f(v,w)=0$ for all $w\in W$.
Therefore $v\in W^\perp$.Also, it is clear that $W\cap W^\perp=0$.Since $\dim W^0=\dim V-\dim W$, we would be done if we could show that $\dim W^\perp \geq \dim W^0$.From the observation done above, it is natural to consider the map $T:W^\perp\to W^0$ defined as $Tv=L_fv$ for all $v\in W^\perp$.
We just need to show that $T$ is surjective.
But here I am stuck.Can somebody help.Thanks.
 
Physics news on Phys.org
We need not to use the concept of dual space. As $V$ is finite dimensional, if $B_W=\{e_1,\ldots,e_r\}$ is a basis of $W$ and $B=\{e_1,\ldots,e_r,\ldots,e_n\}$ a basis of $V$ then, $f(x,y)=X^TAY$ with $A=[a_{ij}]$ symmetric, $\text{rank}(A)=n$ and $X,$ $Y$ coordinates of $x,$ $y$ with respect to $B.$ Then, $$x\in W^{\perp}\Leftrightarrow \left \{ \begin{matrix} f(x.e_1)=0\\\ldots\\f(x.e_r)=0\end{matrix}\right.\Leftrightarrow \left \{ \begin{matrix} a_{11}x _1+\ldots +a_{n1}x_n=0\\\ldots\\a_{1r}x_1+\ldots +a_{nr}x_n=0\end{matrix}\right.\Leftrightarrow MX=0.$$ But $\text{rank}(M)=r$ because $A$ has maximum rank so, $\dim W^{\perp}=n-r.$ This implies $\dim W+\dim W^{\perp}=\dim V.$ As $W\cap W^{\perp}=\{0\},$ we conclude $V=W\oplus W^{\perp}.$
 
Fernando Revilla said:
We need not to use the concept of dual space. As $V$ is finite dimensional, if $B_W=\{e_1,\ldots,e_r\}$ is a basis of $W$ and $B=\{e_1,\ldots,e_r,\ldots,e_n\}$ a basis of $V$ then, $f(x,y)=X^TAY$ with $A=[a_{ij}]$ symmetric, $\text{rank}(A)=n$ and $X,$ $Y$ coordinates of $x,$ $y$ with respect to $B.$ Then, $$x\in W^{\perp}\Leftrightarrow \left \{ \begin{matrix} f(x.e_1)=0\\\ldots\\f(x.e_r)=0\end{matrix}\right.\Leftrightarrow \left \{ \begin{matrix} a_{11}x _1+\ldots +a_{n1}x_n=0\\\ldots\\a_{1r}x_1+\ldots +a_{nr}x_n=0\end{matrix}\right.\Leftrightarrow MX=0.$$ But $\text{rank}(M)=r$ because $A$ has maximum rank so, $\dim W^{\perp}=n-r.$ This implies $\dim W+\dim W^{\perp}=\dim V.$ As $W\cap W^{\perp}=\{0\},$ we conclude $V=W\oplus W^{\perp}.$

Here we cannot assume that $\text{rank}(A)=n$ because $f$ is not necessarily degenerate on the whole of $V$. The hypothesis merely demands the non-degeneracy of $f$ on $W$.

Also, what does $M$ denote in your answer?
 
caffeinemachine said:
Here we cannot assume that $\text{rank}(A)=n$ because $f$ is not necessarily degenerate on the whole of $V$.

Sorry, I didn't notice it, but it does not matter, if $f_{W}:W\times W\to K$ is not degenerate then, the matrix of $f_W$ with respect to $B_W=\{e_1,\ldots,e_r\}$ is $$A_W=\begin{bmatrix} a_{11} & a_{12} & \ldots & a_{1r}\\ a_{21} &a_{22} & \ldots & a_{2r} \\ \vdots&&&\vdots \\ a_{r1} & a_{r2} &\ldots & a_{rr}\end{bmatrix}\text{ with }\det( A_W)\neq 0.\qquad (*)$$

Also, what does $M$ denote in your answer?

Denotes the matrix of the cooresponding system, that is $M=\begin{bmatrix} a_{11} & a_{21} & \ldots & a_{n1}\\ \vdots&&&\vdots \\ a_{1r} & a_{2r} &\ldots & a_{nr}\end{bmatrix},$ and $\text{rank}(M)=r$ by $(*).$
 
Fernando Revilla said:
Sorry, I didn't notice it, but it does not matter, if $f_{W}:W\times W\to K$ is not degenerate then, the matrix of $f_W$ with respect to $B_W=\{e_1,\ldots,e_r\}$ is $$A_W=\begin{bmatrix} a_{11} & a_{12} & \ldots & a_{1r}\\ a_{21} &a_{22} & \ldots & a_{2r} \\ \vdots&&&\vdots \\ a_{r1} & a_{r2} &\ldots & a_{rr}\end{bmatrix}\text{ with }\det( A_W)\neq 0.\qquad (*)$$
Denotes the matrix of the cooresponding system, that is $M=\begin{bmatrix} a_{11} & a_{21} & \ldots & a_{n1}\\ \vdots&&&\vdots \\ a_{1r} & a_{2r} &\ldots & a_{nr}\end{bmatrix},$ and $\text{rank}(M)=r$ by $(*).$
This solves the problem I was originally trying to solve. Thanks.

But can you say for sure that $T$, defined in the last paragraph of my first post, is necessarily surjective?
 
caffeinemachine said:
But can you say for sure that $T$, defined in the last paragraph of my first post, is necessarily surjective?

Yes, $T: W^{\perp}\to W^{0}$ is a linear map, injective and $\dim W^{\perp}=\dim W^{0}$ so, $T$ is surjective.
 
Last edited:
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...

Similar threads

Replies
2
Views
1K
Replies
9
Views
1K
Replies
5
Views
2K
Replies
10
Views
2K
Replies
7
Views
2K
Replies
2
Views
2K
Replies
2
Views
1K
Replies
9
Views
2K
Back
Top