Fundamental group

From HandWiki
Short description: Mathematical group of the homotopy classes of loops in a topological space


In the mathematical field of algebraic topology, the fundamental group of a topological space is the group of the equivalence classes under homotopy of the loops contained in the space. It records information about the basic shape, or holes, of the topological space. The fundamental group is the first and simplest homotopy group. The fundamental group is a homotopy invariant—topological spaces that are homotopy equivalent (or the stronger case of homeomorphic) have isomorphic fundamental groups. The fundamental group of a topological space [math]\displaystyle{ X }[/math] is denoted by [math]\displaystyle{ \pi_1(X) }[/math].

Intuition

Start with a space (for example, a surface), and some point in it, and all the loops both starting and ending at this point—paths that start at this point, wander around and eventually return to the starting point. Two loops can be combined in an obvious way: travel along the first loop, then along the second. Two loops are considered equivalent if one can be deformed into the other without breaking. The set of all such loops with this method of combining and this equivalence between them is the fundamental group for that particular space.

History

Henri Poincaré defined the fundamental group in 1895 in his paper "Analysis situs".[1] The concept emerged in the theory of Riemann surfaces, in the work of Bernhard Riemann, Poincaré, and Felix Klein. It describes the monodromy properties of complex-valued functions, as well as providing a complete topological classification of closed surfaces.

Definition

Double torus illustration.png

Throughout this article, X is a topological space. A typical example is a surface such as the one depicted at the right. Moreover, [math]\displaystyle{ x_0 }[/math] is a point in X called the base-point. (As is explained below, its role is rather auxiliary.) The idea of the definition of the homotopy group is to measure how many (broadly speaking) curves on X can be deformed into each other. The precise definition depends on the notion of the homotopy of loops, which is explained first.

Homotopy of loops

Given a topological space X, a loop based at [math]\displaystyle{ x_0 }[/math] is defined to be a continuous function (also known as a continuous map)

[math]\displaystyle{ \gamma \colon [0, 1] \to X }[/math]

such that the starting point [math]\displaystyle{ \gamma(0) }[/math] and the end point [math]\displaystyle{ \gamma(1) }[/math] are both equal to [math]\displaystyle{ x_0 }[/math].

Homotopy of loops

