Conditional

Revision as of 00:58, 1 July 2006 by Ignite168 (talk | contribs)

A conditional is used in logic for two statements. When the statements are represented by variables, the variables usually are p, q, and so forth. An example of a conditional using p and q would be denoted $p \rightarrow q$ and read "if p, then q." The first statement, p, is called the antecedent while the second statement, q, is called the consequent. A conditional is considered true when the antecedent and consequent are both true or if the antecedent is false. When the antecedent is false, the truth value of the consequent does not matter; the conditional will always be true. A conditional is considered false when the antecedent is true and the consequent is false. Below, the truth values of the conditional for all possibilities of the antecedent and consequent being true or false are represented in a truth table.

Truth Table for a condtional
P Q PQ
T T T
T F F
F T T
F F T