Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Hypothetical syllogism
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Syllogism with conditional premise(s)}} {{Infobox mathematical statement | name = Hypothetical syllogism | type = [[Syllogism]] | field = {{Plainlist| * [[Propositional calculus]] * [[Classical logic]] * [[Intuitionistic logic]] * Most systems of [[relevance logic]] }} | statement = Whenever instances of <math>P \to Q</math>, and <math>Q \to R</math> appear on lines of a [[formal proof|proof]], <math>P \to R</math> can be placed on a subsequent line. | symbolic statement = <math>\frac{P \to Q, Q \to R}{\therefore P \to R}</math> }} {{Transformation rules}} In [[classical logic]], a '''hypothetical syllogism''' is a valid [[argument]] form, a [[Deductive reasoning|deductive]] [[syllogism]] with a [[conditional sentence|conditional statement]] for one or both of its [[premise]]s. Ancient references point to the works of [[Theophrastus]] and [[Eudemus of Rhodes|Eudemus]] for the first investigation of this kind of syllogisms.<ref>[http://www.britannica.com/EBchecked/topic/346217/history-of-logic/65923/Theophrastus-of-Eresus "History of Logic: Theophrastus of Eresus"] in [[Encyclopædia Britannica Online]].</ref><ref>Susanne Bobzien,"The Development of Modus Ponens in Antiquity: "From Aristotle to the 2nd Century AD", Phronesis, Vol. 47, No. 4 (2002), pp. 359-394.</ref> == Types == Hypothetical syllogisms come in two types: mixed and pure. A ''mixed'' hypothetical syllogism has two premises: one conditional statement and one statement that either affirms or denies the [[Antecedent (logic)|antecedent]] or [[consequent]] of that conditional statement. For example, :If P, then Q. :P. :∴ Q. In this example, the first premise is a conditional statement in which "P" is the antecedent and "Q" is the consequent. The second premise "affirms" the antecedent. The conclusion, that the consequent must be true, is [[Deductive reasoning|deductively]] [[Validity (logic)|valid]]. A mixed hypothetical syllogism has four possible forms, two of which are valid, while the other two are invalid. A valid mixed hypothetical syllogism either affirms the antecedent ([[modus ponens]]) or denies the consequent ([[modus tollens]]). An invalid hypothetical syllogism either [[Affirming the consequent|affirms the consequent]] (fallacy of the [[Converse (logic)|converse]]) or [[Denying the antecedent|denies the antecedent]] (fallacy of the [[Inverse (logic)|inverse]]). A ''pure'' hypothetical syllogism is a syllogism in which both premises and the conclusion are all [[Conditional sentence|conditional statements]]. The antecedent of one premise must match the consequent of the other for the conditional to be valid. Consequently, one of the conditionals contains the remained term as antecedent and the other conditional contains the removed term as consequent. :If P, then Q. :If Q, then R. :∴ If P, then R. An example in English: :If I do not wake up, then I cannot go to work. :If I cannot go to work, then I will not get paid. :Therefore, if I do not wake up, then I will not get paid. ==Propositional logic== In [[propositional logic]], '''hypothetical syllogism''' is the name of a valid [[rule of inference]] (often abbreviated '''HS''' and sometimes also called the '''chain argument''', '''chain rule''', or the principle of '''transitivity of implication'''). The rule may be stated: :<math>\frac{P \to Q, Q \to R}{\therefore P \to R}</math> In other words, whenever instances of "<math>P \to Q</math>", and "<math>Q \to R</math>" appear on lines of a [[formal proof|proof]], "<math>P \to R</math>" can be placed on a subsequent line. == Applicability == The rule of hypothetical syllogism holds in [[classical logic]], [[intuitionistic logic]], most systems of [[relevance logic]], and many other systems of logic. However, it does not hold in all logics, including, for example, [[non-monotonic logic]], [[probabilistic logic]] and [[default logic]]. The reason for this is that these logics describe [[defeasible reasoning]], and conditionals that appear in real-world contexts typically allow for exceptions, default assumptions, [[ceteris paribus]] conditions, or just simple uncertainty. An example, derived from Ernest W. Adams, <ref>{{Cite book |last=Adams |first=Ernest W. |title=The Logic of Conditionals |publisher=Dordrecht: Reidel |year=1975 |page=22}}</ref> # If Jones wins the election, Smith will retire after the election. # If Smith dies before the election, Jones will win the election. # If Smith dies before the election, Smith will retire after the election. Clearly, (3) does not follow from (1) and (2). (1) is true by default, but fails to hold in the exceptional circumstances of Smith dying. In practice, real-world conditionals always tend to involve default assumptions or contexts, and it may be infeasible or even impossible to specify all the exceptional circumstances in which they might fail to be true. For similar reasons, the rule of hypothetical syllogism does not hold for [[counterfactual conditionals]]. == Formal notation == The ''hypothetical syllogism'' inference rule may be written in [[sequent]] notation, which amounts to a specialization of the cut rule: : <math>\frac{P \vdash Q\quad Q \vdash R}{P \vdash R}</math> where <math>\vdash</math> is a [[metalogic]]al symbol and <math>A \vdash B</math> meaning that <math>B</math> is a [[logical consequence|syntactic consequence]] of <math>A</math> in some [[formal system|logical system]]; and expressed as a truth-functional [[tautology (logic)|tautology]] or [[theorem]] of [[propositional calculus|propositional logic]]: :<math>((P \to Q) \land (Q \to R)) \to (P \to R)</math> where <math>P</math>, <math>Q</math>, and <math>R</math> are propositions expressed in some [[formal system]]. ==Proof == {| class="wikitable" ! ''Step'' ! ''Proposition'' ! ''Derivation'' |- | 1 || <math>P \to Q</math> || Given |- | 2 || <math>Q \to R</math> || Given |- | 3 || <math>P</math> || [[Conditional proof|Conditional proof assumption]] |- | 4 || <math>Q</math> || [[Modus ponens]] (1,3) |- | 5 || <math>R</math> || Modus ponens (2,4) |- | 6 || <math>P \to R</math> || Conditional Proof (3-5) |} ==Alternative forms== An alternative form of hypothetical syllogism, more useful for [[List_of_Hilbert_systems#Classical_propositional_calculus_systems|classical propositional calculus systems]] with implication and negation (i.e. without the conjunction symbol), is the following: :(HS1) <math>(Q \to R) \to ((P \to Q) \to (P \to R))</math> Yet another form is: :(HS2) <math>(P \to Q) \to ((Q \to R) \to (P \to R))</math> ===Proof=== An example of the proofs of these theorems in such systems is given below. We use two of the three axioms used in [[Propositional_calculus#Łukasiewicz's P2|one of the popular systems]] described by [[Jan Łukasiewicz]]. The proofs relies on two out of the three axioms of this system: :(A1) <math>\phi \to \left( \psi \to \phi \right) </math> :(A2) <math>\left( \phi \to \left( \psi \rightarrow \xi \right) \right) \to \left( \left( \phi \to \psi \right) \to \left( \phi \to \xi \right) \right)</math> The proof of the (HS1) is as follows: :(1) <math>((p\to(q \to r)) \to ((p \to q) \to (p \to r))) \to ((q \to r) \to ((p\to(q \to r)) \to ((p \to q) \to (p \to r))))</math> (instance of (A1)) :(2) <math>(p\to(q \to r)) \to ((p \to q) \to (p \to r))</math> (instance of (A2)) :(3) <math>(q \to r) \to ((p\to(q \to r)) \to ((p \to q) \to (p \to r)))</math> (from (1) and (2) by [[modus ponens]]) :(4) <math>((q \to r) \to ((p\to(q \to r)) \to ((p \to q) \to (p \to r))))\to (((q \to r) \to (p\to(q \to r))) \to ((q \to r)\to((p \to q) \to(p \to r))))</math> (instance of (A2)) :(5) <math>((q \to r) \to (p\to(q \to r))) \to ((q \to r)\to((p \to q) \to(p \to r)))</math> (from (3) and (4) by [[modus ponens]]) :(6) <math>(q \to r) \to (p\to(q \to r))</math> (instance of (A1)) :(7) <math>(q \to r)\to((p \to q) \to(p \to r))</math> (from (5) and (6) by [[modus ponens]]) The proof of the (HS2) is given [[Hilbert_system#Some_useful_theorems_and_their_proofs|here]]. ===As a metatheorem=== Whenever we have two theorems of the form <math>T_1 = (Q \to R)</math> and <math>T_2 = (P \to Q)</math>, we can prove <math>(P \to R)</math> by the following steps: :(1) <math> (Q \to R) \to ((P \to Q) \to (P \to R))) </math> (instance of the theorem proved above) :(2) <math> Q \to R</math> (instance of (T1)) :(3) <math> (P \to Q) \to (P \to R) </math> (from (1) and (2) by modus ponens) :(4) <math> P \to Q </math> (instance of (T2)) :(5) <math> P \to R </math> (from (3) and (4) by modus ponens) ==See also== *[[Plausible reasoning]] *[[Transitive relation]] *[[Syllogism#Other types|Type of syllogism (disjunctive, hypothetical, legal, poly-, prosleptic, quasi-, statistical)]] ==References== {{Reflist}} == External links == *[http://www.philosophy-index.com/logic/forms/hypothetical-syllogism.php Philosophy Index: Hypothetical Syllogism] {{DEFAULTSORT:Hypothetical Syllogism}} [[Category:Rules of inference]] [[Category:Theorems in propositional logic]] [[Category:Classical logic]] [[Category:Syllogism]] [[Category:Ancient Greek logic]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Cite book
(
edit
)
Template:Infobox mathematical statement
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Transformation rules
(
edit
)
Search
Search
Editing
Hypothetical syllogism
Add topic