A homotopy is a continuous interpolation between two loops. More precisely, a homotopy between two loops [math]\displaystyle{ \gamma, \gamma' \colon [0, 1] \to X }[/math] (based at the same point [math]\displaystyle{ x_0 }[/math]) is a continuous map

[math]\displaystyle{ h \colon [0, 1] \times [0, 1] \to X, }[/math]

such that

  • [math]\displaystyle{ h(0, t) = x_0 }[/math] for all [math]\displaystyle{ t \in [0, 1], }[/math] that is, the starting point of the homotopy is [math]\displaystyle{ x_0 }[/math] for all t (which is often thought of as a time parameter).
  • [math]\displaystyle{ h(1, t) = x_0 }[/math] for all [math]\displaystyle{ t \in [0, 1], }[/math] that is, similarly the end point stays at [math]\displaystyle{ x_0 }[/math] for all t.
  • [math]\displaystyle{ h(r, 0) = \gamma(r),\, h(r, 1) = \gamma'(r) }[/math] for all [math]\displaystyle{ r \in [0, 1] }[/math].

If such a homotopy h exists, [math]\displaystyle{ \gamma }[/math] and [math]\displaystyle{ \gamma' }[/math] are said to be homotopic. The relation "[math]\displaystyle{ \gamma }[/math] is homotopic to [math]\displaystyle{ \gamma' }[/math]" is an equivalence relation so that the set of equivalence classes can be considered:

[math]\displaystyle{ \pi_1(X, x_0) := \{ \text{all loops }\gamma \text{ based at }x_0 \} / \text{homotopy} }[/math].

This set (with the group structure described below) is called the fundamental group of the topological space X at the base point [math]\displaystyle{ x_0 }[/math]. The purpose of considering the equivalence classes of loops up to homotopy, as opposed to the set of all loops (the so-called loop space of X) is that the latter, while being useful for various purposes, is a rather big and unwieldy object. By contrast the above quotient is, in many cases, more manageable and computable.

Group structure

Addition of loops

By the above definition, [math]\displaystyle{ \pi_1(X, x_0) }[/math] is just a set. It becomes a group (and therefore deserves the name fundamental group) using the concatenation of loops. More precisely, given two loops [math]\displaystyle{ \gamma_0, \gamma_1 }[/math], their product is defined as the loop

[math]\displaystyle{ \gamma_0 \cdot \gamma_1 \colon [0, 1] \to X }[/math]
[math]\displaystyle{ (\gamma_0 \cdot \gamma_1)(t) = \begin{cases} \gamma_0(2t) & 0 \leq t \leq \tfrac{1}{2} \\ \gamma_1(2t - 1) & \tfrac{1}{2} \leq t \leq 1. \end{cases} }[/math]

Thus the loop [math]\displaystyle{ \gamma_0 \cdot \gamma_1 }[/math] first follows the loop [math]\displaystyle{ \gamma_0 }[/math] with "twice the speed" and then follows [math]\displaystyle{ \gamma_1 }[/math] with "twice the speed".

The product of two homotopy classes of loops [math]\displaystyle{ [\gamma_0] }[/math] and [math]\displaystyle{ [\gamma_1] }[/math] is then defined as [math]\displaystyle{ [\gamma_0 \cdot \gamma_1] }[/math]. It can be shown that this product does not depend on the choice of representatives and therefore gives a well-defined operation on the set [math]\displaystyle{ \pi_1(X, x_0) }[/math]. This operation turns [math]\displaystyle{ \pi_1(X, x_0) }[/math] into a group. Its neutral element is the constant loop, which stays at [math]\displaystyle{ x_0 }[/math] for all times t. The inverse of a (homotopy class of a) loop is the same loop, but traversed in the opposite direction. More formally,

[math]\displaystyle{ \gamma^{-1}(t) := \gamma(1-t) }[/math].

Given three based loops [math]\displaystyle{ \gamma_0, \gamma_1, \gamma_2, }[/math] the product

[math]\displaystyle{ (\gamma_0 \cdot \gamma_1) \cdot \gamma_2 }[/math]

is the concatenation of these loops, traversing [math]\displaystyle{ \gamma_0 }[/math] and then [math]\displaystyle{ \gamma_1 }[/math] with quadruple speed, and then [math]\displaystyle{ \gamma_2 }[/math] with double speed. By comparison,

[math]\displaystyle{ \gamma_0 \cdot (\gamma_1 \cdot \gamma_2) }[/math]

traverses the same paths (in the same order), but [math]\displaystyle{ \gamma_0 }[/math] with double speed, and [math]\displaystyle{ \gamma_1, \gamma_2 }[/math] with quadruple speed. Thus, because of the differing speeds, the two paths are not identical. The associativity axiom

[math]\displaystyle{ [\gamma_0] \cdot \left([\gamma_1] \cdot [\gamma_2]\right) = \left([\gamma_0] \cdot [\gamma_1]\right) \cdot [\gamma_2] }[/math]

therefore crucially depends on the fact that paths are considered up to homotopy. Indeed, both above composites are homotopic, for example, to the loop that traverses all three loops [math]\displaystyle{ \gamma_0, \gamma_1, \gamma_2 }[/math] with triple speed. The set of based loops up to homotopy, equipped with the above operation therefore does turn [math]\displaystyle{ \pi_1(X, x_0) }[/math] into a group.

Dependence of the base point

Although the fundamental group in general depends on the choice of base point, it turns out that, up to isomorphism (actually, even up to inner isomorphism), this choice makes no difference as long as the space X is path-connected. For path-connected spaces, therefore, many authors write [math]\displaystyle{ \pi_1(X) }[/math] instead of [math]\displaystyle{ \pi_1(X, x_0). }[/math]

Concrete examples

A star domain is simply connected since any loop can be contracted to the center of the domain, denoted [math]\displaystyle{ x_0 }[/math].

This section lists some basic examples of fundamental groups. To begin with, in Euclidean space ([math]\displaystyle{ \R^n }[/math]) or any convex subset of [math]\displaystyle{ \R^n, }[/math] there is only one homotopy class of loops, and the fundamental group is therefore the trivial group with one element. More generally, any star domain – and yet more generally, any contractible space – has a trivial fundamental group. Thus, the fundamental group does not distinguish between such spaces.

The 2-sphere

A loop on a 2-sphere (the surface of a ball) being contracted to a point

A path-connected space whose fundamental group is trivial is called simply connected. For example, the 2-sphere [math]\displaystyle{ S^2 = \left\{(x, y, z) \in \R^3 \mid x^2 + y^2 + z^2 = 1\right\} }[/math] depicted on the right, and also all the higher-dimensional spheres, are simply-connected. The figure illustrates a homotopy contracting one particular loop to the constant loop. This idea can be adapted to all loops [math]\displaystyle{ \gamma }[/math] such that there is a point [math]\displaystyle{ (x, y, z) \in S^2 }[/math] that is not in the image of [math]\displaystyle{ \gamma. }[/math] However, since there are loops such that [math]\displaystyle{ \gamma([0, 1]) = S^2 }[/math] (constructed from the Peano curve, for example), a complete proof requires more careful analysis with tools from algebraic topology, such as the Seifert–van Kampen theorem or the cellular approximation theorem.

The circle

Elements of the homotopy group of the circle

The circle (also known as the 1-sphere)

[math]\displaystyle{ S^1 = \left\{(x, y) \in \R^2 \mid x^2 + y^2 = 1\right\} }[/math]

is not simply connected. Instead, each homotopy class consists of all loops that wind around the circle a given number of times (which can be positive or negative, depending on the direction of winding). The product of a loop that winds around m times and another that winds around n times is a loop that winds around m + n times. Therefore, the fundamental group of the circle is isomorphic to [math]\displaystyle{ (\Z, +), }[/math] the additive group of integers. This fact can be used to give proofs of the Brouwer fixed point theorem[2] and the Borsuk–Ulam theorem in dimension 2.[3]

The figure eight

The fundamental group of the figure eight is the free group on two generators a and b.

The fundamental group of the figure eight is the free group on two letters. The idea to prove this is as follows: choosing the base point to be the point where the two circles meet (dotted in black in the picture at the right), any loop [math]\displaystyle{ \gamma }[/math] can be decomposed as

[math]\displaystyle{ \gamma = a^{n_1} b^{m_1} \cdots a^{n_k} b^{m_k} }[/math]

where a and b are the two loops winding around each half of the figure as depicted, and the exponents [math]\displaystyle{ n_1, \dots, n_k, m_1, \dots, m_k }[/math] are integers. Unlike [math]\displaystyle{ \pi_1(S^1), }[/math] the fundamental group of the figure eight is not abelian: the two ways of composing a and b are not homotopic to each other:

[math]\displaystyle{ [a] \cdot [b] \ne [b] \cdot [a]. }[/math]

More generally, the fundamental group of a bouquet of r circles is the free group on r letters.

The fundamental group of a wedge sum of two path connected spaces X and Y can be computed as the free product of the individual fundamental groups:

[math]\displaystyle{ \pi_1(X \vee Y) \cong \pi_1(X) * \pi_1(Y). }[/math]

This generalizes the above observations since the figure eight is the wedge sum of two circles.

The fundamental group of the plane punctured at n points is also the free group with n generators. The i-th generator is the class of the loop that goes around the i-th puncture without going around any other punctures.

Graphs

The fundamental group can be defined for discrete structures too. In particular, consider a connected graph G = (V, E), with a designated vertex v0 in V. The loops in G are the cycles that start and end at v0.[4] Let T be a spanning tree of G. Every simple loop in G contains exactly one edge in E \ T; every loop in G is a concatenation of such simple loops. Therefore, the fundamental group of a graph is a free group, in which the number of generators is exactly the number of edges in E \ T. This number equals |E| − |V| + 1.[5]

For example, suppose G has 16 vertices arranged in 4 rows of 4 vertices each, with edges connecting vertices that are adjacent horizontally or vertically. Then G has 24 edges overall, and the number of edges in each spanning tree is 16 − 1 = 15, so the fundamental group of G is the free group with 9 generators.[6] Note that G has 9 "holes", similarly to a bouquet of 9 circles, which has the same fundamental group.

Knot groups

A trefoil knot.

Knot groups are by definition the fundamental group of the complement of a knot K embedded in [math]\displaystyle{ \R^3. }[/math] For example, the knot group of the trefoil knot is known to be the braid group [math]\displaystyle{ B_3, }[/math] which gives another example of a non-abelian fundamental group. The Wirtinger presentation explicitly describes knot groups in terms of generators and relations based on a diagram of the knot. Therefore, knot groups have some usage in knot theory to distinguish between knots: if [math]\displaystyle{ \pi_1(\R^3 \setminus K) }[/math] is not isomorphic to some other knot group [math]\displaystyle{ \pi_1(\R^3 \setminus K') }[/math] of another knot K′, then K can not be transformed into K′. Thus the trefoil knot can not be continuously transformed into the circle (also known as the unknot), since the latter has knot group [math]\displaystyle{ \Z }[/math]. There are, however, knots that can not be deformed into each other, but have isomorphic knot groups.

Oriented surfaces

The fundamental group of a genus-n orientable surface can be computed in terms of generators and relations as

[math]\displaystyle{ \left\langle A_1, B_1, \ldots, A_n, B_n \left| A_1 B_1 A_1^{-1} B_1^{-1} \cdots A_n B_n A_n^{-1} B_n^{-1} \right. \right\rangle. }[/math]

This includes the torus, being the case of genus 1, whose fundamental group is

[math]\displaystyle{ \left\langle A_1, B_1 \left| A_1 B_1 A_1^{-1} B_1^{-1} \right. \right\rangle \cong \Z^2. }[/math]

Topological groups

The fundamental group of a topological group X (with respect to the base point being the neutral element) is always commutative. In particular, the fundamental group of a Lie group is commutative. In fact, the group structure on X endows [math]\displaystyle{ \pi_1(X) }[/math] with another group structure: given two loops [math]\displaystyle{ \gamma }[/math] and [math]\displaystyle{ \gamma' }[/math] in X, another loop [math]\displaystyle{ \gamma \star \gamma' }[/math] can defined by using the group multiplication in X:

[math]\displaystyle{ (\gamma \star \gamma')(x) = \gamma(x) \cdot \gamma'(x). }[/math]

This binary operation [math]\displaystyle{ \star }[/math] on the set of all loops is a priori independent from the one described above. However, the Eckmann–Hilton argument shows that it does in fact agree with the above concatenation of loops, and moreover that the resulting group structure is abelian.[7][8]

An inspection of the proof shows that, more generally, [math]\displaystyle{ \pi_1(X) }[/math] is abelian for any H-space X, i.e., the multiplication need not have an inverse, nor does it have to be associative. For example, this shows that the fundamental group of a loop space of another topological space Y, [math]\displaystyle{ X = \Omega(Y), }[/math] is abelian. Related ideas lead to Heinz Hopf's computation of the cohomology of a Lie group.

Functoriality

If [math]\displaystyle{ f\colon X \to Y }[/math] is a continuous map, [math]\displaystyle{ x_0 \in X }[/math] and [math]\displaystyle{ y_0 \in Y }[/math] with [math]\displaystyle{ f(x_0) = y_0, }[/math] then every loop in [math]\displaystyle{ X }[/math] with base point [math]\displaystyle{ x_0 }[/math] can be composed with [math]\displaystyle{ f }[/math] to yield a loop in [math]\displaystyle{ Y }[/math] with base point [math]\displaystyle{ y_0. }[/math] This operation is compatible with the homotopy equivalence relation and with composition of loops. The resulting group homomorphism, called the induced homomorphism, is written as [math]\displaystyle{ \pi(f) }[/math] or, more commonly,

[math]\displaystyle{ f_* \colon \pi_1(X, x_0) \to \pi_1(Y, y_0). }[/math]

This mapping from continuous maps to group homomorphisms is compatible with composition of maps and identity morphisms. In the parlance of category theory, the formation of associating to a topological space its fundamental group is therefore a functor

[math]\displaystyle{ \begin{align} \pi_1 \colon \mathbf{Top}_* &\to \mathbf{Grp} \\ (X, x_0) &\mapsto \pi_1(X, x_0) \end{align} }[/math]

from the category of topological spaces together with a base point to the category of groups. It turns out that this functor does not distinguish maps that are homotopic relative to the base point: if [math]\displaystyle{ f,g:X\to Y }[/math] are continuous maps with [math]\displaystyle{ f(x_0) = g(x_0) = y_0 }[/math], and f and g are homotopic relative to {x0}, then f = g. As a consequence, two homotopy equivalent path-connected spaces have isomorphic fundamental groups:

[math]\displaystyle{ X \simeq Y \implies \pi_1(X, x_0) \cong \pi_1(Y, y_0). }[/math]

For example, the inclusion of the circle in the punctured plane

[math]\displaystyle{ S^1 \subset \mathbb{R}^2 \setminus \{0\} }[/math]

is a homotopy equivalence and therefore yields an isomorphism of their fundamental groups.

The fundamental group functor takes products to products and coproducts to coproducts. That is, if X and Y are path connected, then

[math]\displaystyle{ \pi_1 (X \times Y, (x_0, y_0)) \cong \pi_1(X, x_0) \times \pi_1(Y, y_0) }[/math]

and if they are also locally contractible, then

[math]\displaystyle{ \pi_1(X \vee Y) \cong \pi_1(X)*\pi_1(Y). }[/math]

(In the latter formula, [math]\displaystyle{ \vee }[/math] denotes the wedge sum of pointed topological spaces, and [math]\displaystyle{ * }[/math] the free product of groups.) The latter formula is a special case of the Seifert–van Kampen theorem, which states that the fundamental group functor takes pushouts along inclusions to pushouts.

Abstract results

As was mentioned above, computing the fundamental group of even relatively simple topological spaces tends to be not entirely trivial, but requires some methods of algebraic topology.

Relationship to first homology group

The abelianization of the fundamental group can be identified with the first homology group of the space.

A special case of the Hurewicz theorem asserts that the first singular homology group [math]\displaystyle{ H_1(X) }[/math] is, colloquially speaking, the closest approximation to the fundamental group by means of an abelian group. In more detail, mapping the homotopy class of each loop to the homology class of the loop gives a group homomorphism

[math]\displaystyle{ \pi_1(X) \to H_1(X) }[/math]

from the fundamental group of a topological space X to its first singular homology group [math]\displaystyle{ H_1(X). }[/math] This homomorphism is not in general an isomorphism since the fundamental group may be non-abelian, but the homology group is, by definition, always abelian. This difference is, however, the only one: if X is path-connected, this homomorphism is surjective and its kernel is the commutator subgroup of the fundamental group, so that [math]\displaystyle{ H_1(X) }[/math] is isomorphic to the abelianization of the fundamental group.[9]

Gluing topological spaces

Generalizing the statement above, for a family of path connected spaces [math]\displaystyle{ X_i, }[/math] the fundamental group [math]\displaystyle{ \pi_1 \left(\bigvee_{i \in I} X_i\right) }[/math] is the free product of the fundamental groups of the [math]\displaystyle{ X_i. }[/math][10] This fact is a special case of the Seifert–van Kampen theorem, which allows to compute, more generally, fundamental groups of spaces that are glued together from other spaces. For example, the 2-sphere [math]\displaystyle{ S^2 }[/math] can be obtained by gluing two copies of slightly overlapping half-spheres along a neighborhood of the equator. In this case the theorem yields [math]\displaystyle{ \pi_1(S^2) }[/math] is trivial, since the two half-spheres are contractible and therefore have trivial fundamental group. The fundamental groups of surfaces, as mentioned above, can also be computed using this theorem.

In the parlance of category theory, the theorem can be concisely stated by saying that the fundamental group functor takes pushouts (in the category of topological spaces) along inclusions to pushouts (in the category of groups).[11]

Coverings

The map [math]\displaystyle{ \mathbb{R} \times [0,1] \to S^1 \times [0,1] }[/math] is a covering: the preimage of U (highlighted in gray) is a disjoint union of copies of U. Moreover, it is a universal covering since [math]\displaystyle{ \mathbb{R} \times [0,1] }[/math] is contractible and therefore simply connected.

Given a topological space B, a continuous map

[math]\displaystyle{ f: E \to B }[/math]

is called a covering or E is called a covering space of B if every point b in B admits an open neighborhood U such that there is a homeomorphism between the preimage of U and a disjoint union of copies of U (indexed by some set I),

[math]\displaystyle{ \varphi: \bigsqcup_{i \in I} U \to f^{-1}(U) }[/math]

in such a way that [math]\displaystyle{ \pi \circ \varphi }[/math] is the standard projection map [math]\displaystyle{ \bigsqcup_{i \in I} U \to U. }[/math][12]

Universal covering

A covering is called a universal covering if E is, in addition to the preceding condition, simply connected.[13] It is universal in the sense that all other coverings can be constructed by suitably identifying points in E. Knowing a universal covering

[math]\displaystyle{ p: \widetilde{X} \to X }[/math]

of a topological space X is helpful in understanding its fundamental group in several ways: first, [math]\displaystyle{ \pi_1(X) }[/math] identifies with the group of deck transformations, i.e., the group of homeomorphisms [math]\displaystyle{ \varphi : \widetilde{X} \to \widetilde{X} }[/math] that commute with the map to X, i.e., [math]\displaystyle{ p \circ \varphi = p. }[/math] Another relation to the fundamental group is that [math]\displaystyle{ \pi_1(X, x) }[/math] can be identified with the fiber [math]\displaystyle{ p^{-1}(x). }[/math] For example, the map

[math]\displaystyle{ p: \mathbb{R} \to S^1,\, t \mapsto \exp(2 \pi i t) }[/math]

(or, equivalently, [math]\displaystyle{ \pi: \mathbb{R} \to \mathbb{R} / \mathbb{Z},\ t \mapsto [t] }[/math]) is a universal covering. The deck transformations are the maps [math]\displaystyle{ t \mapsto t + n }[/math] for [math]\displaystyle{ n \in \mathbb{Z}. }[/math] This is in line with the identification [math]\displaystyle{ p^{-1}(1) = \mathbb{Z}, }[/math] in particular this proves the above claim [math]\displaystyle{ \pi_1(S^1) \cong \mathbb{Z}. }[/math]

Any path connected, locally path connected and locally simply connected topological space X admits a universal covering.[14] An abstract construction proceeds analogously to the fundamental group by taking pairs (x, γ), where x is a point in X and γ is a homotopy class of paths from x0 to x. The passage from a topological space to its universal covering can be used in understanding the geometry of X. For example, the uniformization theorem shows that any simply connected Riemann surface is (isomorphic to) either [math]\displaystyle{ S^2, }[/math] [math]\displaystyle{ \mathbb{C}, }[/math] or the upper half plane.[15] General Riemann surfaces then arise as quotients of group actions on these three surfaces.

The quotient of a free action of a discrete group G on a simply connected space Y has fundamental group

[math]\displaystyle{ \pi_1(Y/G) \cong G. }[/math]

As an example, the real n-dimensional real projective space [math]\displaystyle{ \mathbb{R}\mathrm{P}^n }[/math] is obtained as the quotient of the n-dimensional unit sphere [math]\displaystyle{ S^n }[/math] by the antipodal action of the group [math]\displaystyle{ \mathbb{Z}/2 }[/math] sending [math]\displaystyle{ x \in S^n }[/math] to [math]\displaystyle{ -x. }[/math] As [math]\displaystyle{ S^n }[/math] is simply connected for n ≥ 2, it is a universal cover of [math]\displaystyle{ \mathbb{R}\mathrm{P}^n }[/math] in these cases, which implies [math]\displaystyle{ \pi_1(\mathbb{R}\mathrm{P}^n) \cong \mathbb{Z}/2 }[/math] for n ≥ 2.

Lie groups

Let G be a connected, simply connected compact Lie group, for example, the special unitary group SU(n), and let Γ be a finite subgroup of G. Then the homogeneous space X = G/Γ has fundamental group Γ, which acts by right multiplication on the universal covering space G. Among the many variants of this construction, one of the most important is given by locally symmetric spaces X = Γ \G/K, where

  • G is a non-compact simply connected, connected Lie group (often semisimple),
  • K is a maximal compact subgroup of G
  • Γ is a discrete countable torsion-free subgroup of G.

In this case the fundamental group is Γ and the universal covering space G/K is actually contractible (by the Cartan decomposition for Lie groups).

As an example take G = SL(2, R), K = SO(2) and Γ any torsion-free congruence subgroup of the modular group SL(2, Z).

From the explicit realization, it also follows that the universal covering space of a path connected topological group H is again a path connected topological group G. Moreover, the covering map is a continuous open homomorphism of G onto H with kernel Γ, a closed discrete normal subgroup of G:

[math]\displaystyle{ 1 \to \Gamma \to G \to H \to 1. }[/math]

Since G is a connected group with a continuous action by conjugation on a discrete group Γ, it must act trivially, so that Γ has to be a subgroup of the center of G. In particular π1(H) = Γ is an abelian group; this can also easily be seen directly without using covering spaces. The group G is called the universal covering group of H.

As the universal covering group suggests, there is an analogy between the fundamental group of a topological group and the center of a group; this is elaborated at Lattice of covering groups.

Fibrations

Fibrations provide a very powerful means to compute homotopy groups. A fibration f the so-called total space, and the base space B has, in particular, the property that all its fibers [math]\displaystyle{ f^{-1}(b) }[/math] are homotopy equivalent and therefore can not be distinguished using fundamental groups (and higher homotopy groups), provided that B is path-connected.[16] Therefore, the space E can be regarded as a "twisted product" of the base space B and the fiber [math]\displaystyle{ F = f^{-1}(b). }[/math] The great importance of fibrations to the computation of homotopy groups stems from a long exact sequence

[math]\displaystyle{ \dots \to \pi_2(B) \to \pi_1(F) \to \pi_1(E) \to \pi_1(B) \to \pi_0(F) \to \pi_0(E) }[/math]

provided that B is path-connected.[17] The term [math]\displaystyle{ \pi_2(B) }[/math] is the second homotopy group of B, which is defined to be the set of homotopy classes of maps from [math]\displaystyle{ S^2 }[/math] to B, in direct analogy with the definition of [math]\displaystyle{ \pi_1. }[/math]

If E happens to be path-connected and simply connected, this sequence reduces to an isomorphism

[math]\displaystyle{ \pi_1(B) \cong \pi_0(F) }[/math]

which generalizes the above fact about the universal covering (which amounts to the case where the fiber F is also discrete). If instead F happens to be connected and simply connected, it reduces to an isomorphism

[math]\displaystyle{ \pi_1(E) \cong \pi_1(B). }[/math]

What is more, the sequence can be continued at the left with the higher homotopy groups [math]\displaystyle{ \pi_n }[/math] of the three spaces, which gives some access to computing such groups in the same vein.

Classical Lie groups

Such fiber sequences can be used to inductively compute fundamental groups of compact classical Lie groups such as the special unitary group [math]\displaystyle{ \mathrm{SU}(n), }[/math] with [math]\displaystyle{ n \geq 2. }[/math] This group acts transitively on the unit sphere [math]\displaystyle{ S^{2n-1} }[/math] inside [math]\displaystyle{ \mathbb C^n = \mathbb R^{2n}. }[/math] The stabilizer of a point in the sphere is isomorphic to [math]\displaystyle{ \mathrm{SU}(n-1). }[/math] It then can be shown[18] that this yields a fiber sequence

[math]\displaystyle{ \mathrm{SU}(n-1) \to \mathrm{SU}(n) \to S^{2n-1}. }[/math]

Since [math]\displaystyle{ n \geq 2, }[/math] the sphere [math]\displaystyle{ S^{2n-1} }[/math] has dimension at least 3, which implies

[math]\displaystyle{ \pi_1(S^{2n-1}) \cong \pi_2(S^{2n-1}) = 1. }[/math]

The long exact sequence then shows an isomorphism

[math]\displaystyle{ \pi_1(\mathrm{SU}(n)) \cong \pi_1(\mathrm{SU}(n - 1)). }[/math]

Since [math]\displaystyle{ \mathrm{SU}(1) }[/math] is a single point, so that [math]\displaystyle{ \pi_1(\mathrm{SU}(1)) }[/math] is trivial, this shows that [math]\displaystyle{ \mathrm{SU}(n) }[/math] is simply connected for all [math]\displaystyle{ n. }[/math]

The fundamental group of noncompact Lie groups can be reduced to the compact case, since such a group is homotopic to its maximal compact subgroup.[19] These methods give the following results:[20]

Compact classical Lie group G Non-compact Lie group [math]\displaystyle{ \pi_1 }[/math]
special unitary group [math]\displaystyle{ \mathrm{SU}(n) }[/math] [math]\displaystyle{ \mathrm{SL}(n,\Complex) }[/math] 1
unitary group [math]\displaystyle{ \mathrm{U}(n) }[/math] [math]\displaystyle{ \mathrm{GL}(n,\Complex), \mathrm{Sp}(n, \R) }[/math] [math]\displaystyle{ \Z }[/math]
special orthogonal group [math]\displaystyle{ \mathrm{SO}(n) }[/math] [math]\displaystyle{ \mathrm{SO}(n, \C) }[/math] [math]\displaystyle{ \Z/2 }[/math] for [math]\displaystyle{ n\geq 3 }[/math] and [math]\displaystyle{ \Z }[/math] for [math]\displaystyle{ n=2 }[/math]
compact symplectic group [math]\displaystyle{ \mathrm{Sp}(n) }[/math] [math]\displaystyle{ \mathrm{Sp}(n, \C) }[/math] 1

A second method of computing fundamental groups applies to all connected compact Lie groups and uses the machinery of the maximal torus and the associated root system. Specifically, let [math]\displaystyle{ T }[/math] be a maximal torus in a connected compact Lie group [math]\displaystyle{ K, }[/math] and let [math]\displaystyle{ \mathfrak t }[/math] be the Lie algebra of [math]\displaystyle{ T. }[/math] The exponential map

[math]\displaystyle{ \exp : \mathfrak t \to T }[/math]

is a fibration and therefore its kernel [math]\displaystyle{ \Gamma \subset \mathfrak t }[/math] identifies with [math]\displaystyle{ \pi_1(T). }[/math] The map

[math]\displaystyle{ \pi_1(T) \to \pi_1(K) }[/math]

can be shown to be surjective[21] with kernel given by the set I of integer linear combination of coroots. This leads to the computation

[math]\displaystyle{ \pi_1(K) \cong \Gamma / I. }[/math][22]

This method shows, for example, that any connected compact Lie group for which the associated root system is of type [math]\displaystyle{ G 2 }[/math] is simply connected.[23] Thus, there is (up to isomorphism) only one connected compact Lie group having Lie algebra of type [math]\displaystyle{ G_2 }[/math]; this group is simply connected and has trivial center.

Edge-path group of a simplicial complex

When the topological space is homeomorphic to a simplicial complex, its fundamental group can be described explicitly in terms of generators and relations.

If X is a connected simplicial complex, an edge-path in X is defined to be a chain of vertices connected by edges in X. Two edge-paths are said to be edge-equivalent if one can be obtained from the other by successively switching between an edge and the two opposite edges of a triangle in X. If v is a fixed vertex in X, an edge-loop at v is an edge-path starting and ending at v. The edge-path group E(Xv) is defined to be the set of edge-equivalence classes of edge-loops at v, with product and inverse defined by concatenation and reversal of edge-loops.

The edge-path group is naturally isomorphic to π1(|X |, v), the fundamental group of the geometric realisation |X | of X.[24] Since it depends only on the 2-skeleton X 2 of X (that is, the vertices, edges, and triangles of X), the groups π1(|X |,v) and π1(|X 2|, v) are isomorphic.

The edge-path group can be described explicitly in terms of generators and relations. If T is a maximal spanning tree in the 1-skeleton of X, then E(Xv) is canonically isomorphic to the group with generators (the oriented edge-paths of X not occurring in T) and relations (the edge-equivalences corresponding to triangles in X). A similar result holds if T is replaced by any simply connected—in particular contractible—subcomplex of X. This often gives a practical way of computing fundamental groups and can be used to show that every finitely presented group arises as the fundamental group of a finite simplicial complex. It is also one of the classical methods used for topological surfaces, which are classified by their fundamental groups.

The universal covering space of a finite connected simplicial complex X can also be described directly as a simplicial complex using edge-paths. Its vertices are pairs (w,γ) where w is a vertex of X and γ is an edge-equivalence class of paths from v to w. The k-simplices containing (w,γ) correspond naturally to the k-simplices containing w. Each new vertex u of the k-simplex gives an edge wu and hence, by concatenation, a new path γu from v to u. The points (w,γ) and (u, γu) are the vertices of the "transported" simplex in the universal covering space. The edge-path group acts naturally by concatenation, preserving the simplicial structure, and the quotient space is just X.

It is well known that this method can also be used to compute the fundamental group of an arbitrary topological space. This was doubtless known to Eduard Čech and Jean Leray and explicitly appeared as a remark in a paper by André Weil;[25] various other authors such as Lorenzo Calabi, Wu Wen-tsün, and Nodar Berikashvili have also published proofs. In the simplest case of a compact space X with a finite open covering in which all non-empty finite intersections of open sets in the covering are contractible, the fundamental group can be identified with the edge-path group of the simplicial complex corresponding to the nerve of the covering.

Realizability

  • Every group can be realized as the fundamental group of a connected CW-complex of dimension 2 (or higher). As noted above, though, only free groups can occur as fundamental groups of 1-dimensional CW-complexes (that is, graphs).
  • Every finitely presented group can be realized as the fundamental group of a compact, connected, smooth manifold of dimension 4 (or higher). But there are severe restrictions on which groups occur as fundamental groups of low-dimensional manifolds. For example, no free abelian group of rank 4 or higher can be realized as the fundamental group of a manifold of dimension 3 or less. It can be proved that every group can be realized as the fundamental group of a compact Hausdorff space if and only if there is no measurable cardinal.[26]

Related concepts

Higher homotopy groups

Roughly speaking, the fundamental group detects the 1-dimensional hole structure of a space, but not holes in higher dimensions such as for the 2-sphere. Such "higher-dimensional holes" can be detected using the higher homotopy groups [math]\displaystyle{ \pi_n(X) }[/math], which are defined to consist of homotopy classes of (basepoint-preserving) maps from [math]\displaystyle{ S^n }[/math] to X. For example, the Hurewicz theorem implies that for all [math]\displaystyle{ n \ge 1 }[/math] the n-th homotopy group of the n-sphere is

[math]\displaystyle{ \pi_n(S^n) = \Z. }[/math][27]

As was mentioned in the above computation of [math]\displaystyle{ \pi_1 }[/math] of classical Lie groups, higher homotopy groups can be relevant even for computing fundamental groups.

Loop space

The set of based loops (as is, i.e. not taken up to homotopy) in a pointed space X, endowed with the compact open topology, is known as the loop space, denoted [math]\displaystyle{ \Omega X. }[/math] The fundamental group of X is in bijection with the set of path components of its loop space:[28]

[math]\displaystyle{ \pi_1(X) \cong \pi_0(\Omega X). }[/math]

Fundamental groupoid

The fundamental groupoid is a variant of the fundamental group that is useful in situations where the choice of a base point [math]\displaystyle{ x_0 \in X }[/math] is undesirable. It is defined by first considering the category of paths in [math]\displaystyle{ X, }[/math] i.e., continuous functions

[math]\displaystyle{ \gamma \colon [0, r] \to X }[/math],

where r is an arbitrary non-negative real number. Since the length r is variable in this approach, such paths can be concatenated as is (i.e., not up to homotopy) and therefore yield a category.[29] Two such paths [math]\displaystyle{ \gamma, \gamma' }[/math] with the same endpoints and length r, resp. r' are considered equivalent if there exist real numbers [math]\displaystyle{ u,v \geqslant 0 }[/math] such that [math]\displaystyle{ r + u = r' + v }[/math] and [math]\displaystyle{ \gamma_u, \gamma'_v \colon [0, r + u] \to X }[/math] are homotopic relative to their end points, where [math]\displaystyle{ \gamma_u (t) = \begin{cases} \gamma(t), & t \in [0, r] \\ \gamma(r), & t \in [r, r + u]. \end{cases} }[/math][30][31]

The category of paths up to this equivalence relation is denoted [math]\displaystyle{ \Pi (X). }[/math] Each morphism in [math]\displaystyle{ \Pi (X) }[/math] is an isomorphism, with inverse given by the same path traversed in the opposite direction. Such a category is called a groupoid. It reproduces the fundamental group since

[math]\displaystyle{ \pi_1(X, x_0) = \mathrm{Hom}_{\Pi(X)}(x_0, x_0) }[/math].

More generally, one can consider the fundamental groupoid on a set A of base points, chosen according to the geometry of the situation; for example, in the case of the circle, which can be represented as the union of two connected open sets whose intersection has two components, one can choose one base point in each component. The van Kampen theorem admits a version for fundamental groupoids which gives, for example, another way to compute the fundamental group(oid) of [math]\displaystyle{ S^1. }[/math][32]

Local systems

Generally speaking, representations may serve to exhibit features of a group by its actions on other mathematical objects, often vector spaces. Representations of the fundamental group have a very geometric significance: any local system (i.e., a sheaf [math]\displaystyle{ \mathcal F }[/math] on X with the property that locally in a sufficiently small neighborhood U of any point on X, the restriction of F is a constant sheaf of the form [math]\displaystyle{ \mathcal F|_U = \Q^n }[/math]) gives rise to the so-called monodromy representation, a representation of the fundamental group on an n-dimensional [math]\displaystyle{ \Q }[/math]-vector space. Conversely, any such representation on a path-connected space X arises in this manner.[33] This equivalence of categories between representations of [math]\displaystyle{ \pi_1(X) }[/math] and local systems is used, for example, in the study of differential equations, such as the Knizhnik–Zamolodchikov equations.

Étale fundamental group

In algebraic geometry, the so-called étale fundamental group is used as a replacement for the fundamental group.[34] Since the Zariski topology on an algebraic variety or scheme X is much coarser than, say, the topology of open subsets in [math]\displaystyle{ \R^n, }[/math] it is no longer meaningful to consider continuous maps from an interval to X. Instead, the approach developed by Grothendieck consists in constructing [math]\displaystyle{ \pi_1^\text{et} }[/math] by considering all finite étale covers of X. These serve as an algebro-geometric analogue of coverings with finite fibers.

This yields a theory applicable in situation where no great generality classical topological intuition whatsoever is available, for example for varieties defined over a finite field. Also, the étale fundamental group of a field is its (absolute) Galois group. On the other hand, for smooth varieties X over the complex numbers, the étale fundamental group retains much of the information inherent in the classical fundamental group: the former is the profinite completion of the latter.[35]

Fundamental group of algebraic groups

The fundamental group of a root system is defined, in analogy to the computation for Lie groups.[36] This allows to define and use the fundamental group of a semisimple linear algebraic group G, which is a useful basic tool in the classification of linear algebraic groups.[37]

Fundamental group of simplicial sets

The homotopy relation between 1-simplices of a simplicial set X is an equivalence relation if X is a Kan complex but not necessarily so in general.[38] Thus, [math]\displaystyle{ \pi_1 }[/math] of a Kan complex can be defined as the set of homotopy classes of 1-simplices. The fundamental group of an arbitrary simplicial set X are defined to be the homotopy group of its topological realization, [math]\displaystyle{ |X|, }[/math] i.e., the topological space obtained by gluing topological simplices as prescribed by the simplicial set structure of X.[39]

See also

Notes

  1. Poincaré, Henri (1895). "Analysis situs" (in fr). Journal de l'École Polytechnique. (2) 1: 1–123. http://gallica.bnf.fr/ark:/12148/bpt6k4337198/f7.image.  Translated in Poincaré, Henri (2009). "Analysis situs". Papers on Topology: Analysis Situs and Its Five Supplements. Translated by John Stillwell. pp. 18–99. http://www.maths.ed.ac.uk/~aar/papers/poincare2009.pdf. 
  2. (May 1999)
  3. (Massey 1991)
  4. "Meaning of Fundamental group of a graph". https://math.stackexchange.com/questions/515896/meaning-of-fundamental-group-of-a-graph. 
  5. Simon, J (2008). "Example of calculating the fundamental group of a graph G". http://homepage.divms.uiowa.edu/~jsimon/COURSES/M201Fall08/HandoutsAndHomework/Graph1.pdf. 
  6. "The Fundamental Groups of Connected Graphs - Mathonline". http://mathonline.wikidot.com/the-fundamental-groups-of-connected-graphs. 
  7. (Strom 2011), (Hall 2015)
  8. Proof: Given two loops [math]\displaystyle{ \alpha, \beta: [0, 1] \to G }[/math] in [math]\displaystyle{ \pi_1(G), }[/math] define the mapping [math]\displaystyle{ A\colon [0, 1] \times [0, 1] \to G }[/math] by [math]\displaystyle{ A(s, t) = \alpha(s)\cdot\beta(t), }[/math] multiplied pointwise in [math]\displaystyle{ G. }[/math] Consider the homotopy family of paths in the rectangle from [math]\displaystyle{ (s, t) = (0, 0) }[/math] to [math]\displaystyle{ (1, 1) }[/math] that starts with the horizontal-then-vertical path, moves through various diagonal paths, and ends with the vertical-then-horizontal path. Composing this family with [math]\displaystyle{ A }[/math] gives a homotopy [math]\displaystyle{ \alpha * \beta \sim \beta * \alpha, }[/math] which shows the fundamental group is abelian.
  9. (Fulton 1995)
  10. (May 1999)
  11. (May 1999)
  12. (Hatcher 2002)
  13. (Hatcher 2002)
  14. (Hatcher 2002)
  15. (Forster 1981)
  16. (Hatcher 2002)
  17. (Hatcher 2002)
  18. (Hall 2015)
  19. (Hall 2015)
  20. (Hall 2015)
  21. (Bump 2013)
  22. (Hall 2015)
  23. (Hall 2015)
  24. Singer, Isadore; Thorpe, John A. (1967). Lecture notes on elementary topology and geometry. Springer-Verlag. p. 98. ISBN 0-387-90202-3. https://archive.org/details/lecturenotesonel00sing_949. 
  25. André Weil, On discrete subgroups of Lie groups, Annals of Mathematics 72 (1960), 369-384.
  26. Adam Przezdziecki, Measurable cardinals and fundamental groups of compact spaces, Fundamenta Mathematicae 192 (2006), 87-92 [1]
  27. (Hatcher 2002)
  28. (Adams 1978)
  29. (Brown 2006)
  30. (Brown 2006)
  31. (Crowell Fox) use a different definition by reparametrizing the paths to length 1.
  32. (Brown 2006)
  33. (El Zein Suciu)
  34. (Grothendieck Raynaud).
  35. (Grothendieck Raynaud).
  36. (Humphreys 1972)
  37. (Humphreys 2004)
  38. (Goerss Jardine)
  39. (Goerss Jardine)

References

External links