SlideShare a Scribd company logo
1 of 28
Valid & Invalid Arguments
oArgument is a sequence of statements ending in a conclusion.
oDetermination of validity of an argument depends only on the
form of an argument, not on its content.
“If you have a current password, then you can log onto the network.”
p=“You have a current password”
q=“You can log onto the network.”
p → q
p
∴ q where ∴ is the symbol that denotes “therefore.”
Valid & Invalid Arguments
oAn argument is a sequence of statements, and an argument form is a
sequence of statement forms(have proposition var.).
o All statements in an argument and all statement forms in an argument
form, except for the final one, are called premises (or assumptions or
hypotheses).
oThe final statement or statement form is called the conclusion. The
symbol ∴, which is read “therefore,” is normally placed just before the
conclusion.
Valid & Invalid Arguments
oTo say that an argument form is valid means that no matter what
particular statements are substituted for the statement variables in its
premises, if the resulting premises are all true, then the conclusion is also
true. Conclusion q is valid, when (p1 ∧ p2 ∧ · · · ∧ pn) → q is a tautology.
oTo say that an argument is valid means that its form is valid.
Valid & Invalid Arguments
oThe truth of its conclusion follows necessarily or by
logical form alone from the truth of its premises.
When an argument is valid and its premises are true, the truth of the
conclusion is said to be inferred or deduced from the truth of the
premises.
If a conclusion “ain’t necessarily so,” then it isn’t a valid deduction.
Testing an Argument Form for Validity
1. Identify the premises and conclusion of the argument form.
2. Construct a truth table showing the truth values of all the premises
and the conclusion.
3. A row of the truth table in which all the premises are true is called a
critical row.
If there is a critical row in which the conclusion is false, then it is
possible for an argument of the given form to have true premises and a
false conclusion, and so the argument form is invalid.
If the conclusion in every critical row is true, then the argument form is
valid.
Testing an Argument Form for Validity
op →q ∨ ∼r
oq → p ∧ r
o∴ p →r
Hence this form of argument is invalid
Testing an Argument Form for Validity
“If 101 is divisible by 3, then 1012 is divisible by 9. 101 is divisible by 3.
Consequently, 1012 is divisible by 9.”
Although the argument is valid, its conclusion is incorrect, because one of the
hypotheses is false (“101 is divisible by 3.”).
If in the above argument we replace 101 with 102, we could correctly conclude
that 1022 is divisible by 9.
Rules of Inference for Propositional Logic
oAn argument form consisting of two premises and a conclusion
is called a syllogism.
o The first and second premises are called the major premise and minor
premise, respectively.
oThe most famous form of syllogism in logic is called modus
ponens.
Modus Ponens
oThe modus ponens argument form has the following
form(“method of affirming”):
If p then q.
p
∴ q
If the sum of the digits of 371,487 is divisible by 3, then 371,487 is
divisible by 3.
The sum of the digits of 371,487 is divisible by 3.
∴ 371,487 is divisible by 3.
oif a conditional statement and the hypothesis of this conditional
statement are both true, then the conclusion must also be true.
Modus Tollens
o Modus tollens(“method of denying” (the conclusion is a
denial)) has the following form:
If p then q.
∼q
∴ ∼p
(1) If Zeus is human, then Zeus is mortal;
and
(2) Zeus is not mortal.
Must Zeus necessarily be nonhuman?
Yes!
If Zeus is human, then Zeus is
mortal.
Zeus is not mortal.
∴ Zeus is not human.
Because, if Zeus were human, then by (1)
he would be mortal.
But by (2) he is not mortal.
Hence, Zeus cannot be human.
Translating Propositions
Rules of Inference for Propositional Logic
oWhen an argument form involves 10 different
propositional variables, to use a truth table to show this
argument form is valid requires 210 = 1024 different
rows.
oRules of inference.
First establish the validity of some relatively simple argument
forms.
A rule of inference is a form of argument that is valid.
Thus modus ponens and modus tollens are both rules of
inference.
Rules of Inference for Propositional Logic
oGeneralization
The following argument forms are valid:
a. p b. q
∴ p ∨ q ∴ p ∨ q
if p is true, then, more generally, “p or q” is true for any other statement q.
Anton is a junior.
∴ (more generally) Anton is a junior or Anton is a senior.
oAt some places with the name Addition
It is below freezing now. Therefore, it is below freezing or raining snow.
Rules of Inference for Propositional Logic
oSpecialization
The following argument forms are valid:
a. p ∧ q b. p ∧ q
∴ p ∴ q
These argument forms are used for specializing.
Ana knows numerical analysis and Ana knows graph algorithms.
∴ (in particular) Ana knows graph algorithms.
oAt some places with the name simplification
It is below freezing and snowing. Therefore it is below freezing.
Rules of Inference for Propositional Logic
oElimination
The following argument forms are valid:
a. p ∨ q b. p ∨ q
∼q ∼p
∴ p ∴ q
oThese argument forms say that when you have only two possibilities and you can rule
one out, the other must be the case.
x − 3 =0 or x + 2 = 0.
If you also know that x is not negative, then x ≠ −2, so
x + 2 ≠ 0. By elimination, you can then conclude that
∴ x − 3 = 0.
oAt some places with the name Disjunctive Syllogism
Rules of Inference for Propositional Logic
oTransitivity
o The following argument form is valid:
p →q
q →r
∴ p →r
If 18,486 is divisible by 18, then 18,486 is divisible by 9.
If 18,486 is divisible by 9, then the sum of the digits of 18,486 is
divisible by 9.
∴ If 18,486 is divisible by 18, then the sum of the digits of 18,486 is
divisible by 9.
oAt some places with the name Hypothetical Syllogism
Rules of Inference for Propositional
Logic-Example
o“If it rains today, then we will not have a barbeque today. If we do
not have a barbeque today, then we will have a barbeque tomorrow.
Therefore, if it rains today, then we will have a barbeque tomorrow.”
p: “It is raining today.”
q: “We will not have a barbecue today.”
r: “We will have a barbecue tomorrow.”
So the argument is of the following form:
Rules of Inference for Propositional Logic
oProof by Division into Cases:The following argument form is valid:
p ∨ q
p →r
q →r
∴ r
oIf you can show that in either case a certain conclusion follows, then this
conclusion must also be true.
x is positive or x is negative.
If x is positive, then x2 > 0.
If x is negative, then x2 > 0.
∴ x2 > 0.
Rules of Inference for Propositional Logic
oConjunction
p
q
∴ p ∧ q
oResolution
p ∨ q
¬p ∨ r
∴ q ∨ r
Rules of Inference for Propositional
Logic-Example
o“It is not sunny this afternoon and it is colder than yesterday,” “We will
go swimming only if it is sunny,” “If we do not go swimming, then we will
take a canoe trip,” and “If we take a canoe trip, then we will be home by
sunset” lead to the conclusion “We will be home by sunset.”
p: “It is sunny this afternoon ”
q: “It is colder than yesterday.”
r: “We will go swimming .”
s:” we will take a canoe trip”
t: “We will be home by sunset”
Step Reason
1. ¬pΛq Premise
2. ¬p Simplification using (1)
3. r → p Premise
4. ¬r Modus tollens using (2) and (3)
5. ¬r → s Premise
6. s
7. s→t
Modus ponens using (4) and (5)
Premise
8. t Modus ponens using (6) and (7)
Rules of Inference for Propositional
Logic-Example
Arguments with Quantified Statements
All men are mortal.
Socrates is a man.
∴ Socrates is mortal.
oUniversal Instantiation
If some property is true of everything in a set, then it is true of
any particular thing in the set.
For all real numbers x, x1 = x. universal truth
r is a particular real number. particular instance
∴ r 1 = r.
Universal Modus Ponens
o Could be written as “All things that make P(x) true make Q(x)
true,” in which case the conclusion would follow by universal
instantiation alone.
Universal Modus Ponens
If an integer is even, then its square is even.
k is a particular integer that is even.
∴ k2 is even.
oMajor premise can be written as ∀x, if x is an even integer then x2 is even.
oLet E(x) be “x is an even integer,” let S(x) be “x2 is even,” and let k stand for a
particular integer that is even. Then the argument has the following form:
∀x, if E(x) then S(x).
E(k), for a particular k.
∴ S(k).
oThis argument has the form of universal modus ponens and is therefore valid.
Universal Modus Tollens
Universal Modus Tollens
All human beings are mortal.
Zeus is not mortal.
∴ Zeus is not human.
Solution The major premise can be rewritten as ∀x, if x is human then x is
mortal.
Let H(x) be “x is human,” let M(x) be “x is mortal,” and let Z stand for Zeus.
The argument becomes
∀x, if H(x) then M(x)
∼M(Z)
∴ ∼H(Z).
This argument has the form of universal modus tollens and is therefore valid.
Universal Modus Tollens
All human beings are mortal.
Zeus is not mortal.
∴ Zeus is not human.
Solution The major premise can be rewritten as ∀x, if x is human then x is
mortal.
Let H(x) be “x is human,” let M(x) be “x is mortal,” and let Z stand for Zeus. The
argument becomes
∀x, if H(x) then M(x)
∼M(Z)
∴ ∼H(Z).
This argument has the form of universal modus tollens and is therefore valid.

