Today’s Topics n Review of Grouping and Statement Forms n Truth Functions and Truth Tables n Uses for Truth Tables n Truth Tables and Validity.

Slides:



Advertisements
Similar presentations
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
Advertisements

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.
Logic & Critical Reasoning
Logic & Critical Reasoning
Chapter Two Symbolizing in Sentential Logic This chapter is a preliminary to the project of building a model of validity for sentential arguments. We.
1 Introduction to Abstract Mathematics Valid AND Invalid Arguments 2.3 Instructor: Hayk Melikya
Use a truth table to determine the validity or invalidity of this argument. First, translate into standard form “Martin is not buying a new car, since.
Today’s Topics Logical Syntax Logical Syntax o Well-Formed Formulas o Dominant Operator (Main Connective) Putting words into symbols Putting words into.
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.
CS128 – Discrete Mathematics for Computer Science
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
Today’s Topics n Symbolizing conditionals and bi-conditionals n Other complex symbolizations. n Unless.
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
Syllabus Every Week: 2 Hourly Exams +Final - as noted on Syllabus
Today’s Topics n Review Logical Implication & Truth Table Tests for Validity n Truth Value Analysis n Short Form Validity Tests n Consistency and validity.
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. 2 Day 1Intro Day 2Chapter 1 Day 3Chapter 2 Day 4Chapter 3 Day 5Chapter 4 Day 6Chapter 4 Day 7Chapter 4 Day 8EXAM #1 40% of Exam 1 60% of Exam 1 warm-up.
Let remember from the previous lesson what is Knowledge representation
SEVENTH EDITION and EXPANDED SEVENTH EDITION
Adapted from Discrete Math
Propositions and Truth Tables
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
3.6 Analyzing Arguments with Truth Tables
2.5 Verifying Arguments Write arguments symbolically. Determine when arguments are valid or invalid. Recognize form of standard arguments. Recognize common.
BY: MISS FARAH ADIBAH ADNAN IMK. CHAPTER OUTLINE: PART III 1.3 ELEMENTARY LOGIC INTRODUCTION PROPOSITION COMPOUND STATEMENTS LOGICAL.
Review I Rosen , 3.1 Know your definitions!
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.
INTRODUCTION TO LOGIC Jennifer Wang Fall 2009 Midterm Review Quiz Game.
Chapter Four Proofs. 1. Argument Forms An argument form is a group of sentence forms such that all of its substitution instances are arguments.
Chapter 3: Introduction to Logic. Logic Main goal: use logic to analyze arguments (claims) to see if they are valid or invalid. This is useful for math.
Chapter 8 – Symbolic Logic Professor D’Ascoli. Symbolic Logic Because the appraisal of arguments is made difficult by the peculiarities of natural language,
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
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.
Thinking Mathematically Arguments and Truth Tables.
CSNB143 – Discrete Structure Topic 4 – Logic. Learning Outcomes Students should be able to define statement. Students should be able to identify connectives.
Chapter 7 Evaluating Deductive Arguments II: Truth Functional Logic Invitation to Critical Thinking First Canadian Edition.
Invitation to Critical Thinking Chapter 7 Lecture Notes Chapter 7.
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.
Today’s Topics Argument forms and rules (review)
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
1 Propositional Proofs 1. Problem 2 Deduction In deduction, the conclusion is true whenever the premises are true.  Premise: p Conclusion: (p ∨ q) 
Symbolic Logic and Rules of Inference. whatislogic.php If Tom is a philosopher, then Tom is poor. Tom is a philosopher.
L = # of lines n = # of different simple propositions L = 2 n EXAMPLE: consider the statement, (A ⋅ B) ⊃ C A, B, C are three simple statements 2 3 L =
Chapter 1 Propositional Logic
2. The Logic of Compound Statements Summary
DISCRETE MATHEMATICS CHAPTER I.
Today’s Topics Symbolizing conditionals and bi-conditionals
CHAPTER 3 Logic.
Truth Tables How to build them
6.1 Symbols and Translation
Chapter 8 Logic Topics
Information Technology Department
CS201: Data Structures and Discrete Mathematics I
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
3.5 Symbolic Arguments.
TRUTH TABLES.
Back to “Serious” Topics…
The Method of Deduction
The Logic of Declarative Statements
Statements of Symbolic Logic
TRUTH TABLES.
Introductory Logic PHI 120
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
CS201: Data Structures and Discrete Mathematics I
CHAPTER 3 Logic.
Presentation transcript:

Today’s Topics n Review of Grouping and Statement Forms n Truth Functions and Truth Tables n Uses for Truth Tables n Truth Tables and Validity

Putting Words Into Symbols n Statements are either simple (represented by a statement letter) or compound. n A compound statement is any statement containing at least one connective n In our language a Capital letter stands for an entire simple statement. A dictionary is used to indicate which letters stand for which statements.

