Definitions: Even

: An integer is said to be even if there exists an integer such that

Link to original
Odd

: An integer is said to be odd if there exists an integer such that

Link to original
Rational

: A real number is rational if there exists integers and , where ,

Link to original
Absolute Value

: is the absolute value of and it equals when , and equals when .

Link to original

  • Proof By Cases

    Definition

    the original conditional statement wtih a hypothesis made up of a disjunction of propositions can be proved by proving each of the conditional statements individually.

    To prove , we can find and then individually prove every case.

    Link to original
  • Direct Proof

    Definition

    A direct proof of a conditional statement is constructed by

    • Assume is true
    • Use rules of inferences, axioms, and logical (basic) equivalences to show that must follow

    Note: In some cases, you may want to use direct proof by contraposition

    Link to original
  • Direct Proof by Contradiction

    If we can prove that the negation

    Link to original
  • Proof by Contradiction

    Definition

    For any statement , either it is true or false. There is nothing in the middle.

    So, if i want to prove , I can start by assuming is true.

    Suppose from that I derive or any contradiction.

    Basically, proof by contradiction relies on you making an assumption (a negation of part of the statement) and then proving that the statement is false when that assumption is made, then you can say that the original is true.

    Link to original
  • Uniqueness Proof

    Definition

    Recall what uniqueness looks like in terms of quantifiers:

    • Some theorems assert the existence of a unique element (aka only one element with a certain property)

    Uniqueness Proofs have two parts:

    1. Existence: We show that such an element with the desired property exists
    2. Uniqueness: We show that if and both have the property, then because its unique, so only one possible element.
    Link to original
  • Vacuous Proof

    If we can show that is always false, then is always true.

    Link to original
  • Trivial Proof

    If we can show that is always true then we can say is true.

    Link to original
  • Existence Proof

    Definition

    • Many theorems are assertions that some object or element of some property/type is true
    • These theorems have the form
    • Proof of this type of theorem is called an existence proof
    • There are two ways theorems are written for this type:
      • Constructive: Find an element , where for which is true. is called a witness
      • Nonconstructive: Do not look for a witness, but show that is true another way
    Link to original