Representation Theory of Finite Groups II: Linear Algebra

Total Page:16

File Type:pdf, Size:1020Kb

Representation Theory of Finite Groups II: Linear Algebra Representation theory of finite groups II: Linear algebra Justin Campbell July 8, 2015 1 Definitions and basic results In linear algebra we work over a field of scalars F . Feel free to assume F = Q, R, C, or any other example you're comfortable with. In high school we learn that a vector is something that has direction and magnitude. From an algebraic point of view, the essential characteristics of vectors are that they can be added together and multiplied by scalars. Definition 1.1. A vector space over F is an abelian group V , written additively, equipped with an additional operation F × V ! V called scalar multiplication and written (a; v) 7! av. Scalar multiplication is required to satisfy, for all a; b 2 F and v; w 2 V , • 1 · v = v, • (ab)v = a(bv), • (a + b)v = av + bv, and • a(v + w) = av + aw. We call elements of a vector space vectors. Example 1.2. Let n ≥ 1. We denote by F n the vector space consisting of n-tuples of elements of F , which we often think of as n × 1 matrices. Addition and scalar multiplication are defined componentwise. This standard vector space is the one encountered in matrix algebra courses. Example 1.3. The set of continuous functions R ! R forms a (huge) vector space over R. Example 1.4. If L is a vector space with the property that there exists nonzero v 2 L such that every vector in L has the form cv for some c 2 F , we call L one-dimensional or a line. For instance, F itself is a line (the case n = 1 of Example 1.2). As with any class of mathematical objects, morphisms between vector spaces are as important as vector spaces themselves (and more interesting). Definition 1.5. Let V and W be vector spaces over F . An F -linear map ' : V ! W is a homomorphism of the underlying abelian groups which is also compatible with scalar multiplication, i.e. for all a 2 F and v 2 V we have '(av) = a'(v): A bijective linear map is called an isomorphism. Example 1.6. For any vector space V and any a 2 F , the map V ! V given by v 7! av is linear. Exercise 1.7. Show that if L is a line then any linear map ' : L ! L has the form '(v) = av for some a 2 F . 1 Exercise 1.8. Show that the composition of two linear maps is linear, and that the inverse of a bijective linear map is linear. The set of all linear maps V ! W is itself a vector space, which we denote by Hom(V; W ). When V = W we write End(V ) := Hom(V; V ) (short for endomorphism), which has the composition operation along with addition. If V 6= 0 then End(V ) is not a group under composition, since then the zero map V ! V is not invertible. Write GL(V ) := Aut(V ) for the group (under composition) of automorphisms of V , i.e. bijective linear maps V ! V , called the general linear group of V . Exercise 1.9. Check that Hom(V ) is a vector space and GL(V ) is a group. Definition 1.10. The dual space of a vector space V is the vector space V ∗ := Hom(V; F ). Given a linear map ' : V ! W , there is a corresponding dual or transpose linear map '∗ : W ∗ ! V ∗ which sends λ : W ! F to λ ◦ ' : V ! F . There is a canonical linear map ev : V ! (V ∗)∗ defined by ev(v)(λ) := λ(v); where v 2 V and λ 2 V ∗. Proposition 1.11. The map ev : V ! (V ∗)∗ is injective. Proof. We give the proof for finite-dimensional V . Suppose v 2 ker ev, meaning λ(v) = 0 for all λ 2 V ∗. ∗ If v 6= 0 then there is a basis v1; ··· ; vn of V with v1 = v, hence a dual basis λ1; ··· ; λn of V . But then λ1(v) = 1 6= 0, a contradiction. 2 Subspaces and matrices In this section we continue our discussion of the basic concepts. Definition 2.1. A subspace W of a vector space V is a subset which is closed under addition and scalar multiplication and itself forms a vector space. To see that a subset W ⊂ V is a subspace, it is enough to check that W is an additive subgroup which is closed under scalar multiplication. In symbols, this means that for any v; w 2 W and a 2 F we have • 0 2 W , • v + w 2 W , • −v 2 W , • av 2 W . Any vector space V has the zero subspace and the subspace V which contains all vectors. Example 2.2. The image of any linear map ' : V ! W is a subspace im ' ⊂ W . The kernel ker ' ⊂ V , meaning the vectors which ' sends to 0, is a subspace of V . Sometimes im ' is called the range of ' and ker ' is called the nullspace. Note that a linear map ' : V ! W is injective if and only if ker ' = 0. Example 2.3. Given an arbitrary subset S ⊂ V of a vector space, the span of S is the subspace of V consisting of vectors of the form a1v1 + ··· + anvn for some v1; ··· ; vn 2 S and a1; ··· ; an 2 F . Such an expression is called a linear combination of vectors in S. If the span of S is V we say that S spans V . If V is spanned by a finite set we call V finite-dimensional. 2 If S is any set, not necessarily given as a subset of a vector space, we can construct the universal vector space spanned by S as follows (the meaning of the word universal will be explained). This vector space is ⊕S denoted by F and as a set consists of collections (ai)i2S of elements of F indexed by elements of S, with the property that ai = 0 for all but finitely many i 2 S. Addition and scalar multiplication are performed ⊕S th componentwise. Thus for each i 2 S we have a vector ei 2 F , defined to be 1 in the i place and 0 ⊕S everywhere else, and vectors in F are by definition linear combinations of the ei. In particular there is a ⊕S canonical injection S ! F given by i 7! ei. Note that if S = f1; ··· ; ng then F ⊕S = F n. Proposition 2.4. For any vector space V , restriction along the canonical injection S ! F ⊕S defines a bijection from Hom(F ⊕S;V ) to the set of maps S ! V . Proof. If f : S ! V is any map, then we can define ' : F ⊕S ! V by the formula X '((ai)i2S) := aif(i); i2S which makes sense because all but finitely many ai = 0. This is the inverse construction. Exercise 2.5. Check that the span of a subset S ⊂ V is the image of the linear map F ⊕S ! V corresponding to the inclusion S ! V . For any m; n ≥ 1 let Matm×n(F ) denote the vector space of m × n matrices with coefficients in F . As is the convention in matrix algebra, we can view vectors in F n as n × 1 matrices and multiply them on the left by m × n matrices to obtain m × 1 matrices, i.e. vectors in F m. Exercise 2.6. Check that matrix multiplication, as described above, defines a linear map n m Matm×n(F ) ! Hom(F ;F ): The next result is fundamental. It is really a special case of Proposition 2.4. Proposition 2.7. The linear map from Exercise 2.6 is an isomorphism. Moreover, under this isomorphism multiplication of matrices goes to composition of linear maps. n m m Proof. Let ' : F ! F be a linear map. The corresponding m × n matrix has as columns the '(ei) 2 F , 1 ≤ i ≤ n. This is the inverse construction. n m Choose A 2 Matm×n(F ) and B 2 Matn×p(F ) with coefficients aij and bjk, and write ' : F ! F and : F m ! F p for the corresponding linear maps. Then for any 1 ≤ i ≤ n we have X BAei = ( aijbjk)1≤k≤p = ('(ei)): j Since ◦' and the linear map corresponding to BA agree on the basis e1; ··· ; en, they are equal by Exercise 2.8 below. Exercise 2.8. Let V and W be vector spaces and suppose S spans V . Show that if '; : V ! W are two linear maps satisfying '(v) = (v) for all v 2 S, then ' = . 3 Bases and dimension If we are given a subset S ⊂ V which spans V , we might ask whether S contains redundancies, i.e. whether there is a proper subset of S which still spans V . This can be detected using the notion of linear dependence. 3 Definition 3.1. A subset S ⊂ V of a vector space is called linearly dependent provided that there exists n ≥ 1, vectors v1; ··· ; vn 2 S, and nonzero a1; ··· ; an 2 F with the property that a1v1 + ··· + anvn = 0: If S is not linearly dependent we call it linearly independent. If S is linearly independent and spans V we say that S is a basis for V . Example 3.2. A basis of a line L is just a nonzero vector v 2 L. Observe that if S ⊂ V is linearly independent then 0 2= S. Exercise 3.3. In the notation of Proposition 2.4, check that (i) the morphism F ⊕S ! V is injective if and only if S is linearly independent, (ii) the morphism F ⊕S ! V is surjective if and only if S spans V , and (iii) the morphism F ⊕S ! V is an isomorphism if and only if S is a basis of V .
Recommended publications
  • PCMI Summer 2015 Undergraduate Lectures on Flag Varieties 0. What
    PCMI Summer 2015 Undergraduate Lectures on Flag Varieties 0. What are Flag Varieties and Why should we study them? Let's start by over-analyzing the binomial theorem: n X n (x + y)n = xmyn−m m m=0 has binomial coefficients n n! = m m!(n − m)! that count the number of m-element subsets T of an n-element set S. Let's count these subsets in two different ways: (a) The number of ways of choosing m different elements from S is: n(n − 1) ··· (n − m + 1) = n!=(n − m)! and each such choice produces a subset T ⊂ S, with an ordering: T = ft1; ::::; tmg of the elements of T This realizes the desired set (of subsets) as the image: f : fT ⊂ S; T = ft1; :::; tmgg ! fT ⊂ Sg of a \forgetful" map. Since each preimage f −1(T ) of a subset has m! elements (the orderings of T ), we get the binomial count. Bonus. If S = [n] = f1; :::; ng is ordered, then each subset T ⊂ [n] has a distinguished ordering t1 < t2 < ::: < tm that produces a \section" of the forgetful map. For example, in the case n = 4 and m = 2, we get: fT ⊂ [4]g = ff1; 2g; f1; 3g; f1; 4g; f2; 3g; f2; 4g; f3; 4gg realized as a subset of the set fT ⊂ [4]; ft1; t2gg. (b) The group Perm(S) of permutations of S \acts" on fT ⊂ Sg via f(T ) = ff(t) jt 2 T g for each permutation f : S ! S This is an transitive action (every subset maps to every other subset), and the \stabilizer" of a particular subset T ⊂ S is the subgroup: Perm(T ) × Perm(S − T ) ⊂ Perm(S) of permutations of T and S − T separately.
    [Show full text]
  • A Quasideterminantal Approach to Quantized Flag Varieties
    A QUASIDETERMINANTAL APPROACH TO QUANTIZED FLAG VARIETIES BY AARON LAUVE A dissertation submitted to the Graduate School—New Brunswick Rutgers, The State University of New Jersey in partial fulfillment of the requirements for the degree of Doctor of Philosophy Graduate Program in Mathematics Written under the direction of Vladimir Retakh & Robert L. Wilson and approved by New Brunswick, New Jersey May, 2005 ABSTRACT OF THE DISSERTATION A Quasideterminantal Approach to Quantized Flag Varieties by Aaron Lauve Dissertation Director: Vladimir Retakh & Robert L. Wilson We provide an efficient, uniform means to attach flag varieties, and coordinate rings of flag varieties, to numerous noncommutative settings. Our approach is to use the quasideterminant to define a generic noncommutative flag, then specialize this flag to any specific noncommutative setting wherein an amenable determinant exists. ii Acknowledgements For finding interesting problems and worrying about my future, I extend a warm thank you to my advisor, Vladimir Retakh. For a willingness to work through even the most boring of details if it would make me feel better, I extend a warm thank you to my advisor, Robert L. Wilson. For helpful mathematical discussions during my time at Rutgers, I would like to acknowledge Earl Taft, Jacob Towber, Kia Dalili, Sasa Radomirovic, Michael Richter, and the David Nacin Memorial Lecture Series—Nacin, Weingart, Schutzer. A most heartfelt thank you is extended to 326 Wayne ST, Maria, Kia, Saˇsa,Laura, and Ray. Without your steadying influence and constant comraderie, my time at Rut- gers may have been shorter, but certainly would have been darker. Thank you. Before there was Maria and 326 Wayne ST, there were others who supported me.
    [Show full text]
  • GROMOV-WITTEN INVARIANTS on GRASSMANNIANS 1. Introduction
    JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 16, Number 4, Pages 901{915 S 0894-0347(03)00429-6 Article electronically published on May 1, 2003 GROMOV-WITTEN INVARIANTS ON GRASSMANNIANS ANDERS SKOVSTED BUCH, ANDREW KRESCH, AND HARRY TAMVAKIS 1. Introduction The central theme of this paper is the following result: any three-point genus zero Gromov-Witten invariant on a Grassmannian X is equal to a classical intersec- tion number on a homogeneous space Y of the same Lie type. We prove this when X is a type A Grassmannian, and, in types B, C,andD,whenX is the Lagrangian or orthogonal Grassmannian parametrizing maximal isotropic subspaces in a com- plex vector space equipped with a non-degenerate skew-symmetric or symmetric form. The space Y depends on X and the degree of the Gromov-Witten invariant considered. For a type A Grassmannian, Y is a two-step flag variety, and in the other cases, Y is a sub-maximal isotropic Grassmannian. Our key identity for Gromov-Witten invariants is based on an explicit bijection between the set of rational maps counted by a Gromov-Witten invariant and the set of points in the intersection of three Schubert varieties in the homogeneous space Y . The proof of this result uses no moduli spaces of maps and requires only basic algebraic geometry. It was observed in [Bu1] that the intersection and linear span of the subspaces corresponding to points on a curve in a Grassmannian, called the kernel and span of the curve, have dimensions which are bounded below and above, respectively.
    [Show full text]
  • Totally Positive Toeplitz Matrices and Quantum Cohomology of Partial Flag Varieties
    JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 16, Number 2, Pages 363{392 S 0894-0347(02)00412-5 Article electronically published on November 29, 2002 TOTALLY POSITIVE TOEPLITZ MATRICES AND QUANTUM COHOMOLOGY OF PARTIAL FLAG VARIETIES KONSTANZE RIETSCH 1. Introduction A matrix is called totally nonnegative if all of its minors are nonnegative. Totally nonnegative infinite Toeplitz matrices were studied first in the 1950's. They are characterized in the following theorem conjectured by Schoenberg and proved by Edrei. Theorem 1.1 ([10]). The Toeplitz matrix ∞×1 1 a1 1 0 1 a2 a1 1 B . .. C B . a2 a1 . C B C A = B .. .. .. C B ad . C B C B .. .. C Bad+1 . a1 1 C B C B . C B . .. .. a a .. C B 2 1 C B . C B .. .. .. .. ..C B C is totally nonnegative@ precisely if its generating function is of theA form, 2 (1 + βit) 1+a1t + a2t + =exp(tα) ; ··· (1 γit) i Y2N − where α R 0 and β1 β2 0,γ1 γ2 0 with βi + γi < . 2 ≥ ≥ ≥···≥ ≥ ≥···≥ 1 This beautiful result has been reproved many times; see [32]P for anP overview. It may be thought of as giving a parameterization of the totally nonnegative Toeplitz matrices by ~ N N ~ (α;(βi)i; (~γi)i) R 0 R 0 R 0 i(βi +~γi) < ; f 2 ≥ × ≥ × ≥ j 1g i X2N where β~i = βi βi+1 andγ ~i = γi γi+1. − − Received by the editors December 10, 2001 and, in revised form, September 14, 2002. 2000 Mathematics Subject Classification. Primary 20G20, 15A48, 14N35, 14N15.
    [Show full text]
  • Borel Subgroups and Flag Manifolds
    Topics in Representation Theory: Borel Subgroups and Flag Manifolds 1 Borel and parabolic subalgebras We have seen that to pick a single irreducible out of the space of sections Γ(Lλ) we need to somehow impose the condition that elements of negative root spaces, acting from the right, give zero. To get a geometric interpretation of what this condition means, we need to invoke complex geometry. To even define the negative root space, we need to begin by complexifying the Lie algebra X gC = tC ⊕ gα α∈R and then making a choice of positive roots R+ ⊂ R X gC = tC ⊕ (gα + g−α) α∈R+ Note that the complexified tangent space to G/T at the identity coset is X TeT (G/T ) ⊗ C = gα α∈R and a choice of positive roots gives a choice of complex structure on TeT (G/T ), with the holomorphic, anti-holomorphic decomposition X X TeT (G/T ) ⊗ C = TeT (G/T ) ⊕ TeT (G/T ) = gα ⊕ g−α α∈R+ α∈R+ While g/t is not a Lie algebra, + X − X n = gα, and n = g−α α∈R+ α∈R+ are each Lie algebras, subalgebras of gC since [n+, n+] ⊂ n+ (and similarly for n−). This follows from [gα, gβ] ⊂ gα+β The Lie algebras n+ and n− are nilpotent Lie algebras, meaning 1 Definition 1 (Nilpotent Lie Algebra). A Lie algebra g is called nilpotent if, for some finite integer k, elements of g constructed by taking k commutators are zero. In other words [g, [g, [g, [g, ··· ]]]] = 0 where one is taking k commutators.
    [Show full text]
  • Arxiv:2004.00112V2 [Math.CO] 18 Jan 2021 Eeal Let Generally Torus H Rsmnin Let Grassmannian
    K-THEORETIC TUTTE POLYNOMIALS OF MORPHISMS OF MATROIDS RODICA DINU, CHRISTOPHER EUR, TIM SEYNNAEVE ABSTRACT. We generalize the Tutte polynomial of a matroid to a morphism of matroids via the K-theory of flag varieties. We introduce two different generalizations, and demonstrate that each has its own merits, where the trade-off is between the ease of combinatorics and geometry. One generalization recovers the Las Vergnas Tutte polynomial of a morphism of matroids, which admits a corank-nullity formula and a deletion-contraction recursion. The other generalization does not, but better reflects the geometry of flag varieties. 1. INTRODUCTION Matroids are combinatorial abstractions of hyperplane arrangements that have been fruitful grounds for interactions between algebraic geometry and combinatorics. One interaction concerns the Tutte polynomial of a matroid, an invariant first defined for graphs by Tutte [Tut67] and then for matroids by Crapo [Cra69]. Definition 1.1. Let M be a matroid of rank r on a finite set [n] = {1, 2,...,n} with the rank function [n] rkM : 2 → Z≥0. Its Tutte polynomial TM (x,y) is a bivariate polynomial in x,y defined by r−rkM (S) |S|−rkM (S) TM (x,y) := (x − 1) (y − 1) . SX⊆[n] An algebro-geometric interpretation of the Tutte polynomial was given in [FS12] via the K-theory of the Grassmannian. Let Gr(r; n) be the Grassmannian of r-dimensional linear subspaces in Cn, and more generally let F l(r; n) be the flag variety of flags of linear spaces of dimensions r = (r1, . , rk). The torus T = (C∗)n acts on Gr(r; n) and F l(r; n) by its standard action on Cn.
    [Show full text]
  • Math 491 - Linear Algebra II, Fall 2016
    Math 491 - Linear Algebra II, Fall 2016 Homework 5 - Quotient Spaces and Cayley–Hamilton Theorem Quiz on 3/8/16 Remark: Answers should be written in the following format: A) Result. B) If possible, the name of the method you used. C) The computation or proof. 1. Quotient space. Let V be a vector space over a field F and W ⊂ V subspace. For every v 2 V denote by v + W the set v + W = fv + w j w 2 Wg, and call it the coset of v with respect to W. Denote by V/W the collection of all cosets of vectors of V with respect to W, and call it the quotient of V by W. (a) Define the operation + on V/W by setting, (v + W)+(u + W) = (v + u) + W. Show that + is well-defined. That is, if v, v0 2 V and u, u0 2 V are such that v + W = v0 + W and u + W = u0 + W, show (v + W)+(u + W) = (v0 + W)+(u0 + W). Hint: It may help to first show that for vectors v, v0 2 V, we have v + W = v0 + W if and only if v − v0 2 W. (b) Define the operation · on V/W by setting, a · (v + W) = a · v + W. Show that · is well-defined. That is, if v, v0 2 V/W and a 2 F such that v + W = v0 + W, show that a · (v + W) = a · (v0 + W). 1 (c) Define 0V/W 2 V/W by 0V/W = 0V + W.
    [Show full text]
  • [Math.AG] 14 May 1998
    MULTIPLE FLAG VARIETIES OF FINITE TYPE PETER MAGYAR, JERZY WEYMAN, AND ANDREI ZELEVINSKY Abstract. We classify all products of flag varieties with finitely many orbits under the diagonal action of the general linear group. We also classify the orbits in each case and construct explicit representatives. 1. Introduction For a reductive group G, the Schubert (or Bruhat) decomposition describes the orbits of a Borel subgroup B acting on the flag variety G/B. It is the starting point for analyzing the geometry and topology of G/B, and is also significant for the representation theory of G. This decomposition states that G/B = `w∈W B · wB, where W is the Weyl group. An equivalent form which is more symmetric is the 2 G-orbit decomposition of the double flag variety: (G/B) = `w∈W G · (eB,wB). One can easily generalize the Schubert decomposition by considering G-orbits on a product of two partial flag varieties G/P × G/Q, where P and Q are parabolic subgroups. The crucial feature in each case is that the number of orbits is finite and has a rich combinatorial structure. Here we address the more general question: for which tuples of parabolic sub- groups (P1,... ,Pk) does the group G have finitely many orbits when acting diag- onally in the product of several flag varieties G/P1 ×···× G/Pk? As before, this is equivalent to asking when G/P2 ×···× G/Pk has finitely many P1-orbits. (If P1 = B is a Borel subgroup, this is one definition of a spherical variety. Thus, our problem includes that of classifying the multiple flag varieties of spherical type.) To the best of our knowledge, the problem of classifying all finite-orbit tuples for an arbitrary G is still open (although in the special case when k = 3, P1 = B, and P2 and P3 are maximal parabolic subgroups, such a classification was given in [6]).
    [Show full text]
  • The Structure of Hilbert Flag Varieties Dedicated to the Memory of Our Father
    Publ. RIMS, Kvoto Univ. 30 (1994), 401^441 The Structure of Hilbert Flag Varieties Dedicated to the memory of our father By Gerard F. HELMINCK* and Aloysius G. HELMINCK** Abstract In this paper we present a geometric realization of infinite dimensional analogues of the finite dimensional representations of the general linear group. This requires a detailed analysis of the structure of the flag varieties involved and the line bundles over them. In general the action of the restricted linear group can not be lifted to the line bundles and thus leads to central extensions of this group. It is determined exactly when these extensions are non-trivial. These representations are of importance in quantum field theory and in the framework of integrable systems. As an application, it is shown how the flag varieties occur in the latter context. § 1. Introduction Let H be a complex Hilbert space. If H is finite dimensional, then it is a classical result that the finite dimensional irreducible representations of the general linear group GL(H) can be realized geometrically as the natural action of the group GL(H) on the space of global holomorphic sections of a holomorphic line bundle over a space of flags in H. By choosing a basis of H, one can identify this space of holomorphic sections with a space of holomorphic functions on GL(H) that are certain polynomial expressions in minors of the matrices corresponding to the elements of GL(H). Infinite dimensional analogues of some of these representations occur in quantum field theory, see e.g. [5].
    [Show full text]
  • On an Inner Product in Modular Tensor Categories
    JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 9, Number 4, October 1996 ON AN INNER PRODUCT IN MODULAR TENSOR CATEGORIES ALEXANDER A. KIRILLOV, JR. Dedicated to my father on his 60th birthday 0. Introduction In this paper we study some properties of tensor categories that arise in 2- dimensional conformal and 3-dimensional topological quantum field theory—so- called modular tensor categories. By definition, these categories are braided tensor categories with duality which are semisimple, have a finite number of simple objects and satisfy some non-degeneracy condition. Our main example of such a category is the reduced category of representations of a quantum group Uqg in the case when q is a root of unity (see [AP], [GK]). The main property of such categories is that we can introduce a natural projec- tive action of the mapping class group of any 2-dimensional surface with marked points on appropriate spaces of morphisms in this category (see [Tu]). This prop- erty explains the name “modular tensor category” and is crucial for establishing a relation with 3-dimensional quantum field theory and, in particular, for the con- struction of invariants of 3-manifolds (Reshetikhin-Turaev invariants). In particular, for the torus with one puncture we get a projective action of the modular group SL2(Z) on any space of morphisms Hom(H, U), where U is any simple object and H is a special object which is an analogue of the regular representation (see [Lyu]). In the case U = C this action is well known: it is the action of a modular group on the characters of a corresponding affine Lie algebra.
    [Show full text]
  • Geometrization of Three-Dimensional Orbifolds Via Ricci Flow
    GEOMETRIZATION OF THREE-DIMENSIONAL ORBIFOLDS VIA RICCI FLOW BRUCE KLEINER AND JOHN LOTT Abstract. A three-dimensional closed orientable orbifold (with no bad suborbifolds) is known to have a geometric decomposition from work of Perelman [50, 51] in the manifold case, along with earlier work of Boileau-Leeb-Porti [4], Boileau-Maillot-Porti [5], Boileau- Porti [6], Cooper-Hodgson-Kerckhoff [19] and Thurston [59]. We give a new, logically independent, unified proof of the geometrization of orbifolds, using Ricci flow. Along the way we develop some tools for the geometry of orbifolds that may be of independent interest. Contents 1. Introduction 3 1.1. Orbifolds and geometrization 3 1.2. Discussion of the proof 3 1.3. Organization of the paper 4 1.4. Acknowledgements 5 2. Orbifold topology and geometry 5 2.1. Differential topology of orbifolds 5 2.2. Universal cover and fundamental group 10 2.3. Low-dimensional orbifolds 12 2.4. Seifert 3-orbifolds 17 2.5. Riemannian geometry of orbifolds 17 2.6. Critical point theory for distance functions 20 2.7. Smoothing functions 21 3. Noncompact nonnegatively curved orbifolds 22 3.1. Splitting theorem 23 3.2. Cheeger-Gromoll-type theorem 23 3.3. Ruling out tight necks in nonnegatively curved orbifolds 25 3.4. Nonnegatively curved 2-orbifolds 27 Date: May 28, 2014. Research supported by NSF grants DMS-0903076 and DMS-1007508. 1 2 BRUCE KLEINER AND JOHN LOTT 3.5. Noncompact nonnegatively curved 3-orbifolds 27 3.6. 2-dimensional nonnegatively curved orbifolds that are pointed Gromov- Hausdorff close to an interval 28 4.
    [Show full text]
  • Matroid Polytopes and Their Volumes
    matroid polytopes and their volumes. federico ardila∗ carolina benedettiy jeffrey dokerz abstract. We express the matroid polytope PM of a matroid M as a signed Minkowski sum of simplices, and obtain a formula for the volume of PM . This gives a combinatorial expression for the degree of an arbitrary torus orbit closure in the Grassmannian Grk;n. We then derive analogous results for the inde- pendent set polytope and the associated flag matroid polytope of M. Our proofs are based on a natural extension of Postnikov's theory of generalized permutohedra. 1 introduction. The theory of matroids can be approached from many different points of view; a matroid can be defined as a simplicial complex of independent sets, a lattice of flats, a closure relation, etc. A relatively new point of view is the study of matroid polytopes, which in some sense are the natural combinatorial incarnations of matroids in algebraic geometry and optimization. Our paper is a contribution in this direction. We begin with the observation that matroid polytopes are members of the family of generalized permutohedra [14]. With some modifications of Postnikov's beautiful theory, we express the matroid polytope PM as a signed Minkowski sum of simplices, and use that to give a formula for its volume Vol (PM ). This is done in Theorems 2.5 and 3.3. Our answers are expressed in terms of the beta invariants of the contractions of M. Formulas for Vol (PM ) were given in very special cases by Stanley [17] and Lam and Postnikov [11], and a polynomial time algorithm for finding Vol (PM ) ∗San Francisco State University, San Francisco, CA, USA, [email protected].
    [Show full text]