More Related Content

What's hot

Introduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoningIntroduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoningrbangerter
 
Inductive reasoning powerpoint
Inductive reasoning powerpointInductive reasoning powerpoint
Inductive reasoning powerpointahalter
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contrapositionAbdur Rehman
 
Chapter 4 logical reasoning
Chapter 4 logical reasoningChapter 4 logical reasoning
Chapter 4 logical reasoningJaypee Sidon
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical InductionEdelyn Cagas
 
Principle of mathematical induction
Principle of mathematical inductionPrinciple of mathematical induction
Principle of mathematical inductionKriti Varshney
 
Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiersblaircomp2003
 
Unit 1 rules of inference
Unit 1  rules of inferenceUnit 1  rules of inference
Unit 1 rules of inferenceraksharao
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoningsmiller5
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logicallyn joy calcaben
 
Valid and Invalid Arguments.pptx
Valid and Invalid Arguments.pptxValid and Invalid Arguments.pptx
Valid and Invalid Arguments.pptxLuisSalenga1
 

What's hot (20)

Mathematical proof
Mathematical proofMathematical proof
Mathematical proof
 
Introduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoningIntroduction to inductive and deductive reasoning
Introduction to inductive and deductive reasoning
 
Discrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of ProofDiscrete Math Lecture 03: Methods of Proof
Discrete Math Lecture 03: Methods of Proof
 
