Class: CSE 16 Subject: computer-science discrete-math Date: 2024-10-09 Teacher: Prof. Musacchio

Logic

Quantifier Symbols

1. For All

  • for all this is represented by the symbol ∀
    • E.g. “Every element of is odd.”
  • The format above is referred to as the universal quantification

2. There Exists

Nested Quantifiers

  • E.g. , :
    • = there exists n in N, for all m >= n| |Sn - 0| < epsilon True

Negation

  • there exists epsilon in (0, infinity), ~ (there exists n in N, for all m >=n, |Sn - 0| < epsilon)
  • there exists epsilon in (0, infinity), for all n in N, ~(or all m >=n, |Sn - 0| < epsilon)
  • there exists epsilon in (0, infinity), for all n in N, there exists m >= n, |Sn - 0| >= epsilon