Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sagetrac-bpillet mannequin opened this issue Jun 25, 2015 · 2 comments
Open

Comments

@sagetrac-bpillet
Copy link
Mannequin

sagetrac-bpillet mannequin commented Jun 25, 2015


= /!\ 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
    • Splitting of the tangent space
    • Hodge structure of weight m
  • Why Hodge structures ?
    • Heritage on tensors
    • Other uses
  • How to encode Hodge structure
    • Sub-modules
    • Filtrations
    • Representations of S

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 :

  • For all point x in M a R-linear map Jx : Tx M -> Tx M
    • Jx depends smoothly on x
    • Jx Jx = -Id where Id is the identity endomorphism on Tx M

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 ?

  • Heritage on tensors
  • Other use of Hodge structures

How to encode Hodge structure

  • Submodules
  • Filtration
  • Representation of S

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

@sagetrac-bpillet sagetrac-bpillet mannequin added this to the sage-6.8 milestone Jun 25, 2015
@sagetrac-bpillet sagetrac-bpillet mannequin self-assigned this Jun 25, 2015
@mjungmath
Copy link

comment:2

May I ask what the status on this ticket is?

@mjungmath
Copy link

comment:3

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

@mkoeppe mkoeppe removed this from the sage-6.8 milestone Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants