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 =

Slides:



Advertisements
Similar presentations
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.
Advertisements

Truth Functional Logic
Logic & Critical Reasoning
Logic & Critical Reasoning
Rules of Inferences Section 1.5. Definitions Argument: is a sequence of propositions (premises) that end with a proposition called conclusion. Valid Argument:
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.
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 Review Logical Implication & Truth Table Tests for Validity n Truth Value Analysis n Short Form Validity Tests n Consistency and validity.
The semantics of SL   Defining logical notions (validity, logical equivalence, and so forth) in terms of truth-value assignments   A truth-value assignment:
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.
Discussion #9 1/9 Discussion #9 Tautologies and Contradictions.
Chapter 2: The Logic of Compound Statements 2.1 Logical Forms and Equivalence 12.1 Logical Forms and Equivalences Logic is a science of the necessary laws.
3.2 – Truth Tables and Equivalent Statements
Elementary Logic PHIL Intersession 2013 MTWHF 10:00 – 12:00 ASA0118C Steven A. Miller Day 4.
CSCI 115 Chapter 2 Logic. CSCI 115 §2.1 Propositions and Logical Operations.
Deduction, Proofs, and Inference Rules. Let’s Review What we Know Take a look at your handout and see if you have any questions You should know how to.
Logical Arguments. Strength 1.A useless argument is one in which the truth of the premisses has no effect at all on the truth of the conclusion. 2.A weak.
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.
Chapter Four Proofs. 1. Argument Forms An argument form is a group of sentence forms such that all of its substitution instances are arguments.
Natural Deduction Proving Validity. The Basics of Deduction  Argument forms are instances of deduction (true premises guarantee the truth of the conclusion).
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
Propositional Logic A symbolic representation of deductive inference. Use upper case letters to represent simple propositions. E.g. Friday class rocks.
6.6 Argument Forms and Fallacies
Chapter 7 Evaluating Deductive Arguments II: Truth Functional Logic Invitation to Critical Thinking First Canadian Edition.
Symbolic Logic ⊃ ≡ · v ~ ∴. What is a logical argument? Logic is the science of reasoning, proof, thinking, or inference. Logic allows us to analyze a.
Invitation to Critical Thinking Chapter 7 Lecture Notes Chapter 7.
Logic: The Language of Philosophy. What is Logic? Logic is the study of argumentation o In Philosophy, there are no right or wrong opinions, but there.
Today’s Topics Argument forms and rules (review)
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.
 Statement - sentence that can be proven true or false  Truth value – true or false  Statements are often represented using letters such as p and q.
Discrete Math by R.S. Chang, Dept. CSIE, NDHU1 Fundamentals of Logic 1. What is a valid argument or proof? 2. Study system of logic 3. In proving theorems.
Sound Arguments and Derivations. Topics Sound Arguments Derivations Proofs –Inference rules –Deduction.
Chapter 1 Logic and proofs
Formal logic The part of logic that deals with arguments with forms.
Truth Tables, Continued 6.3 and 6.4 March 14th. 6.3 Truth tables for propositions Remember: a truth table gives the truth value of a compound proposition.
March 23 rd. Four Additional Rules of Inference  Constructive Dilemma (CD): (p  q) (r  s) p v r q v s.
Deductive Reasoning Valid Arguments
2. The Logic of Compound Statements Summary
Discrete Mathematics Logic.
Deductive Arguments.
Natural Deduction: Using simple valid argument forms –as demonstrated by truth-tables—as rules of inference. A rule of inference is a rule stating that.
Demonstrating the validity of an argument using syllogisms.
Rules of Inference Section 1.6.
Introduction to Symbolic Logic
Truth Tables How to build them
6.1 Symbols and Translation
Chapter 8 Logic Topics
7.1 Rules of Implication I Natural Deduction is a method for deriving the conclusion of valid arguments expressed in the symbolism of propositional logic.
CS201: Data Structures and Discrete Mathematics I
3.5 Symbolic Arguments.
Deductive Reasoning: Propositional Logic
CS 270 Math Foundations of CS
Logical Forms.
CS 220: Discrete Structures and their Applications
Concise Guide to Critical Thinking
Inference Rules: Tautologies
The Method of Deduction
Malini Sen WESTERN LOGIC Presented by Assistant Professor
Natural Deduction Hurley, Logic 7.1.
Discrete Mathematics Logic.
Introductory Logic PHI 120
Arguments in Sentential Logic
CS201: Data Structures and Discrete Mathematics I
Chapter 8 Natural Deduction
Presentation transcript:

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 = 8

