Focus-Preserving Embeddings of Substructural Logics in Intuitionistic Logic

Total Page:16

File Type:pdf, Size:1020Kb

Focus-Preserving Embeddings of Substructural Logics in Intuitionistic Logic Focus-preserving Embeddings of Substructural Logics in Intuitionistic Logic Jason Reed∗ Frank Pfenning University of Pennsylvania Carnegie Mellon University Philadelphia, Pennsylvania, USA Pittsburgh, Pennsylvania, USA Abstract a signature of function symbols suited to the substructural logic being embedded. We present a method of embedding substructural log- The embedding can be viewed as a constructive resource ics into ordinary first-order intuitionistic logic. This em- interpretation of substructural logics, where the first-order bedding is faithful in a very strong sense: not only does domain provides the notion of resources. Because the proof it preserve provability of sequents under translation, but it system of the target language is limited, and compatible also preserves sets of proofs — and the focusing structure with focusing, we are able to formulate and prove much of those proofs — up to isomorphism. Examples are given stronger claims about the faithfulness of our embedding for the cases of intuitionistic linear logic and ordered logic, than can usually be obtained for standard resource seman- and indeed we can use our method to derive a correct fo- tics into classical algebraic structures. Not only does prov- cusing system for ordered logic. Potential applications lie ability coincide with provability across the embedding, but in logic programming, theorem proving, and logical frame- proofs correspond bijectively to proofs, and focusing phases works for substructural logics where focusing is crucial for to focusing phases. the underlying proof theory. Focusing is deeply connected to notions of uniform proof for logic programming, to the analysis of canonical forms in dependently-typed logical frameworks, and to efficient au- 1 Introduction tomated proof search procedures. By showing how to relo- cate the problem of understanding focusing systems of sub- structural logics to the setting of a simpler and more easily Substructural logics can enforce restrictions on use of understood calculus, we open the door to more (and more hypotheses by having a structured context: hypotheses in convenient) application of the expressivity of substructural linear logic [Gir87], where the context is a multiset, must logics in all of these areas. be used exactly once, and in ordered logic [Lam58, Pol01] The rest of the paper is organized toward the aim of are used in a specified order, because the context is a list. In treating two examples of the embedding, intuitionistic lin- the same vein as display logic [Bel82] and work on graphi- ear logic (Section 3) and ordered logic (Section 4), but we cal representations of structured contexts [Lam07], we show must first describe the representation language into which how diverse substructural logics can be treated uniformly they will be embedded (Section 2). We finish with a discus- by isolating the reasoning about the algebraic properties of sion of related work (Section 5) and conclusions about our their context’s structure. Unlike these other approaches, contribution (Section 6). we do so without introducing a logic that itself has a so- phisticated notion of structured context, and instead use fo- cused proofs [And92] in a very simple nonsubstructural 2 The Logic of FF logic. This reduction of substructural to nonsubstructural has proved useful in understanding the design of substruc- Our representation language is FF, for Focused First- tural (especially dependent) type theories. We specifically order intuitionistic logic. We refer in the sequel to the sub- show how to embed substructural logics into in a fragment structural logic being embedded as the object language. of focused first-order intuitionistic logic with equality, over The notion of focusing, introduced by Andreoli [And92], is a way of narrowing eligible proofs down to those that de- ∗The work was supported by the Fundac¸ao˜ para a Cienciaˆ e Tecnolo- compose connectives in maximal contiguous runs of logical gia (FCT), Portugal, under a grant from the Information and Communica- connectives of the same polarity. Polarity is a trait of propo- tions Technology Institute (ICTI) at CMU. We would also like to thank the anonymous reviewers of a previous version of this paper, as well as Robert sitional connectives which, among other properties, charac- Simmons, for their helpful comments. terizes whether they can be eagerly decomposed as goals 1 (negative propositions) or eagerly decomposed as assump- We will also use the defined judgment of equivalence − − tions (positive propositions). Importantly, focused proof s1 ≡ s2 of negative atoms, which is defined to mean that − − search is complete: there is a focused proof of a proposition s1 and s2 have the same predicate symbol, and each of the iff there is an ordinary proof, but there are generally fewer corresponding pairs of term arguments are related by ≡. distinct focused proofs. It is by using the tight control over The focus judgments are used when we have selected a proof search and proof identity that focusing affords that proposition and have committed to continue decomposing we are able to faithfully mimic not only of which proposi- it until we reach a polarity shift. Inversion takes place when tions are provable in the object language, but how they are we are trying to prove a negative proposition, and we ap- proved. ply right rules eagerly, because all right rules for negative FF is a multi-sorted first-order logic, and is parametrized propositions are characteristically invertible. over the structure of its first-order domain: we leave it open For uniformity, we write Γ ` J to stand for either for each particular embedding to choose a collection of Γ;[A] ` s− or Γ ` A. On occasion, when we need to con- sorts, which function symbols exist to build terms of those trast the judgment of FF with that of the object language, sorts, and how an equivalence relation ≡ on those terms is decorate the turnstile as `FF. axiomatized. In the embedding, first-order terms serve to describe the 2.2 Proof Theory shape of sequents with substructural contexts. The relation ≡ is used to express that two sequent shapes are considered The valid deductions of this judgment are defined by the equivalent. For instance, in the case linear logic, it captures inference rules in Figure 1. They are mostly standard, but the property that the order of hypotheses does not matter. we note some consequences of focusing discipline: when we are focused on a negative atomic proposition s−, the cur- − − 2.1 Syntax rent conclusion s0 must be already equivalent to s ; when focused on a positive atom s+, that same atom must already The basic syntax of FF is as follows. be found in the current context. Encountering ↓A on the right blurs focus, and begins inversion of A. Decomposing ↓ on the left begins a focus phase, which is only allowed Negative Props A ::= B ⇒ A | A ∧ A | > | ∀x:σ.A | s− once the conclusion has finished inversion, and arrived at a Positive Props B ::= s+ | ↓A negative atomic proposition s−. Contexts Γ ::= · | Γ, B The right rule for the quantifier is understood to have Sorts σ ::= ··· the usual side conditions about the freshness of variable it Terms t ::= x | · · · introduces. We write {t/x} for substitution of a first-order term for the variable x. By ` t : σ we mean that t is a well- The bulk of the propositions are built of negative log- formed term of sort σ; for space reasons we avoid giving a ical connectives: implication, conjunction, truth, univer- complete explanation of this rather standard notion. We will − sal quantification, and negative atomic propositions s . write f :(σ1, . , σn) → σ to indicate that f is a function Atomic propositions, both positive and negative (hereafter symbol taking n arguments of sorts σ1, . , σn and yielding sometimes ‘atoms’), are generally predicates on first-order a term of sort σ. terms. We leave it again to the particular embedding to de- cide which atoms (i.e., which predicates) exist in the lan- 2.3 Metatheory guage, and of which polarity. The first argument to implica- tion is, as usual for focusing systems, a positive proposition. This calculus satisfies the usual pair of properties that es- Ordinarily the positives might include existential quantifi- tablish its internal soundness (cut admissibility) and internal cation and disjunction, but for our purposes we only need completeness (identity expansion). Because of the equiva- positive atoms s+, and an inclusion of negative propositions lence relation allowed at negative atoms, we must first show back into positives, via the shift connective ↓ that interrupts a congruence lemma with respect to the relation. focus phases. − − Contexts Γ are built out of positive propositions, and are Lemma 2.1 (Congruence) Suppose s ≡ s0 . subject to tacit weakening, contraction, and exchange. − − The judgments of the system are: 1. If Γ ` s , then Γ ` s0 − − 2. If Γ;[A] ` s , then Γ;[A] ` s0 Right Focus Γ ` [B] Left Focus Γ;[A] ` s− Proof By induction on the derivation. Use transitivity for Right Inversion Γ ` A the case of s−L. 2 − − − − s1 ≡ s2 Γ ` A Γ, ↓A;[A] ` s Γ ` A1 Γ ` A2 Γ;[Ai] ` s + − s R s L ↓R ↓L ∧R ∧Li + + − − − − Γ, s ` [s ] Γ;[s1 ] ` s2 Γ ` [↓A] Γ, ↓A ` s Γ ` A1 ∧ A2 Γ;[A1 ∧ A2] ` s Γ, B ` A Γ ` [B] Γ;[A] ` s− Γ ` A ` t : σ Γ;[{t/x}A] ` s− >R ⇒R ⇒L ∀Rx ∀L Γ ` > Γ ` B ⇒ A Γ;[B ⇒ A] ` s− Γ ` ∀x:σ.A Γ;[∀x:σ.A] ` s− Figure 1. FF Inference Rules The admissibility of cut now follows. polarity shift connectives ↑ and ↓ passing between them. Their syntax is as follows. Theorem 2.2 (Cut Admissibility) The following rules are − admissible: Negative N ::= ↑P | N & N | > | P ( N | a Positive P ::= ↓N | P ⊗P | 1 | P ⊕ P | 0 | a+ | !N Γ ` [B] Γ, B ` J Γ ` A Γ, ↓A ` J Now to instantiate FF, we first choose a set of sorts, and Γ ` J Γ ` J function symbols to inhabit them.
Recommended publications
  • Planar Embeddings of Minc's Continuum and Generalizations
    PLANAR EMBEDDINGS OF MINC’S CONTINUUM AND GENERALIZATIONS ANA ANUSIˇ C´ Abstract. We show that if f : I → I is piecewise monotone, post-critically finite, x X I,f and locally eventually onto, then for every point ∈ =←− lim( ) there exists a planar embedding of X such that x is accessible. In particular, every point x in Minc’s continuum XM from [11, Question 19 p. 335] can be embedded accessibly. All constructed embeddings are thin, i.e., can be covered by an arbitrary small chain of open sets which are connected in the plane. 1. Introduction The main motivation for this study is the following long-standing open problem: Problem (Nadler and Quinn 1972 [20, p. 229] and [21]). Let X be a chainable contin- uum, and x ∈ X. Is there a planar embedding of X such that x is accessible? The importance of this problem is illustrated by the fact that it appears at three independent places in the collection of open problems in Continuum Theory published in 2018 [10, see Question 1, Question 49, and Question 51]. We will give a positive answer to the Nadler-Quinn problem for every point in a wide class of chainable continua, which includes←− lim(I, f) for a simplicial locally eventually onto map f, and in particular continuum XM introduced by Piotr Minc in [11, Question 19 p. 335]. Continuum XM was suspected to have a point which is inaccessible in every planar embedding of XM . A continuum is a non-empty, compact, connected, metric space, and it is chainable if arXiv:2010.02969v1 [math.GN] 6 Oct 2020 it can be represented as an inverse limit with bonding maps fi : I → I, i ∈ N, which can be assumed to be onto and piecewise linear.
    [Show full text]
  • LOGIC BIBLIOGRAPHY up to 2008
    LOGIC BIBLIOGRAPHY up to 2008 by L. Geldsetzer © Copyright reserved Download only for personal use permitted Heinrich Heine Universität Düsseldorf 2008 II Contents 1. Introductions 1 2. Dictionaries 3 3. Course Material 4 4. Handbooks 5 5. Readers 5 6. Bibliographies 6 7. Journals 7 8. History of Logic and Foundations of Mathematics 9 a. Gerneral 9 b. Antiquity 10 c. Chinese Antiquity 11 d. Scholastics 12 e. Islamic Medieval Scholastics 12 f. Modern Times 13 g. Contemporary 13 9. Classics of Logics 15 a. Antiquity 15 b. Medieval Scholastics 17 c. Modern and Recent Times 18 d. Indian Logic, History and Classics 25 10. Topics of Logic 27 1. Analogy and Metaphor, Likelihood 27 2. Argumentation, Argument 27 3. Axiom, Axiomatics 28 4. Belief, Believing 28 5. Calculus 29 8. Commensurability, see also: Incommensurability 31 9. Computability and Decidability 31 10. Concept, Term 31 11. Construction, Constructivity 34 12. Contradiction, Inconsistence, Antinomics 35 13. Copula 35 14. Counterfactuals, Fiction, see also : Modality 35 15. Decision 35 16. Deduction 36 17. Definition 36 18. Diagram, see also: Knowledge Representation 37 19. Dialectic 37 20. Dialethism, Dialetheism, see also: Contradiction and Paracon- sistent Logic 38 21. Discovery 38 22. Dogma 39 23. Entailment, Implication 39 24. Evidence 39 25. Falsity 40 26. Fallacy 40 27. Falsification 40 III 28. Family Resemblance 41 2 9. Formalism 41 3 0. Function 42 31. Functors, Junct ors, Logical Constants or Connectives 42 32. Holism 43 33. Hypothetical Propositions, Hypotheses 44 34. Idealiz ation 44 35. Id entity 44 36. Incommensurability 45 37. Incompleteness 45 38.
    [Show full text]
  • Neural Subgraph Matching
    Neural Subgraph Matching NEURAL SUBGRAPH MATCHING Rex Ying, Andrew Wang, Jiaxuan You, Chengtao Wen, Arquimedes Canedo, Jure Leskovec Stanford University and Siemens Corporate Technology ABSTRACT Subgraph matching is the problem of determining the presence of a given query graph in a large target graph. Despite being an NP-complete problem, the subgraph matching problem is crucial in domains ranging from network science and database systems to biochemistry and cognitive science. However, existing techniques based on combinatorial matching and integer programming cannot handle matching problems with both large target and query graphs. Here we propose NeuroMatch, an accurate, efficient, and robust neural approach to subgraph matching. NeuroMatch decomposes query and target graphs into small subgraphs and embeds them using graph neural networks. Trained to capture geometric constraints corresponding to subgraph relations, NeuroMatch then efficiently performs subgraph matching directly in the embedding space. Experiments demonstrate that NeuroMatch is 100x faster than existing combinatorial approaches and 18% more accurate than existing approximate subgraph matching methods. 1.I NTRODUCTION Given a query graph, the problem of subgraph isomorphism matching is to determine if a query graph is isomorphic to a subgraph of a large target graph. If the graphs include node and edge features, both the topology as well as the features should be matched. Subgraph matching is a crucial problem in many biology, social network and knowledge graph applications (Gentner, 1983; Raymond et al., 2002; Yang & Sze, 2007; Dai et al., 2019). For example, in social networks and biomedical network science, researchers investigate important subgraphs by counting them in a given network (Alon et al., 2008).
    [Show full text]
  • Some Planar Embeddings of Chainable Continua Can Be
    Some planar embeddings of chainable continua can be expressed as inverse limit spaces by Susan Pamela Schwartz A thesis submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Mathematics Montana State University © Copyright by Susan Pamela Schwartz (1992) Abstract: It is well known that chainable continua can be expressed as inverse limit spaces and that chainable continua are embeddable in the plane. We give necessary and sufficient conditions for the planar embeddings of chainable continua to be realized as inverse limit spaces. As an example, we consider the Knaster continuum. It has been shown that this continuum can be embedded in the plane in such a manner that any given composant is accessible. We give inverse limit expressions for embeddings of the Knaster continuum in which the accessible composant is specified. We then show that there are uncountably many non-equivalent inverse limit embeddings of this continuum. SOME PLANAR EMBEDDINGS OF CHAIN ABLE OONTINUA CAN BE EXPRESSED AS INVERSE LIMIT SPACES by Susan Pamela Schwartz A thesis submitted in partial fulfillment of the requirements for the degree of . Doctor of Philosophy in Mathematics MONTANA STATE UNIVERSITY Bozeman, Montana February 1992 D 3 l% ii APPROVAL of a thesis submitted by Susan Pamela Schwartz This thesis has been read by each member of the thesis committee and has been found to be satisfactory regarding content, English usage, format, citations, bibliographic style, and consistency, and is ready for submission to the College of Graduate Studies. g / / f / f z Date Chairperson, Graduate committee Approved for the Major Department ___ 2 -J2 0 / 9 Date Head, Major Department Approved for the College of Graduate Studies Date Graduate Dean iii STATEMENT OF PERMISSION TO USE .
    [Show full text]
  • Relevant and Substructural Logics
    Relevant and Substructural Logics GREG RESTALL∗ PHILOSOPHY DEPARTMENT, MACQUARIE UNIVERSITY [email protected] June 23, 2001 http://www.phil.mq.edu.au/staff/grestall/ Abstract: This is a history of relevant and substructural logics, written for the Hand- book of the History and Philosophy of Logic, edited by Dov Gabbay and John Woods.1 1 Introduction Logics tend to be viewed of in one of two ways — with an eye to proofs, or with an eye to models.2 Relevant and substructural logics are no different: you can focus on notions of proof, inference rules and structural features of deduction in these logics, or you can focus on interpretations of the language in other structures. This essay is structured around the bifurcation between proofs and mod- els: The first section discusses Proof Theory of relevant and substructural log- ics, and the second covers the Model Theory of these logics. This order is a natural one for a history of relevant and substructural logics, because much of the initial work — especially in the Anderson–Belnap tradition of relevant logics — started by developing proof theory. The model theory of relevant logic came some time later. As we will see, Dunn's algebraic models [76, 77] Urquhart's operational semantics [267, 268] and Routley and Meyer's rela- tional semantics [239, 240, 241] arrived decades after the initial burst of ac- tivity from Alan Anderson and Nuel Belnap. The same goes for work on the Lambek calculus: although inspired by a very particular application in lin- guistic typing, it was developed first proof-theoretically, and only later did model theory come to the fore.
    [Show full text]
  • From Axioms to Rules — a Coalition of Fuzzy, Linear and Substructural Logics
    From Axioms to Rules — A Coalition of Fuzzy, Linear and Substructural Logics Kazushige Terui National Institute of Informatics, Tokyo Laboratoire d’Informatique de Paris Nord (Joint work with Agata Ciabattoni and Nikolaos Galatos) Genova, 21/02/08 – p.1/?? Parties in Nonclassical Logics Modal Logics Default Logic Intermediate Logics (Padova) Basic Logic Paraconsistent Logic Linear Logic Fuzzy Logics Substructural Logics Genova, 21/02/08 – p.2/?? Parties in Nonclassical Logics Modal Logics Default Logic Intermediate Logics (Padova) Basic Logic Paraconsistent Logic Linear Logic Fuzzy Logics Substructural Logics Our aim: Fruitful coalition of the 3 parties Genova, 21/02/08 – p.2/?? Basic Requirements Substractural Logics: Algebraization ´µ Ä Î ´Äµ Genova, 21/02/08 – p.3/?? Basic Requirements Substractural Logics: Algebraization ´µ Ä Î ´Äµ Fuzzy Logics: Standard Completeness ´µ Ä Ã ´Äµ ¼½ Genova, 21/02/08 – p.3/?? Basic Requirements Substractural Logics: Algebraization ´µ Ä Î ´Äµ Fuzzy Logics: Standard Completeness ´µ Ä Ã ´Äµ ¼½ Linear Logic: Cut Elimination Genova, 21/02/08 – p.3/?? Basic Requirements Substractural Logics: Algebraization ´µ Ä Î ´Äµ Fuzzy Logics: Standard Completeness ´µ Ä Ã ´Äµ ¼½ Linear Logic: Cut Elimination A logic without cut elimination is like a car without engine (J.-Y. Girard) Genova, 21/02/08 – p.3/?? Outcome We classify axioms in Substructural and Fuzzy Logics according to the Substructural Hierarchy, which is defined based on Polarity (Linear Logic). Genova, 21/02/08 – p.4/?? Outcome We classify axioms in Substructural and Fuzzy Logics according to the Substructural Hierarchy, which is defined based on Polarity (Linear Logic). Give an automatic procedure to transform axioms up to level ¼ È È ¿ ( , in the absense of Weakening) into Hyperstructural ¿ Rules in Hypersequent Calculus (Fuzzy Logics).
    [Show full text]
  • Cauchy Graph Embedding
    Cauchy Graph Embedding Dijun Luo [email protected] Chris Ding [email protected] Feiping Nie [email protected] Heng Huang [email protected] The University of Texas at Arlington, 701 S. Nedderman Drive, Arlington, TX 76019 Abstract classify unsupervised embedding approaches into two cat- Laplacian embedding provides a low- egories. Approaches in the first category are to embed data dimensional representation for the nodes of into a linear space via linear transformations, such as prin- a graph where the edge weights denote pair- ciple component analysis (PCA) (Jolliffe, 2002) and mul- wise similarity among the node objects. It is tidimensional scaling (MDS) (Cox & Cox, 2001). Both commonly assumed that the Laplacian embed- PCA and MDS are eigenvector methods and can model lin- ding results preserve the local topology of the ear variabilities in high-dimensional data. They have been original data on the low-dimensional projected long known and widely used in many machine learning ap- subspaces, i.e., for any pair of graph nodes plications. with large similarity, they should be embedded However, the underlying structure of real data is often closely in the embedded space. However, in highly nonlinear and hence cannot be accurately approx- this paper, we will show that the Laplacian imated by linear manifolds. The second category ap- embedding often cannot preserve local topology proaches embed data in a nonlinear manner based on differ- well as we expected. To enhance the local topol- ent purposes. Recently several promising nonlinear meth- ogy preserving property in graph embedding, ods have been proposed, including IsoMAP (Tenenbaum we propose a novel Cauchy graph embedding et al., 2000), Local Linear Embedding (LLE) (Roweis & which preserves the similarity relationships of Saul, 2000), Local Tangent Space Alignment (Zhang & the original data in the embedded space via a Zha, 2004), Laplacian Embedding/Eigenmap (Hall, 1971; new objective.
    [Show full text]
  • Bunched Hypersequent Calculi for Distributive Substructural Logics
    EPiC Series in Computing Volume 46, 2017, Pages 417{434 LPAR-21. 21st International Conference on Logic for Programming, Artificial Intelligence and Reasoning Bunched Hypersequent Calculi for Distributive Substructural Logics Agata Ciabattoni and Revantha Ramanayake Technische Universit¨atWien, Austria fagata,[email protected]∗ Abstract We introduce a new proof-theoretic framework which enhances the expressive power of bunched sequents by extending them with a hypersequent structure. A general cut- elimination theorem that applies to bunched hypersequent calculi satisfying general rule conditions is then proved. We adapt the methods of transforming axioms into rules to provide cutfree bunched hypersequent calculi for a large class of logics extending the dis- tributive commutative Full Lambek calculus DFLe and Bunched Implication logic BI. The methodology is then used to formulate new logics equipped with a cutfree calculus in the vicinity of Boolean BI. 1 Introduction The wide applicability of logical methods and their use in new subject areas has resulted in an explosion of new logics. The usefulness of these logics often depends on the availability of an analytic proof calculus (formal proof system), as this provides a natural starting point for investi- gating metalogical properties such as decidability, complexity, interpolation and conservativity, for developing automated deduction procedures, and for establishing semantic properties like standard completeness [26]. A calculus is analytic when every derivation (formal proof) in the calculus has the property that every formula occurring in the derivation is a subformula of the formula that is ultimately proved (i.e. the subformula property). The use of an analytic proof calculus tremendously restricts the set of possible derivations of a given statement to deriva- tions with a discernible structure (in certain cases this set may even be finite).
    [Show full text]
  • Lecture Notes on Constructive Logic: Overview
    Lecture Notes on Constructive Logic: Overview 15-317: Constructive Logic Frank Pfenning Lecture 1 August 29, 2017 1 Introduction According to Wikipedia, logic is the study of the principles of valid infer- ences and demonstration. From the breadth of this definition it is immedi- ately clear that logic constitutes an important area in the disciplines of phi- losophy and mathematics. Logical tools and methods also play an essential role in the design, specification, and verification of computer hardware and software. It is these applications of logic in computer science which will be the focus of this course. In order to gain a proper understanding of logic and its relevance to computer science, we will need to draw heavily on the much older logical traditions in philosophy and mathematics. We will dis- cuss some of the relevant history of logic and pointers to further reading throughout these notes. In this introduction, we give only a brief overview of the goal, contents, and approach of this class. 2 Topics The course is divided into four parts: I. Proofs as Evidence for Truth II. Proofs as Programs III. Proof Search as Computation IV. Substructural and Modal Logics LECTURE NOTES AUGUST 29, 2017 L1.2 Constructive Logic: Overview Proofs are central in all parts of the course, and give it its constructive na- ture. In each part, we will exhibit connections between proofs and forms of computations studied in computer science. These connections will take quite different forms, which shows the richness of logic as a foundational discipline at the nexus between philosophy, mathematics, and computer science.
    [Show full text]
  • Strong Inverse Limit Reflection
    Strong Inverse Limit Reflection Scott Cramer March 4, 2016 Abstract We show that the axiom Strong Inverse Limit Reflection holds in L(Vλ+1) assuming the large cardinal axiom I0. This reflection theorem both extends results of [4], [5], and [3], and has structural implications for L(Vλ+1), as described in [3]. Furthermore, these results together highlight an analogy between Strong Inverse Limit Reflection and the Axiom of Determinacy insofar as both act as fundamental regularity properties. The study of L(Vλ+1) was initiated by H. Woodin in order to prove properties of L(R) under large cardinal assumptions. In particular he showed that L(R) satisfies the Axiom of Determinacy (AD) if there exists a non-trivial elementary embedding j : L(Vλ+1) ! L(Vλ+1) with crit (j) < λ (an axiom called I0). We investigate an axiom called Strong Inverse Limit Reflection for L(Vλ+1) which is in some sense analogous to AD for L(R). Our main result is to show that if I0 holds at λ then Strong Inverse Limit Reflection holds in L(Vλ+1). Strong Inverse Limit Reflection is a strong form of a reflection property for inverse limits. Axioms of this form generally assert the existence of a collection of embeddings reflecting a certain amount of L(Vλ+1), together with a largeness assumption on the collection. There are potentially many different types of axioms of this form which could be considered, but we concentrate on a particular form which, by results in [3], has certain structural consequences for L(Vλ+1), such as a version of the perfect set property.
    [Show full text]
  • Applications of Non-Classical Logic Andrew Tedder University of Connecticut - Storrs, [email protected]
    University of Connecticut OpenCommons@UConn Doctoral Dissertations University of Connecticut Graduate School 8-8-2018 Applications of Non-Classical Logic Andrew Tedder University of Connecticut - Storrs, [email protected] Follow this and additional works at: https://opencommons.uconn.edu/dissertations Recommended Citation Tedder, Andrew, "Applications of Non-Classical Logic" (2018). Doctoral Dissertations. 1930. https://opencommons.uconn.edu/dissertations/1930 Applications of Non-Classical Logic Andrew Tedder University of Connecticut, 2018 ABSTRACT This dissertation is composed of three projects applying non-classical logic to problems in history of philosophy and philosophy of logic. The main component concerns Descartes’ Creation Doctrine (CD) – the doctrine that while truths concerning the essences of objects (eternal truths) are necessary, God had vol- untary control over their creation, and thus could have made them false. First, I show a flaw in a standard argument for two interpretations of CD. This argument, stated in terms of non-normal modal logics, involves a set of premises which lead to a conclusion which Descartes explicitly rejects. Following this, I develop a multimodal account of CD, ac- cording to which Descartes is committed to two kinds of modality, and that the apparent contradiction resulting from CD is the result of an ambiguity. Finally, I begin to develop two modal logics capturing the key ideas in the multi-modal interpretation, and provide some metatheoretic results concerning these logics which shore up some of my interpretive claims. The second component is a project concerning the Channel Theoretic interpretation of the ternary relation semantics of relevant and substructural logics. Following Barwise, I de- velop a representation of Channel Composition, and prove that extending the implication- conjunction fragment of B by composite channels is conservative.
    [Show full text]
  • Lecture 9: the Whitney Embedding Theorem
    LECTURE 9: THE WHITNEY EMBEDDING THEOREM Historically, the word \manifold" (Mannigfaltigkeit in German) first appeared in Riemann's doctoral thesis in 1851. At the early times, manifolds are defined extrinsi- cally: they are the set of all possible values of some variables with certain constraints. Translated into modern language,\smooth manifolds" are objects that are (locally) de- fined by smooth equations and, according to last lecture, are embedded submanifolds in Euclidean spaces. In 1912 Weyl gave an intrinsic definition for smooth manifolds. A natural question is: what is the difference between the extrinsic definition and the intrinsic definition? Is there any \abstract" manifold that cannot be embedded into any Euclidian space? In 1930s, Whitney and others settled this foundational problem: the two ways of defining smooth manifolds are in fact the same. In fact, Whitney's result is much more stronger than this. He showed that not only one can embed any smooth manifold into some Euclidian space, but that the dimension of the Euclidian space can be chosen to be (as low as) twice the dimension of the manifold itself! Theorem 0.1 (The Whitney embedding theorem). Any smooth manifold M of di- mension m can be embedded into R2m+1. Remark. In 1944, by using completely different techniques (now known as the \Whitney trick"), Whitney was able to prove Theorem 0.2 (The Strong Whitney Embedding Theorem). Any smooth man- ifold M of dimension m ≥ 2 can be embedded into R2m (and can be immersed into R2m−1). We will not prove this stronger version in this course, but just mention that the Whitney trick was further developed in h-cobordism theory by Smale, using which he proved the Poincare conjecture in dimension ≥ 5 in 1961! Remark.
    [Show full text]