Questions tagged [symplectic-linear-algebra]

Questions about vector spaces equipped with a symplectic form, a non-degenerate, skew-symmetric bilinear form.

A symplectic vector space is a vector space $V$ over a field $F$ (for example the real numbers $\Bbb{R}$) equipped with a symplectic bilinear form.

A symplectic bilinear form is a mapping $ω : V \times V → F$ that is

  • bilinear: linear in each argument separately,
  • alternating: $ω(v, v) = 0\; $ holds for all $v ∈ V$, and
  • non-degenerate: $ω(u, v) = 0\; $ for all $v ∈ V$ implies that $u$ is zero.

If the underlying field has characteristic not $2$, alternation is equivalent to skew-symmetry. If the characteristic is $2$, skew-symmetry is implied by, but does not imply alternation. In this case every symplectic form is a symmetric form, but not vice versa. Working in a fixed basis, $ω$ can be represented by a matrix. The conditions above say that this matrix must be skew-symmetric, non-singular, and hollow. This is not the same thing as a symplectic matrix, which represents a symplectic transformation of the space. If $V$ is finite-dimensional, then its dimension must necessarily be even because every skew-symmetric, hollow matrix of odd size has determinant zero. Notice the condition that the matrix be hollow is not redundant if the characteristic of the field is $2$. A symplectic form behaves quite differently from a symmetric form; for example, the scalar product on Euclidean vector spaces.

249 questions
46
votes
7 answers

Why is the determinant of a symplectic matrix 1?

Suppose $A \in M_{2n}(\mathbb{R})$. and$$J=\begin{pmatrix} 0 & E_n\\ -E_n&0 \end{pmatrix}$$ where $E_n$ represents identity matrix. if $A$ satisfies $$AJA^T=J.$$ How to figure out $$\det(A)=1~?$$ My approach: I have tried to separate $A$ into…
Laura
  • 4,579
  • 1
  • 20
  • 36
16
votes
1 answer

What is symplectic geometry?

EDIT: Much thanks for answers. As was pointed out, the question as it stands is a little too broad. Nevertheless, I don't want to delete it, because I think that such introduction-style questions can be answered without writing a book, rather…
10
votes
2 answers

Is it true that the whole space is the direct sum of a subspace and its orthogonal space?

Problem The ground field is $K$, $\operatorname{char}K\neq2$. Suppose $W$ is a (maybe infinite dimensional) subspace of a vector space $V$ with a symmetric/symplectic form $\langle\cdot,\cdot\rangle$. The orthogonal space of $W$, denoted as…
9
votes
1 answer

$2$ out of $3$ property of the unitary group

I am trying to understand the $2$ out of $3$ property of the unitary group. I have almost got it, but I am not completely sure about the interaction between an inner product and a symplectic form to obtain an almost complex structure. Let $V$ be a…
9
votes
1 answer

Coordinate-free proof of non-degeneracy of symplectic form on cotangent bundle

It's relatively straightforward to provide a coordinate-free definition of the symplectic form on a cotangent bundle; the usual way to do this is to construct the tautological 1-form $$\lambda(\xi) = \langle D\pi(\xi), \pi'(\xi)\rangle,$$ where…
9
votes
1 answer

Finding the symplectic matrix in Williamson's theorem

tl;dr: How do I construct the symplectic matrix in Williamson's theorem? I am interested in a constructive proof/version of Williamson's theorem in symplectic linear algebra. Maybe I'm just missing a simple step, so here is what I know: Let us fix…
Martin
  • 1,072
  • 11
  • 24
8
votes
2 answers

Is complex symplectic structure equivalent to a quaternionic structure?

Let $S$ be a vector space over $\mathbb{C}$ of dimension $\operatorname{dim} S =2n$, let me denote by $S_\mathbb{R}$ real form of $S$ i.e. vector space over $\mathbb{R}$ of dimension $4n$. Is it true that endowing $S$ with a complex symplectic form…
Alex
  • 6,030
  • 2
  • 18
  • 40
8
votes
1 answer

Is the symplectic group over the rationals $\text{Sp}(2n,\mathbb Q)$ dense on the symplectic group $\text{Sp}(2n,\mathbb R)$ over the reals?

The symplectic group is defined as $$\text{Sp}(2n,F)=\{M\in M_{2n\times 2n}(F) : M^T\Omega M=\Omega\},$$ where $$\Omega =\left( \begin{matrix}0&I_n\\-I_n&0\end{matrix}\right).$$ Is the symplectic group over the rationals $\text{Sp}(2n,\mathbb Q)$…
8
votes
1 answer

Explicit homotopy equivalence of homogeneous spaces $O(2n)/U(n)$ and $GL(2n,\mathbb{R})/GL(n,\mathbb{C})$

Exercise 2.25 of symplectic topology by McDuff and Salamon asks me to prove that $O(2n)/U(n)$ is homotopy equivalent to $GL(2n,\mathbb{R})/GL(n,\mathbb{C})$. They suggest to use the polar decomposition. I guess they mean something like this: if…
8
votes
2 answers

How to find lagrangian submanifolds.

I am quite confused on the definition of a lagrangian submanifold $L$ of a symplectic manifold $(M,\omega)$. In particular, I read that $L \subset M$ is lagrangian iff the symplectic form field $\omega(x)$ evaluated on every point $p\in L$ gives…
7
votes
1 answer

Understanding the relationship between $Sp(n)$ and $Sp(2n,\mathbb{C})$

The symplectic group $Sp(2n,\mathbb{C})$ is defined as $A\in\mathbb{C}^{2n\times 2n}$ such that $A^TJA=J$, where: $J=\left(\begin{array}{cc} 0& I_n \\ -I_n & 0 \end{array}\right)$ and $I_n$ is the identity matrix in $\mathbb{C}^n$. In other words, a…
Ruvi Lecamwasam
  • 1,962
  • 15
  • 24
7
votes
1 answer

Symplectic version of "Gram-Schmidt"

Let $w$ be a symplectic form on a vector space $V$ of dimension $2g$. Suppose we already have a free family $(a_1, \dots, a_g)$ such that $w(a_i, a_j) = 0$. I also have a family $(b_1, \dots, b_g)$ which verify that $(a_1, \dots, a_g, b_1, \dots,…
7
votes
2 answers

How to visualize symplectic transformations?

This is a follow up question to this question. Let $\omega$ be an skew-symmetric bilinear form on $\mathbb{R}^{2n}$, which is unique up to change of basis. It is given by the formula $$\omega(\mathbf{x},\mathbf{y}) =…
7
votes
2 answers

Symplectic matrices

A $2n\times 2n$ matrix $A$ is called symplectic if $A^T J A = J$, where $J$ is a fixed invertible, skew symmetric matrix. Generally, $J$ is taken to be the block matrix $J = \begin{pmatrix} 0 & I_n \\ -I_n & 0\end{pmatrix}$. Is the notion of…
Ron
  • 143
  • 5
7
votes
1 answer

Geometry behind calling the pair hyperbolic in bilinear space

The name hyperbola is originally comes from an object in geometry, but several other objects in mathematics wear partly the name hyperbola or hyperbolic; for example, hyperbolic Mobius transformation. There are some geometric reasons for calling…
1
2 3
16 17