[UNDER CONSTRUCTION]

Daniel J. Velleman’s popular handbook [1] on proving technique’s is simply fantastic. Below I offer some snippets.

Definitions

  • hypothesis: the antecedent (if component) of a conditional statement; in this context, hypotheses (also called premises) are treated as assumptions
  • conclusion: the consequent (then component) of a conditional statement; in this context, conclusions are the elements, which, if proven false, render the statement under consideration incorrect
  • theorem: a statement that says if certain hypotheses are true, then some conclusion must also be true (and, thus, the statement has been proven)

Symbols

  • statements: as individual letters, each is used as a shorthand to represent a given statement (also known as a proposition or a operand), which, known or unknown, may be TRUE or FALSE (e.g., let stand for ; , in this case, is TRUE)
  • negation/complement: the NOT truth function, a unary connective, also known as an operator, that returns the inverted truth value of the connected statement; for example, if is TRUE, is FALSE
  • inclusive disjunction: the OR truth function, is a binary connective that returns the value TRUE if at least one of the connected statements is TRUE
  • conjunction: the AND truth function, is a binary connective that returns the value TRUE if both connected statements are TRUE

Truth Tables (T = TRUE, F = FALSE)

$$P$$ $$Q$$ $$\neg P$$ $$\neg Q$$ $$P \vee Q$$ $$P \wedge Q$$
TTFFTT
TFFTTF
FTTFTF
FFTTFF

Format

A logical argument may take the form:

Let stand for the statement .
Let stand for the statement .

Then stands for .
Then means .

Assuming .
Given .

Therefore, .

To prove a conclusion of the form , assume is TRUE and then prove . If is assumed, it may then be used as any other hypothesis.


REFERENCES

[1] D. Velleman, How to Prove It: A Structured Approach. Cambridge: Cambridge University Press, 2006.