1

I started studying the book of Daniel Huybrechts, Complex Geometry An Introduction. I tried studying backwards as much as possible, but I have been stuck on the concepts of almost complex structures and complexification. I have studied several books and articles on the matter including ones by Keith Conrad, Jordan Bell, Gregory W. Moore, Steven Roman, Suetin, Kostrikin and Mainin, Gauthier

I have several questions on the concepts of almost complex structures and complexification. Here are some:

Assumptions, definitions and notations: Let $V$ be an $\mathbb R$-vector space. Define $K \in Aut_{\mathbb R} (V^2)$ as anti-involutive if $K^2 = -id_{V^2}$. Observe that $K$ is anti-involutive on $V^2$ if and only if $K$ is an almost complex structure on $V^2$. Let $\Gamma(V^2)$ be the $\mathbb R$-subspaces of $V^2$ that are isomorphic to $V$. Let $AI(V^2)$ and $I(V^2)$ be, respectively, the anti-involutive and involutive maps on $V^2$.

In another question, I ask if for every $A \in \Gamma(V^2)$ and $K \in AI(V^2)$, there exists a unique $\sigma \in I(V^2)$ such that the set of $\sigma$'s fixed points equals $A$ and such that $\sigma$ anti-commutes with $K$ (i.e. $\sigma \circ K = - K \circ \sigma$).

Now I ask:

  1. For every $A \in \Gamma(V^2)$ and $\sigma \in I(V^2)$ such that the set of $\sigma$'s fixed points equals $A$, does there exist a $K \in AI(V^2)$ such that $\sigma$ anti-commutes with $K$?

For Questions 2 and 3: Let $A \in \Gamma(V^2)$ and $\sigma \in I(V^2)$ such that the set of $\sigma$'s fixed points equals $A$. Suppose there exists a $K \in AI(V^2)$ such that $\sigma$ anti-commutes with $K$. Then $-K$ is another element of $AI(V^2)$ that $\sigma$ anti-commutes with.

  1. Are $\pm K$ the only elements $J \in AI(V^2)$ such that $\sigma$ anti-commutes with $J$?

  2. Suppose further that $K(A)$ equals the set of $-\sigma$'s fixed points (or maybe there's no need to suppose this). Observe $-K(A)=K(A)$. Are $\pm K$ the only elements $J \in AI(V^2)$ such that $\sigma$ anti-commutes with $J$ and the set of $-\sigma$'s fixed points equals $J(A)$?

BCLC
  • 13,459

2 Answers2

3

A complexified vector space $V$ is really the data of:

  1. A real vector space $V$,
  2. A choice of real subspaces $V_\mathrm{re}$ and $V_\mathrm{im}$ of $V$ such that $V = V_\mathrm{re} \oplus V_\mathrm{im}$,
  3. An isomorphism $\theta: V_\mathrm{re} \to V_\mathrm{im}$.

We can show that this data is equivalent to the data of:

  1. A real vector space $V$,
  2. A linear map $\sigma: V \to V$ satisfying $\sigma^2 = \operatorname{id}_V$,
  3. A linear map $K: V \to V$ satisfying $K^2 = -\operatorname{id}_V$,
  4. And $\sigma$ and $K$ must anticommute: $\sigma K = - K \sigma$.

Proof: Starting with the first definition, we can define $K: V \to V$ on the direct sum $V = V_\mathrm{re} \oplus V_\mathrm{im}$ by setting $K(v_\mathrm{re} + v_\mathrm{im}) = - \theta^{-1}(v_\mathrm{im}) + \theta(v_\mathrm{re})$. We also define $\sigma: V \to V$ to act as the identity on $V_\mathrm{re}$ and $-1$ on $V_\mathrm{im}$. It is easy to verify that $K^2 = -\operatorname{id}_V$ and $\sigma^2 = \operatorname{id}_V$. To check the anti-commutativity, we have $$ \begin{aligned} v \in V_\mathrm{re} &\implies \sigma(K(v)) = \sigma(\theta(v)) = - \theta(v) = - K(v) = -K(\sigma(v)), \quad \text{and}\\ v \in V_\mathrm{im} &\implies \sigma(K(v)) = \sigma(-\theta^{-1}(v)) = - \theta^{-1}(v) = K(v) = -K(\sigma(v)). \end{aligned} $$ On the other hand, starting with the second definition we can define $V_\mathrm{re}$ as the 1-eigenspace of $\sigma$, and $V_\mathrm{im}$ as the $(-1)$-eigenspace of $\sigma$. For any $v \in V_\mathrm{re}$ we have $$ \sigma(Kv) = -K(\sigma v) = -Kv$$ showing that $Kv$ is in the $(-1)$-eigenspace of $\sigma$, i.e. $K(V_\mathrm{re}) \subseteq V_\mathrm{im}$. Doing the same for the imaginary part and applying $K^2 = - \operatorname{id}_V$ shows that $K$ restricts to an isomorphism $\theta: V_\mathrm{re} \to V_\mathrm{im}$.

