Malini Sen WESTERN LOGIC Presented by Assistant Professor

Slides:



Advertisements
Similar presentations
Rules of Inferences Section 1.5. Definitions Argument: is a sequence of propositions (premises) that end with a proposition called conclusion. Valid Argument:
Advertisements

1 Introduction to Abstract Mathematics Valid AND Invalid Arguments 2.3 Instructor: Hayk Melikya
CS128 – Discrete Mathematics for Computer Science
Laws of , , and  Excluded middle law Contradiction law P   P  T P   P  F NameLaw Identity laws P  F  P P  T  P Domination laws P  T  T P.
Syllabus Every Week: 2 Hourly Exams +Final - as noted on Syllabus
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.
Chapter 24: Some Logical Equivalences. Logically equivalent statement forms (p. 245) Two statements are logically equivalent if they are true or false.
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.
Mathematical Structures for Computer Science Chapter 1.2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesFormal Logic.
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.
Chapter Four Proofs. 1. Argument Forms An argument form is a group of sentence forms such that all of its substitution instances are arguments.
From Truth Tables to Rules of Inference Using the first four Rules of Inference Modus Ponens, Modus Tollens, Hypothetical Syllogism and Disjunctive Syllogism.
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
Formal Logic Mathematical Structures for Computer Science Chapter 1 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesFormal Logic.
Symbolic Logic ⊃ ≡ · v ~ ∴. What is a logical argument? Logic is the science of reasoning, proof, thinking, or inference. Logic allows us to analyze a.
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.
Lecture 1.3: Predicate Logic, and Rules of Inference* CS 250, Discrete Structures, Fall 2011 Nitesh Saxena *Adopted from previous lectures by Cinda Heeren.
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) 
Theorems and Shortcuts Kareem Khalifa Department of Philosophy Middlebury College.
Sound Arguments and Derivations. Topics Sound Arguments Derivations Proofs –Inference rules –Deduction.
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 =
Lecture 1-2: Propositional Logic. Propositional Logic Deriving a logical conclusion by combining many propositions and using formal logic: hence, determining.
March 23 rd. Four Additional Rules of Inference  Constructive Dilemma (CD): (p  q) (r  s) p v r q v s.
Making Inferences with Propositions (Rules of Inference)
Logic and Reasoning.
2. The Logic of Compound Statements Summary
Advanced Algorithms Analysis and Design
Sensation & Perception
Lecture 1.4: Rules of Inference
Discrete Mathematics Logic.
Discrete Mathematics.
Formal Logic CSC 333.
Methods of proof Section 1.6 & 1.7 Wednesday, June 20, 2018
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.
Discussion #10 Logical Equivalences
Demonstrating the validity of an argument using syllogisms.
Rules of Inference Section 1.6.
Introduction to Symbolic Logic
6.1 Symbols and Translation
Double Negation p :: ~ ~p 1.A > ~ (B . C) 2. B . C ~ ~ ( H v K) ~ H
Propositional Equivalences
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
Mathematical Reasoning
Methods of Proof. Methods of Proof Definitions A theorem is a valid logical assertion which can be proved using Axioms: statements which are given.
Deductive Reasoning: Propositional Logic
CS 270 Math Foundations of CS
Natural Deduction 1 Hurley, Logic 7.4.
THE REST The rest of the rules are not all that useful
CS 220: Discrete Structures and their Applications
Applied Discrete Mathematics Week 1: Logic
Inference Rules: Tautologies
The Method of Deduction
Natural Deduction Hurley, Logic 7.1.
Discrete Mathematics Logic.
Natural Deduction Hurley, Logic 7.2.
Foundations of Discrete Mathematics
Proof Tactics, Strategies and Derived Rules
Lecture 1.4: Rules of Inference
Natural Deduction Hurley, Logic 7.3.
Mathematical Reasoning
Transposition (p > q) : : ( ~ q > ~ p) Negate both statements
CS201: Data Structures and Discrete Mathematics I
Chapter 8 Natural Deduction
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:

Malini Sen WESTERN LOGIC Presented by Assistant Professor Department of Philosophy Maheshtala College B.B.T. Road. Kolkata - 700141

FORMAL PROOF OF VALIDITY 1) RULES OF INFERENCE 2) RULES OF REPLACEMENT

RULES OF INFERENCE 1) Modus Ponens (M.P) 2) Modus Tollens (M.T) 3) Hypothetical Syllogism (H.S) 4) Disjunctive Syllogism (D.S) 5) Constructive Dilemma (C.D) 6) Absorption (Abs.) 7) Simplification (simp.) 8) Conjunction (Conj.) 9) Addition (Add.)

Modus Ponens (M.P) p q p q

Modus Tollens (M.T) p q q p

Hypothetical Syllogism (H.S) p q q r p r

Disjunctive Syllogism (D.S) p v q p q

Constructive Dilemma (C.D) (p q) (r s) p v r q v s

Absorption (Abs.) p q p (p q)

Simplification (simp.) p q p

Conjunction (Conj.) p q p q

Addition (Add.) p p v q

RULES OF REPLACEMENT 10) De Morgan’s theorem (De.M.) 11) Commutation (Com.) 12) Association (Assoc.) 13) Distribution (Dist.) 14) Double Negation (D.N) 15) Transposition (Trans.) 16) Material Implication (Impl.) 17) Material Equivalence (Equiv.) 18) Exportation (Exp.) 19) Tautology (Taut).

De Morgan’s Theorem (De.M.) (p q) ( p v q) (p v q) ( p q)

Commutation (Com.) (p v q) (q v p) (p q) (q p)

Association (Assoc.) [p v (p v q)] [(p v q) v r] [p (p q)] [(p q) r]

Distribution (Dist.) [p (q v r)] [(p q) v (p r) [p v (p r)] [(p v q) (p v r)]

Double Negation (D.N) p p

Transposition (Trans.) (p q) ( q p)

Material Implication (Impl.) (p q) ( p v q)

Material Equivalence (Equiv.) (p q) [(p q) (q p)] (p q) [(p q) v ( p q)]

Exportation (Exp.) (p q) r ] [p (q r)]

Tautology (Taut) p (p v p) p (p p)

THANK YOU