Logical Truth To show a statement A is a logic truth (tautology) ...

Slides:



Advertisements
Similar presentations
Propositional Equivalences
Advertisements

Exercises for CS1512 Weeks 7 and 8 Propositional Logic 1 (questions)
Exercises for CS1512 Weeks 7 and 8 Propositional Logic 1 (questions + solutions)
Computing Truth Value.
TRUTH TABLES The general truth tables for each of the connectives tell you the value of any possible statement for each of the connectives. Negation.
Chapter 21: Truth Tables.
Truth Tables How to Make and Use. Making a Truth Table To determine the number of rows other than the heading row. To determine the number of rows other.
Logic & Critical Reasoning
Propositional Equivalences
PROOF BY CONTRADICTION
CSE 311: Foundations of Computing Fall 2013 Lecture 3: Logic and Boolean algebra.
For Wednesday, read Chapter 3, section 4. Nongraded Homework: Problems at the end of section 4, set I only; Power of Logic web tutor, 7.4, A, B, and C.
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
For Wed, read Chapter 3, section 3. Nongraded Homework: Exercises the end of the section. Even better, do Power of Logic, 7.3, A and B. Graded homework.
1 Section 1.2 Propositional Equivalences. 2 Equivalent Propositions Have the same truth table Can be used interchangeably For example, exclusive or and.
Statements The most important idea in logic: Validity of an argument.
Discrete Mathematics Math 6A Instructor: M. Welling.
Consistency In logic, ‘consistency’ has two meanings.
For Friday, read Chapter 3, section 4. Nongraded Homework: Problems at the end of section 4, set I only; Power of Logic web tutor, 7.4, A, B, and C. Graded.
Mathematical Induction Assume that we are given an infinite supply of stamps of two different denominations, 3 cents and and 5 cents. Prove using mathematical.
Propositions and Truth Tables
CSCI 115 Chapter 2 Logic. CSCI 115 §2.1 Propositions and Logical Operations.
Copyright © Curt Hill Truth Tables A way to show Boolean Operations.
Digital Electronics Understanding truth tables. AND gate How many lines did a 2-input AND gate truth table have? ABZ (output) Answer:4.
Propositional Equivalences
Chapter Three Truth Tables 1. Computing Truth-Values We can use truth tables to determine the truth-value of any compound sentence containing one of.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Chapter 7 Review Important Terms, Symbols, Concepts 7.1. Logic A proposition is a statement (not a question.
Logical Reasoning:Proof Prove the theorem using the basic axioms of algebra.
Study Questions for Quiz 6 The exam has three parts: 1. (40 pts) Translation in Predicate Logic 2. (50 pts) Using Proofs and Trees to test Concepts from.
Exercises for CS3511 Week 31 (first week of practical) Propositional Logic.
Thinking Mathematically
Section 1.2: Propositional Equivalences In the process of reasoning, we often replace a known statement with an equivalent statement that more closely.
COMP 170 L2 Part 3 of Course Chapter 3 of Textbook.
Why Truth Tables? We will learn several ways to evaluate arguments for validity. * Proofs * Truth Tables * Trees.
Venn Diagrams Truth Sets & Valid Arguments Truth Sets & Valid Arguments Truth Tables Implications Truth Tables Implications Truth Tables Converse, Inverse,
Chapter 1: The Foundations: Logic and Proofs
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.4, Slide 1 3 Logic The Study of What’s True or False or Somewhere in Between 3.
Analyzing Arguments Section 1.5. Valid arguments An argument consists of two parts: the hypotheses (premises) and the conclusion. An argument is valid.
Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.
5-5 Indirect Proof. Indirect Reasoning: all possibilities are considered and then all but one are proved false. The remaining possibility must be true.
Conditional statement or implication IF p then q is denoted p ⇒ q p is the antecedent or hypothesis q is the consequent or conclusion ⇒ means IF…THEN.
Introduction to Sentential Logic: Syntax and Semantics PHIL 121: Methods of Reasoning March 8, 2013 Instructor:Karin Howe Binghamton University.
Symbolic Logic and Rules of Inference. whatislogic.php If Tom is a philosopher, then Tom is poor. Tom is a philosopher.
Contingent A statement is contingent iff it is neither a logical truth nor a contradiction.
CS 270 Lecture 1 In Class Problems. Q1: Logic Puzzle You arrive at the end of a long hallway. There are two knights guarding two doors. One knight always.
 Conjunctive Normal Form: A logic form must satisfy one of the following conditions 1) It must be a single variable (A) 2) It must be the negation of.
The Foundations: Logic and Proofs
A statement is a contradiction
How do I show that two compound propositions are logically equivalent?
Discrete Mathematics Lecture # 2.
Methods of Proof A mathematical theorem is usually of the form pq
Truth Tables How to build them
Chapter 8 Logic Topics
1.2 Propositional Equivalences
Propositional Equivalences
Propositional Equivalence (§1.2)
Truth Tables Hurley
No new reading for Monday. Exam #2 is Wednesday.
Propositional Equivalences
The most important idea in logic: Validity of an argument.
1.2 Propositional Equivalences
6.3 Truth Tables for Propositions
Truth tables Construct a truth table for the following statements:
Propositional Logic In this lecture we solve a standard propositional problem of circuit equivalence and a puzzle about common knowledge. Problems and.
Introductory Logic PHI 120
1.2 Propositional Equivalences
Section 3.3 Truth Tables for the Conditional and Biconditional
Equivalence We have already introduced the idea of equivalence
2-2 Logic Part 2 Truth Tables.
Truth Tables for Conditional and Biconditional Statements
Presentation transcript:

Logical Truth To show a statement A is a logic truth (tautology) ... with a table: The output row for A has all Ts. with a proof: Prove A. with a tree: The tree for -A closes.

Contradiction To show a statement A is a contradiction ... with a table: The output row for A has all Fs. with a proof: Prove -A. with a tree: The tree for A closes.

Contingent To show a statement A is contingent ... with a table: The output row for A has a F and a T. with a proof: No proof test is possible. with a tree: The tree for -A is open and the tree for A is open.

Entailment To show A entails B ... with a table: There is no A=T, B=F row. with a proof: Given A, prove B. with a tree: The tree for A, -B closes.

Equivalence To show A is equivalent to B ... with a table: The output rows match. with a proof: Given A, prove B, and given B, prove A. with a tree: The tree for A, -B closes and the tree for B, -A closes.

Consistency To show A and B are consistent ... with a table: There is a single row where A and B are both T. with a proof: No proof test is possible. with a tree: The tree for A, B is open.