\(Pic(X)\) vs. \(CP^infty\)

There are likely inaccuracies in this post, as I wrote it quickly and am just beginning to learn the basics of algebraic geometry. Constructive criticism is strongly encouraged.

As we saw in a Precursor to Characteristic Classes, \(CP^\infty\) is the classifying space of complex line bundles over \(X\).

11029826_10205043262913888_1448706408_o

\(CP^\infty\) is, in some sense, the moduli space of line bundles over a point. There’s only one isomorphism class of line bundles over a point — but then this one line bundle has automorphism group \(C^\times\) (which is homotopy equivalent to \(U(1)\)).

Allow me to introduce you to something that looks a LOT like \(CP^\infty\).

11012318_10205043263553904_1786268063_n

What is this map, \(p \times C \to Pic(C) \times C\), you might ask. Choose a point on our curve \(C\) and this defines a line bundle over \(S\) corresponding to a choice of the class of line bundles in \(Pic(C)\). In other words, we take a point on a (not sure if I require smoothness here) algebraic curve and turn it into a line bundle on that curve.

11004347_10205043264553929_659910229_n

Warning: I’ve been told that there is a difference between topological line bundles and algebraic line bundles, unfortunately, I don’t know why or what it is! I mention this, for \(Pic(X)\) usually corresponds to *algebraic* line bundles over \(X\).


11001318_10205043268794035_1055016622_o

Why is the multiplicative formal group getting involved? Let’s briefly review what the multiplicative formal group law is (as a group scheme).

11016577_10205043272954139_1694898481_n

11008983_10205043275634206_1397363895_n

Thank you to Edward Frenkel for kindly explaining the difference between \(CP^\infty\) and \(Pic(X)\) (both classifying spaces of line bundles), and to Qiaochu Yuan for explaining why on earth \(CP^\infty\) is the moduli space of line bundles over a point. Any errors are mine, not theirs.

Some Thoughts on Dynamical Systems

I’ve resurrected this post from my draft graveyard after chatting with Chas Leichner about the lightly related notion of domain theory, and the interaction between computation and topos theory.

What is fiber bundle dynamics?

A fiber bundle expresses global phenomenon in terms of the output of local data.
Analogously, a geometric multi-scale modeling technique, aptly named fiber bundle dynamics, expresses macroscale data in terms of the output of microscale models.

For example: if the microscale model is molecular dynamics and the macroscale model is continuum hydrodynamics, then this formula is the Irving-Kirkwood formula that expresses stress in terms of the atomistic data from molecular dynamics. If the microscale model is replaced by Brownian dynamics, then this link is replaced by Kramer’s expression, etc.​

“…in concurrent coupling methods, one does not compute the constitutive relation within the full range of these variables – only the values that actually occur in the simulation are needed, and these might be a very small subset of the entire range.”
Ren, Seamless Multiscale Modeling of Complex Fluids via Fiber Bundle Dynamics

It’s interesting to think of (1) dependent types as fibrations and (2) a multi-scale model as a generalized transition system.

Allow me to elaborate on (1) and (2):

(1) dependent types are fibrations

“A function whose codomain varies depending on its argument is a dependent function, and the type of this function is called a dependent type.”

\(B_x\) is a fiber over \(x: A\)

The domain bundle and range bundles above can then be written as:

\(\sum\limits_{x: A} B_x \to \sum\limits_{y: C} D_y\)

For more on dependent types as fibrations: Type Theory and Homotopy

(2) a multi-scale model is a generalized transition system

A multi-physics simulation is characterized by having two or more time/length scales, where each scale is governed by different laws, which require careful coupling.

What we call coupling in multiphysics is the idea of concurrent processes (computational agents with coordinated activities overlapping in time), which can be generalized to “higher dimensional transition systems” (groups of computational agents exhibiting varying degrees of coordination).

There are two main notions of “transition systems” those in operational semantics (a set of states and transitions between states) and those used in automata-theory (there is a special “start” state).

“We believe that these [Petri nets, etc.] are special cases of homotopy retracts when cast in the category of higher-dimensional transition systems. We hope to … use this to design new state-space reduction methods.”
Formal Relationships Between Geometrical and Classical Models for Concurrency