Inductive reasoning powerpoint
Inductive reasoning powerpointInductive reasoning powerpoint
Inductive reasoning powerpoint
 
Formal Logic - Lesson 1 - Introduction to Logic
Formal Logic - Lesson 1 - Introduction to LogicFormal Logic - Lesson 1 - Introduction to Logic
Formal Logic - Lesson 1 - Introduction to Logic
 
Proposition
PropositionProposition
Proposition
 
Proofs by contraposition
Proofs by contrapositionProofs by contraposition
Proofs by contraposition
 
Chapter 4 logical reasoning
Chapter 4 logical reasoningChapter 4 logical reasoning
Chapter 4 logical reasoning
 
Validity of argument
Validity of argumentValidity of argument
Validity of argument
 
Syllogism
SyllogismSyllogism
Syllogism
 
Mathematical Induction
Mathematical InductionMathematical Induction
Mathematical Induction
 
Inductive vs deductive reasoning
Inductive vs deductive reasoningInductive vs deductive reasoning
Inductive vs deductive reasoning
 
Principle of mathematical induction
Principle of mathematical inductionPrinciple of mathematical induction
Principle of mathematical induction
 
Logic&proof
Logic&proofLogic&proof
Logic&proof
 
Predicates and Quantifiers
Predicates and QuantifiersPredicates and Quantifiers
Predicates and Quantifiers
 
Unit 1 rules of inference
Unit 1  rules of inferenceUnit 1  rules of inference
Unit 1 rules of inference
 
Logic introduction
Logic   introductionLogic   introduction
Logic introduction
 
