1
$\begingroup$

This question is related to this question.

I have learnt from the question in the link that the equality below does not always hold. So here is my new question:

What is a necessary and sufficient condition for $\dim S+\dim {ann}(S)=\dim Y$, where $ann(S)$ is the annihilator of $S$, that is $ann(S)=\{y\in Y|B(S,y)=0\}$? Also, $X$ and $Y$ are vector spaces, and $S\leq X$ is a subspace. Where $B: X\times Y\to F$ is a bilinear map.

Thank you.

  • 1
    @MTurgeon: Thanks for pointing that out. Edited.2011-11-29

1 Answers 1

1

Pick bases for $X$ and $Y$ say $\beta=(x_1,x_2,\dots,x_m)$ and $\gamma=(y_1,y_2,\dots,y_n)$. Suppose in addition that $X$'s basis is a completion of a basis for $S$, so that $(x_1,\dots,x_\ell)$ is a basis for $S$. Write $[x]$ for a vector $x$ written as a (column) coordinate vector. We can write down a coordinate matrix for $B$, call it $[B]$ -- it's $(i,j)$-entry is $B(x_i,y_j)$. Thus $B(x,y)=[x]^T [B] [y]$.

Requiring $B(S,y)=0$ means $[x_i]^T[B][y]=0$ for $i=1,\dots,\ell$. Put another way,

$ \left[ \begin{array}{c} [x_1]^T \\ [x_2]^T \\ \vdots \\ [x_\ell]^T \end{array}\right] [B] [y] = P[B][y] = \begin{bmatrix} 0 \\ 0 \\ \vdots \\ 0 \end{bmatrix} $

where $P$ is the matrix obtained by stacking the transposes of coordinate vectors of $S$'s basis. The dimension of the annihilator of $S$ is the same as the nullity of $P[B]$. Since $P$'s rows are linearly independent, $\mathrm{rank}(P)=\ell$ and so the rank of $P[B]$ is at most $\ell$. Thus its nullity is at least $n-\ell$. Therefore, $\dim(S)+\dim(ann(S)) \geq \ell+(n-\ell) = \dim(Y)$. To get equality we need $\mathrm{rank}(P[B])=\ell$.