If this tickles your fancy, a more precise definition of higher dimensional transition systems is given in section 5, page 19 of Simulations as Homotopies. Additionally, the treatment multiscale models as transition systems is proposed, but not applied, in Aspects of multiscale modelling in a process algebra for biological systems.

This way of (potentially) simplifying multiscale modeling fits into the Rosetta Stone‘s notion of ‘a general science of systems and processes.’

I wonder if we can use that this system is equipped with both a conceptually clear (geometric) interpretation and a computationally straightforward (corresponding type theoretic) formalism — say, by formalizing the construction of fiber bundle dynamics in idris (essentially Haskell + dependent types).

The Questions that Drive the Study of Dynamical Systems

What are the long-term predictions of the model?
Are predictions by the model “stable”?
What can computer simulations tell us about the model?

Some Basics of Dynamical Systems:

Recall that a dynamical system is a pair \((S, F)\)

  • a (metric) space \(S\) of all possible states of the system
  • a map \(F\) which determines the time evolution of the states, \(F: S \times \Gamma \to S\)

where \(\Gamma\) denotes the set of all instants in time being considered, usually either \(\mathbb{N}\) for discrete or \(\mathbb{R}^+\) for continuous.

Orbits and Rough Orbits

Given \(s \in S\), the sequence of values \(f^n(s)\) is called the orbit of s.

If \(f^n(s) = f^{n + \phi}\) the orbit is a periodic orbit (the smallest value of \(phi\) is then the period, and s is a periodic point).

An \(\epsilon\)-chain (aka rough orbit) is a finite sequence \(s_0, s_1, …\) of length at least 2 s.t. \(d(s_{n+1}, f(s_n)) \leq \epsilon\)

What is stability?

For Y a nonempty closed subset of X , define the stable set of Y to be the set:

\(W^s(Y) = {x \in X : d(f^n(x), f^n(Y)) \to 0}\) as \(n \to \infty\)

In other words, \(f^n(Y)\) is a set that \(f^n(x)\) must approach as \(n \rightarrow \infty\).

Stability is the property of orbit convergence.

Stable and unstable manifolds may be of interest since they are defined in terms that sound suspiciously like Gaussian curvature. Note that a central theorem of dynamics is that attracted and repelled stable and unstable manifolds are smooth curves.

Let \(S\) be a compact invariant set, then the following statements are equivalent:

  1. \(S\) is an attracting set.
  2. \(S\) is asymptotically stable.
  3. This matters because the “chain stability” ensures that the attracting set is observable in a computer simulation of the dynamics (provided that round-off errors in the computation are sufficiently small).

One of the measures of the complexity of a map is the growth rate of the number of “different” orbit segments of length \(n\) as \(n\) increases (this is made precise by the notion of topological entropy, which I can elaborate on if you are interested).

How do we locate the invariant sets of \(f\)? When does a particular subset \(Y\) of \(X\) contain an invariant set?

We might find use from a compact set \(N\) with the following property:

Whenever three points \((x, f(x), f^2(x))\) are contained on an orbit are contained in \(N\), then the middle point \(f(x)\) is contained in the interior of \(N\).

This type of set is called an isolating block (could be useful for structure hunting).

We can investigate properties of the set of orbits trapped by an isolating block. Isolating blocks are stable wrt perturbations of the map and therefore properties of the dynamics which can be deduced from the blocks persist.

When studying the behavior of orbits in a compact set, it is useful to define functions which measure how long it takes for an orbit to leave the set (these are called exit time functions).

“We can restrict the dynamics to a block by collapsing its exit set. The quotient space derived from the block is called the index space. A derived dynamical system called the index map is defined on this space has the collapsed exit as a fixed point. An induced map on the homology groups of the index space is the index homomorphism. If the index homomorphism is nontrivial, then so is the set of orbits trapped by the block.”
— Chapter 5: Conley Index (Geometric Method of Dynamical Systems)

If you find this line of thought intriguing, the keywords to look into are constructing isolating blocks, shift automorphisms, filtering blocks, stacks of blocks, networks of blocks, and the Conley Index.