1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning1.3.1 Inductive and Deductive Reasoning
1.3.1 Inductive and Deductive Reasoning
 
CMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional LogicCMSC 56 | Lecture 1: Propositional Logic
CMSC 56 | Lecture 1: Propositional Logic
 
Valid and Invalid Arguments.pptx
Valid and Invalid Arguments.pptxValid and Invalid Arguments.pptx
Valid and Invalid Arguments.pptx
 

Viewers also liked

Understanding Logical Argumentation, Structure, and Reasoning
Understanding Logical Argumentation, Structure, and ReasoningUnderstanding Logical Argumentation, Structure, and Reasoning
Understanding Logical Argumentation, Structure, and Reasoningmrbelprez
 
Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...
Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...
Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...lahoredelimarm
 
Parallelism Comparison Causality (made by J. Summers)
Parallelism Comparison Causality (made by J. Summers)Parallelism Comparison Causality (made by J. Summers)
Parallelism Comparison Causality (made by J. Summers)sumlendia
 
Argument essay structure
Argument essay structureArgument essay structure
Argument essay structureEssayAcademy
 
Argument essay example
Argument essay exampleArgument essay example
Argument essay exampleEssayAcademy
 
Writing process 5th grade
Writing process 5th gradeWriting process 5th grade
Writing process 5th gradekristarwhite
 
Emotive language-example
Emotive language-exampleEmotive language-example
Emotive language-exampleTariq Khan
 
Analysis - Inductive and Deductive Arguments
Analysis - Inductive and Deductive ArgumentsAnalysis - Inductive and Deductive Arguments
Analysis - Inductive and Deductive ArgumentsAlwyn Lau
 
Ідентифікація багатофакторних залежностей на основі нечіткої бази знань з рі...
Ідентифікація  багатофакторних залежностей на основі нечіткої бази знань з рі...Ідентифікація  багатофакторних залежностей на основі нечіткої бази знань з рі...
Ідентифікація багатофакторних залежностей на основі нечіткої бази знань з рі...Роман Тилець
 
Анализ тональности с помощью ДСМ метода
Анализ тональности с помощью ДСМ методаАнализ тональности с помощью ДСМ метода
Анализ тональности с помощью ДСМ методаDima Kostyaev
 
Экспертные системы
Экспертные системыЭкспертные системы
Экспертные системыОтшельник
 
The Science of UX Design
The Science of UX DesignThe Science of UX Design
The Science of UX DesignZack Naylor
 
Expert system (unit 1 & 2)
Expert system (unit 1 & 2)Expert system (unit 1 & 2)
Expert system (unit 1 & 2)Lakshya Gupta
 
Inference rulesproofmethods
Inference rulesproofmethodsInference rulesproofmethods
Inference rulesproofmethodsRajendran
 
Logical Inference in RTE
Logical Inference in RTELogical Inference in RTE
Logical Inference in RTEKilian Evang
 
CPSC 125 Ch 2 Sec 1
CPSC 125 Ch 2 Sec 1CPSC 125 Ch 2 Sec 1
CPSC 125 Ch 2 Sec 1David Wood
 

Viewers also liked (20)

Understanding Logical Argumentation, Structure, and Reasoning
Understanding Logical Argumentation, Structure, and ReasoningUnderstanding Logical Argumentation, Structure, and Reasoning
Understanding Logical Argumentation, Structure, and Reasoning
 
Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...
Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...
Bcom 275 guide 3 12) Consider the following statement: “So what if the Senato...
 
Parallelism Comparison Causality (made by J. Summers)
Parallelism Comparison Causality (made by J. Summers)Parallelism Comparison Causality (made by J. Summers)
Parallelism Comparison Causality (made by J. Summers)
 
Argument essay structure
Argument essay structureArgument essay structure
Argument essay structure
 
Argument essay example
Argument essay exampleArgument essay example
Argument essay example
 
Turing Test
Turing TestTuring Test
Turing Test
 
Logic unit 1
Logic unit 1Logic unit 1
Logic unit 1
 
Writing process 5th grade
Writing process 5th gradeWriting process 5th grade
Writing process 5th grade
 