Now we can answer your questions quickly.

  1. Yes. Choose $V_\mathrm{re}$ to be the fixed points of $\sigma$ and $V_\mathrm{im}$ to be the $(-1)$-eigenspace. Pick any isomorphism $\theta: V_\mathrm{re} \to V_\mathrm{im}$ and define $K$ from $\theta$ in the same way as above.
  2. No, given a fixed choice of half-dimensional non-intersecting subspaces $V_\mathrm{re}$ and $V_\mathrm{im}$, there are many isomorphisms $\theta: V_\mathrm{re} \to V_\mathrm{im}$, and each will give a different $K$.
  3. No, there are many for the same reason as 2.

To make things a little more concrete, let's use the first definition above to cook up a stupid complexified structure on $\mathbb{R}^2$. Let $$ V_\mathrm{re} = \{(x, 0) \mid x \in \mathbb{R}\}, \quad V_\mathrm{im} = \{(x, x) \mid x \in \mathbb{R}\},$$ so that $V_\mathrm{re}$ is the $x$-axis and $V_\mathrm{im}$ is a diagonal line. This choice of subspaces should define our involution $\sigma$, which is easily checked to be the matrix $$ \sigma = \begin{pmatrix} 1 & -1 \\ 0 & -1 \end{pmatrix}. $$

Now we can pick a random isomorphism $\theta: V_\mathrm{re} \to V_\mathrm{im}$, say $\theta(x, 0) = (3x, 3x)$. It then follows that $K$ is defined by the matrix $$ K = \begin{pmatrix} 3 & -\frac{10}{3} \\ 3 & -3 \end{pmatrix}. $$ As you can see, there is a lot of freedom here for these choices.

Joppy
  • 12,875
  • Thanks Joppy! 1. Is axiom of choice relevant to anything here? Context: Here and there 2. What's the connection with your answer and the complexification map 'cpx' ? In original complexification, we have $cpx(v)=(v,0)$, but I actually think any injective $\mathbb R$-linear map will do instead. (see the first paragraph of 'assumptions') 3. Is upper right of $\sigma$ in example really -1 rather than -2? – BCLC Feb 27 '20 at 09:23
  • Is there a bijection between the $K$'s and the $\theta$'s? 5. Is $\sigma$ unique given $A$ and $V_{re}$ please? Context: Here ( linked in previous comment)
  • – BCLC Feb 27 '20 at 09:28
  • 1
    @JohnSmithKyon: the $K$ and $\theta$ are in bijection once the real and imaginary spaces (or $\sigma$) is chosen. In the presence of $K$, a choice of real subspace determines the imaginary subspace as the image under $K$. The involution $\sigma$ is equivalent to a choice of both real and imaginary subspace. – Joppy Feb 27 '20 at 10:21
  • Joppy, I'm trying to come up with a bijection but first is this correct please? The existence of $S$ and $U$ such that $V = S \bigoplus U$, whether or not $S \cong U$, is equivalent to existence of some $\sigma \in I(V)$. Proof: Given the direct sum, there exists a unique $\sigma \in I(V)$ such that $\sigma|_S = id_S$ and $\sigma|_U = -id_U$. Given the $\sigma$, choose $S=fixed(\sigma)$ and $U=fixed(-\sigma)$. – BCLC Mar 06 '20 at 07:32
  • Joppy, I posted an answer. It's long again, but the main issue is in $\theta$ to $K$ in Part III. Well I just assume that if propositions $P$ and $Q$ are equivalent and $Q \implies R$ without using $P$, then we must be able to prove $P \implies R$ without using $Q$. not sure. Here $P$ is the direct sum decomposition for $V$, $Q$ is the existence of $\sigma$ and $R$ is getting a $K$ from $\theta$ – BCLC Mar 07 '20 at 04:23