When Symbolizing an English Sentence, Identify the Dominant Operator First, and Group AWAY from it. n Paraphrasing Inward n Identify the statement forms of the component sentence(s) and repeat

How paraphrasing inward works: n If Jones wins the nomination or Dexter leaves the party, then Williams is the sure winner. (J, D, W where J = Jones wins the nomination, D = Dexter leaves the party, W=Williams wins). n The sentence is a conditional, so begin by identifying the antecedent and consequent of it. n Underline the antecedent and italicize the consequent.

n You get: n If Jones wins the nomination or Dexter leaves the party, then Williams is the sure winner. n Now, begin symbolizing: (Jones wins the nomination or Dexter leaves the party)  Williams is the sure winner n The antecedent is a disjunction, so show that (Jones wins the nomination ▼ Dexter leaves the party)  Williams is the sure winner (Jones wins the nomination ▼ Dexter leaves the party)  Williams is the sure winner n Finally, replace statements with statement letters (J ▼ D)  W and you are done! (J ▼ D)  W and you are done!

Logical Operators, Truth Functions and Truth Tables

Our 5 logical operators produce statement forms that are truth-functional n Negation~p n Conjunctionp  q Disjunctionp ▼ q Disjunctionp ▼ q n Conditionalp  q n Biconditionalp  q

Truth-Functions n A truth function takes one or more truth values as input and returns one truth value as the output n Truth functional operators determine the truth value of a compound statement given the truth values of the simple statements in it

Truth Tables n Chapter 7 of the text discusses truth tables. n A truth table is a complete list of all the possible permutations of truth and falsity for a set of simple statements, showing the effect of each permutation on the truth value of a compound having those simple statements as components.

Truth Tables n Each permutation of truth values constitutes one row of a truth table and the number of rows in a truth table is 2 n where n equals the number of simple statements. n The truth value of any compound statement is determined by the truth values of its component sentences. n Note that I use the symbol  to denote “false.”

possibility 4 possibility 3 possibility 2 possibility 1 S2S2 S1S1 How many permutations are there? permutations A set of statements containing 2 simple statements has 4 permutations  T  TT T  

A statement with 3 simple statements has 8 permutations

Truth Tables for the Basic Truth Functional Operators pq~p p  q p  q p  q p  qp  qp  qp  q TT  T T T T T   T   T T  T T   T   T T

Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement

Building a Truth-Table (~R   T  T S  4  3 T2 T1 ~S)Rcase T T   T    T  T 

Building a Truth-Table (~R   T  T S  4  3 T2 T1 ~S)Rcase T T   T T T  T  T 

Building a Truth-Table [(R  S)   T  T S  4  3 T2 T1 ~S]Rcase T T  T T    T  T 

Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether a statement is a tautology, a contradiction or neither (contingent)Determine whether a statement is a tautology, a contradiction or neither (contingent) Download the Handout on Truth Tables, work the problems and then discuss them on the bulletin board.Download the Handout on Truth Tables, work the problems and then discuss them on the bulletin board. Handout Handout

Tautologies and Contradictions A tautology is a statement that is true in virtue of its logical form. It is true under all possible circumstances.A tautology is a statement that is true in virtue of its logical form. It is true under all possible circumstances. A contradiction is a statement that is false in virtue of its logical form. It is false under all possible circumstances.A contradiction is a statement that is false in virtue of its logical form. It is false under all possible circumstances.

Tautologies and Contradictions The column for the dominant operator of a tautology will contain only “Trues.” The column for the dominant operator of a contradiction will contain only “Falses.”The column for the dominant operator of a tautology will contain only “Trues.” The column for the dominant operator of a contradiction will contain only “Falses.”

Truth-Table Test for tautology, contradiction, contingent statements  T  T S  4  3 T2 T1 Rcase Is the formula a tautology, a contradiction, or a contingent statement? TAUTOLOGY T [(R  S)  R]  S T T    T T T T T

Truth-Table Test for tautology, contradiction, contingent statements  T  T S  4  3 T2 T1 Rcase Is the formula a tautology, a contradiction, or a contingent statement? CONTRADICTION T (R  ~R)  (S  ~S)  T T        T

Truth-Table Test for tautology, contradiction, contingent statements  T  T S  4  3 T2 T 1 Rcase Is the formula a tautology, a contradiction, or a contingent statement? CONTINGENT T [(R  S)  S]  R T T  T  T T  T T

Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether a statement is a tautology, a contradiction or neither,Determine whether a statement is a tautology, a contradiction or neither, Determine whether two formulae are equivalent.Determine whether two formulae are equivalent.

Equivalence Two formulae are said to be equivalent if, but only if, those formulae are true and false under exactly the same conditions, that is, if, but only if, the truth table columns for the dominant operators are identical.Two formulae are said to be equivalent if, but only if, those formulae are true and false under exactly the same conditions, that is, if, but only if, the truth table columns for the dominant operators are identical.