Emotive language-example
Emotive language-exampleEmotive language-example
Emotive language-example
 
Analysis - Inductive and Deductive Arguments
Analysis - Inductive and Deductive ArgumentsAnalysis - Inductive and Deductive Arguments
Analysis - Inductive and Deductive Arguments
 
Ідентифікація багатофакторних залежностей на основі нечіткої бази знань з рі...
Ідентифікація  багатофакторних залежностей на основі нечіткої бази знань з рі...Ідентифікація  багатофакторних залежностей на основі нечіткої бази знань з рі...
Ідентифікація багатофакторних залежностей на основі нечіткої бази знань з рі...
 
Анализ тональности с помощью ДСМ метода
Анализ тональности с помощью ДСМ методаАнализ тональности с помощью ДСМ метода
Анализ тональности с помощью ДСМ метода
 
Экспертные системы
Экспертные системыЭкспертные системы
Экспертные системы
 
Нечеткие знания в экспертных системах
Нечеткие знания в экспертных системахНечеткие знания в экспертных системах
Нечеткие знания в экспертных системах
 
The Science of UX Design
The Science of UX DesignThe Science of UX Design
The Science of UX Design
 
Expert system (unit 1 & 2)
Expert system (unit 1 & 2)Expert system (unit 1 & 2)
Expert system (unit 1 & 2)
 
Inference rulesproofmethods
Inference rulesproofmethodsInference rulesproofmethods
Inference rulesproofmethods
 
Lecture5
Lecture5Lecture5
Lecture5
 
Logical Inference in RTE
Logical Inference in RTELogical Inference in RTE
Logical Inference in RTE
 
CPSC 125 Ch 2 Sec 1
CPSC 125 Ch 2 Sec 1CPSC 125 Ch 2 Sec 1
CPSC 125 Ch 2 Sec 1
 

Similar to Valid & invalid arguments

rules of inference in discrete structures
rules of inference in discrete structuresrules of inference in discrete structures
rules of inference in discrete structuresZenLooper
 
Chapter 01 - p3.pdf
Chapter 01 - p3.pdfChapter 01 - p3.pdf
Chapter 01 - p3.pdfsmarwaneid
 
Discrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and ProofsDiscrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and ProofsWongyos Keardsri
 
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptxssuser92109d
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategyallyn joy calcaben
 
Chapter 01 - p1.pdf
Chapter 01 - p1.pdfChapter 01 - p1.pdf
Chapter 01 - p1.pdfsmarwaneid
 
AI Propositional logic
AI Propositional logicAI Propositional logic
AI Propositional logicSURBHI SAROHA
 
Converse, contrapositive, inverse
Converse, contrapositive, inverseConverse, contrapositive, inverse
Converse, contrapositive, inverseAbdur Rehman
 
1606751772-ds-lecture-6.ppt
1606751772-ds-lecture-6.ppt1606751772-ds-lecture-6.ppt
1606751772-ds-lecture-6.pptTejasAditya2
 
Discreate structure presentation introduction
Discreate structure presentation introductionDiscreate structure presentation introduction
Discreate structure presentation introductionyashirraza123
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDr. Khaled Bakro
 

Similar to Valid & invalid arguments (20)

rules of inference in discrete structures
rules of inference in discrete structuresrules of inference in discrete structures
rules of inference in discrete structures
 
Chapter 01 - p3.pdf
Chapter 01 - p3.pdfChapter 01 - p3.pdf
Chapter 01 - p3.pdf
 
Chapter1p3.pptx
Chapter1p3.pptxChapter1p3.pptx
Chapter1p3.pptx
 
Logic
LogicLogic
Logic
 
Discrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and ProofsDiscrete-Chapter 05 Inference and Proofs
Discrete-Chapter 05 Inference and Proofs
 
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
20220818151924_PPT01 - The Logic of Compound and Quantitative Statement.pptx
 
CMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and StrategyCMSC 56 | Lecture 5: Proofs Methods and Strategy
CMSC 56 | Lecture 5: Proofs Methods and Strategy
 
