4

Let $V$ be a vector space (not necessarily finite dimensional and over some arbitrary field), and $W$ a proper non-zero subspace. If we assume existence of bases, it is easy to show that $W$ can be complemented, in a necessarily non-unique way. The non-uniqueness has been proved in Unique complement of a subspace, for example.

However, existence of a basis can fail in absence of axiom of choice. In such a situation, is it possible that $W$ has a unique complement? Or is there a proof that does not use the existence of a basis?

Is it possible that $W$ does not have a complement at all? This seems very likely, although I haven't found an example.

This question is motivated by a problem from Halmos' book "Finite Dimensional Vector Spaces" where he asks the question for presumably finite dimensional $V$.

ronno
  • 12,914

1 Answers1

9

First of all, note that even with the axiom of choice there isn't necessarily a unique complement.

For example, take $V=\Bbb R^2$ and $\newcommand{\sp}{\operatorname{span}}W=\sp\{(0,1)\}$. Then both $\sp\{(1,1)\}$ and $\sp\{(1,0)\}$ are direct complements of $W$,since their internal direct sum with $\sp\{(0,1)\}$ give $V=\Bbb R^2$, however neither is equal to the other.

In the case where we want an orthogonal complement, then we no longer talk about vector spaces, but rather we talk about inner product spaces.

Finally, the axiom of choice is equivalent to the statement that direct complements exist. That is, if $V$ is a vector space and $W$ is a subspace then there is some $U$ such that $W\cap U=\{0\}$ and $\sp(W\cup U)=V$. This means that when the axiom of choice fails then there is some vector space $V$ and a subspace $W$ such that $W$ has no direct complement, every subspace will either intersect nontrivially with $W$ or their sum won't be the entire space.

However the failure of the axiom of choice is as non-constructive as the axiom of choice itself. So we can't really construct an example. We can, though, use the fact that there is a family of non-empty sets which doesn't admit a choice function, and by analyzing the proof of the above equivalence construct a vector space and a subspace without a direct complement.

If one only wishes to produce a consistency result (i.e. construct a particular example), then one can use Läuchli's construction (and by extension the work I did in my masters) and show that it is possible to have a vector space which is not finitely dimensional, but every proper subspace has a finite dimension. Clearly, in such vector space there is no direct complement to any proper subspace.

Finally, now to answer the question in the title. Take a model where there is such a Läuchli space, $W$ and consider $V=W\oplus W$. Then the subspace $W\oplus\{0\}$ has a unique direct complement.

azimut
  • 24,316
Asaf Karagila
  • 405,794
  • I don't think the example in your final paragraph works, no matter what $W$ is. The subspace $W\oplus{0}$ has at least two complements: ${0}\oplus W$ and the diagonal ${(w,w)\mid w\in W}$. Depending on the base field, it can have many more. – Wojowu Feb 26 '22 at 02:41
  • 1
    Here is an example that works (and in fact describes all such examples up to isomorphism): let $W_1,W_2$ be two vector spaces with no nonzero linear map $W_1\to W_2$. Now consider $V=W_1\oplus W_2$ and $W={0}\oplus W_2$. Now for any complement $W'$ of $W$ in $V$ must be the graph of some linear map $W_1\to W_2$, so by our choice it is unique. – Wojowu Feb 26 '22 at 02:56