Testing for Equivalence n To use a truth table to test two formulae for equivalence, begin by constructing truth table columns for each formula. Use one set of guide columns for both formulae. n Compare the columns for the dominant operators of the two formulae. If the truth values agree in each row, the formulae are equivalent. Download the Handout on Testing for Equivalence and work the problems.Download the Handout on Testing for Equivalence and work the problems.Handout

Truth-Table Test for Equivalence T T   ~R    T  T S  T  T S ) ::   T T ( R Are the two formulas logically equivalent? T T  T T T  T   T T Do the formulas match in truth value?YES

Truth-Table Test for Equivalence   T T R  ~   T  T S  T  T S ) :: ~   T T ( R~ Are the two formulas logically equivalent?    T T T T  T T   T  T  T    Do the formulas match in truth value?NO

Truth-Table Test for Equivalence   T T R  ~   T  T S  T  T S ) :: ~   T T ( R~ Are the two formulas logically equivalent?    T T T T  T T   T  T  T T T  Do the formulas match in truth value?YES

Truth-Table Test for Equivalence   T T R  ~   T  T S  T  T S ) :: ~   T T ( R~ Are the two formulas logically equivalent?  T T T T    T T   T  T  T T T  Do the formulas match in truth value?NO

Truth-Table Test for Equivalence   T T R  ~   T  T S  T  T S ) :: ~   T T ( R~ Are the two formulas logically equivalent?  T T T T    T T   T  T  T    Do the formulas match in truth value?YES

Do Not Distribute a Negation Across A Conjunction or a Disjunction! not R and not S  not ( R and S) not R or not S  not ( R or S)

Rather... not R and not S not ( R and S) not R or not S not ( R or S) = =

Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether a statement is a tautology, a contradiction or neither,Determine whether a statement is a tautology, a contradiction or neither, Determine whether two formulae are equivalent.Determine whether two formulae are equivalent. Determine whether an argument is valid or not.Determine whether an argument is valid or not.

Logical Implication n One statement logically implies another if, but only if, whenever the first is true, the second is true as well n If a statement, S 1, implies S 2 then the conditional (S 1  S 2 ) will be a tautology. Implication is the validity of the conditional. n Truth tables allow one to test for logical implication

Validity and Logical Implication n An argument is valid if, but only if, its premises logically imply its conclusion.

Deductive Validity n A characteristic of arguments in which the truth of the premises guarantees the truth of the conclusion. n A characteristic of arguments in which the premises logically imply the conclusion.

Truth Table Tests for Validity n n Construct a column for each premise in the argument n n Construct a column for the conclusion n n Examine each row of the truth table. Is there a row in which all the premises are true and the conclusion is false. If so, the argument is non- valid. If not, then the argument is valid. n Download the Handout on Testing for Validity. Handout

Truth-Table Test for Validity for R  S, R  S Modus Ponens (MP) R  S R  T  T S  4  3 T2 T1  S S Rcase Is there a case in which the premises are all true but the conclusion is false? Is the argument form valid or non-valid? T T  T   T T  T  T VALID NO

Truth-Table Test for Validity for R  S, ~S  ~R Modus Tollens (MT) R  S ~S  T  T S  4  3 T2 T1  ~R Rcase Is there a case in which the premises are all true but the conclusion is false? Is the argument form valid or non-valid? T T  T T  T  T T   VALID NO

Truth-Table Test for Validity for R  S, ~R  ~S Evil Twin of Modus Toll ens R  S ~R~R  T  T S  4  3 T2 T1  ~S Rcase Is there a case in which the premises are all true but the conclusion is false? Is the argument form valid or non-valid? T T  T T T   T  T  NON-VALID YES

Truth-Table Test for Validity for R  S, S  R Fallacy of Affirming the Consequent R  S S  T  T S  4  3 T2 T1 RR Rcase Is there a case in which the premises are all true but the conclusion is false? Is the argument form valid or non-valid? T YES NON-VALID T  T  T  T   T T

Truth-Table Test for Validity for R  S, R  ~S R  SR  T  T S  4  3 T2 T1 ~S~S Rcase Is there a case in which the premises are all true but the conclusion is false? Is the argument form valid or non-valid?  YES NON-VALID T T T   T T T  T 

Truth-Table Test for Validity for R  S, ~R  S Disjunctive Syllogism (DS) R  S  ~R  T  T S  4  3 T2 T1  S Rcase Is there a case in which the premises are all true but the conclusion is false? Is the argument form valid or non-valid?  T T T T T   T  T VALID NO

Key Ideas n Grouping and Meaning n Paraphrasing Inward n Truth Functional Operators n Truth Tables Using Truth TablesUsing Truth Tables Testing for tautologies and contradictionsTesting for tautologies and contradictions Testing for equivalenceTesting for equivalence n Testing for validity