Content deleted Content added
m disambig |
Bexandre2002 (talk | contribs) mNo edit summary |
||
(14 intermediate revisions by 12 users not shown) | |||
Line 1:
{{Short description|Inference in propositional logic}}
{{Infobox mathematical statement
| name = Biconditional introduction
| type = [[Rule of inference]]
| field = [[Propositional calculus]]
| statement = If <math>P \to Q</math> is true, and if <math>Q \to P</math> is true, then one may infer that <math>P \leftrightarrow Q</math> is true.
}}
{{Transformation rules}}
In [[propositional calculus|propositional logic]], '''biconditional introduction'''<ref>Hurley</ref><ref>Moore and Parker</ref><ref>Copi and Cohen</ref> is a [[
where the rule is that wherever instances of "<math>
== Formal notation ==
Line 7 ⟶ 19:
:<math>(P \to Q), (Q \to P) \vdash (P \leftrightarrow Q)</math>
where <math>\vdash</math> is a [[metalogic]]al symbol meaning that <math>
or as the statement of a truth-functional [[Tautology (logic)|tautology]] or [[theorem]] of propositional logic:
▲:<math>\frac{(P \to Q),(Q \to P)}{\therefore (P \leftrightarrow Q)}</math>
:<math>((P \to Q) \land (Q \to P)) \to (P \leftrightarrow Q)</math>
▲where the rule is that wherever instances of "<math>(P \to Q)</math>" and "<math>(Q \to P)</math>" appear on lines of a proof, "<math>(P \leftrightarrow Q)</math>" can be placed on a subsequent line; or as the statement of a truth-functional [[Tautology (logic)|tautology]] or [[theorem]] of propositional logic:
▲:<math>((P \to Q) \and (Q \to P)) \to (P \leftrightarrow Q)</math>
where <math>P</math>, and <math>Q</math> are propositions expressed in some [[formal system]].
Line 23 ⟶ 33:
[[Category:Rules of inference]]
[[Category:Theorems in propositional logic]]
|