Natural Deduction Hurley, Logic 7.2.

Slides:



Advertisements
Similar presentations
1 Section 6.3 Formal Reasoning A formal proof (or derivation) is a sequence of wffs, where each wff is either a premise or the result of applying a proof.
Advertisements

Lesson 4 Study Guide Review Microsoft Office 2003.
1 Introduction to Abstract Mathematics Valid AND Invalid Arguments 2.3 Instructor: Hayk Melikya
Lesson 5.1 Write Equations in Slope-Intercept Form.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
2.5 Reasoning in Algebra and Geometry
2-5 Reasoning in Algebra and Geometry
Integrated Math III Essential Question What different methods can be used to solve quadratic equations?
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.
7.4 Rules of Replacement II Trans, Impl, Equiv, Exp, Taut.
DeMorgan’s Rule DM ~(p v q) :: (~p. ~q)“neither…nor…” is the same as “not the one and not the other” ~( p. q) :: (~p v ~q) “not both…” is the same as “either.
Transposition (p > q) : : ( ~ q > ~ p) Negate both statements when switching order of antecedent and consequent If the car starts, there’s gas in the tank.
Lesson 4-7 Example Example 1 Find 4.32 × Multiply the factors, ignoring the decimal points for now. 432 × 6 = 2592.
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).
From Truth Tables to Rules of Inference Using the first four Rules of Inference Modus Ponens, Modus Tollens, Hypothetical Syllogism and Disjunctive Syllogism.
Philosophy: Logic and Logical arguments
Today’s Topics Introduction to Proofs Rules of Inference Rules of Equivalence.
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
assumption procedures
Order of Operations Ms. Pliska’s 5 th Grade Mathematics Class Click on the arrow below to begin.
Stand By Me Various ways..
Symbolic Logic ⊃ ≡ · v ~ ∴. What is a logical argument? Logic is the science of reasoning, proof, thinking, or inference. Logic allows us to analyze a.
Review of the rest of topics Exponential Equations and Interest Problems.
Introduction to Logic Lecture 13 An Introduction to Truth Tables By David Kelsey.
Mean, Median, and Mode Lesson 7-1. Mean The mean of a set of data is the average. Add up all of the data. Divide the sum by the number of data items you.
1.(p  q) 2. (r  s) 3. p v r  q v s 4. (p  q)  (r  s) conj. 1,2 5. q v sC.D. 3,4.
Today’s Topics Argument forms and rules (review)
BODMAS.
STAYCLE DUPLICHAN EXCEL Formulas October 13, 2011.
Median and Mode What do I know? Formulas and Examples Practice.
1 Propositional Proofs 1. Problem 2 Deduction In deduction, the conclusion is true whenever the premises are true.  Premise: p Conclusion: (p ∨ q) 
Written Midterm Exam Review and Preparation. Lesson One: “Could you do me a favor?”  Polite requests and asking questions  Watch the online video- Review.
Formal logic The part of logic that deals with arguments with forms.
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 =
March 23 rd. Four Additional Rules of Inference  Constructive Dilemma (CD): (p  q) (r  s) p v r q v s.
Decision Procedures in First Order Logic
– – Can you work these out? = 713 = 112
WARM-UP 8/29: Simplify: ) )
Objectives Students will…
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.
Critical Reasoning Lecture 16 An Introduction to Truth Tables
ADDING COMMENTS TO AN EXCEL WORKSHEET.
6.1 Symbols and Translation
A v B ~ A B > C ~C B > (C . P) B / ~ B mt 1,2 / B ds 1,2
BODMAS.
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
Deductive Reasoning: Propositional Logic
Natural Deduction 1 Hurley, Logic 7.4.
8.2 Using the Rule of Inference
92 4 = Not many of us know off the top of our head how many groups of 4 there are in the number 92.
The Method of Deduction
Malini Sen WESTERN LOGIC Presented by Assistant Professor
Natural Deduction Hurley, Logic 7.1.
1. (H . S) > [ H > (C > W)]
Chapter 3: Lesson 3 Order of Operations
Lesson 3: Complex Formulas
Coming to texts as experts
Philosophy 1100 Class #9 Title: Critical Reasoning
Example Make x the subject of the formula
Natural Deduction Hurley, Logic 7.3.
Transposition (p > q) : : ( ~ q > ~ p) Negate both statements
Chapter 2: Geometric Reasoning
Describe the ordered pairs in:
CS201: Data Structures and Discrete Mathematics I
Chapter 8 Natural Deduction
Perpendicular and Parallel Lines
Conjunctive addition states that if we know that each of two statements is true, we can join them with the conjunction connective and the resulting conjunction.
Presentation transcript:

