Defn. Propositional Function

A declarative sentence whose truth value depends on the value of one or more variables is called a propositional function.

Notes

  1. A propositional function has a well-defined truth value for each value of in or the domain of discourse.
  2. The set of all values that make true is called the truth set.
  3. In a propositional function , is called a free variable.
  4. In a quantified statement, is called a bound variable.
  5. The scope of the quantifier is the part of a logical expression to which a quantifier is applied.

Defn.

Let be the domain of discourse.

Defn. Universal Quantification

The universal quantification of is the statement .

  • For all
  • For every
  • For each
  • All of
  • Given any
  • For arbitrary

Defn. Existential Quantification

The existential quantification of is the statement .

  • For some
  • There is
  • For at least some
  • There is at least one
  • There exists

Defn. Uniqueness Quantification

The uniqueness quantification of is the statement .

  • There exists a unique
  • There is a unique
  • For a unique

Notes

  • If the domain is empty, then is true for any propositional function because there are no elements for which is false (aka vacuously true or true by default).

  • If the domain is empty, then is false whenever whenever is a propositional function because there can be no element for which is true.

  • When all elements in the domain can be listed, say, , then is the same as the Conjunction.

  • When all elements in the domain can be listed, say, , then is the same as the Disjunction.

  • is used for two unique elements, for three, for four, and so on.

  • The quantifiers have higher precedence than all logical operators from propositional calculus, for example, is not the same as .

  • The universal conditional statement also has a universally quantified converse, inverse, or contrapositive.

Thm. De Morgan’s Law for Quantifiers

  • ; Read as “Not all” or “Some are not”
  • ; Read as “There does not exist” or “It is not the case that”

Defn. Nested Quantifiers

Let and be the domains of discourse where .

TRUEFALSE
For every , there is a for which is true.There is an such that is false for every .
There is an for which is true for all .For every , there is a for which is false.
is true for every pair .There is a pair for which is false.
There is a pair for which is true. is false for every pair .

Notes

  • Everything within the scope of a quantifier can be thought of as a propositional function.
  • Negate the statement with nested quantifiers by successively applying De Morgan’s Law. For example,

Methods of Proof

Proving a conditional statement .

  1. Trivial Proofs: By showing that is true, it follows that must be true. That is, if is true then it doesn’t matter if is true or not, is true.
  2. Vacuous Proof (Proof by Default): By proving that is false, it follows that must be true. That is, if is false, it doesn’t matter if is true or not, is true because there is no situation where it may be proven true or false.
  3. Direct Proof: By proving that leads to through logical and Axiomatic steps, it follows that .
    1. Identify and list all hypotheses and the results related to the hypotheses.
    2. Develop a complete set of logical arguments from the hypotheses to the conclusion.
    3. Rewrite into a clear and concise proof with each step of the step clearly justified.
    4. Proofread the proof.
  4. Proof by Contraposition (Contrapositive):
    1. State the contrapositive . Now, is the hypothesis and is the conclusion.
    2. Identify and list all hypotheses and results related to the hypothesis.
    3. Develop a complete set of logical arguments from the hypothesis to the conclusion.
    4. Rewrite into a clear and concise proof with each step of the proof clearly justified.
    5. Proofread the proof.
  5. Proof by Contradiction (reductio ad impossible or reductio ad absurdum)
    1. Assume the negation of which is . Start with “Suppose not. That is…”
    2. Identify and list all results related to and .
    3. Develop a logical sequence of arguments that leads to a contradiction.
    4. Rewrite into a clear and concise proof with each step of the proof clearly justified.
    5. Proofread the proof.

Disproof

  • To disprove is to prove .

Note on Ending Proofs

  • It is common to write “Proof.” or “Pf.” to indicate the beginning of a proof, and a black square (⬛) or "" to indicate the end.
  • Q.E.D. stands for “quod erat demonstratum” which means “what which was to be demonstrated” or “what was to be shown”.

Aside. Some notes on mathematical writing

  • Never start a sentence with a symbol
  • Explain the meaning of every symbol/variable you introduce
  • Use consistent symbols. Use “frozen symbols” such as:
    • for
    • for
    • for sets
  • Use “We” or no pronouns
  • Avoid “clearly” “obviously” “of course” or “certainly”
  • The word “any” can be vague. Use “for each” “for every” or “for all”
  • Write “Since…, it follows that…” and not “Since…, then…”
  • Introduce some variety: “Therefore” “thus” “hence” “consequently” “so” or “this implies that”