fitch rules for negation

Slides:



Advertisements
Similar presentations
Brief Introduction to Logic. Outline Historical View Propositional Logic : Syntax Propositional Logic : Semantics Satisfiability Natural Deduction : Proofs.
Advertisements

CS1502 Formal Methods in Computer Science Lecture Notes 3 Consequence Rules Boolean Connectives.
Introduction to Proofs
PROOF BY CONTRADICTION
Lecture 10 varieties of necessity tautological equivalence
Artificial Intelligence Chapter 13 The Propositional Calculus Biointelligence Lab School of Computer Sci. & Eng. Seoul National University.
Chapter 3 Elementary Number Theory and Methods of Proof.
Inference and Reasoning. Basic Idea Given a set of statements, does a new statement logically follow from this. For example If an animal has wings and.
Deduction In addition to being able to represent facts, or real- world statements, as formulas, we want to be able to manipulate facts, e.g., derive new.
Semantic Paradoxes. THE BARBER The Barber Paradox Once upon a time there was a village, and in this village lived a barber named B.
Logic Concepts Lecture Module 11.
(CSC 102) Discrete Structures Lecture 14.
Philosophy 120 Symbolic Logic I H. Hamner Hill CSTL-CLA.SEMO.EDU/HHILL/PL120.
Deduction and Induction
1 Introduction to Computability Theory Lecture15: Reductions Prof. Amos Israeli.
1 Introduction to Computability Theory Lecture12: Reductions Prof. Amos Israeli.
Logic 3 Tautological Implications and Tautological Equivalences
Brief Introduction to Logic. Outline Historical View Propositional Logic : Syntax Propositional Logic : Semantics Satisfiability Natural Deduction : Proofs.
1 Inference Rules and Proofs Z: Inference Rules and Proofs.
1 Inference Rules and Proofs Z: Inference Rules and Proofs.
Proof by Deduction. Deductions and Formal Proofs A deduction is a sequence of logic statements, each of which is known or assumed to be true A formal.
EE1J2 – Discrete Maths Lecture 5 Analysis of arguments (continued) More example proofs Formalisation of arguments in natural language Proof by contradiction.
Accelerated Math I Unit 2 Concept: Triangular Inequalities The Hinge Theorem.
INTRODUCTION TO LOGIC FALL 2009 Quiz Game. ConceptsTrue/FalseTranslations Informal Proofs Formal Proofs
Introduction to Proofs
Methods of Proof involving  Symbolic Logic February 19, 2001.
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
 Born to a noble family in Italy  As a young man, joins the Benedictine Order in Normandy, France, residing in the monastery there for 30 years – 15.
