ALGEBRA: LECTURE NOTES §1. Categories and Functors 2 §1.1

Total Page:16

File Type:pdf, Size:1020Kb

ALGEBRA: LECTURE NOTES §1. Categories and Functors 2 §1.1 ALGEBRA: LECTURE NOTES JENIA TEVELEV CONTENTS x1. Categories and Functors 2 x1.1. Categories 2 x1.2. Functors 5 x1.3. Equivalence of Categories 6 x1.4. Representable Functors 7 x1.5. Products and Coproducts 8 x1.6. Natural Transformations 9 x1.7. Exercises 10 x2. Tensor Products 12 x2.1. Tensor Product of Vector Spaces 12 x2.2. Tensor Product of R-modules 14 x2.3. Categorical aspects of tensors: Yoneda’s Lemma 16 x2.4. Hilbert’s 3d Problem 21 x2.5. Right-exactness of a tensor product 25 x2.6. Restriction of scalars 28 x2.7. Extension of scalars 29 x2.8. Exercises 30 x3. Algebraic Extensions 31 x3.1. Field Extensions 31 x3.2. Adjoining roots 33 x3.3. Algebraic Closure 35 x3.4. Finite Fields 37 x3.5. Exercises 37 x4. Galois Theory 39 x4.1. Separable Extensions 39 x4.2. Normal Extensions 40 x4.3. Main Theorem of Galois Theory 41 x4.4. Exercises 43 x5. Applications of Galois Theory - I 44 x5.1. Fundamental Theorem of Algebra 44 x5.2. Galois group of a finite field 45 x5.3. Cyclotomic fields 45 x5.4. Kronecker–Weber Theorem 46 x5.5. Cyclic Extensions 48 x5.6. Composition Series and Solvable Groups 50 x5.7. Exercises 52 x6. Applications of Galois Theory -II 54 x6.1. Solvable extensions: Galois Theorem. 54 1 2 JENIA TEVELEV x6.2. Norm and Trace 56 x6.3. Lagrange resolvents 57 x6.4. Solving solvable extensions 58 x6.5. Exercises 60 x7. Transcendental Extensions 61 x7.1. Transcendental Numbers: Liouville’s Theorem 61 x7.2. Hermite’s Theorem 62 x7.3. Transcendence Degree 64 x8. Algebraic Sets 66 x8.1. Noether’s Normalization Lemma 66 x8.2. Weak Nullstellensatz 67 x8.3. Affine Algebraic Sets. Strong Nullstellensatz 68 x8.4. Preview of Schemes: a double point. MaxSpec Z 69 x8.5. Exercises 71 x9. Geometry and Commutative Algebra 72 x9.1. Localization and Geometric Intuition Behind It 72 x9.2. Ideals in R and in S−1R 74 x9.3. Spectrum and Nilradical 75 x9.4. Going-up Theorem 76 x9.5. Exercises 78 x10. Geometry and Commutative Algebra - II 79 x10.1. Localization as a functor ModR ! ModS−1R. 79 x10.2. Nakayama’s Lemma 80 x10.3. Spec and MaxSpec. Irreducible Algebraic Sets. 81 x10.4. Morphisms of Algebraic Sets 83 x10.5. Dominant morphisms 85 x10.6. Finite Morphisms 85 x10.7. Exercises 86 x11. Representation Theory of Finite Groups 88 x11.1. Representations of Finite Groups 88 x11.2. Category of Representations 90 x11.3. Irreducible Representations of Abelian Groups 92 x11.4. Characters 94 x11.5. Schur Orthogonality Relations 95 x11.6. Decomposition of the Regular Representation 96 x11.7. Representation Theory of the Dihedral Group 96 x11.8. The Number of Irreducible Representations 96 x11.9. C[G] as an Associative Algebra 96 x11.10. dim Vi divides jGj 97 x11.11. Burnside’s Theorem 98 x11.12. Exercises 100 x1. CATEGORIES AND FUNCTORS x1.1. Categories. Most mathematical theories deal with situations when there are some maps between objects. The set of objects is usually some- what static (and so boring), and considering maps makes the theory more ALGEBRA: LECTURE NOTES 3 dynamic (and so more fun). Usually there are some natural restrictions on what kind of maps should be considered: for example, it is rarely interest- ing to consider any map from one group to another: usually we require this map to be a homomorphism. The notion of a category was introduced by Samuel Eilenberg and Saun- ders MacLane to capture situations when we have both objects and maps between objects (called morphisms). This notion is slightly abstract, but extremely useful. Before we give a rigorous definition, here are some ex- amples of categories: EXAMPLE 1.1.1. • The category Sets: objects are sets, morphisms are arbitrary func- tions between sets. • Groups: objects are groups, morphisms are homomorphisms. • Ab: objects are Abelian groups, morphisms are homomorphisms. • Rings: objects are rings, morphisms are homomorphisms of rings. Often (for example in this course) we only consider commutative rings with identity. • Top: topological spaces, morphisms are continuous functions. • Mflds: objects are smooth manifolds, morphisms are differentiable maps between manifolds. • Vectk: objects are k-vector spaces, morphisms are linear maps. Notice that in all these examples we can take compositions of morphisms and (even though we rarely think about this) composition of morphisms is associative (because in all these examples morphisms are functions with some restrictions, and composition of functions between sets is certainly associative). The associativity of composition is a sacred cow of mathemat- ics, and essentially the only axiom required to define a category: DEFINITION 1.1.2. A category C consists of the following data: • The set of objects Ob(C). Instead of writing “X is an object in C”, we can write X 2 Ob(C), or even X 2 C. • The set of morphisms Mor(C). Each morphism f is a morphism from an object X 2 C to an object Y 2 C. More formally, Mor(C) is a disjoint union of subsets Mor(X; Y ) over all X; Y 2 C. It is f common to denote a morphism by an arrow X −! Y . • There is a composition law for morphisms Mor(X; Y ) × Mor(Y; Z) ! Mor(X; Z); (f; g) 7! g ◦ f f g g◦f which takes X −! Y and Y −! Z to the morphism X −! Z. Id • For each object X 2 C, we have an identity morphism X −!X X. These data should satisfy the following basic axioms: • The composition law is associative. f Id • The composition of any morphism X −! Y with X −!X X (resp. with Id Y −!Y Y ) is equal to f. Here is another example. 4 JENIA TEVELEV EXAMPLE 1.1.3. Let G be a group. Then we can define a category C with just one object (let’s denote it by O) and with Mor(C) = Mor(O; O) = G: The composition law is just the composition law in the group and the iden- tity element IdO is just the identity element of G. f DEFINITION 1.1.4. A morphism X −! Y is called an isomorphism if there g exists a morphism Y −! X (called an inverse of f) such that f ◦ g = IdY and g ◦ f = IdX : In the example above, every morphism is an isomorphism. Namely, an inverse of any element of Mor(C) = G is its inverse in G. A category where any morphism is an isomorphism is called a groupoid, because any groupoid with one object can be obtained from a group G as above. Indeed, axioms of the group (associativity, existence of a unit, exis- tence of an inverse) easily translate into axioms of the groupoid (associativ- ity of the composition, existence of an identity morphism, existence of an inverse morphism). Of course not any category with one object is a groupoid and not any groupoid has one object. EXAMPLE 1.1.5. Fix a field k and a positive integer n. We can define a cate- gory C with just one object (let’s denote it by O) and with Mor(C) = Matn;n : The composition law is given by the multiplication of matrices. The iden- tity element IdO is just the identity matrix. In this category, a morphism is an isomorphism if and only if the corresponding matrix is invertible. Here is an example of a category with a different flavor: EXAMPLE 1.1.6. Recall that a partially ordered set, or a poset, is a set I with an order relation which is • reflexive: i i for any i 2 I, • transitive: i j and j k implies i k, and • anti-symmetric: i j and j i implies i = j. For example, we can take the usual order relation ≤ on real numbers, or divisibility relation ajb on natural numbers (ajb if a divides b). Note that in this last example not any pair of elements can be compared. Interestingly, we can view any poset as a category C. Namely, Ob(C) = I and for any i; j 2 I, Mor(i; j) is an empty set if i 6 j and Mor(i; j) is a set with one element if i j. The composition of morphisms is defined using transitivity of : if Mor(i; j) and Mor(j; k) is non-empty then i j and j k, in which case i k by transitivity, and therefore Mor(i; k) is non-empty. In this case Mor(i; j), Mor(j; k), and Mor(i; k) consist of one element each, and the composition law Mor(i; j) × Mor(j; k) ! Mor(i; k) is defined in a unique way. Notice also that, by reflexivity, i i for any i, hence Mor(i; i) contains a unique morphism: this will be our identity morphism Idi. ALGEBRA: LECTURE NOTES 5 Here is an interesting example of a poset: let X be a topological space. Let I be the set of open subsets of X. This is a poset, where the order re- lation is the inclusion of open subsets U ⊂ V . The corresponding category can be denoted by Top(X). x1.2. Functors. If we want to consider several categories at once, we need a way to relate them! This is done using functors. DEFINITION 1.2.1. A covariant (resp. contravariant) functor F from a cate- gory C to a category D is a rule that, for each object X 2 C, associates an f object F (X) 2 D, and for each morphism X −! Y , associates a morphism F (f) F (f) F (X) −! F (Y ) (resp.
Recommended publications
  • Math 651 Homework 1 - Algebras and Groups Due 2/22/2013
    Math 651 Homework 1 - Algebras and Groups Due 2/22/2013 1) Consider the Lie Group SU(2), the group of 2 × 2 complex matrices A T with A A = I and det(A) = 1. The underlying set is z −w jzj2 + jwj2 = 1 (1) w z with the standard S3 topology. The usual basis for su(2) is 0 i 0 −1 i 0 X = Y = Z = (2) i 0 1 0 0 −i (which are each i times the Pauli matrices: X = iσx, etc.). a) Show this is the algebra of purely imaginary quaternions, under the commutator bracket. b) Extend X to a left-invariant field and Y to a right-invariant field, and show by computation that the Lie bracket between them is zero. c) Extending X, Y , Z to global left-invariant vector fields, give SU(2) the metric g(X; X) = g(Y; Y ) = g(Z; Z) = 1 and all other inner products zero. Show this is a bi-invariant metric. d) Pick > 0 and set g(X; X) = 2, leaving g(Y; Y ) = g(Z; Z) = 1. Show this is left-invariant but not bi-invariant. p 2) The realification of an n × n complex matrix A + −1B is its assignment it to the 2n × 2n matrix A −B (3) BA Any n × n quaternionic matrix can be written A + Bk where A and B are complex matrices. Its complexification is the 2n × 2n complex matrix A −B (4) B A a) Show that the realification of complex matrices and complexifica- tion of quaternionic matrices are algebra homomorphisms.
    [Show full text]
  • CLIFFORD ALGEBRAS and THEIR REPRESENTATIONS Introduction
    CLIFFORD ALGEBRAS AND THEIR REPRESENTATIONS Andrzej Trautman, Uniwersytet Warszawski, Warszawa, Poland Article accepted for publication in the Encyclopedia of Mathematical Physics c 2005 Elsevier Science Ltd ! Introduction Introductory and historical remarks Clifford (1878) introduced his ‘geometric algebras’ as a generalization of Grassmann alge- bras, complex numbers and quaternions. Lipschitz (1886) was the first to define groups constructed from ‘Clifford numbers’ and use them to represent rotations in a Euclidean ´ space. E. Cartan discovered representations of the Lie algebras son(C) and son(R), n > 2, that do not lift to representations of the orthogonal groups. In physics, Clifford algebras and spinors appear for the first time in Pauli’s nonrelativistic theory of the ‘magnetic elec- tron’. Dirac (1928), in his work on the relativistic wave equation of the electron, introduced matrices that provide a representation of the Clifford algebra of Minkowski space. Brauer and Weyl (1935) connected the Clifford and Dirac ideas with Cartan’s spinorial represen- tations of Lie algebras; they found, in any number of dimensions, the spinorial, projective representations of the orthogonal groups. Clifford algebras and spinors are implicit in Euclid’s solution of the Pythagorean equation x2 y2 + z2 = 0 which is equivalent to − y x z p = 2 p q (1) −z y + x q ! " ! " # $ so that x = q2 p2, y = p2 + q2, z = 2pq. If the numbers appearing in (1) are real, then − this equation can be interpreted as providing a representation of a vector (x, y, z) R3, null ∈ with respect to a quadratic form of signature (1, 2), as the ‘square’ of a spinor (p, q) R2.
    [Show full text]
  • Notes and Solutions to Exercises for Mac Lane's Categories for The
    Stefan Dawydiak Version 0.3 July 2, 2020 Notes and Exercises from Categories for the Working Mathematician Contents 0 Preface 2 1 Categories, Functors, and Natural Transformations 2 1.1 Functors . .2 1.2 Natural Transformations . .4 1.3 Monics, Epis, and Zeros . .5 2 Constructions on Categories 6 2.1 Products of Categories . .6 2.2 Functor categories . .6 2.2.1 The Interchange Law . .8 2.3 The Category of All Categories . .8 2.4 Comma Categories . 11 2.5 Graphs and Free Categories . 12 2.6 Quotient Categories . 13 3 Universals and Limits 13 3.1 Universal Arrows . 13 3.2 The Yoneda Lemma . 14 3.2.1 Proof of the Yoneda Lemma . 14 3.3 Coproducts and Colimits . 16 3.4 Products and Limits . 18 3.4.1 The p-adic integers . 20 3.5 Categories with Finite Products . 21 3.6 Groups in Categories . 22 4 Adjoints 23 4.1 Adjunctions . 23 4.2 Examples of Adjoints . 24 4.3 Reflective Subcategories . 28 4.4 Equivalence of Categories . 30 4.5 Adjoints for Preorders . 32 4.5.1 Examples of Galois Connections . 32 4.6 Cartesian Closed Categories . 33 5 Limits 33 5.1 Creation of Limits . 33 5.2 Limits by Products and Equalizers . 34 5.3 Preservation of Limits . 35 5.4 Adjoints on Limits . 35 5.5 Freyd's adjoint functor theorem . 36 1 6 Chapter 6 38 7 Chapter 7 38 8 Abelian Categories 38 8.1 Additive Categories . 38 8.2 Abelian Categories . 38 8.3 Diagram Lemmas . 39 9 Special Limits 41 9.1 Interchange of Limits .
    [Show full text]
  • On the Complexification of the Classical Geometries And
    On the complexication of the classical geometries and exceptional numb ers April Intro duction The classical groups On R Spn R and GLn C app ear as the isometry groups of sp ecial geome tries on a real vector space In fact the orthogonal group On R represents the linear isomorphisms of arealvector space V of dimension nleaving invariant a p ositive denite and symmetric bilinear form g on V The symplectic group Spn R represents the isometry group of a real vector space of dimension n leaving invariant a nondegenerate skewsymmetric bilinear form on V Finally GLn C represents the linear isomorphisms of a real vector space V of dimension nleaving invariant a complex structure on V ie an endomorphism J V V satisfying J These three geometries On R Spn R and GLn C in GLn Rintersect even pairwise in the unitary group Un C Considering now the relativeversions of these geometries on a real manifold of dimension n leads to the notions of a Riemannian manifold an almostsymplectic manifold and an almostcomplex manifold A symplectic manifold however is an almostsymplectic manifold X ie X is a manifold and is a nondegenerate form on X so that the form is closed Similarly an almostcomplex manifold X J is called complex if the torsion tensor N J vanishes These three geometries intersect in the notion of a Kahler manifold In view of the imp ortance of the complexication of the real Lie groupsfor instance in the structure theory and representation theory of semisimple real Lie groupswe consider here the question on the underlying geometrical
    [Show full text]
  • Patterns of Maximally Entangled States Within the Algebra of Biquaternions
    J. Phys. Commun. 4 (2020) 055018 https://doi.org/10.1088/2399-6528/ab9506 PAPER Patterns of maximally entangled states within the algebra of OPEN ACCESS biquaternions RECEIVED 21 March 2020 Lidia Obojska REVISED 16 May 2020 Siedlce University of Natural Sciences and Humanities, ul. 3 Maja 54, 08-110 Siedlce, Poland ACCEPTED FOR PUBLICATION E-mail: [email protected] 20 May 2020 Keywords: bipartite entanglement, biquaternions, density matrix, mereology PUBLISHED 28 May 2020 Original content from this Abstract work may be used under This paper proposes a description of maximally entangled bipartite states within the algebra of the terms of the Creative Commons Attribution 4.0 biquaternions–Ä . We assume that a bipartite entanglement is created in a process of splitting licence. one particle into a pair of two indiscernible, yet not identical particles. As a result, we describe an Any further distribution of this work must maintain entangled correlation by the use of a division relation and obtain twelve forms of biquaternions, attribution to the author(s) and the title of representing pure maximally entangled states. Additionally, we obtain other patterns, describing the work, journal citation mixed entangled states. Finally, we show that there are no other maximally entangled states in Ä and DOI. than those presented in this work. 1. Introduction In 1935, Einstein, Podolski and Rosen described a strange phenomenon, in which in its pure state, one particle behaves like a pair of two indistinguishable, yet not identical, particles [1]. This phenomenon, called by Einstein ’a spooky action at a distance’, has been investigated by many authors, who tried to explain this strange correlation [2–9].
    [Show full text]
  • Majorana Spinors
    MAJORANA SPINORS JOSE´ FIGUEROA-O'FARRILL Contents 1. Complex, real and quaternionic representations 2 2. Some basis-dependent formulae 5 3. Clifford algebras and their spinors 6 4. Complex Clifford algebras and the Majorana condition 10 5. Examples 13 One dimension 13 Two dimensions 13 Three dimensions 14 Four dimensions 14 Six dimensions 15 Ten dimensions 16 Eleven dimensions 16 Twelve dimensions 16 ...and back! 16 Summary 19 References 19 These notes arose as an attempt to conceptualise the `symplectic Majorana{Weyl condition' in 5+1 dimensions; but have turned into a general discussion of spinors. Spinors play a crucial role in supersymmetry. Part of their versatility is that they come in many guises: `Dirac', `Majorana', `Weyl', `Majorana{Weyl', `symplectic Majorana', `symplectic Majorana{Weyl', and their `pseudo' counterparts. The tra- ditional physics approach to this topic is a mixed bag of tricks using disparate aspects of representation theory of finite groups. In these notes we will attempt to provide a uniform treatment based on the classification of Clifford algebras, a work dating back to the early 60s and all but ignored by the theoretical physics com- munity. Recent developments in superstring theory have made us re-examine the conditions for the existence of different kinds of spinors in spacetimes of arbitrary signature, and we believe that a discussion of this more uniform approach is timely and could be useful to the student meeting this topic for the first time or to the practitioner who has difficulty remembering the answer to questions like \when do symplectic Majorana{Weyl spinors exist?" The notes are organised as follows.
    [Show full text]
  • Arxiv:1005.0156V3
    FOUR PROBLEMS REGARDING REPRESENTABLE FUNCTORS G. MILITARU C Abstract. Let R, S be two rings, C an R-coring and RM the category of left C- C C comodules. The category Rep (RM, SM) of all representable functors RM→ S M is C shown to be equivalent to the opposite of the category RMS . For U an (S, R)-bimodule C we give necessary and sufficient conditions for the induction functor U ⊗R − : RM→ SM to be: a representable functor, an equivalence of categories, a separable or a Frobenius functor. The latter results generalize and unify the classical theorems of Morita for categories of modules over rings and the more recent theorems obtained by Brezinski, Caenepeel et al. for categories of comodules over corings. Introduction Let C be a category and V a variety of algebras in the sense of universal algebras. A functor F : C →V is called representable [1] if γ ◦ F : C → Set is representable in the classical sense, where γ : V → Set is the forgetful functor. Four general problems concerning representable functors have been identified: Problem A: Describe the category Rep (C, V) of all representable functors F : C→V. Problem B: Give a necessary and sufficient condition for a given functor F : C→V to be representable (possibly predefining the object of representability). Problem C: When is a composition of two representable functors a representable functor? Problem D: Give a necessary and sufficient condition for a representable functor F : C → V and for its left adjoint to be separable or Frobenius. The pioneer of studying problem A was Kan [10] who described all representable functors from semigroups to semigroups.
    [Show full text]
  • Maxwell's Equations
    Maxwell’s equations Daniel Henry Gottlieb August 1, 2004 Abstract We express Maxwell’s equations as a single equation, first using the divergence of a special type of matrix field to obtain the four current, and then the divergence of a special matrix to obtain the Electromagnetic field. These two equations give rise to a remarkable dual set of equations in which the operators become the matrices and the vectors become the fields. The decoupling of the equations into the wave equation is very simple and natural. The divergence of the stress energy tensor gives the Lorentz Law in a very natural way. We compare this approach to the related descriptions of Maxwell’s equations by biquaternions and Clifford algebras. 1 Introduction Maxwell’s equations have been expressed in many forms in the century and a half since their dis- covery. The original equations were 16 in number. The vector forms, written below, consist of 4 equations. The differential form versions consists of two equations; see [Misner, Thorne and Wheeler(1973); see equations 4.10, 4.11]. See also [Steven Parrott(1987) page 98 -100 ] The ap- plication of quaternions, and their complexification, the biquaternions, results in a version of one equation. William E. Baylis (1999) equation 3.8, is an example. In this work, we obtain one Maxwell equation, (10), representing the electromagnetic field as a matrix and the divergence as a vector multiplying the field matrix. But we also obtain a remarkable dual formulation of Maxwell’s equation, (15), wherein the operator is now the matrix and the field is now the vector.
    [Show full text]
  • 5 Spinor Calculus
    5 Spinor Calculus 5.1 From triads and Euler angles to spinors. A heuristic introduction. As mentioned already in Section 3.4.3, it is an obvious idea to enrich the Pauli algebra formalism by introducing the complex vector space V(2; C) on which the matrices operate. The two-component complex vectors are traditionally called spinors28. We wish to show that they give rise to a wide range of applications. In fact we shall introduce the spinor concept as a natural answer to a problem that arises in the context of rotational motion. In Section 3 we have considered rotations as operations performed on a vector space. Whereas this approach enabled us to give a group-theoretical definition of the magnetic field, a vector is not an appropriate construct to account for the rotation of an orientable object. The simplest mathematical model suitable for this purpose is a Cartesian (orthogonal) three-frame, briefly, a triad. The problem is to consider two triads with coinciding origins, and the rotation of the object frame is described with respect to the space frame. The triads are represented in terms of their respective unit vectors: the space frame as Σs(x^1; x^2; x^3) and the object frame as Σc(e^1; e^2; e^3). Here c stands for “corpus,” since o for “object” seems ambiguous. We choose the frames to be right-handed. These orientable objects are not pointlike, and their parametrization offers novel problems. In this sense we may refer to triads as “higher objects,” by contrast to points which are “lower objects.” The thought that comes most easily to mind is to consider the nine direction cosines e^i · x^k but this is impractical, because of the six relations connecting these parameters.
    [Show full text]
  • Classification of Left Octonion Modules
    Classification of left octonion modules Qinghai Huo, Yong Li, Guangbin Ren Abstract It is natural to study octonion Hilbert spaces as the recently swift development of the theory of quaternion Hilbert spaces. In order to do this, it is important to study first its algebraic structure, namely, octonion modules. In this article, we provide complete classification of left octonion modules. In contrast to the quaternionic setting, we encounter some new phenomena. That is, a submodule generated by one element m may be the whole module and may be not in the form Om. This motivates us to introduce some new notions such as associative elements, conjugate associative elements, cyclic elements. We can characterize octonion modules in terms of these notions. It turns out that octonions admit two distinct structures of octonion modules, and moreover, the direct sum of their several copies exhaust all octonion modules with finite dimensions. Keywords: Octonion module; associative element; cyclic element; Cℓ7-module. AMS Subject Classifications: 17A05 Contents 1 introduction 1 2 Preliminaries 3 2.1 The algebra of the octonions O .............................. 3 2.2 Universal Clifford algebra . ... 4 3 O-modules 6 4 The structure of left O-moudles 10 4.1 Finite dimensional O-modules............................... 10 4.2 Structure of general left O-modules............................ 13 4.3 Cyclic elements in left O-module ............................. 15 arXiv:1911.08282v2 [math.RA] 21 Nov 2019 1 introduction The theory of quaternion Hilbert spaces brings the classical theory of functional analysis into the non-commutative realm (see [10, 16, 17, 20, 21]). It arises some new notions such as spherical spectrum, which has potential applications in quantum mechanics (see [4, 6]).
    [Show full text]
  • Unifying the Hyperbolic and Spherical 2-Body Problem with Biquaternions
    Unifying the Hyperbolic and Spherical 2-Body Problem with Biquaternions Philip Arathoon December 2020 Abstract The 2-body problem on the sphere and hyperbolic space are both real forms of holo- morphic Hamiltonian systems defined on the complex sphere. This admits a natural description in terms of biquaternions and allows us to address questions concerning the hyperbolic system by complexifying it and treating it as the complexification of a spherical system. In this way, results for the 2-body problem on the sphere are readily translated to the hyperbolic case. For instance, we implement this idea to completely classify the relative equilibria for the 2-body problem on hyperbolic 3-space for a strictly attractive potential. Background and outline The case of the 2-body problem on the 3-sphere has recently been considered by the author in [1]. This treatment takes advantage of the fact that S3 is a group and that the action of SO(4) on S3 is generated by the left and right multiplication of S3 on itself. This allows for a reduction in stages, first reducing by the left multiplication, and then reducing an intermediate space by the residual right-action. An advantage of this reduction-by-stages is that it allows for a fairly straightforward derivation of the relative equilibria solutions: the relative equilibria may first be classified in the intermediate reduced space and then reconstructed on the original phase space. For the 2-body problem on hyperbolic space the same idea does not apply. Hyperbolic 3-space H3 cannot be endowed with an isometric group structure and the symmetry group SO(1; 3) does not arise as a direct product of two groups.
    [Show full text]
  • Quaternion Algebraic Geometry
    Quaternion Algebraic Geometry Dominic Widdows June 5, 2006 Abstract QUATERNION ALGEBRAIC GEOMETRY DOMINIC WIDDOWS St Anne’s College, Oxford Thesis submitted Hilary Term, 2000, in support of application to supplicate for the degree of D.Phil. This thesis is a collection of results about hypercomplex and quaternionic manifolds, focussing on two main areas. These are exterior forms and double complexes, and the ‘algebraic geometry’ of hypercomplex manifolds. The latter area is strongly influenced by techniques from quaternionic algebra. A new double complex on quaternionic manifolds is presented, a quaternionic version of the Dolbeault complex on a complex manifold. It arises from the decomposition of real-valued exterior forms on a quaternionic manifold M into irreducible representations of Sp(1). This decomposition gives a double complex of differential forms and operators ∼ as a result of the Clebsch-Gordon formula Vr⊗V1 = Vr+1⊕Vr−1 for Sp(1)-representations. The properties of the double complex are investigated, and it is established that it is elliptic in most places. Joyce has created a new theory of quaternionic algebra [J1] by defining a quaternionic tensor product for AH-modules (H-modules equipped with a special real subspace). The 1 theory can be described using sheaves over CP , an interpretation due to Quillen [Q]. AH-modules and their quaternionic tensor products are classified. Stable AH-modules are described using Sp(1)-representations. This theory is especially useful for describing hypercomplex manifolds and forming close analogies with complex geometry. Joyce has defined and investigated q-holomorphic functions on hypercomplex manifolds. There is also a q-holomorphic cotangent space which again arises as a result of the Clebsch-Gordon formula.
    [Show full text]