Biconditional Introduction
   HOME

TheInfoList



OR:

In propositional logic, biconditional introductionCopi and Cohen is a
valid Validity or Valid may refer to: Science/mathematics/statistics: * Validity (logic), a property of a logical argument * Scientific: ** Internal validity, the validity of causal inferences within scientific studies, usually based on experiments ** ...
rule of inference In the philosophy of logic, a rule of inference, inference rule or transformation rule is a logical form consisting of a function which takes premises, analyzes their syntax, and returns a conclusion (or conclusions). For example, the rule of in ...
. It allows for one to
infer Inferences are steps in reasoning, moving from premises to logical consequences; etymologically, the word '' infer'' means to "carry forward". Inference is theoretically traditionally divided into deduction and induction, a distinction that in ...
a biconditional from two conditional statements. The rule makes it possible to introduce a biconditional statement into a
logical proof A proof is Necessity and sufficiency, sufficient evidence or a sufficient argument for the truth of a proposition. The concept applies in a variety of disciplines, with both the nature of the evidence or justification and the criteria for suffic ...
. If P \to Q is true, and if Q \to P is true, then one may infer that P \leftrightarrow Q is true. For example, from the statements "if I'm breathing, then I'm alive" and "if I'm alive, then I'm breathing", it can be inferred that "I'm breathing if and only if I'm alive". Biconditional introduction is the converse of biconditional elimination. The rule can be stated formally as: :\frac where the rule is that wherever instances of "P \to Q" and "Q \to P" appear on lines of a proof, "P \leftrightarrow Q" can validly be placed on a subsequent line.


Formal notation

The ''biconditional introduction'' rule may be written in sequent notation: :(P \to Q), (Q \to P) \vdash (P \leftrightarrow Q) where \vdash is a metalogical symbol meaning that P \leftrightarrow Q is a
syntactic consequence Logical consequence (also entailment) is a fundamental concept in logic, which describes the relationship between statement (logic), statements that hold true when one statement logically ''follows from'' one or more statements. A Validity (lo ...
when P \to Q and Q \to P are both in a proof; or as the statement of a truth-functional tautology or theorem of propositional logic: :((P \to Q) \land (Q \to P)) \to (P \leftrightarrow Q) where P, and Q are propositions expressed in some formal system.


References

{{DEFAULTSORT:Biconditional Introduction Rules of inference Theorems in propositional logic