1 Section 1.1 A Proof Primer A proof is a demonstration that some statement is true. We normally demonstrate proofs by writing English sentences mixed.
F22H1 Logic and Proof Week 6 Reasoning. How can we show that this is a tautology (section 11.2): The hard way: “logical calculation” The “easy” way: “reasoning”
10/17/2015 Prepared by Dr.Saad Alabbad1 CS100 : Discrete Structures Proof Techniques(1) Dr.Saad Alabbad Department of Computer Science
Mathematical Preliminaries (Hein 1.1 and 1.2) Sets are collections in which order of elements and duplication of elements do not matter. – {1,a,1,1} =
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
Introduction to Philosophy Lecture 5 The Ontological Argument By David Kelsey.
INTRODUCTION TO LOGIC Jennifer Wang Fall 2009 Midterm Review Quiz Game.
Section 2.21 Indirect Proof: Uses Laws of Logic to Prove Conditional Statements True or False.
CS Introduction to AI Tutorial 8 Resolution Tutorial 8 Resolution.
Chapter Five Conditional and Indirect Proofs. 1. Conditional Proofs A conditional proof is a proof in which we assume the truth of one of the premises.
assumption procedures
Introductory Logic PHI 120 Presentation: “Solving Proofs" Bring the Rules Handout to lecture.
Introduction to Philosophy Lecture 5 The Ontological Argument By David Kelsey.
Proof By Contradiction Chapter 3 Indirect Argument Contradiction Theorems and pg. 171.
Chapter 1: The Foundations: Logic and Proofs
Methods of Proof for Boolean Logic Chapter 5 Language, Proof and Logic.
Formal Proofs and Boolean Logic Chapter 6 Language, Proof and Logic.
Chapter 7. Propositional and Predicate Logic Fall 2013 Comp3710 Artificial Intelligence Computing Science Thompson Rivers University.
Logic Terminology Statement- declarative sentence that is either true or false Opinion- a belief about matters commonly considered to be subjective,
We will now study some special kinds of non-standard quantifiers. Definition 4. Let  (x),  (x) be two fixed formulae of a language L n such that x is.
1 Copyright, 1996 © Dale Carnegie & Associates, Inc. Chapter 2: Logic & Incidence Geometry Back To the Very Basic Fundamentals.
1 Introduction to Abstract Mathematics Proof Methods , , ~, ,  Instructor: Hayk Melikya Purpose of Section:Most theorems in mathematics.
CT214 – Logical Foundations of Computing Darren Doherty Rm. 311 Dept. of Information Technology NUI Galway
Section 1.7. Section Summary Mathematical Proofs Forms of Theorems Direct Proofs Indirect Proofs Proof of the Contrapositive Proof by Contradiction.
Law of logic Lecture 4.
Sound Arguments and Derivations. Topics Sound Arguments Derivations Proofs –Inference rules –Deduction.
Chapter 1 Logic and proofs
March 23 rd. Four Additional Rules of Inference  Constructive Dilemma (CD): (p  q) (r  s) p v r q v s.
Ontological Argument (Ontological is from the Greek word for being, named by Kant) Learning Objectives To know the specification content To know the meaning.
Indirect Argument: Contradiction and Contraposition
Chapter 7. Propositional and Predicate Logic
Lecture Notes 8 CS1502.
Math 2 Geometry Based on Elementary Geometry, 3rd ed, by Alexander & Koeberlein 2.2 Indirect Proof.
CS 1502 Formal Methods in Computer Science
Truth Trees.
Semantic Paradoxes.
The Big Picture Deductive arguments - origins of the ontological argument Deductive proofs; the concept of ‘a priori’. St Anselm - God as the greatest.
Computer Security: Art and Science, 2nd Edition
Elementary Number Theory & Proofs
Chapter 7. Propositional and Predicate Logic
Copyright © Cengage Learning. All rights reserved.
More Derived Rules.
Presentation transcript:

fitch rules for negation Lecture 13 fitch rules for negation Reminder: Start with previous class’s i>clicker question

Disjunction elimination and fitch Example: Disjunction 1

I>clicker question Is this disjunction elimination? A

Negation elimination If a double negation ¬¬P is true, then P must be true too. ¬Elim: ¬¬P . P

Prelude to Negation Introduction: Proof by contradiction AKA: Reductio ad absurdum, which is Latin for “reduction to the absurd”. In this kind of proof, we presuppose something for the sake of argument in order to show that it will lead us into contradiction. If a presupposition leads us into a contradiction, we can conclude that it’s false.

Reductio example 1 Some people say that all beliefs are equally true. Suppose that that were the case, and that at least one belief were true. Then all beliefs are true. But I believe that not all beliefs are true. So from our supposition, not all beliefs are true. Therefore, all beliefs are and all beliefs aren’t true. Since the supposition leads to contradiction, we should reject it.

Reductio example 2 There is no chess computer program that will win every game it plays. To see this, suppose that there were such a program. Then we could run it on two computers, A and B, and have them play each other. Since A is running a program that always wins, it will win the game and B will lose. But since B is running the program, it will win and A will lose. Thus the assumption that the unbeatable chess program is possible leads to contradiction and must be rejected.

Reductio example 3 The legal example on p. 139 of the text.

Reductio and contradiction In a reductio proof, we may infer the negation of the supposition if it leads to contradiction. Q: But what’s a contradiction? A: A logical impossibility, i.e., a sentence that’s false in all possible worlds. Examples: P∧¬P Tet(a)∧Cube(a) a≠a

Negation introduction ‘⊥’ is the contradiction symbol; we will use it to indicate in Fitch that a logical impossibility has been reached. ¬Intro: P . ⊥ ¬P

Contradiction introduction The logical impossibilities that allow us to introduce ‘⊥’ aren’t single sentences, but rather pairs of sentences of the form P and ¬P. That is, instead of P∧¬P on one line, we may introduce ‘⊥’ only when we have P on one line of the proof and ¬P on another. ⊥Intro: P . ¬P ⊥

Example DeMorgan’s Laws

Contradiction and ana con Cube(b) and Tet(b) are mutually inconsistent. However, since there is no way to get them into the form, P and ¬P, ⊥Intro does not recognize them as inconsistent. Instead, if a proof has sentences that are inconsistent in virtue of the meanings of the Block Language predicates next to the same vertical line, we can infer ⊥ using Ana Con. Example: 1. LeftOf(a,b) 2. RightOf(a,b) 3. ⊥ Ana Con: 1,2