6.3 COMPARING STATEMENTS Logically equivalent statements Logically equivalent statements have the same truth value on each line under their main operators.

6.3 COMPARING STATEMENTS Logically equivalent statements Example: B ⊃ C ~ C ⊃ ~ B T T T F T T F T T F F T F F F T F T T F T T T F F T F T F T T F

6.3 COMPARING STATEMENTS Logically equivalent statements Example: B ⊃ C ~ C ⊃ ~ B T T T F T T F T T F F T F F F T F T T F T T T F F T F T F T T F Note: to compare the truth values for the main connectives, you must use the same combination of truth-value possibilities for both statements, as you go down the rows... I’ve circled the values for C to illustrate this here…

6.3 COMPARING STATEMENTS Logically contradictory statements Logically contradictory statements have opposite truth values on each line under their main operators.

6.3 COMPARING STATEMENTS Logically contradictory statements Example: B ⊃ C B ⋅ ~ C T T T T F F T T F F T T T F F T T F F F T F T F F F T F Note: to compare the truth values for the main connectives, you must use the same combination of truth-value possibilities for both statements, as you go down the rows...

6.3 COMPARING STATEMENTS Logically consistent statements Two pairs of statements are logically consistent if there is at least one line on which the truth values for the main operators are both true.

6.3 COMPARING STATEMENTS Logically consistent statements Example: B V C B ⋅ C T T T T T F T F F F T T F F F F F F F F T There is at least one line where both statements are true at the same time.

6.3 COMPARING STATEMENTS Logically inconsistent statements Two pairs of statements are logically inconsistent if there is no line on which the truth values for the main operators are both true.

6.3 COMPARING STATEMENTS Logically inconsistent statements Example: A ≡ BA ⋅ ~ B T T T T F F T T F F T T T F F F T F F F T F T F F F T F There are no lines in which both statements are true (where both primary operators have true values).

6.4 Truth Tables For Arguments P1) R ⊃ E P2) ~ R C) ~ E R ⊃ E / ~ R //~ E T T TF T T F FF TT F F T TT FF T F T FT F

An Argument Form is an arrangement of statement variables and operators so that uniformly substituting statements in place of variables results in arguments Common forms…

Common forms are as follows: Disjunctive Syllogism (DS) 1) p v q 2) ~p C) q

Common forms are as follows: Disjunctive Syllogism (DS) 1) p v q 2) ~p C) q Bob will either get a raise or quit his job. Bob won’t get a raise. Therefore, he’s going to quit.

Modus ponens (MP): 1) p  q 2) p. C) q

Modus tollens (MT): 1) p  q 2) ~q. C) ~p If you break your leg, then I will buy you ice cream. I didn’t buy your ice cream, so it’s clear you didn’t break your leg.

Pure hypothetical syllogism (HS): 1. p  q 2. q  r. C. p  r If the world population continues to grow, then cities will become hopelessly overcrowded. If cities become hopelessly overcrowded, pollution will become intolerable. Therefore, if world population continues to grow, then pollution will become intolerable.

Constructive Dilemma (CD): 1. (p  q) (r  s) 2. p v r. C. q v s

Destructive Dilemma (DD): 1. (p  q) (r  s) 2. ~q v ~s. C. ~p v ~r

Constructive dilemma: grasp it by the horns  Prove the conjunctive premise false by proving either conjunct false. Example: (p  q) (r  s)

Constructive dilemma: grasp it by the horns  Prove the conjunctive premise false by proving either conjunct false. Example: (p  q) (r  s) T F F F

Destructive dilemma: escape between the horns  Prove the disjunctive premise false Example: p V r

Destructive dilemma: escape between the horns  Prove the disjunctive premise false Example: p V r F F F

Affirming the Consequent (AC): 1) p  q 2) q. C) p

Denying the Antecedent (DA): 1. p  q 2. ~p. C. ~q

Note on Invalid Forms: Any substitution instance of a valid argument form is a valid argument. However, this result does not apply to invalid forms.

An argument will be invalid if it is a substitution instance of that form and it is not a substitution instance of any valid form… Sometimes by making a substitution into an invalid form, you end up with a form that is valid for some independent reason. (For example, because the conclusion is tautologous.)

Important rules: Commutativity: p v q is logically equivalent to q v p Double negation: p is logically equivalent to ~~p