Definitions for "Conditional statement"
Where p and q stand in for statements, a conditional statement is of the following form: If , then .
See if-then statement.
a.k.a.: Hypothetical C&P page: 29 Definition: A statement of the "if-then" form, represented by A _ B in formal language. The "if" part is called the antecedent and the "then" part is called the consequent.