Guidelines for Investigating Discrete Dynamical Systems

  1. Stable features of the orbit structure of \(f\) are shared by maps “close” to \(f\).
  2. Partition state space by grouping together states whose orbits have similar long-term behavior (some “path” function space modded out by this equivalence relation on orbits).
  3. To study the dynamics globally, find the directed graphs (V = \(\epsilon\)-chain equivalence classes, \(E = \epsilon\)-chains) These practices are the dynamical systems perspective on how to approach an overarching goal: Solve the inverse problem.

Other perspectives:

In science: Identify the relevant set of states and propose a law which governs their evolution, then compare its predictions with observations.

In concurrent programming: Use transition systems to diminish the complexity of model-checking.

In scientific simulation: Make simulation models that functionally scale (i.e. minimize the complexity of simulation models s.t. one can enhance the system by adding functionality at minimal effort).

Model simplicity is defined in terms of both “transparency” (related to understanding) and “constructive simplicity” (related to the model itself, e.g. how many parts and elements that it contains).

Afternote:

The Freidlin–Wentzell theorem is “a result in the large deviations theory of stochastic processes.”

Looking into Large Deviation Theory led me to: “…in gradient systems (i.e. systems navigating over an energy landscape), rare events are associated with barrier crossing events and follow the minimum energy path (MEP) connecting two minima of the energy potential.”

Numerical tools (string method, minimum action method – MAM, etc.) have been developed to identify the paths by which rare events are most likely to occur.)

If entropy matters, instead of using large deviation theory, one uses transition path theory (A least action principle on the space of curves).

I wonder how the notions of entropy, stability, and complexity formally relate. I suppose entropy is generally thought through the following viewpoints:

  • phenomenolgical viewpoint: Gibbs free energy,
  • statistical viewpoint: boltzmann’s entropy, Brillouin-Schrodinger entropy, shannon’s entropy
  • dynamical viewpoint: the kolmogorov entropy, and Renyi entropy

A Precursor to Characteristic Classes

I’ll assume that you know what a line bundle is and are comfortable with the following equivalences; if you aren’t familiar with the notation in these equivalences, John Baez might help. Note that integral cohomology := cohomology with coefficients in \(\mathbb{Z}\).

\(U(1) \simeq S^1 \simeq K(\mathbb{Z}, 1)\)

\(BU(1) \simeq CP^\infty \simeq K(\mathbb{Z}, 2)\)

The aim of this post is to give you a taste of the beautiful world of characteristic classes and their intimate relationship to line bundles via the concrete example of how the second integral cohomology group of a space is actually the isomorphism classes of line bundles over that space.

That’s right! \(H^2(X; Z) \simeq\) the isomorphism classes of (complex) line bundles over X. It is in fact, a group homomorphism — the group operations being tensor product of line bundles and the usual addition on cohomology. This isn’t something that I understood at first glance. I mean, hot damn, it’s unexpectedly rich.

Let’s talk about line bundles.

  • \(RP^1\) consists of all lines that intersect the origin of \(R^2\).
  • \(CP^1\) consists of all complex lines that intersect the origin of \(C^2\).

Let’s look at \(C^2\): Draw a line \(r\) parallel to one of the axes, each line \(L\) through the origin will intersect this line at a unique point \(x\). This point characterizes \(L\).

image-5

Only one line, the line parallel to our line \(r\) will not intersect \(r\) — we can say that this line is characterized by the point at \(\infty\).

image-4

\(CP^1\), the collection of all complex lines through the origin of \(C^2\), is then isomorphic to all of the points \(x\) (including the point at infinity). In other words, \(CP^1 \simeq S^2\).

Recall that the complex line has 2 real dimensions — this powerful isomorphism is simply due to the one-point compactification of \(\mathbb{R}^2\) that we know and love. Note that we can also get from \(CP^1\) to \(S^2\) via stereographic projection.

image-7

“Canonical” line bundles

The elements of \(CP^1\) are the points \(x\), thus we can describe a line bundle over \(CP^1\) as follows: its points are the pairs \((a,x)\), where \(a\) is a point on the line \(L\) (characterized by x) \(\in \mathbb{C}^2\). The base space is \(C^1\) + \(pt\) at infinity, and each fiber is \(L\).

