The Tangent Functor Monad and Foliations by Benoıt Michel Jubin a Dissertation Submitted in Partial Satisfaction of the Require
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Ambiguity and Incomplete Information in Categorical Models of Language
Ambiguity and Incomplete Information in Categorical Models of Language Dan Marsden University of Oxford [email protected] We investigate notions of ambiguity and partial information in categorical distributional models of natural language. Probabilistic ambiguity has previously been studied in [27, 26, 16] using Selinger’s CPM construction. This construction works well for models built upon vector spaces, as has been shown in quantum computational applications. Unfortunately, it doesn’t seem to provide a satis- factory method for introducing mixing in other compact closed categories such as the category of sets and binary relations. We therefore lack a uniform strategy for extending a category to model imprecise linguistic information. In this work we adopt a different approach. We analyze different forms of ambiguous and in- complete information, both with and without quantitative probabilistic data. Each scheme then cor- responds to a suitable enrichment of the category in which we model language. We view different monads as encapsulating the informational behaviour of interest, by analogy with their use in mod- elling side effects in computation. Previous results of Jacobs then allow us to systematically construct suitable bases for enrichment. We show that we can freely enrich arbitrary dagger compact closed categories in order to capture all the phenomena of interest, whilst retaining the important dagger compact closed structure. This allows us to construct a model with real convex combination of binary relations that makes non-trivial use of the scalars. Finally we relate our various different enrichments, showing that finite subconvex algebra enrichment covers all the effects under consideration. -
Connections on Bundles Md
Dhaka Univ. J. Sci. 60(2): 191-195, 2012 (July) Connections on Bundles Md. Showkat Ali, Md. Mirazul Islam, Farzana Nasrin, Md. Abu Hanif Sarkar and Tanzia Zerin Khan Department of Mathematics, University of Dhaka, Dhaka 1000, Bangladesh, Email: [email protected] Received on 25. 05. 2011.Accepted for Publication on 15. 12. 2011 Abstract This paper is a survey of the basic theory of connection on bundles. A connection on tangent bundle , is called an affine connection on an -dimensional smooth manifold . By the general discussion of affine connection on vector bundles that necessarily exists on which is compatible with tensors. I. Introduction = < , > (2) In order to differentiate sections of a vector bundle [5] or where <, > represents the pairing between and ∗. vector fields on a manifold we need to introduce a Then is a section of , called the absolute differential structure called the connection on a vector bundle. For quotient or the covariant derivative of the section along . example, an affine connection is a structure attached to a differentiable manifold so that we can differentiate its Theorem 1. A connection always exists on a vector bundle. tensor fields. We first introduce the general theorem of Proof. Choose a coordinate covering { }∈ of . Since connections on vector bundles. Then we study the tangent vector bundles are trivial locally, we may assume that there is bundle. is a -dimensional vector bundle determine local frame field for any . By the local structure of intrinsically by the differentiable structure [8] of an - connections, we need only construct a × matrix on dimensional smooth manifold . each such that the matrices satisfy II. -
Lecture 10. Functors and Monads Functional Programming
Lecture 10. Functors and monads Functional Programming [Faculty of Science Information and Computing Sciences] 0 Goals I Understand the concept of higher-kinded abstraction I Introduce two common patterns: functors and monads I Simplify code with monads Chapter 12 from Hutton’s book, except 12.2 [Faculty of Science Information and Computing Sciences] 1 Functors [Faculty of Science Information and Computing Sciences] 2 Map over lists map f xs applies f over all the elements of the list xs map :: (a -> b) -> [a] -> [b] map _ [] = [] map f (x:xs) = f x : map f xs > map (+1)[1,2,3] [2,3,4] > map even [1,2,3] [False,True,False] [Faculty of Science Information and Computing Sciences] 3 mapTree _ Leaf = Leaf mapTree f (Node l x r) = Node (mapTree f l) (f x) (mapTree f r) Map over binary trees Remember binary trees with data in the inner nodes: data Tree a = Leaf | Node (Tree a) a (Tree a) deriving Show They admit a similar map operation: mapTree :: (a -> b) -> Tree a -> Tree b [Faculty of Science Information and Computing Sciences] 4 Map over binary trees Remember binary trees with data in the inner nodes: data Tree a = Leaf | Node (Tree a) a (Tree a) deriving Show They admit a similar map operation: mapTree :: (a -> b) -> Tree a -> Tree b mapTree _ Leaf = Leaf mapTree f (Node l x r) = Node (mapTree f l) (f x) (mapTree f r) [Faculty of Science Information and Computing Sciences] 4 Map over binary trees mapTree also applies a function over all elements, but now contained in a binary tree > t = Node (Node Leaf 1 Leaf) 2 Leaf > mapTree (+1) t Node -
Ricci Curvature and Minimal Submanifolds
Pacific Journal of Mathematics RICCI CURVATURE AND MINIMAL SUBMANIFOLDS Thomas Hasanis and Theodoros Vlachos Volume 197 No. 1 January 2001 PACIFIC JOURNAL OF MATHEMATICS Vol. 197, No. 1, 2001 RICCI CURVATURE AND MINIMAL SUBMANIFOLDS Thomas Hasanis and Theodoros Vlachos The aim of this paper is to find necessary conditions for a given complete Riemannian manifold to be realizable as a minimal submanifold of a unit sphere. 1. Introduction. The general question that served as the starting point for this paper was to find necessary conditions on those Riemannian metrics that arise as the induced metrics on minimal hypersurfaces or submanifolds of hyperspheres of a Euclidean space. There is an abundance of complete minimal hypersurfaces in the unit hy- persphere Sn+1. We recall some well known examples. Let Sm(r) = {x ∈ Rn+1, |x| = r},Sn−m(s) = {y ∈ Rn−m+1, |y| = s}, where r and s are posi- tive numbers with r2 + s2 = 1; then Sm(r) × Sn−m(s) = {(x, y) ∈ Rn+2, x ∈ Sm(r), y ∈ Sn−m(s)} is a hypersurface of the unit hypersphere in Rn+2. As is well known, this hypersurface has two distinct constant principal cur- vatures: One is s/r of multiplicity m, the other is −r/s of multiplicity n − m. This hypersurface is called a Clifford hypersurface. Moreover, it is minimal only in the case r = pm/n, s = p(n − m)/n and is called a Clifford minimal hypersurface. Otsuki [11] proved that if M n is a com- pact minimal hypersurface in Sn+1 with two distinct principal curvatures of multiplicity greater than 1, then M n is a Clifford minimal hypersur- face Sm(pm/n) × Sn−m(p(n − m)/n), 1 < m < n − 1. -
1. Language of Operads 2. Operads As Monads
OPERADS, APPROXIMATION, AND RECOGNITION MAXIMILIEN PEROUX´ All missing details can be found in [May72]. 1. Language of operads Let S = (S; ⊗; I) be a (closed) symmetric monoidal category. Definition 1.1. An operad O in S is a collection of object fO(j)gj≥0 in S endowed with : • a right-action of the symmetric group Σj on O(j) for each j, such that O(0) = I; • a unit map I ! O(1) in S; • composition operations that are morphisms in S : γ : O(k) ⊗ O(j1) ⊗ · · · ⊗ O(jk) −! O(j1 + ··· + jk); defined for each k ≥ 0, j1; : : : ; jk ≥ 0, satisfying natural equivariance, unit and associativity relations. 0 0 A morphism of operads : O ! O is a sequence j : O(j) ! O (j) of Σj-equivariant morphisms in S compatible with the unit map and γ. Example 1.2. ⊗j Let X be an object in S. The endomorphism operad EndX is defined to be EndX (j) = HomS(X ;X), ⊗j with unit idX , and the Σj-right action is induced by permuting on X . Example 1.3. Define Assoc(j) = ` , the associative operad, where the maps γ are defined by equivariance. Let σ2Σj I Com(j) = I, the commutative operad, where γ are the canonical isomorphisms. Definition 1.4. Let O be an operad in S. An O-algebra (X; θ) in S is an object X together with a morphism of operads ⊗j θ : O ! EndX . Using adjoints, this is equivalent to a sequence of maps θj : O(j) ⊗ X ! X such that they are associative, unital and equivariant. -
Isoparametric Hypersurfaces with Four Principal Curvatures Revisited
ISOPARAMETRIC HYPERSURFACES WITH FOUR PRINCIPAL CURVATURES REVISITED QUO-SHIN CHI Abstract. The classification of isoparametric hypersurfaces with four principal curvatures in spheres in [2] hinges on a crucial charac- terization, in terms of four sets of equations of the 2nd fundamental form tensors of a focal submanifold, of an isoparametric hypersur- face of the type constructed by Ferus, Karcher and Munzner.¨ The proof of the characterization in [2] is an extremely long calculation by exterior derivatives with remarkable cancellations, which is mo- tivated by the idea that an isoparametric hypersurface is defined by an over-determined system of partial differential equations. There- fore, exterior differentiating sufficiently many times should gather us enough information for the conclusion. In spite of its elemen- tary nature, the magnitude of the calculation and the surprisingly pleasant cancellations make it desirable to understand the under- lying geometric principles. In this paper, we give a conceptual, and considerably shorter, proof of the characterization based on Ozeki and Takeuchi's expan- sion formula for the Cartan-Munzner¨ polynomial. Along the way the geometric meaning of these four sets of equations also becomes clear. 1. Introduction In [2], isoparametric hypersurfaces with four principal curvatures and multiplicities (m1; m2); m2 ≥ 2m1 − 1; in spheres were classified to be exactly the isoparametric hypersurfaces of F KM-type constructed by Ferus Karcher and Munzner¨ [4]. The classification goes as follows. Let M+ be a focal submanifold of codimension m1 of an isoparametric hypersurface in a sphere, and let N be the normal bundle of M+ in the sphere. Suppose on the unit normal bundle UN of N there hold true 1991 Mathematics Subject Classification. -
Categories of Coalgebras with Monadic Homomorphisms Wolfram Kahl
Categories of Coalgebras with Monadic Homomorphisms Wolfram Kahl To cite this version: Wolfram Kahl. Categories of Coalgebras with Monadic Homomorphisms. 12th International Workshop on Coalgebraic Methods in Computer Science (CMCS), Apr 2014, Grenoble, France. pp.151-167, 10.1007/978-3-662-44124-4_9. hal-01408758 HAL Id: hal-01408758 https://hal.inria.fr/hal-01408758 Submitted on 5 Dec 2016 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Distributed under a Creative Commons Attribution| 4.0 International License Categories of Coalgebras with Monadic Homomorphisms Wolfram Kahl McMaster University, Hamilton, Ontario, Canada, [email protected] Abstract. Abstract graph transformation approaches traditionally con- sider graph structures as algebras over signatures where all function sym- bols are unary. Attributed graphs, with attributes taken from (term) algebras over ar- bitrary signatures do not fit directly into this kind of transformation ap- proach, since algebras containing function symbols taking two or more arguments do not allow component-wise construction of pushouts. We show how shifting from the algebraic view to a coalgebraic view of graph structures opens up additional flexibility, and enables treat- ing term algebras over arbitrary signatures in essentially the same way as unstructured label sets. -
FOLIATIONS Introduction. the Study of Foliations on Manifolds Has a Long
BULLETIN OF THE AMERICAN MATHEMATICAL SOCIETY Volume 80, Number 3, May 1974 FOLIATIONS BY H. BLAINE LAWSON, JR.1 TABLE OF CONTENTS 1. Definitions and general examples. 2. Foliations of dimension-one. 3. Higher dimensional foliations; integrability criteria. 4. Foliations of codimension-one; existence theorems. 5. Notions of equivalence; foliated cobordism groups. 6. The general theory; classifying spaces and characteristic classes for foliations. 7. Results on open manifolds; the classification theory of Gromov-Haefliger-Phillips. 8. Results on closed manifolds; questions of compact leaves and stability. Introduction. The study of foliations on manifolds has a long history in mathematics, even though it did not emerge as a distinct field until the appearance in the 1940's of the work of Ehresmann and Reeb. Since that time, the subject has enjoyed a rapid development, and, at the moment, it is the focus of a great deal of research activity. The purpose of this article is to provide an introduction to the subject and present a picture of the field as it is currently evolving. The treatment will by no means be exhaustive. My original objective was merely to summarize some recent developments in the specialized study of codimension-one foliations on compact manifolds. However, somewhere in the writing I succumbed to the temptation to continue on to interesting, related topics. The end product is essentially a general survey of new results in the field with, of course, the customary bias for areas of personal interest to the author. Since such articles are not written for the specialist, I have spent some time in introducing and motivating the subject. -
Lecture Notes on Foliation Theory
INDIAN INSTITUTE OF TECHNOLOGY BOMBAY Department of Mathematics Seminar Lectures on Foliation Theory 1 : FALL 2008 Lecture 1 Basic requirements for this Seminar Series: Familiarity with the notion of differential manifold, submersion, vector bundles. 1 Some Examples Let us begin with some examples: m d m−d (1) Write R = R × R . As we know this is one of the several cartesian product m decomposition of R . Via the second projection, this can also be thought of as a ‘trivial m−d vector bundle’ of rank d over R . This also gives the trivial example of a codim. d- n d foliation of R , as a decomposition into d-dimensional leaves R × {y} as y varies over m−d R . (2) A little more generally, we may consider any two manifolds M, N and a submersion f : M → N. Here M can be written as a disjoint union of fibres of f each one is a submanifold of dimension equal to dim M − dim N = d. We say f is a submersion of M of codimension d. The manifold structure for the fibres comes from an atlas for M via the surjective form of implicit function theorem since dfp : TpM → Tf(p)N is surjective at every point of M. We would like to consider this description also as a codim d foliation. However, this is also too simple minded one and hence we would call them simple foliations. If the fibres of the submersion are connected as well, then we call it strictly simple. (3) Kronecker Foliation of a Torus Let us now consider something non trivial. -
Lecture 10: Tubular Neighborhood Theorem
LECTURE 10: TUBULAR NEIGHBORHOOD THEOREM 1. Generalized Inverse Function Theorem We will start with Theorem 1.1 (Generalized Inverse Function Theorem, compact version). Let f : M ! N be a smooth map that is one-to-one on a compact submanifold X of M. Moreover, suppose dfx : TxM ! Tf(x)N is a linear diffeomorphism for each x 2 X. Then f maps a neighborhood U of X in M diffeomorphically onto a neighborhood V of f(X) in N. Note that if we take X = fxg, i.e. a one-point set, then is the inverse function theorem we discussed in Lecture 2 and Lecture 6. According to that theorem, one can easily construct neighborhoods U of X and V of f(X) so that f is a local diffeomor- phism from U to V . To get a global diffeomorphism from a local diffeomorphism, we will need the following useful lemma: Lemma 1.2. Suppose f : M ! N is a local diffeomorphism near every x 2 M. If f is invertible, then f is a global diffeomorphism. Proof. We need to show f −1 is smooth. Fix any y = f(x). The smoothness of f −1 at y depends only on the behaviour of f −1 near y. Since f is a diffeomorphism from a −1 neighborhood of x onto a neighborhood of y, f is smooth at y. Proof of Generalized IFT, compact version. According to Lemma 1.2, it is enough to prove that f is one-to-one in a neighborhood of X. We may embed M into RK , and consider the \"-neighborhood" of X in M: X" = fx 2 M j d(x; X) < "g; where d(·; ·) is the Euclidean distance. -
3. Tensor Fields
3.1 The tangent bundle. So far we have considered vectors and tensors at a point. We now wish to consider fields of vectors and tensors. The union of all tangent spaces is called the tangent bundle and denoted TM: TM = ∪x∈M TxM . (3.1.1) The tangent bundle can be given a natural manifold structure derived from the manifold structure of M. Let π : TM → M be the natural projection that associates a vector v ∈ TxM to the point x that it is attached to. Let (UA, ΦA) be an atlas on M. We construct an atlas on TM as follows. The domain of a −1 chart is π (UA) = ∪x∈UA TxM, i.e. it consists of all vectors attached to points that belong to UA. The local coordinates of a vector v are (x1,...,xn, v1,...,vn) where (x1,...,xn) are the coordinates of x and v1,...,vn are the components of the vector with respect to the coordinate basis (as in (2.2.7)). One can easily check that a smooth coordinate trasformation on M induces a smooth coordinate transformation on TM (the transformation of the vector components is given by (2.3.10), so if M is of class Cr, TM is of class Cr−1). In a similar way one defines the cotangent bundle ∗ ∗ T M = ∪x∈M Tx M , (3.1.2) the tensor bundles s s TMr = ∪x∈M TxMr (3.1.3) and the bundle of p-forms p p Λ M = ∪x∈M Λx . (3.1.4) 3.2 Vector and tensor fields. -
Derived Smooth Manifolds
DERIVED SMOOTH MANIFOLDS DAVID I. SPIVAK Abstract. We define a simplicial category called the category of derived man- ifolds. It contains the category of smooth manifolds as a full discrete subcat- egory, and it is closed under taking arbitrary intersections in a manifold. A derived manifold is a space together with a sheaf of local C1-rings that is obtained by patching together homotopy zero-sets of smooth functions on Eu- clidean spaces. We show that derived manifolds come equipped with a stable normal bun- dle and can be imbedded into Euclidean space. We define a cohomology theory called derived cobordism, and use a Pontrjagin-Thom argument to show that the derived cobordism theory is isomorphic to the classical cobordism theory. This allows us to define fundamental classes in cobordism for all derived man- ifolds. In particular, the intersection A \ B of submanifolds A; B ⊂ X exists on the categorical level in our theory, and a cup product formula [A] ^ [B] = [A \ B] holds, even if the submanifolds are not transverse. One can thus consider the theory of derived manifolds as a categorification of intersection theory. Contents 1. Introduction 1 2. The axioms 8 3. Main results 14 4. Layout for the construction of dMan 21 5. C1-rings 23 6. Local C1-ringed spaces and derived manifolds 26 7. Cotangent Complexes 32 8. Proofs of technical results 39 9. Derived manifolds are good for doing intersection theory 50 10. Relationship to similar work 52 References 55 1. Introduction Let Ω denote the unoriented cobordism ring (though what we will say applies to other cobordism theories as well, e.g.