Download Lecture15.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Download Lecture15.Pdf Temporal Logic Lecture, October 2019 Temporal logic What I will present today Semantics of CTL More examples of CTL algorithm (mutual exclusion) A better algorithm for computing [[EG ]] A similar algorithm with fairness Connection with fixpoint results on posets Deciding = in LTL j This corresponds to Chapters 2.6 and 2.7 in the book 1 Temporal logic Semantics of CTL s = AX if s0 = for all s0 N(s) j j 2 s = EX if s0 = for some s0 N(s) j j 2 2 Temporal logic Semantics of CTL s = EG if there exists a path σ starting from s such that σ(k) = for all k j j s = EF if there exists a path σ starting from s with σ(k) = for some k j j s = AF if for all path σ starting from s there exists k such that σ(k) = j j s = AG if for all path σ starting from s we have σ(k) = for all k j j 3 Temporal logic Fixpoint characterisation of CTL s = EG means that there exists a path σ starting from s and such that σ(k) j= for all k j Alternatively using EG = EX(EG ) we have seen that [[EG ]] is the greatest set Z such that ^ Z = [[ ]] p9(Z) \ where p9(Y ) = s S N(s) Y = f 2 j \ 6 ;g 4 Temporal logic Fixpoint characterisation of CTL We compute [[EG ]] by the approximation algorithm Z0 = [[ ]] Zn+1 = Zn p9(Zn) \ 5 Temporal logic Fixpoint characterisation of CTL s = AF means that for all path σ starting from s we have σ(k) = for some jk j Alternatively using AF = AX(AF ) we have seen that [[AF ]] is the least set Z such that _ Z = [[ ]] p8(Z) [ where p8(Y ) = s S N(s) Y f 2 j ⊆ g 6 Temporal logic Fixpoint characterisation of CTL We compute [[AF ]] by the approximation/labelling algorithm Z0 = [[ ]] Zn+1 = Zn p8(Zn) [ 7 Temporal logic Alternative algorithm for EG Here is another clever algorithm for computing EG It uses the notion of strongly connected component By duality we get an alternative algorithm for computing AF 8 Directed Graphs In a directed graph G=(V,E), two nodes u and v are strongly connected if and only if there is a path from u to v and a path from v to u. The strongly connected relation is an equivalence relation. Its equivalence classes are the strongly connected components. Directed Graphs In a directed graph G=(V,E), two nodes u and v are strongly connected if and only if there is a path from u to v and a path from v to u. The strongly connected relation is an equivalence relation. Its equivalence classes are the strongly connected components. Every node is in precisely one strongly connected component, since the equivalence classes partition the set of nodes. Component Graph Take a directed graph G=(V,E) and let ≡ be the strongly connected scc relation. Then we can define a graph G = (V/≡, E≡), where the nodes are the strongly connected components of G and there is an edge from component C to component D iff there is an edge in G from a vertex in C to a vertex in D. Temporal logic Strongly Connected Components R is a relation on a set S, so R S S ⊆ × We can consider the reflexive transitive closure R∗ of R R∗(a; b) means that a = b or that there exists a path going from a to b S; R∗ is a preorder We may not have R∗(a; b) R∗(b; a) a = b ^ ! 12 Temporal logic Strongly Connected Components The relation a b defined by ≡ R∗(a; b) R∗(b; a) ^ is a reflexive, symetric and transitive relation This is an equivalence relation A strongly connected component (SCC) of the graph S; R is an equivalence class for the relation a b ≡ 13 Temporal logic Condensation graph If we have two different equivalence classes X and Y we define a new relation R(X; Y ) to mean R(a; b) for all a X and b Y 2 2 This is equivalent to R(a; b) for some a X and b Y 2 2 This new relation R is a strict poset relation The associated graph is a directed acyclic graph This is the condensation graph of the initial graph 14 Temporal logic Strongly Connected Components Linear time algorithms to compute the strongly connected components -Kosaraju -Tarjan -Dijkstra A SCC is non trivial if it contains at least one arrow Note that it may have only one point 15 Temporal logic Alternative algorithm We compute the SCCs of the graph restricted to [[ ]] The \good" states are the one connected to a non trivial SCC Non trivial means that there is at least one arrow in this component Example of this algorithm for mutual exclusion 16 Temporal logic Alternative algorithm with fairness One interesting feature of this algorithm is that we can refine it by asking some fairness constraints A fairness contraint C = 1; : : : ; n is given by formulae s = EGC means that there exists a path σ starting from s such that j σ(k) = for all k and σ is fair for C means that σ(k) = i for infinitely many k, forj each i = 1; : : : ; n j 17 Temporal logic Alternative algorithm with fairness The only modification in the previous algorithm is to look for a non trivial SCC B such that B [[ 1]] = ;:::;B [[ n]] = \ 6 ; \ 6 ; i.e. B meets each [[ i]] for i = 1; : : : ; n 18 Temporal logic Fixpoint characterisation of CTL s = EG means that there exists a path σ starting from s and such that σ(k) j= for all k j Alternatively using EG = EX(EG ) we have seen that [[EG ]] is the greatest set Z such that ^ Z = [[ ]] p9(Z) \ where p9(Y ) = s S N(s) Y = f 2 j \ 6 ;g 19 Temporal logic Fixpoint characterisation of CTL Note that F : Z [[ ]] p9(Z) is a monotone function 7! ^ We have seen the following result Theorem: if F : P ow(S) P ow(S) is a monotone function then it has a greatest fixed point, which! is computed by the approximation algorithm Y0 = S; Yn+1 = F (Yn) until we have Yn+1 = Yn 20 Temporal logic Fixpoint characterisation of CTL So the algorithm for computing the greated fixpoint is (1) Y0 = S; Yn+1 = [[ ]] p9(Yn) \ On the other hand, the approximation/labelling algorithm we have used is given by (2) Z0 = [[ ]];Zn+1 = Zn p9(Zn) \ This is not the same!! How to connect the two algorithms? 21 Temporal logic Discussion The algorithm (2) is more efficient than (1) (1) follows from a general method of computing fixpoint The method we show to prove the correctness of (2) is to prove that (1) and (2) are equivalent without trying to prove directly the correctness of (2) but we rely on the correctness of (1) This is a usual pattern: to prove the correctness of an algorithm w.r.t. a specification it is sometimes easier to prove that this algorithm is equivalent to a less efficient but clearly correct other algorithm 22 Temporal logic Fixpoint We have (1) Y0 = S; Yn+1 = [[ ]] p9(Yn) \ (2) Z0 = [[ ]];Zn+1 = Zn p9(Zn) \ Theorem: We have Yn+1 = Zn for all n 23 Temporal logic Fixpoint To simplify the notation we write A = [[ ]] and p = p9 (1) Y0 = S; Yn+1 = A p(Yn) \ (2) Z0 = A; Zn+1 = Zn p(Zn) \ Lemma: We have A p(Zn) Zn for all n \ ⊆ We prove this by induction on n 24 Temporal logic Fixpoint (1) Y0 = S; Yn+1 = A p(Yn) \ (2) Z0 = A; Zn+1 = Zn p(Zn) \ Lemma: We have A p(Zn) Zn for all n \ ⊆ Theorem: We have Zn = Yn+1 for all n So the labelling algorithm is justified by the fixpoint algorithm! 25 Temporal logic Deciding a LTL formula Theorem: The problem = is decidable j This is a non trivial result I sketch a possible proof since it uses a very interesting method The Tableau Method 26 Temporal logic Tableau method We can consider the following syntax ; ' ::= p p X F G j : j _ j ^ j j j since using de Morgan laws, we can always assume that negation appears only in front of atomic formulae Also 0 1 can be replaced by 0 1 ! : _ We give an algorithm to decide if a finite set of formulae Γ can be satisfied 27 Temporal logic Tableau method For instance (G(p Xp) p Gp) can be written : ! ^ ! G(p Xp) p (Gp) ! ^ ^ : and then G( p Xp) p F ( p) : _ ^ ^ : 28 Temporal logic Good sets A literal is a formula of the form p or p : A finite set ∆ is good if it contains only literals or formulae of the form X It should not contain both p and p : We write X−1∆ the set of such that X ∆ 2 We write ∆; ∆0;::: for good sets Note that the empty set is a good set 29 Temporal logic Tableau method The first step is to compute a list K(Γ) of good sets ∆1;:::; ∆n such that σ = Γ if and only if σ = ∆i for some i j j 30 Temporal logic Tableau method In propositional logic this is like computing a disjunctive normal form K((p q) (r s)) has for elements _ ^ _ p; r and p; s and q; r and q; s K((p q) ( p s)) has for elements _ ^ : _ p; s and q; p and q; s : In LTL we use G XG and F XF ≡ ^ ≡ _ 31 Synthesis of Boolean programs Specication of a Boolean program: If the boss is in, I need to work unless the telephone rings.
Recommended publications
  • A Theory of Well-Connected Relations 99
    INFORMA TION SCIENCES 19, 97- 134 (1979) 97 A Theory of Well-conwcted Relations SUDHIR K. ARORA and K. C. SMITH Lkpartment of Conputer Science, Uniwrsity of Toronto, Toronto, Cuna& MSS IA7 Communicated by John M. Richardson ABSTRACT The simple concept of a well-connected relation (WCR) is defined and then developed into a theory for studying the structure of binary relations. Several interesting partitions of a binary relation are identified. It is shown that binary relations can be separated into families which form a hierarchy. Finally, concepts of universal algebra are extended to the family of “prime” relations. One application for the theory is in the logical design of data bases. INTRODUCTION Data in an information system have been studied from several points of view [2, 4, 9, 10, Ill. With the growing interest in data base systems, the possibility for structuring the data in various ways has been explored by several authors. For example, Delobel [9] defines “elementary functional relations” and proposes a theory based on this building block; Zaniolo [lo] defines “atomic relations” as a basic building block for data; Furtado and Kerschberg [ 1 l] have “quotient relations.” Further, many authors have noted and studied specific data structures, such as “functional dependencies” [4], “multivalued dependencies” [5], “contextual dependencies” [6], “mutual de- pendencies” [12] (which happen to be same as contextual dependencies), and “hierarchical dependencies” [ 131. In this paper we define a new building block, “well-connected relations,” and propose a theory to study binary relations. Elsewhere [6] we have applied this theory to the study of dependency structures of data.
    [Show full text]
  • Sets, Relations, Pos and Lattices
    Contents 1 Discrete structures F TECHN O OL E O T G U Y IT K T H S A N R I A N G A P I U D R N I 19 51 yog, km s kOflm^ Chittaranjan Mandal (IIT Kharagpur) SCLD January 21, 2020 1 / 23 Discrete structures Section outline Lattices (contd.) Boolean lattice 1 Discrete structures Boolean lattice structure Sets Boolean algebra Relations Additional Boolean algebra Lattices properties F TECHN O OL E O T G U Y IT K T H S A N R I A N G A P I U D R N I 19 51 yog, km s kOflm^ Chittaranjan Mandal (IIT Kharagpur) SCLD January 21, 2020 2 / 23 S = fXjX 62 Xg S 2 S? [Russell’s paradox] Set union: A [ B A B Set intersection: A \ B A B U Complement: S A Set difference: A − B = A \ B A B + Natural numbers: N = f0; 1; 2; 3;:::g or f1; 2; 3;:::g = Z Integers: Z = f:::; −3; −2; −1; 0; 1; 2; 3;:::g Universal set: U Empty set: ? = fg Discrete structures Sets Sets A set A of elements: A = fa; b; cg F TECHN O OL E O T G U Y IT K T H S A N R I A N G A P I U D R N I 19 51 yog, km s kOflm^ Chittaranjan Mandal (IIT Kharagpur) SCLD January 21, 2020 3 / 23 S = fXjX 62 Xg S 2 S? [Russell’s paradox] Set union: A [ B A B Set intersection: A \ B A B U Complement: S A Set difference: A − B = A \ B A B Integers: Z = f:::; −3; −2; −1; 0; 1; 2; 3;:::g Universal set: U Empty set: ? = fg Discrete structures Sets Sets A set A of elements: A = fa; b; cg + Natural numbers: N = f0; 1; 2; 3;:::g or f1; 2; 3;:::g = Z F TECHN O OL E O T G U Y IT K T H S A N R I A N G A P I U D R N I 19 51 yog, km s kOflm^ Chittaranjan Mandal (IIT Kharagpur) SCLD January 21, 2020 3 / 23 S = fXjX
    [Show full text]
  • Representing and Aggregating Conflicting Beliefs
    Journal of Artificial Intelligence Research 19 (2003) 155-203 Submitted 1/03; published 9/03 Representing and Aggregating Conflicting Beliefs Pedrito Maynard-Zhang [email protected] Department of Computer Science and Systems Analysis Miami University Oxford, Ohio 45056, USA Daniel Lehmann [email protected] School of Computer Science and Engineering Hebrew University Jerusalem 91904, Israel Abstract We consider the two-fold problem of representing collective beliefs and aggregating these beliefs. We propose a novel representation for collective beliefs that uses modular, transitive relations over possible worlds. They allow us to represent conflicting opinions and they have a clear semantics, thus improving upon the quasi-transitive relations often used in social choice. We then describe a way to construct the belief state of an agent informed by a set of sources of varying degrees of reliability. This construction circumvents Arrow’s Impossibility Theorem in a satisfactory manner by accounting for the explicitly encoded conflicts. We give a simple set-theory-based operator for combining the informa- tion of multiple agents. We show that this operator satisfies the desirable invariants of idempotence, commutativity, and associativity, and, thus, is well-behaved when iterated, and we describe a computationally effective way of computing the resulting belief state. Finally, we extend our framework to incorporate voting. 1. Introduction We are interested in the multi-agent setting where agents are informed by sources of varying levels of reliability, and where agents can iteratively combine their belief states. This setting introduces three problems: (1) Finding an appropriate representation for collective beliefs; (2) Constructing an agent’s belief state by aggregating the information from informant sources, accounting for the relative reliability of these sources; and, (3) Combining the information of multiple agents in a manner that is well-behaved under iteration.
    [Show full text]
  • PDF Version 4
    Introduction to Mathematical Philosophy by Bertrand Russell Originally published by George Allen & Unwin, Ltd., London. May . Online Corrected Edition version . (February , ), based on the “second edition” (second printing) of April , incorporating additional corrections, marked in green. ii Introduction to Mathematical Philosophy [Russell’s blurb from the original dustcover:] CONTENTS This book is intended for those who have no previous acquain- tance with the topics of which it treats, and no more knowledge of mathematics than can be acquired at a primary school or even at Eton. It sets forth in elementary form the logical definition of number, the analysis of the notion of order, the modern doctrine Contents.............................. iii of the infinite, and the theory of descriptions and classes as sym- Preface............................... iv bolic fictions. The more controversial and uncertain aspects of the Editor’s Note............................ vi subject are subordinated to those which can by now be regarded I. The Series of Natural Numbers............ as acquired scientific knowledge. These are explained without the II. Definition of Number.................. use of symbols, but in such a way as to give readers a general un- III. Finitude and Mathematical Induction........ derstanding of the methods and purposes of mathematical logic, IV. The Definition of Order................ which, it is hoped, will be of interest not only to those who wish V. Kinds of Relations.................... to proceed to a more serious study of the subject, but also to that VI. Similarity of Relations................. wider circle who feel a desire to know the bearings of this impor- VII. Rational, Real, and Complex Numbers........ tant modern science. VIII.
    [Show full text]
  • Relations and Partial Orders
    “mcs-ftl” — 2010/9/8 — 0:40 — page 213 — #219 7 Relations and Partial Orders A relation is a mathematical tool for describing associations between elements of sets. Relations are widely used in computer science, especially in databases and scheduling applications. A relation can be defined across many items in many sets, but in this text, we will focus on binary relations, which represent an association between two items in one or two sets. 7.1 Binary Relations 7.1.1 Definitions and Examples Definition 7.1.1. Given sets A and B, a binary relation R A B from1 A W ! to B is a subset of A B. The sets A and B are called the domain and codomain of R, respectively. We commonly use the notation aRb or a R b to denote that .a; b/ R. 2 A relation is similar to a function. In fact, every function f A B is a rela- W ! tion. In general, the difference between a function and a relation is that a relation might associate multiple elements ofB with a single element ofA, whereas a func- tion can only associate at most one element of B (namely, f .a/) with each element a A. 2 We have already encountered examples of relations in earlier chapters. For ex- ample, in Section 5.2, we talked about a relation between the set of men and the set of women where mRw if man m likes woman w. In Section 5.3, we talked about a relation on the set of MIT courses where c1Rc2 if the exams for c1 and c2 cannot be given at the same time.
    [Show full text]
  • Three Axiom Systems for Additive Semi-Ordered Structures
    SIAM J. APPL.MATH. Vol. 25, No. 1, July 1973 THREE AXIOM SYSTEMS FOR ADDITIVE SEMIORDERED STRUCTURES* R. DUNCAN LUCEi Abstract. Axioms are provided for extensive, probability, and (two-component, additive) conjoint structures which are semiordered, rather than weakly ordered. These are sufficient to construct the usual representation for the natural, induced weak order and a tight, threshold representation for the semiorder itself. The fundamental difficulty is in finding axioms that are simple in the primitive semi- order, rather than simple in its induced weak order; from this point of view, the results are only partially successful. 1. Introduction. A theory of measurement is any axiomatization of an ordered algebraic structure that, on the one hand, has at least one model with a plausible empirical interpretation and, on the other hand, each model is homomorphic to some numerical structure. The most familiar examples are from physics and are of three types. First are the extensive structures, with interpretations as length, mass, and the like, in which a set of objects is ordered by 2 (a 2 b means a has at least as much length, or mass, etc. as b) and has a binary operation o (a o b means some relevant combination of a and b). In the numerical representation, 2 maps to 2 and 0 to +. Second are simple conjoint structures, with interpretations as momentum, kinetic energy, and the like, in which a Cartesian product is ordered by 2. In the numerical representation, 2 is mapped into 2 and the product structure into products of numbers. Third are probabilistic structures in which an algebra of sets (events) is ordered by 2.
    [Show full text]
  • Topological Representation of Precontact Algebras and A
    Topological Representation of Precontact Algebras and a Connected Version of the Stone Duality Theorem – I Georgi Dimov∗ and Dimiter Vakarelov Department of Mathematics and Informatics, University of Sofia, 5 J. Bourchier Blvd., 1164 Sofia, Bulgaria Abstract The notions of a 2-precontact space and a 2-contact space are introduced. Using them, new representation theorems for precontact and contact algebras are proved. They incorporate and strengthen both the discrete and topological representation theorems from [8, 5, 6, 9, 24]. It is shown that there are bijec- tive correspondences between such kinds of algebras and such kinds of spaces. As applications of the obtained results, we get new connected versions of the Stone Duality Theorems [22, 19] for Boolean algebras and for complete Boolean algebras, as well as a Smirnov-type theorem (in the sense of [20]) for a kind of arXiv:1508.02220v4 [math.GN] 20 Nov 2015 compact T0-extensions of compact Hausdorff extremally disconnected spaces. We also introduce the notion of a Stone adjacency space and using it, we prove another representation theorem for precontact algebras. We even obtain a bi- jective correspondence between the class of all, up to isomorphism, precontact algebras and the class of all, up to isomorphism, Stone adjacency spaces. ∗The first (resp., the second) author of this paper was supported by the contract no. 7/2015 “Contact algebras and extensions of topological spaces” (resp., contract no. 5/2015) of the Sofia University Science Fund. 1Keywords: (pre)contact algebra, 2-(pre)contact space, (extremally disconnected) Stone space, Stone 2-space, (extremally) connected space, (Stone) duality, C-semiregular spaces (extensions), (complete) Boolean algebra, Stone adjacency space, (closed) relations, continuous extension of maps.
    [Show full text]
  • Numerical Representations of Binary Relations with Thresholds: a Brief Survey 1
    Numerical representations of binary relations with thresholds: A brief survey 1 Fuad Aleskerov Denis Bouyssou Bernard Monjardet 11 July 2006, Revised 8 January 2007 Typos corrected 1 March 2008 Additional typos corrected 9 October 2008 More typos corrected: 13 February 2009 1 This text is based on a chapter of a book in preparation co-authored with Fuad Aleskerov and Bernard Monjardet (that will be the second edition of Aleskerov and Monjardet, 2002). Abstract This purpose of this text is to present in a self-contained way a number of classical results on the numerical representation of binary relations on arbitrary sets involving a threshold. We tackle the case of linear orders, weak orders, biorders, interval orders, semiorders and acyclic relations. Keywords : utility, threshold, biorder, interval order, semiorder, acyclic relation. Contents 1 Introduction 1 1.1 Overview . 1 1.2 Definitions and notation . 2 2 Linear orders 4 3 Weak orders 9 3.1 Preliminaries . 9 3.2 Numerical representation . 10 4 Biorders 12 4.1 Preliminaries . 12 4.2 The countable case . 15 4.3 The general case . 17 5 Interval orders 22 5.1 The countable case . 22 5.2 The general case . 23 6 Semiorders 24 6.1 Preliminaries . 26 6.2 Representations with no proper nesting . 27 6.3 Representations with no nesting . 30 6.4 Constant threshold representations . 32 7 Acyclic relations 33 7.1 Preliminaries . 33 7.2 The countable case . 35 7.3 The general case . 36 8 Concluding remarks and guide to the literature 37 8.1 Linear orders . 37 8.2 Weak orders .
    [Show full text]
  • Model Based Horn Contraction
    Proceedings of the Thirteenth International Conference on Principles of Knowledge Representation and Reasoning Model Based Horn Contraction Zhiqiang Zhuang and Maurice Pagnucco National ICT Australia and ARC Centre of Excellence in Autonomous Systems School of Computer Science and Engineering, The University of New South Wales Sydney, NSW 2052, Australia Email: fzqzhuang—[email protected] Abstract 2010; Delgrande and Wassermann 2010; Zhuang and Pag- nucco 2010a; 2010b; 2011; Delgrande and Peppas 2011). Following the recent trend of adapting the AGM (Alchourron´ The topic is interesting for several reasons. Horn logic is an and Makinson 1985) framework to propositional Horn logic, important subset of propositional logic which has found use Delgrande and Peppas (Delgrande and Peppas 2011) give a in many artificial intelligence and database applications. The model theoretic account for revision in the Horn logic set- ting. The current paper complements their work by studying study of belief change under Horn logic broadens the practi- the model theoretic approach for contraction. A model based cal applicability of the AGM framework and in particular it Horn contraction is constructed and shown to give a model provides a key step towards applying the AGM framework theoretic account to the transitively relational partial meet to non-classical logics with less expressive and reasoning Horn contraction studied in (Zhuang and Pagnucco 2011). power than propositional logic. Significantly however, in contrast to (Delgrande and Pep- The classic construction for AGM contraction is based pas 2011), our model-based characterisation of Horn contrac- on the notion of remainder sets. Remainder sets of a belief tion does not require the property of Horn compliance and set K with respect to a sentence φ are the maximal1 sub- totality over preorders.
    [Show full text]
  • Partially Metric Association Schemes with a Multiplicity Three
    PARTIALLY METRIC ASSOCIATION SCHEMES WITH A MULTIPLICITY THREE EDWIN R. VAN DAM, JACK H. KOOLEN, AND JONGYOOK PARK Abstract. An association scheme is called partially metric if it has a con- nected relation whose distance-two relation is also a relation of the scheme. In this paper we determine the symmetric partially metric association schemes with a multiplicity three. Besides the association schemes related to regular complete 4-partite graphs, we obtain the association schemes related to the Platonic solids, the bipartite double scheme of the dodecahedron, and three association schemes that are related to well-known 2-arc-transitive covers of the cube: the M¨obius-Kantor graph, the Nauru graph, and the Foster graph F048A. In order to obtain this result, we also determine the symmetric associ- ation schemes with a multiplicity three and a connected relation with valency three. Moreover, we construct an infinite family of cubic arc-transitive 2- walk-regular graphs with an eigenvalue with multiplicity three that give rise to non-commutative association schemes with a symmetric relation of valency three and an eigenvalue with multiplicity three. 1. Introduction Bannai and Bannai [3] showed that the association scheme of the complete graph on four vertices is the only primitive symmetric association scheme with a multiplic- ity equal to three. They also posed the problem of determining all such imprimitive symmetric association schemes. As many product constructions can give rise to such schemes with a multiplicity three, we suggest and solve a more restricted problem. Indeed, we will determine the symmetric partially metric association schemes with a multiplicity three, where an association scheme is called partially metric if it has a connected relation whose distance-two relation is also a relation of the scheme.
    [Show full text]
  • Concepts of Mathematics for Students of Physics and Engineering: a Dictionary
    NASA/TP—2003-212088 Concepts of Mathematics for Students of Physics and Engineering: A Dictionary Joseph C. Kolecki Glenn Research Center, Cleveland, Ohio August 2003 The NASA STI Program Office . in Profile Since its founding, NASA has been dedicated to • CONFERENCE PUBLICATION. Collected the advancement of aeronautics and space papers from scientific and technical science. The NASA Scientific and Technical conferences, symposia, seminars, or other Information (STI) Program Office plays a key part meetings sponsored or cosponsored by in helping NASA maintain this important role. NASA. The NASA STI Program Office is operated by • SPECIAL PUBLICATION. Scientific, Langley Research Center, the Lead Center for technical, or historical information from NASA’s scientific and technical information. The NASA programs, projects, and missions, NASA STI Program Office provides access to the often concerned with subjects having NASA STI Database, the largest collection of substantial public interest. aeronautical and space science STI in the world. The Program Office is also NASA’s institutional • TECHNICAL TRANSLATION. English- mechanism for disseminating the results of its language translations of foreign scientific research and development activities. These results and technical material pertinent to NASA’s are published by NASA in the NASA STI Report mission. Series, which includes the following report types: Specialized services that complement the STI • TECHNICAL PUBLICATION. Reports of Program Office’s diverse offerings include completed research or a major significant creating custom thesauri, building customized phase of research that present the results of databases, organizing and publishing research NASA programs and include extensive data results . even providing videos. or theoretical analysis. Includes compilations of significant scientific and technical data and For more information about the NASA STI information deemed to be of continuing Program Office, see the following: reference value.
    [Show full text]
  • UC Berkeley UC Berkeley Electronic Theses and Dissertations
    UC Berkeley UC Berkeley Electronic Theses and Dissertations Title Propositional Quantification and Comparison in Modal Logic Permalink https://escholarship.org/uc/item/78w732g8 Author DING, YIFENG Publication Date 2021 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California Propositional Quantification and Comparison in Modal Logic by Yifeng Ding A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Logic and the Methodology of Science in the Graduate Division of the University of California, Berkeley Committee in charge: Associate Professor Wesley H. Holliday, Chair Professor Shamik Dasgupta Professor Paolo Mancosu Professor Dana S. Scott Professor Seth Yalcin Spring 2021 Propositional Quantification and Comparison in Modal Logic Copyright 2021 by Yifeng Ding 1 Abstract Propositional Quantification and Comparison in Modal Logic by Yifeng Ding Doctor of Philosophy in Logic and the Methodology of Science University of California, Berkeley Associate Professor Wesley H. Holliday, Chair We make the following contributions to modal logics with propositional quantifiers and modal logics with comparative operators in this dissertation: • We define a general notion of normal modal logics with propositional quantifiers. We call them normal Π-logics. Then, as was done by Scrogg's theorem on extensions of the modal logic S5, we study in general the normal Π-logics extending S5. We show that they are all complete with respect to their algebraic semantics based on complete simple monadic algebras. We also show that the lattice formed by these logics is isomorphic to the lattice of the open sets of the disjoint union of two copies of the one-point compactification of N with the natural order topology.
    [Show full text]