Natural Deduction Hurley, Logic 7.2

Our Next 4 Argument Forms Constructive Dilemma (CD): (p → q) ● (r → s) p v r _______ q v s Simplification (Simp): p ● q p Conjunction (Conj): p q _______ p ● q Addition (ADD) p v q Remember that p, q, r, and s stand for any well-formed formula, no matter how complex. For instance, below is an example of Addition: ~(K v J) ● ~B __________ [~(K v J) ● ~B] v [(R v ~S) ● ~B]

Practice Finding Proof Steps 1. A → B 2. (B v C) → (D ● E) 3. A /D 4. B 1,3, MP 5. B v C 4, ADD 6. D ● E 2,5, MP 7. D 6, Simp

Practice Finding Proof Steps K → L (M → N) ● S N → T K v M / L v T M → N 2, Simp M → T 3,5, HS (K → L) ● (M → T) 1,6, Add L v T 4,7, CD

Practice Finding Proof Steps ~M ● N P → M Q ● R (~P ● Q) → S /S v T ~M 1, Simp ~P 2,5, MT Q 3, Simp ~P ● Q 6,7, Conj S 4,8, MP S v T 10, Add

Practice Finding Proof Steps F → (~T ● A) This is problem 14 in 7.2, III (~T v A) → (H → T) F ● O / ~H ● ~T F 3, Simp ~T ● A 1,4, MP ~T 5, Simp ~T v A 6, Add H → T 2,7, MP ~H 6,8, MT ~H ● ~T 6,9, Conj

Practice Finding Proof Steps (S v B) → (S v K) This is problem 15 in 7.2, III (Hurley 12th Edition) (K v ~D) → (H → S) ~S ● W / ~H ~S 3, Simp It appears the book made a mistake here (one clue is, it left off the first parenthesis on line 2)… after line 4, I believe this can’t proceed. I’ve included this as a lesson: if you get stuck, move on after a while ;)

Practice Finding Proof Steps (~S v B) → (S v K) Again, problem 15 in 7.2, III (but Hurley 11th Edition) (K v ~D) → (H → S) ~S ● W / ~H ~S 3, Simp ~S v B 4, Add S v K 1,5, MP K 4,6, DS K v ~D 7, Add H → S 2,8, MP ~H 4,9, MT

Practice Finding Proof Steps [A v (K ● J)] → (~E ● ~F) M → [A ● (P v R)] M ● U / ~E ● A M 3, Simp A ● (P v R) 2,4, MP A 5, Simp A v (K ● J) 6, Add ~E ● ~F 1,7, MP ~E 8, Simp ~E ● A 6,9, Conj

Practice Finding Proof Steps ~H → (~T → R) H v (E → F) ~T v E ~H ● D / R v F ~H 4, Simp ~T → R 1,5, MP E → F 2,5, DS (~T → R) ● (E → F) 6,7, Conj R v F 3,8, CD

Practice Finding Proof Steps (M v N) → (F → G) D → ~C ~C → B M ● H D v F / B v G M 4, Simp M v N 6, Add F → G 1,7, MP D → B 2,3, HS (D → B) ● (F → G) 8,9, Conj B v G 5,10, CD