Per3 pembuktian
Per3 pembuktianPer3 pembuktian
Per3 pembuktian
 
DS Lecture 2.ppt
DS Lecture 2.pptDS Lecture 2.ppt
DS Lecture 2.ppt
 
Arguments.pptx
Arguments.pptxArguments.pptx
Arguments.pptx
 
Dscrete structure
Dscrete  structureDscrete  structure
Dscrete structure
 
Chapter1p1
Chapter1p1Chapter1p1
Chapter1p1
 
Chapter 01 - p1.pdf
Chapter 01 - p1.pdfChapter 01 - p1.pdf
Chapter 01 - p1.pdf
 
AI Propositional logic
AI Propositional logicAI Propositional logic
AI Propositional logic
 
Converse, contrapositive, inverse
Converse, contrapositive, inverseConverse, contrapositive, inverse
Converse, contrapositive, inverse
 
1606751772-ds-lecture-6.ppt
1606751772-ds-lecture-6.ppt1606751772-ds-lecture-6.ppt
1606751772-ds-lecture-6.ppt
 
Discreate structure presentation introduction
Discreate structure presentation introductionDiscreate structure presentation introduction
Discreate structure presentation introduction
 
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكروDiscrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
Discrete mathematics Ch2 Propositional Logic_Dr.khaled.Bakro د. خالد بكرو
 
Logic
LogicLogic
Logic
 
Data structure chapter-1-proofs
Data structure chapter-1-proofsData structure chapter-1-proofs
Data structure chapter-1-proofs
 

More from Abdur Rehman

Financial accounting
Financial accountingFinancial accounting
Financial accountingAbdur Rehman
 
Proving existential statements
Proving existential statementsProving existential statements
Proving existential statementsAbdur Rehman
 
Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)Abdur Rehman
 
Application of bases
Application of basesApplication of bases
Application of basesAbdur Rehman
 
Intro to disceret structure
Intro to disceret structureIntro to disceret structure
Intro to disceret structureAbdur Rehman
 
logic, preposition etc
logic, preposition etclogic, preposition etc
logic, preposition etcAbdur Rehman
 

More from Abdur Rehman (13)

Financial accounting
Financial accountingFinancial accounting
Financial accounting
 
Sets
SetsSets
Sets
 
Sequences
SequencesSequences
Sequences
 
Recursion
RecursionRecursion
Recursion
 
Queue
QueueQueue
Queue
 
Quantification
QuantificationQuantification
Quantification
 
Proving existential statements
Proving existential statementsProving existential statements
Proving existential statements
 
Laws in disceret
Laws in disceretLaws in disceret
Laws in disceret
 
Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)Constructing circuits for boolean expressions(gate)
Constructing circuits for boolean expressions(gate)
 
Application of bases
Application of basesApplication of bases
Application of bases
 
Intro to disceret structure
Intro to disceret structureIntro to disceret structure
Intro to disceret structure
 
Dst lec3
Dst lec3Dst lec3
Dst lec3
 
logic, preposition etc
logic, preposition etclogic, preposition etc
logic, preposition etc
 

Recently uploaded

Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 

Recently uploaded (20)

Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 

