Mathematical Logic. Introduction. by Vilnis Detlovs and Karlis Podnieks

Total Page:16

File Type:pdf, Size:1020Kb

Mathematical Logic. Introduction. by Vilnis Detlovs and Karlis Podnieks See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/349104699 Introduction to Mathematical Logic, Edition 2021 Book · February 2021 CITATIONS READ 0 1 2 authors, including: Karlis Podnieks University of Latvia 75 PUBLICATIONS 273 CITATIONS SEE PROFILE Some of the authors of this publication are also working on these related projects: Truth Demystified View project Philosophy of Modeling in 1870s: a Tribute to Hans Vaihinger View project All content following this page was uploaded by Karlis Podnieks on 07 February 2021. The user has requested enhancement of the downloaded file. 1 Version released: February 7, 2021 This edition is dedicated to the memory of Professor Elliott Mendelson, 1931-2020 Introduction to Mathematical Logic Textbook for students Edition 2021 by Vilnis Detlovs, Dr. math., and Karlis Podnieks, Dr. math. University of Latvia This work is licensed under a Creative Commons License and is copyrighted © 2000-2021 by us, Vilnis Detlovs and Karlis Podnieks. Sections 1, 2, 3 of this book represent an extended translation of the corresponding chapters of the book: V. Detlovs, Elements of Mathematical Logic, Riga, University of Latvia, 1964, 252 pp. (in Latvian). With kind permission of Dr. Detlovs. Vilnis Detlovs, 1923-2007. Memorial Page This textbook contains links to: Wikipedia, the free encyclopedia; MacTutor History of Mathematics archive of the University of St Andrews; MathWorld of Wolfram Research. 2 Table of Contents References..........................................................................................................3 1. Introduction. What Is Logic, Really?.............................................................4 1.1. Total Formalization is Possible!..............................................................4 1.2. Predicate Languages.............................................................................11 1.3. Axioms of Logic: Minimal System, Constructive System and Classical System..........................................................................................................27 1.4. The Flavor of Proving Directly.............................................................40 1.5. Deduction Theorems.............................................................................44 2. Propositional Logic......................................................................................52 2.1. Proving Formulas Containing Implication only...................................52 2.2. Proving Formulas Containing Conjunction..........................................53 2.3. Proving Formulas Containing Disjunction...........................................56 2.4. Formulas Containing Negation – Minimal Logic.................................58 2.5. Formulas Containing Negation – Constructive Logic..........................63 2.6. Formulas Containing Negation – Classical Logic................................65 2.7. Constructive Embedding: Glivenko's Theorem....................................69 2.8. Axiom Independence. Using Computers in Mathematical Proofs........71 3. Predicate Logic.............................................................................................87 3.1. Proving Formulas Containing Quantifiers and Implication only..........87 3.2. Formulas Containing Negations and a Single Quantifier.....................91 3.3. Proving Formulas Containing Conjunction and Disjunction..............100 3.4. Replacement Theorems.......................................................................101 3.5. Constructive Embedding.....................................................................107 4. Completeness Theorems (Model Theory)..................................................116 4.1. Interpretations and models..................................................................116 4.2. Completeness of Classical Propositional Logic..................................132 4.3. Classical Predicate Logic − Gödel's Completeness Theorem.............143 4.4. Constructive Propositional Logic – Kripke Semantics.......................164 5. Normal Forms.............................................................................................184 5.1. Negation Normal Form.......................................................................184 5.2. Conjunctive and Disjunctive Normal Forms......................................186 5.3. Prenex Normal Form..........................................................................190 5.4. Skolem Normal Form.........................................................................198 5.5. Clause Form........................................................................................202 6. Tableaux Method........................................................................................209 6.1. Tableaux Method for Propositional Formulas....................................210 6.2. Tableaux Method for Pure Predicate Formulas..................................217 7. Resolution Method.....................................................................................227 7.1. Resolution Method for Propositional Formulas..................................230 7.2. Resolution Method for Predicate Formulas........................................235 3 8. Miscellaneous.............................................................................................247 8.1. Negation as Contradiction or Absurdity.............................................247 8.2. Herbrand's Theorem............................................................................254 References Detlovs V. [1964] Elements of Mathematical Logic, University of Latvia, 1964, 252 pp. (in Latvian). Hilbert D., Bernays P. [1934] Grundlagen der Mathematik. Vol. I, Berlin, 1934, 471 pp. (Russian translation available) Kleene S.C. [1952] Introduction to Metamathematics. Van Nostrand, 1952 (Russian translation available) Kleene S.C. [1967] Mathematical Logic. John Wiley & Sons, 1967 (Russian translation available) Mendelson E. [1997] Introduction to Mathematical Logic. Fourth Edition. International Thomson Publishing, 1997, 440 pp. (Russian translation available) Podnieks K. [1997] What is Mathematics: Gödel's Theorem and Around. 1997-2015 (see ResearchGate for English and Russian online versions). 4 1. Introduction. What Is Logic, Really? Attention! In this book, predicate language is used as a synonym of first order language, formal theory – as a synonym of formal system, deductive system, predicate logic – as a synonym of first order logic without equality. constructive logic – as a synonym of intuitionistic logic, algorithmically solvable – as a synonym of recursively solvable, algorithmically enumerable – as a synonym of recursively enumerable. 1.1. Total Formalization is Possible! What is logic? Of course, logic is “about reasoning”. Parts of our knowledge may be inter-dependent, so, one part may be derived from some other ones. A trivial example: All fathers are male persons. No person can be male and female simultaneously. Miranda is a female person. Hence, Miranda is not a father. Of course, we knew the latter “fact” in advance. But imagine, we are trying to teach this kind of reasoning to a computer. A computer may know in advance only that part of our knowledge that is stored in its knowledge base. But, it is impossible to store all of our knowledge. Thus, we must avoid storing of the knowledge that is easily derivable from the one already stored. For example, if the first three of the above propositions have been already stored, then we need not to store the fourth one – it can be derived by reasoning: Assume, Miranda is a father. Then Miranda is a male person. But Miranda is a female person. Hence, Miranda is male and female simultaneously. This is impossible. Hence, Miranda is not a father. Therefore, we must implement on our computer not only the knowledge base, but also the necessary means of reasoning (an advanced kind of query processing). Hence, today, we have a very fundamental reason to formulate our knowledge 5 and means of reasoning explicitly: only in this way we can transmit the knowledge and the ability of reasoning to computers. Of course, explicit reasoning started long before computers – probably, in the 6th century BC when Greeks proved the first mathematical theorems. Let us consider one of them: Theorem. There are more prime numbers than any prescribed amount. (In modern terms: there are infinitely many prime numbers.) Proof (modern notation is used). Assume the contrary, that p1 ,..., pk is the complete list of all primes, and consider the number N= p1⋅...⋅pk +1 . We know that such N is divisible by none of p1 ,..., pk . But we know also that any (natural) number is divisible by a prime. So, N must be divisible by a prime that does not belong to the alleged “complete” list. Q.E.D. Here, the statement of Theorem is derived from other statements that “we know”. How do we know them? Either we or other people have proved these statements earlier – by deriving them from some other statements, or, they were forced to adopt them without proof, for example, as “obvious” ones. Indeed, asking for proofs over and again indefinitely long time is hopeless. At some moment, such a process must be stopped – by a decision to adopt some of the statements without proof, as “axioms”. Additional stimulus to explicit reasoning was a contradiction found in geometrical reasoning. The early Pythagoreans arrived at an implicit belief that any two line segments must possess a common measure. Namely (in modern
Recommended publications
  • Mathematical Logic. Introduction. by Vilnis Detlovs And
    1 Version released: May 24, 2017 Introduction to Mathematical Logic Hyper-textbook for students by Vilnis Detlovs, Dr. math., and Karlis Podnieks, Dr. math. University of Latvia This work is licensed under a Creative Commons License and is copyrighted © 2000-2017 by us, Vilnis Detlovs and Karlis Podnieks. Sections 1, 2, 3 of this book represent an extended translation of the corresponding chapters of the book: V. Detlovs, Elements of Mathematical Logic, Riga, University of Latvia, 1964, 252 pp. (in Latvian). With kind permission of Dr. Detlovs. Vilnis Detlovs. Memorial Page In preparation – forever (however, since 2000, used successfully in a real logic course for computer science students). This hyper-textbook contains links to: Wikipedia, the free encyclopedia; MacTutor History of Mathematics archive of the University of St Andrews; MathWorld of Wolfram Research. 2 Table of Contents References..........................................................................................................3 1. Introduction. What Is Logic, Really?.............................................................4 1.1. Total Formalization is Possible!..............................................................5 1.2. Predicate Languages.............................................................................10 1.3. Axioms of Logic: Minimal System, Constructive System and Classical System..........................................................................................................27 1.4. The Flavor of Proving Directly.............................................................40
    [Show full text]
  • Skolemization Modulo Theories
    Skolemization Modulo Theories Konstantin Korovin1 and Margus Veanes2 1 The University of Manchester [email protected] 2 Microsoft Research [email protected] Abstract. Combining classical automated theorem proving techniques with theory based reasoning, such as satisfiability modulo theories, is a new approach to first-order reasoning modulo theories. Skolemization is a classical technique used to transform first-order formulas into eq- uisatisfiable form. We show how Skolemization can benefit from a new satisfiability modulo theories based simplification technique of formulas called monadic decomposition. The technique can be used to transform a theory dependent formula over multiple variables into an equivalent form as a Boolean combination of unary formulas, where a unary for- mula depends on a single variable. In this way, theory specific variable dependencies can be eliminated and consequently, Skolemization can be refined by minimizing variable scopes in the decomposed formula in order to yield simpler Skolem terms. 1 The role of Skolemization In classical automated theorem proving, Skolemization [8, 3] is a technique used to transform formulas into equisatisfiable form by replacing existentially quanti- fied variables by Skolem terms. In resolution based methods using clausal normal form (CNF) this is a necessary preprocessing step of the input formula. A CNF represents a universally quantified conjunction of clauses, where each clause is a disjunction of literals, a literal being an atom or a negated atom. The arguments of the atoms are terms, some of which may contain Skolem terms as subterms where a Skolem term has the form f(¯x) for some Skolem function symbol f and a sequencex ¯ of variables; f may also be a constant (¯x is empty).
    [Show full text]
  • 1 Psychological Operationisms at Harvard: Skinner, Boring, And
    [Forthcoming in Journal of the History of the Behavioral Sciences] Psychological operationisms at Harvard: Skinner, Boring, and Stevens Sander Verhaegh Tilburg University Abstract: Contemporary discussions about operational definition often hark back to Stanley Smith Stevens’ classic papers on psychological operationism (1935ab). Still, he was far from the only psychologist to call for conceptual hygiene. Some of Stevens’ direct colleagues at I would like to thank Julie Vargas, anonymous referees for the Journal of the History of the Behavioral Sciences, and the staff at the Harvard University Archives for their help with this project. Drafts of this paper were presented at the 2019 conference of the History of Science Society (Utrecht University) and the 2019 conference of the Canadian Society for the History and Philosophy of Science (University of British Columbia). I would like to thank the audiences at both events for their valuable suggestions. This research is funded by The Netherlands Organisation for Scientific Research (grant 275–20–064). My archival research was funded by a Kristeller-Popkin Travel Fellowship from the Journal of the History of Philosophy, by a Rodney G. Dennis Fellowship in the Study of Manuscripts from Houghton Library, and a travel grant from the Evert Willem Beth Foundation. Correspondence concerning this paper should be addressed to Tilburg University, Department of Philosophy, Warandelaan 2, 5037AB, Tilburg, The Netherlands or to [email protected]. 1 Harvard⎯ most notably B. F. Skinner and E. G. Boring⎯ were also actively applying Bridgman’s conceptual strictures to the study of mind and behavior. In this paper, I shed new light on the history of operationism by reconstructing the Harvard debates about operational definition in the years before Stevens published his seminal articles.
    [Show full text]
  • (Aka “Geometric”) Iff It Is Axiomatised by “Coherent Implications”
    GEOMETRISATION OF FIRST-ORDER LOGIC ROY DYCKHOFF AND SARA NEGRI Abstract. That every first-order theory has a coherent conservative extension is regarded by some as obvious, even trivial, and by others as not at all obvious, but instead remarkable and valuable; the result is in any case neither sufficiently well-known nor easily found in the literature. Various approaches to the result are presented and discussed in detail, including one inspired by a problem in the proof theory of intermediate logics that led us to the proof of the present paper. It can be seen as a modification of Skolem's argument from 1920 for his \Normal Form" theorem. \Geometric" being the infinitary version of \coherent", it is further shown that every infinitary first-order theory, suitably restricted, has a geometric conservative extension, hence the title. The results are applied to simplify methods used in reasoning in and about modal and intermediate logics. We include also a new algorithm to generate special coherent implications from an axiom, designed to preserve the structure of formulae with relatively little use of normal forms. x1. Introduction. A theory is \coherent" (aka \geometric") iff it is axiomatised by \coherent implications", i.e. formulae of a certain simple syntactic form (given in Defini- tion 2.4). That every first-order theory has a coherent conservative extension is regarded by some as obvious (and trivial) and by others (including ourselves) as non- obvious, remarkable and valuable; it is neither well-enough known nor easily found in the literature. We came upon the result (and our first proof) while clarifying an argument from our paper [17].
    [Show full text]
  • Tractatus Logico-Philosophicus</Em>
    University of South Florida Scholar Commons Graduate Theses and Dissertations Graduate School 8-6-2008 Three Wittgensteins: Interpreting the Tractatus Logico-Philosophicus Thomas J. Brommage Jr. University of South Florida Follow this and additional works at: https://scholarcommons.usf.edu/etd Part of the American Studies Commons Scholar Commons Citation Brommage, Thomas J. Jr., "Three Wittgensteins: Interpreting the Tractatus Logico-Philosophicus" (2008). Graduate Theses and Dissertations. https://scholarcommons.usf.edu/etd/149 This Dissertation is brought to you for free and open access by the Graduate School at Scholar Commons. It has been accepted for inclusion in Graduate Theses and Dissertations by an authorized administrator of Scholar Commons. For more information, please contact [email protected]. Three Wittgensteins: Interpreting the Tractatus Logico-Philosophicus by Thomas J. Brommage, Jr. A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy Department of Philosophy College of Arts and Sciences University of South Florida Co-Major Professor: Kwasi Wiredu, B.Phil. Co-Major Professor: Stephen P. Turner, Ph.D. Charles B. Guignon, Ph.D. Richard N. Manning, J. D., Ph.D. Joanne B. Waugh, Ph.D. Date of Approval: August 6, 2008 Keywords: Wittgenstein, Tractatus Logico-Philosophicus, logical empiricism, resolute reading, metaphysics © Copyright 2008 , Thomas J. Brommage, Jr. Acknowledgments There are many people whom have helped me along the way. My most prominent debts include Ray Langely, Billy Joe Lucas, and Mary T. Clark, who trained me in philosophy at Manhattanville College; and also to Joanne Waugh, Stephen Turner, Kwasi Wiredu and Cahrles Guignon, all of whom have nurtured my love for the philosophy of language.
    [Show full text]
  • Prime Numbers and Implication Free Reducts of Mvn-Chains.Pdf
    SYSMICS2019 Syntax Meets Semantics Amsterdam, The Netherlands 21-25 January 2019 Institute for Logic, Language and Computation University of Amsterdam SYSMICS 2019 The international conference “Syntax meet Semantics 2019” (SYSMICS 2019) will take place from 21 to 25 January 2019 at the University of Amsterdam, The Nether- lands. This is the closing conference of the European Marie Sk lodowska-Curie Rise project Syntax meets Semantics – Methods, Interactions, and Connections in Sub- structural logics, which unites more than twenty universities from Europe, USA, Brazil, Argentina, South Africa, Australia, Japan, and Singapore. Substructural logics are formal reasoning systems that refine classical logic by weakening structural rules in a Gentzen-style sequent calculus. Traditionally, non- classical logics have been investigated using proof-theoretic and algebraic methods. In recent years, combined approaches have started to emerge, thus establishing new links with various branches of non-classical logic. The program of the SYSMICS conference focuses on interactions between syntactic and semantic methods in substructural and other non-classical logics. The scope of the conference includes but is not limited to algebraic, proof-theoretic and relational approaches towards the study of non-classical logics. This booklet consists of the abstracts of SYSMICS 2019 invited lectures and contributed talks. In addition, it also features the abstract of the SYSMICS 2019 Public Lecture, on the interaction of logic and artificial intelligence. We thank all authors, members of the Programme and Organising Committees and reviewers of SYSMICS 2019 for their contribution. Apart from the generous financial support by the SYSMICS project, we would like to acknowledge the sponsorship by the Evert Willem Beth Foundation and the Association for Symbolic Logic.
    [Show full text]
  • First Order Logic
    Artificial Intelligence CS 165A Mar 10, 2020 Instructor: Prof. Yu-Xiang Wang ® First Order Logic 1 Recap: KB Agents True sentences TELL Knowledge Base Domain specific content; facts ASK Inference engine Domain independent algorithms; can deduce new facts from the KB • Need a formal logic system to work • Need a data structure to represent known facts • Need an algorithm to answer ASK questions 2 Recap: syntax and semantics • Two components of a logic system • Syntax --- How to construct sentences – The symbols – The operators that connect symbols together – A precedence ordering • Semantics --- Rules the assignment of sentences to truth – For every possible worlds (or “models” in logic jargon) – The truth table is a semantics 3 Recap: Entailment Sentences Sentence ENTAILS Representation Semantics Semantics World Facts Fact FOLLOWS A is entailed by B, if A is true in all possiBle worlds consistent with B under the semantics. 4 Recap: Inference procedure • Inference procedure – Rules (algorithms) that we apply (often recursively) to derive truth from other truth. – Could be specific to a particular set of semantics, a particular realization of the world. • Soundness and completeness of an inference procedure – Soundness: All truth discovered are valid. – Completeness: All truth that are entailed can be discovered. 5 Recap: Propositional Logic • Syntax:Syntax – True, false, propositional symbols – ( ) , ¬ (not), Ù (and), Ú (or), Þ (implies), Û (equivalent) • Semantics: – Assigning values to the variables. Each row is a “model”. • Inference rules: – Modus Pronens etc. Most important: Resolution 6 Recap: Propositional logic agent • Representation: Conjunctive Normal Forms – Represent them in a data structure: a list, a heap, a tree? – Efficient TELL operation • Inference: Solve ASK question – Use “Resolution” only on CNFs is Sound and Complete.
    [Show full text]
  • Arxiv:1803.01386V4 [Math.HO] 25 Jun 2021
    2009 SEKI http://wirth.bplaced.net/seki.html ISSN 1860-5931 arXiv:1803.01386v4 [math.HO] 25 Jun 2021 A Most Interesting Draft for Hilbert and Bernays’ “Grundlagen der Mathematik” that never found its way into any publi- Working-Paper cation, and 2 CVof Gisbert Hasenjaeger Claus-Peter Wirth Dept. of Computer Sci., Saarland Univ., 66123 Saarbrücken, Germany [email protected] SEKI Working-Paper SWP–2017–01 SEKI SEKI is published by the following institutions: German Research Center for Artificial Intelligence (DFKI GmbH), Germany • Robert Hooke Str.5, D–28359 Bremen • Trippstadter Str. 122, D–67663 Kaiserslautern • Campus D 3 2, D–66123 Saarbrücken Jacobs University Bremen, School of Engineering & Science, Campus Ring 1, D–28759 Bremen, Germany Universität des Saarlandes, FR 6.2 Informatik, Campus, D–66123 Saarbrücken, Germany SEKI Editor: Claus-Peter Wirth E-mail: [email protected] WWW: http://wirth.bplaced.net Please send surface mail exclusively to: DFKI Bremen GmbH Safe and Secure Cognitive Systems Cartesium Enrique Schmidt Str. 5 D–28359 Bremen Germany This SEKI Working-Paper was internally reviewed by: Wilfried Sieg, Carnegie Mellon Univ., Dept. of Philosophy Baker Hall 161, 5000 Forbes Avenue Pittsburgh, PA 15213 E-mail: [email protected] WWW: https://www.cmu.edu/dietrich/philosophy/people/faculty/sieg.html A Most Interesting Draft for Hilbert and Bernays’ “Grundlagen der Mathematik” that never found its way into any publication, and two CV of Gisbert Hasenjaeger Claus-Peter Wirth Dept. of Computer Sci., Saarland Univ., 66123 Saarbrücken, Germany [email protected] First Published: March 4, 2018 Thoroughly rev. & largely extd. (title, §§ 2, 3, and 4, CV, Bibliography, &c.): Jan.
    [Show full text]
  • (0) 625307185 Home A
    Work address: University College Groningen, Hoendiepskade 23/24, NL-9718 BG Groningen, The Netherlands, +31 (0) 625307185 Home address: ‘t Olde Hof 43, NL-9951JX Winsum, The Netherlands Dr. Dr. Simon Friederich born 30/08/1981 in Heidelberg, Germany http://simonfriederich.eu Email: s.m.friederich @ rug.nl AREAS OF RESEARCH General philosophy of science, philosophy of physics Philosophy of mathematics Epistemology AREAS OF COMPETENCE Philosophy of mind; effective altruism EDUCATION 2019 Habilitation (German qualification for full professorship) in philosophy, Ludwig-Maximilians-Universität München, Germany 2014 PhD in philosophy, Institute for Philosophy, University of Bonn, Germany; grade: “summa cum laude” 2010 PhD in physics, Institute for Theoretical Physics, University of Heidelberg, Germany; grade: “magna cum laude” 2008 Magister in philosophy Philosophisches Seminar, University of Göttingen, Germany; grade: “with distinction” 2007 Diploma in physics Institute for Theoretical Physics, University of Göttingen, Germany; grade: “very good” CURRENT POSITION Since September 2019 Associate professor of philosophy of science, University of Groningen, University College Groningen (UCG) and Faculty of Philosophy, The Netherlands, Interim Academic Director of Humanities at UCG October 2014 – August 2018, Assistant professor of philosophy of science, University of Groningen, University College Groningen and Faculty of Philosophy, The Netherlands In addition, since August 2015, external member of the Munich Center for Mathematical Philosophy (MCMP) PREVIOUS POSITIONS 2012 – 2014 substituting for a full professorship in theoretical philosophy, University of Göttingen 2011 – 2012 PostDoc at University of Wuppertal University, research collaboration “Epistemology of the Large Hadron Collider”, funded by the German Academic Foundation (DFG) RESEARCH VISITS July 2019 visiting scholar at the Rotman Institute of Philosophy, University of Western Ontario (Canada) Host: Prof.
    [Show full text]
  • Mathematical Logic, an Introduction
    Mathematical Logic, an Introduction by Peter Koepke Bonn, Winter 2019/20 Wann sollte die Mathematik je zu einem Anfang gelangen, wenn sie warten wollte, bis die Philosophie über unsere Grundbegrie zur Klarheit und Einmüthigkeit gekommen ist? Unsere einzige Rettung ist der formalistische Standpunkt, undenirte Begrie (wie Zahl, Punkt, Ding, Menge) an die Spitze zu stellen, um deren actuelle oder psychologische oder anschauliche Bedeutung wir uns nicht kümmern, und ebenso unbewiesene Sätze (Axiome), deren actuelle Richtigkeit uns nichts angeht. Aus diesen primitiven Begrien und Urtheilen gewinnen wir durch Denition und Deduction andere, und nur diese Ableitung ist unser Werk und Ziel. (Felix Hausdor, 12. Januar 1918) Table of contents 1 Introduction . 4 I First-order Logic and the Gödel Completeness Theorem . 4 2 The Syntax of rst-order logic: Symbols, words, and formulas . 4 2.1 Motivation: a mathematical statement . 5 2.2 Symbols . 5 2.3 Words . 6 2.4 Terms . 7 2.5 Formulas . 8 3 Semantics . 9 4 The satisfaction relation . 11 5 Logical implication and propositional connectives . 14 6 Substitution and term rules . 15 7 A sequent calculus . 20 8 Derivable sequent rules . 22 8.1 Auxiliary derived rules . 22 8.2 Introduction and elimination of ; ; ::: . 23 8.3 Formal proofs about . ._. .^. 24 9 Consistency . 25 1 2 Section 10 Term models and Henkin sets . 27 11 Constructing Henkin sets . 30 12 The completeness theorem . 34 13 The compactness theorem . 35 II Herbrand's Theorem and Automatic Theorem Proving . 38 14 Normal forms . 38 14.1 Negation normal form . 39 14.2 Conjunctive and disjunctive normal form .
    [Show full text]
  • Frege and the Logic of Sense and Reference
    FREGE AND THE LOGIC OF SENSE AND REFERENCE Kevin C. Klement Routledge New York & London Published in 2002 by Routledge 29 West 35th Street New York, NY 10001 Published in Great Britain by Routledge 11 New Fetter Lane London EC4P 4EE Routledge is an imprint of the Taylor & Francis Group Printed in the United States of America on acid-free paper. Copyright © 2002 by Kevin C. Klement All rights reserved. No part of this book may be reprinted or reproduced or utilized in any form or by any electronic, mechanical or other means, now known or hereafter invented, including photocopying and recording, or in any infomration storage or retrieval system, without permission in writing from the publisher. 10 9 8 7 6 5 4 3 2 1 Library of Congress Cataloging-in-Publication Data Klement, Kevin C., 1974– Frege and the logic of sense and reference / by Kevin Klement. p. cm — (Studies in philosophy) Includes bibliographical references and index ISBN 0-415-93790-6 1. Frege, Gottlob, 1848–1925. 2. Sense (Philosophy) 3. Reference (Philosophy) I. Title II. Studies in philosophy (New York, N. Y.) B3245.F24 K54 2001 12'.68'092—dc21 2001048169 Contents Page Preface ix Abbreviations xiii 1. The Need for a Logical Calculus for the Theory of Sinn and Bedeutung 3 Introduction 3 Frege’s Project: Logicism and the Notion of Begriffsschrift 4 The Theory of Sinn and Bedeutung 8 The Limitations of the Begriffsschrift 14 Filling the Gap 21 2. The Logic of the Grundgesetze 25 Logical Language and the Content of Logic 25 Functionality and Predication 28 Quantifiers and Gothic Letters 32 Roman Letters: An Alternative Notation for Generality 38 Value-Ranges and Extensions of Concepts 42 The Syntactic Rules of the Begriffsschrift 44 The Axiomatization of Frege’s System 49 Responses to the Paradox 56 v vi Contents 3.
    [Show full text]
  • Toward a Logic of Everyday Reasoning
    Toward a Logic of Everyday Reasoning Pei Wang Abstract: Logic should return its focus to valid reasoning in real-world situations. Since classical logic only covers valid reasoning in a highly idealized situation, there is a demand for a new logic for everyday reasoning that is based on more realistic assumptions, while still keeps the general, formal, and normative nature of logic. NAL (Non-Axiomatic Logic) is built for this purpose, which is based on the assumption that the reasoner has insufficient knowledge and resources with respect to the reasoning tasks to be carried out. In this situation, the notion of validity has to be re-established, and the grammar rules and inference rules of the logic need to be designed accordingly. Consequently, NAL has features very different from classical logic and other non-classical logics, and it provides a coherent solution to many problems in logic, artificial intelligence, and cognitive science. Keyword: non-classical logic, uncertainty, openness, relevance, validity 1 Logic and Everyday Reasoning 1.1 The historical changes of logic In a broad sense, the study of logic is concerned with the principles and forms of valid reasoning, inference, and argument in various situations. The first dominating paradigm in logic is Aristotle’s Syllogistic [Aristotle, 1882], now usually referred to as traditional logic. This study was carried by philosophers and logicians including Descartes, Locke, Leibniz, Kant, Boole, Peirce, Mill, and many others [Bochenski,´ 1970, Haack, 1978, Kneale and Kneale, 1962]. In this tra- dition, the focus of the study is to identify and to specify the forms of valid reasoning Pei Wang Department of Computer and Information Sciences, Temple University, Philadelphia, USA e-mail: [email protected] 1 2 Pei Wang in general, that is, the rules of logic should be applicable to all domains and situa- tions where reasoning happens, as “laws of thought”.
    [Show full text]