sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.34k stars 452 forks source link

Implementation of Almost-Complex structures for manifolds through Hodge structures #18786

Open 4ef8de49-cce1-4eb7-a9f4-dc9f16cbfc75 opened 9 years ago

4ef8de49-cce1-4eb7-a9f4-dc9f16cbfc75 commented 9 years ago

= /!\ This ticket is under construction =


This ticket is about enhancing [ticket:18528 SageManifold] toward complex geometry. It deals mainly with implementation of almost-complex structures on real differentiable manifolds.

This ticket only expresses my own point of view on the subject but I hope it will spark a fruitful discussion on the question. Moreover I only deal with mathematics here but any comment related to actual implementation is very welcome.

Content

Some definitions

Almost-Complex structure

Let M be a real smooth manifold of even dimension 2n and TM be its tangent bundle. An almost-complex structure on M is the datum of an anti-idempotent endomorphism of the tangent bundle of M. That is :

The manifold M together with J is called almost-complex manifold.

Example : On the tangent space to C seen as the manifold R2, the multiplication by i = sqrt(-1) is an almost-complex struture.

=== From Complex Structure ===
Given a complex manifold ''X'', ''X'' is locally isomorphic to a product of copies of '''''C''''' so there is a natural action of ''i'' on its real tangent space. Asking the change of charts of ''X'' to be holomorphic amounts to the ''i'' gluing together and yielding an almost-complex structure on the real tangent bundle.

Hence complex manifolds yield almost-complex manifolds. The converse is false in general (There is some examples of almost-complex structures on the sphere ''S^6^'' (related to octonions) which comes from no actual complex structure).

What happens to the tangent space ?

Let call T the tangent bundle and TC its complexification (we consider complex linear combinations of tangent vectors to M). Then the endomorphism J extended to TC is diagonalisable (with eigenvalues +/-i) and induces a splitting TC = T1,0 + T0,1

...

Why Hodge structures ?

How to encode Hodge structure

References :

  1. Milne, Introduction to Shimura varieties.
  2. Daniel Huybrechts, Complex Geometry.
  3. Claire Voisin, Hodge structures.

Depends on #18528

CC: @egourgoulhon

Component: geometry

Keywords: Almost-complex, Hodge_structure, differential

Issue created by migration from https://trac.sagemath.org/ticket/18786

mjungmath commented 3 years ago
comment:2

May I ask what the status on this ticket is?

mjungmath commented 3 years ago
comment:3

To that end, it might also be interesting to establish a connection between complex manifolds and their corresponding real structure.