Discover

DEDUCTIVE REASONING

(Redirected from Deductive logic)

'Deductive reasoning' is the kind of reasoning where the conclusion is ''necessitated'' by previously known premises. If the premises are true then the conclusion must be true. For instance, beginning with the premises "sharks are fish" and "all fish have fins", you may conclude that "sharks have fins". This is distinguished from inductive reasoning and abductive reasoning where inferences can be made with some likelihood but never with complete certainty.
''Deductive reasoning'' is dependent on its premises. That is, a false premise can possibly lead to a false result, and inconclusive premises will also yield an inconclusive conclusion.

Contents
Examples
Popular misuses of the term
Inference rules
Formal definition
Natural deductive logic
References
See also

Examples


Deductive reasoning is the following:
:All men are mortal (major premise),
:Socrates is a man (minor premise),
:Therefore Socrates is mortal.
Note that replacing "mortal" with any nonsensical property will not affect the validity of the argument:
:All men are purple-skinned,
:Socrates is a man,
:Therefore Socrates is purple-skinned.
Intuitively, one might deny the major premise or the conclusion; yet anyone ''accepting'' the premises ''must'' accept the conclusion.

Popular misuses of the term


It is occasionally taught that deductive reasoning proceeds from the general to the particular, while inductive reasoning proceeds from the particular to the general. This is false - or at least, it is not the way logicians use these terms. There are deductively valid arguments that proceed from the particular to the general (Oscar is grouchy, therefore something is grouchy) and inductive arguments that proceed from the general to the particular (all Rice University students are smart, therefore this particular Rice University student is smart).
Sherlock Holmes frequently describes his methods as involving deductive reasoning in the various stories about the character. However, most of his "deductions" in fact used inductive or abductive reasoning; very few were actually deductive in nature. There was nearly always ''some'' conceivable, if vanishingly unlikely, way his conclusions could have turned out to be incorrect, a fact exploited by many parodies of the Sherlock Holmes stories.

Inference rules


The following table lists some inference rules of propositional calculus. The table makes use of mathematical notation. The following symbols occur in the table:

★ ''p'' ∨ ''q'': ''p'' must be true, 'or' ''q'' must be true (or both)

★ ''p'' ∧ ''q'': both ''p'' 'and' ''q'' must be simultaneously true

★ ''p'' → ''q'': ''p'' 'implies' ''q'': if ''p'' is true then so is ''q''

★ ''p'' ↔ ''q'': ''p'' is 'logically equivalent' to ''q'': if either is true/false, then so is the other.