This line bundle is called the canonical line bundle of \(CP^1\).

This story holds for all \(n\). In general, each point \(x\) in \(\mathbb{CP}^n\) is line \(L\) through the origin in \(\mathbb{C}^{n+1}\). Let \(\ell^n\) := the canonical line bundle of \(CP^n\).

I hope we can agree that we can describe a line bundle over \(X\) as follows: to each element of \(X\) (a point), we associate an element of \(\mathbb{CP}^\infty\) (a line).

Saying that the line bundle over \(X\) we know and love is a way to associate a line to every point in \(X\) seems obvious and trivial — but asking “where do lines live?” has some beautiful consequences. I want you to feel this in your bones, so I’ll spell it out a bit more explicitly.

What are line bundles over a topological space \(X\)?

A line bundle \(f\) is:

  • a map from each point in \(X\)
  • to a line (i.e. an element of \(\mathbb{CP}^\infty\)).

I’ll repeat this again: a line bundle \(f\) is a map of type \(X \to \mathbb{CP}^\infty\).

*todo: add a bit about \(\ell^\infty\) here*

In other words, any complex line bundle \(L\) over \(X\) is a pullback of \(\ell^\infty\) by the map \(f\).

image

Cohomology is a Representable Functor

The homotopy classes of maps from a space \(X\) to the nth Eilenberg-MacLane space \(B^n(G)\) of a group \(G\) is isomorphic to the \(n\)th cohomology group of a space \(X\), with coefficients in the group \(G\). In other words:

\([X, B^n(Z)] \simeq H^n(X; Z)\)

This is a special case of a theorem, the Brown Representability Theorem, which states that all cohomology theories are represented by spectra, and vice versa. But that’s a whole ‘nother story! Let’s see how this connects to line bundles:

  • \([X, B^n(Z)] \simeq H^n(X; Z)\)
  • \([X, B^2(Z)] \simeq H^2(X; Z)\)

As you’ll recall from the equivalences listed at the beginning of this post, \(B^2(Z)\),the 2nd Eilenberg-MacLane space of the integers as a group, is isomorphic to \(CP^\infty\), thus:

  • \([X, CP^\infty] \simeq H^2(X; Z)\)

image-2

Warning: \(B^2(\mathbb{Z})\) is non-standard notation, and is usually written as \(K(\mathbb{Z},2)\) here’s a paper that explains how to compute Eilenberg-MacLane spaces.

Hey, you said that there would be characteristic classes! Where do those come in?

I did say that this post was a precursor to characteristic classes, but let’s look at a piece of the map. (\(\to\) := correspond to)

  • complex line bundles \(\to\) elements of \(H^2\) over \(Z\) (“Chern classes”)
  • real line bundles \(\to\) elements of \(H^2\) over \(Z/2\) (“Stiefel-whitney classes”)
  • quarternionic line bundles \(\to\) elements of \(H^4\) over \(Z\) (“Pontryagin classes”)

This works for BU(n) when n=1. What about other n?

This section is also a teaser. I’d like to suggest that the story generalizes from complex line bundles to complex vector bundles. I don’t quite understand the details of this generalization, but I wish to share with you what I do understand.

Note that a complex n-dimensional vector bundle + a choice of hermitian metric = a \(U(n)\)-principle bundle.

So, it makes sense that classifying complex n-dimensional vector bundles (which I’ll denote \(E \to X\)) is closely related to the story of classifying their associated principle \(U(n)\)-bundles (which I’ll write as \(\hat{E} \to X\)).
This motivates us considering that our previous picture…

image

… might just be a special case of a more general phenomena! But how?

Well we have a complex vector bundle — so what is our associated frame bundle?

unnamed

Let the classifying map of \(\hat{E} \to X\) be \(f: X \to BU(n)\).

image-3

Note that \(BU := \text{colim}_n BU(n)\).

If you’d like to learn more about characteristic classes, I’ve found Milnor and Stasheff to be of great help.

Thank you to Peter Teichner for patiently explaining why \(\mathbb{CP}^1 \simeq S^2\) and consequently the cell decomposition of \(\mathbb{CP}^n\).