Valid & invalid arguments

  • 1.
  • 2. Valid & Invalid Arguments oArgument is a sequence of statements ending in a conclusion. oDetermination of validity of an argument depends only on the form of an argument, not on its content. “If you have a current password, then you can log onto the network.” p=“You have a current password” q=“You can log onto the network.” p → q p ∴ q where ∴ is the symbol that denotes “therefore.”
  • 3. Valid & Invalid Arguments oAn argument is a sequence of statements, and an argument form is a sequence of statement forms(have proposition var.). o All statements in an argument and all statement forms in an argument form, except for the final one, are called premises (or assumptions or hypotheses). oThe final statement or statement form is called the conclusion. The symbol ∴, which is read “therefore,” is normally placed just before the conclusion.
  • 4. Valid & Invalid Arguments oTo say that an argument form is valid means that no matter what particular statements are substituted for the statement variables in its premises, if the resulting premises are all true, then the conclusion is also true. Conclusion q is valid, when (p1 ∧ p2 ∧ · · · ∧ pn) → q is a tautology. oTo say that an argument is valid means that its form is valid.
  • 5. Valid & Invalid Arguments oThe truth of its conclusion follows necessarily or by logical form alone from the truth of its premises. When an argument is valid and its premises are true, the truth of the conclusion is said to be inferred or deduced from the truth of the premises. If a conclusion “ain’t necessarily so,” then it isn’t a valid deduction.
  • 6. Testing an Argument Form for Validity 1. Identify the premises and conclusion of the argument form. 2. Construct a truth table showing the truth values of all the premises and the conclusion. 3. A row of the truth table in which all the premises are true is called a critical row. If there is a critical row in which the conclusion is false, then it is possible for an argument of the given form to have true premises and a false conclusion, and so the argument form is invalid. If the conclusion in every critical row is true, then the argument form is valid.
  • 7. Testing an Argument Form for Validity op →q ∨ ∼r oq → p ∧ r o∴ p →r Hence this form of argument is invalid
  • 8. Testing an Argument Form for Validity “If 101 is divisible by 3, then 1012 is divisible by 9. 101 is divisible by 3. Consequently, 1012 is divisible by 9.” Although the argument is valid, its conclusion is incorrect, because one of the hypotheses is false (“101 is divisible by 3.”). If in the above argument we replace 101 with 102, we could correctly conclude that 1022 is divisible by 9.
  • 9. Rules of Inference for Propositional Logic oAn argument form consisting of two premises and a conclusion is called a syllogism. o The first and second premises are called the major premise and minor premise, respectively. oThe most famous form of syllogism in logic is called modus ponens.
  • 10. Modus Ponens oThe modus ponens argument form has the following form(“method of affirming”): If p then q. p ∴ q If the sum of the digits of 371,487 is divisible by 3, then 371,487 is divisible by 3. The sum of the digits of 371,487 is divisible by 3. ∴ 371,487 is divisible by 3. oif a conditional statement and the hypothesis of this conditional statement are both true, then the conclusion must also be true.
  • 11. Modus Tollens o Modus tollens(“method of denying” (the conclusion is a denial)) has the following form: If p then q. ∼q ∴ ∼p (1) If Zeus is human, then Zeus is mortal; and (2) Zeus is not mortal. Must Zeus necessarily be nonhuman? Yes! If Zeus is human, then Zeus is mortal. Zeus is not mortal. ∴ Zeus is not human. Because, if Zeus were human, then by (1) he would be mortal. But by (2) he is not mortal. Hence, Zeus cannot be human.
  • 13. Rules of Inference for Propositional Logic oWhen an argument form involves 10 different propositional variables, to use a truth table to show this argument form is valid requires 210 = 1024 different rows. oRules of inference. First establish the validity of some relatively simple argument forms. A rule of inference is a form of argument that is valid. Thus modus ponens and modus tollens are both rules of inference.
  • 14. Rules of Inference for Propositional Logic oGeneralization The following argument forms are valid: a. p b. q ∴ p ∨ q ∴ p ∨ q if p is true, then, more generally, “p or q” is true for any other statement q. Anton is a junior. ∴ (more generally) Anton is a junior or Anton is a senior. oAt some places with the name Addition It is below freezing now. Therefore, it is below freezing or raining snow.
  • 15. Rules of Inference for Propositional Logic oSpecialization The following argument forms are valid: a. p ∧ q b. p ∧ q ∴ p ∴ q These argument forms are used for specializing. Ana knows numerical analysis and Ana knows graph algorithms. ∴ (in particular) Ana knows graph algorithms. oAt some places with the name simplification It is below freezing and snowing. Therefore it is below freezing.
  • 16. Rules of Inference for Propositional Logic oElimination The following argument forms are valid: a. p ∨ q b. p ∨ q ∼q ∼p ∴ p ∴ q oThese argument forms say that when you have only two possibilities and you can rule one out, the other must be the case. x − 3 =0 or x + 2 = 0. If you also know that x is not negative, then x ≠ −2, so x + 2 ≠ 0. By elimination, you can then conclude that ∴ x − 3 = 0. oAt some places with the name Disjunctive Syllogism
  • 17. Rules of Inference for Propositional Logic oTransitivity o The following argument form is valid: p →q q →r ∴ p →r If 18,486 is divisible by 18, then 18,486 is divisible by 9. If 18,486 is divisible by 9, then the sum of the digits of 18,486 is divisible by 9. ∴ If 18,486 is divisible by 18, then the sum of the digits of 18,486 is divisible by 9. oAt some places with the name Hypothetical Syllogism
  • 18. Rules of Inference for Propositional Logic-Example o“If it rains today, then we will not have a barbeque today. If we do not have a barbeque today, then we will have a barbeque tomorrow. Therefore, if it rains today, then we will have a barbeque tomorrow.” p: “It is raining today.” q: “We will not have a barbecue today.” r: “We will have a barbecue tomorrow.” So the argument is of the following form:
  • 19. Rules of Inference for Propositional Logic oProof by Division into Cases:The following argument form is valid: p ∨ q p →r q →r ∴ r oIf you can show that in either case a certain conclusion follows, then this conclusion must also be true. x is positive or x is negative. If x is positive, then x2 > 0. If x is negative, then x2 > 0. ∴ x2 > 0.
  • 20. Rules of Inference for Propositional Logic oConjunction p q ∴ p ∧ q oResolution p ∨ q ¬p ∨ r ∴ q ∨ r
  • 21. Rules of Inference for Propositional Logic-Example o“It is not sunny this afternoon and it is colder than yesterday,” “We will go swimming only if it is sunny,” “If we do not go swimming, then we will take a canoe trip,” and “If we take a canoe trip, then we will be home by sunset” lead to the conclusion “We will be home by sunset.” p: “It is sunny this afternoon ” q: “It is colder than yesterday.” r: “We will go swimming .” s:” we will take a canoe trip” t: “We will be home by sunset” Step Reason 1. ¬pΛq Premise 2. ¬p Simplification using (1) 3. r → p Premise 4. ¬r Modus tollens using (2) and (3) 5. ¬r → s Premise 6. s 7. s→t Modus ponens using (4) and (5) Premise 8. t Modus ponens using (6) and (7)
  • 22. Rules of Inference for Propositional Logic-Example
  • 23. Arguments with Quantified Statements All men are mortal. Socrates is a man. ∴ Socrates is mortal. oUniversal Instantiation If some property is true of everything in a set, then it is true of any particular thing in the set. For all real numbers x, x1 = x. universal truth r is a particular real number. particular instance ∴ r 1 = r.
  • 24. Universal Modus Ponens o Could be written as “All things that make P(x) true make Q(x) true,” in which case the conclusion would follow by universal instantiation alone.
  • 25. Universal Modus Ponens If an integer is even, then its square is even. k is a particular integer that is even. ∴ k2 is even. oMajor premise can be written as ∀x, if x is an even integer then x2 is even. oLet E(x) be “x is an even integer,” let S(x) be “x2 is even,” and let k stand for a particular integer that is even. Then the argument has the following form: ∀x, if E(x) then S(x). E(k), for a particular k. ∴ S(k). oThis argument has the form of universal modus ponens and is therefore valid.
  • 27. Universal Modus Tollens All human beings are mortal. Zeus is not mortal. ∴ Zeus is not human. Solution The major premise can be rewritten as ∀x, if x is human then x is mortal. Let H(x) be “x is human,” let M(x) be “x is mortal,” and let Z stand for Zeus. The argument becomes ∀x, if H(x) then M(x) ∼M(Z) ∴ ∼H(Z). This argument has the form of universal modus tollens and is therefore valid.
  • 28. Universal Modus Tollens All human beings are mortal. Zeus is not mortal. ∴ Zeus is not human. Solution The major premise can be rewritten as ∀x, if x is human then x is mortal. Let H(x) be “x is human,” let M(x) be “x is mortal,” and let Z stand for Zeus. The argument becomes ∀x, if H(x) then M(x) ∼M(Z) ∴ ∼H(Z). This argument has the form of universal modus tollens and is therefore valid.