★ ''p'' ⊢ ''q'': from ''p'' 'infer' ''q'' (by applying basic inference rules, ''q'' can be shown to hold assuming ''p'' (note that this is equivalent to ( ⊢ ''p'' → ''q'').
Basic arguments of the propositional calculus
NameSequentDescription
Modus Ponens[(''p'' → ''q'') ∧ ''p''] ⊢ qif p then q; p; therefore q
Modus Tollens[(''p'' → ''q'') ∧ ¬''q''] ⊢ ¬pif p then q; not q; therefore not p
Hypothetical syllogism [(''p'' → ''q'') ∧ (''q'' → ''r'')] ⊢ (''p'' → ''r) if p then q; if q then r; therefore, if p then r
Disjunctive syllogism [(''p'' ∨ ''q'') ∧ ¬''p''] ⊢ ''q'' Either p or q; not p; therefore, q
Constructive dilemma [(''p'' → ''q'') ∧ (''r'' → ''s'') ∧ (''p'' ∨ ''r'')] ⊢ (''q'' ∨ ''s'') If p then q; and if r then s; but either p or r; therefore either q or s
Destructive dilemma [(''p'' → ''q'') ∧ (''r'' → ''s'') ∧ (¬''q'' ∨ ¬''s'')] ⊢ (¬''p'' ∨ ¬''r'') If p then q; and if r then s; but either not q or not s; therefore rather not p or not r
Simplification (''p'' ∧ ''q'') ⊢ ''p'' p and q are true; therefore p is true
Conjunction ''p'', ''q'' ⊢ (''p'' ∧ ''q'') p and q are true separately; therefore they are true conjointly
Addition ''p'' ⊢ (''p'' ∨ ''q'') p is true; therefore, for any q, (p or q) is true
Composition [(''p'' → ''q'') ∧ (''p'' → ''r'')] ⊢ [''p'' → (''q'' ∧ ''r'')] If p then q; and if p then r; therefore if p is true then q and r are true
De Morgan's theorem (1) ¬ (''p'' ∧ ''q'') ⊢ (¬''p'' ∨ ¬''q'') If it is not true that p and q hold, then at least either p or q is not true
De Morgan's Theorem (2) ¬ (''p'' ∨ ''q'') ⊢ (¬''p'' ∧ ¬''q'') If it is not true that p or q holds, then p does not hold and q does not hold
Commutation (1) (''p'' ∨ ''q'') ⊢ (''q'' ∨ ''p'') (p or q) is equiv. to (q or p)
Commutation (2) (''p'' ∧ ''q'') ⊢ (''q'' ∧ ''p'') (p and q) is equiv. to (q and p)
Association (1) [''p'' ∨ (''q'' ∨ ''r'')] ⊢ [(''p'' ∨ ''q'') ∨ ''r''] p or (q or r) is equiv. to (p or q) or r
Association (2) [''p'' ∧ (''q'' ∧ ''r'')] ⊢ [(''p'' ∧ ''q'') ∧ ''r''] p and (q and r) is equiv. to (p and q) and r (therefore, (''p'' ∧ ''q'' ∧ ''r'') is unambiguous)
Distribution (1) [''p'' ∧ (''q'' ∨ ''r'')] ⊢ [(''p'' ∧ ''q'') ∨ (''p'' ∧ ''r'')] p and (q or r) is equiv. to (p and q) or (p and r)
Distribution (2) [''p'' ∨ (''q'' ∧ ''r'')] ⊢ [(''p'' ∨ ''q'') ∧ (''p'' ∨ ''r'')] p or (q and r) is equiv. to (p or q) and (p or r)
Double negation ''p'' ⊢ ¬¬''p'' IF p is true THEN the negation of the negation of p is true
Transposition (''p'' → ''q'') ⊢ (¬''q'' → ¬''p'') If p then q IMPLIES if not q then not p
Material implication (''p'' → ''q'') ⊢ (¬''p'' ∨ ''q'') If p then q is equiv. to either not p or q
Material equivalence (1) (''p'' ↔ ''q'') ⊢ [(''p'' → ''q'') ∧ (''q'' → ''p'')] (p is equiv. to q) means, (if p is true then q is true) and (if q is true then p is true)
Material equivalence (2) (''p'' ↔ ''q'') ⊢ [(''p'' ∧ ''q'') ∨ (¬''q'' ∧ ¬''p'')] (p is equiv. to q) means, either (p and q are true) or ( both p and q are false)
Exportation [(''p'' ∧ ''q'') → ''r''] ⊢ [''p'' → (''q'' → ''r'')] from (if p and q are true then r is true) we can prove (if q is true then r is true, if p is true)
Importation [''p'' → (''q'' → ''r'')] ⊢ [(''p'' ∧ ''q'') → ''r''] if r is true when q is true, under the condition that p is true, then if p and q are true, r is as well
Tautology ''p'' ⊢ (''p'' ∨ ''¬p'') IF p is true THEN p is true or p is false (this can be seen as a special case of addition)

Formal definition


A 'deduction' (or 'proof') can be defined precisely in the context of a formal system like the propositional calculus. A proposition α is deduced from a collection Σ of premises by applying inference rules repeatedly (see above section). The deduction is a record of this repeated application of inference rules.
More formally, a finite sequence ''β1 ,..., βn'' of propositions is said to be a 'deduction' of α from a collection of premises Σ if
:
★ ''βn = α'', and
:
★ For all 1 ≤ ''i'' ≤ ''n'', either ''βi'' is a premise (i.e. ''βi'' ∈ Σ) or ''βi'' is the result of the application of some inference rule on ealier propositions in the sequence.
Different versions of axiomatic propositional logics contain a few axioms, usually three or more, in addition to one or more inference rules. For instance, Gottlob Frege's axiomatization of propositional logic, which is also the first instance of such an attempt, has six propositional axioms and two rules. Bertrand Russell and Alfred North Whitehead also suggested a system with five axioms.
For instance a version of axiomatic propositional logic due to Jan Åukasiewicz (1878-1956) has a set ''A'' of axioms adopted as follows:
:
★ [PL1] ''p'' → (''q'' → ''p'')
:
★ [PL2] (''p'' → (''q'' → ''r'')) → ((''p'' → ''q'') → (''p'' → ''r''))
:
★ [PL3] (¬''p'' → ¬''q'') → (''q'' → ''p'')
and it has the set ''R'' of Rules of inference with one rule in it that is Modu Ponendo Ponens as follows:
:
★ [MP] from α and α → β, infer β.
The inference rule(s) allows people to derive the statements following the axioms or given ''wff''s of the ensemble Σ.

Natural deductive logic


One version of natural deductive logic has no axioms. System L, developed by E.J. Lemmon, has only nine primitive rules that govern the syntax of a proof.
The nine primitive rules of system L are
# The Rule of Assumption (A)
# Modus Ponendo Ponens (MPP)
# The Rule of Double Negation (DN)
# The Rule of Conditional Proof (CP)
# The Rule of ∧-introduction (∧I)
# The Rule of ∧-elimination (∧E)
# The Rule of ∨-introduction (∨I)
# The Rule of ∨-elimination (∨E)
# Reductio Ad Absurdum (RAA)
In system L, a proof has a definition with the following conditions:
# has a finite sequence of ''wff''s (well-formed formula)
# each line of it is justified by a rule of the system L
# the last line of the proof is what is intended, and this last line of the proof uses the only premise(s) that is given; or no premise if nothing is given.
Then if no premise is given, the sequent is called theorem. Therefore, the definitions of a theorem in system L are

★ a theorem is a sequent that can be proved in system L, using an empty set of assumption.

★ a theorem is a sequent that can be proved from an empty set of assumptions in system L.
An example of the proof of a sequent (Modus Tollendo Tollens in this case):
''p'' → ''q'', ¬''q'' ⊢ ¬''p'' [Modus Tollendo Tollens (MTT)]
Assumption numberLine numberFormula (''wff'')Lines in-use and Justification
1(1)(''p'' → ''q'') A
2(2)¬''q'' A
3(3)''p'' A (for RAA)
1,3(4)''q'' 1,3,MPP
1,2,3(5)''q'' ∧ ¬''q'' 2,4,∧I
1,2(6)¬''p'' 3,5,RAA
Q.E.D

An example of the proof of a sequent (a theorem in this case):
⊢''p'' ∨ ¬''p''
Assumption numberLine numberFormula (''wff'')Lines in-use and Justification
1(1)¬(''p'' ∨ ¬''p'')A (for RAA)
2(2)¬''p''A (for RAA)
2(3)(''p'' ∨ ¬''p'')2, ∨I
1, 2(4)(''p'' ∨ ¬''p'') ∧ ¬(''p'' ∨ ¬''p'')1, 2, ∧I
1(5)¬¬''p''2, 4, RAA
1(6)''p''5, DN
1(7)(''p'' ∨ ¬''p'')6, ∨I
1(8)(''p'' ∨ ¬''p'') ∧ ¬(''p'' ∨ ¬''p'')1, 7, ∧I
(9)¬¬(''p'' ∨ ¬''p'')1, 8, RAA
(10)(''p'' ∨ ¬''p'')9, DN
Q.E.D

Each rule of system L has its own requirements for the type of input(s) or entry(es) that it can accept and has its own way of treating and calculating the assumptions used by its inputs.

References



Vincent F. Hendricks, ''Thought 2 Talk: A Crash Course in Reflection and Expression'', New York: Automatic Press / VIP, 2005, ISBN 87-991013-7-8

★ Jennings, R. E., ''Continuing Logic'', the course book of 'Axiomatic Logic' in Simon Fraser University, Vancouver, Canada

★ Zarefsky, David, ''Argumentation: The Study of Effective Reasoning Parts I and II'', The Teaching Company 2002

See also




Abductive reasoning

Analogical reasoning

Correspondence theory of truth

Defeasible reasoning

Hypothetico-deductive method

Inductive reasoning


Inquiry

Logical consequence

Propositional calculus

Retroductive reasoning

Soundness

Validity


This article provided by Wikipedia. To edit the contents of this article, click here for original source.

psst.. try this: add to faves