First Week Questions
Propositional Logic
Set Review
Quantifier Review
Bonus
100

What does it mean if b|a?

We say that a divides b if there is an integer c such that b = a · c

100

How would you show two logic statements are equivalent?

Truth Table!

100

What is the definition of a set?

A set is an unordered collection of distinct objects.

100

What does ∃ mean generally?

There is/There exists (Singular)

100

When does |A ∪ B| = |A| + |B|?

When A and B are disjoint

200

What does it mean if an integer is odd?

 An integer a is called odd if there is an integer x such that a = 2x + 1

200

What is the truth table for P implies Q?

T

F

T

T

200

Write the set of positive even integers in set builder notation

S = { xeZ: 2|x and x>0}

200

What does ∀ mean generally?

For all (every possible option)

200

What is the Well Ordering Principle?

Every nonempty set S of natural number has a smallest element.

300

How do you prove A iff B?

(⇒) prove (directly) that “If A, then B”. ‹ (⇐) prove (directly) that “If B, then A”.

300

What is one of the two the Distributive Laws?

 P ∧ (Q ∨ R) ⇔ (P ∧ Q) ∨ (P ∧ R) or P ∨ (Q ∧ R) ⇔ (P ∨ Q) ∧ (P ∨ R)

300

What does A ∪ (B ∩ C) simplify too?

(A∪B)∩ (A∪C)

300

Translate this sentence with quantifiers, ”No matter what integer you choose, there is always another integer that is larger”

 ∀x ∈ Z, ∃y∈ Z: y>x

300

What is the Euclidean division algorithm?

Let a and b be integers with b > 0. Then there are unique integers q and r such that a = bq + r and 0 ≤ r < b.

400

How do you disprove a statement?

Provide a counterexample!

400

What is one of the two D'Morgan's Laws?

¬(P ∨ Q) ⇔ (¬P) ∧ (¬Q) or ¬(P ∧ Q) ⇔ (¬P) ∨ (¬Q)

400

What is the Symmetric Difference between A and B?

(A - B) ∪ (B - A) or

(A ∪ B) - (A ∩ B)

400

What is the negation of ∀x ∈ Z : x < 0?

∃x ∈ Z: x >= 0

500

What is the complement of a set A?

U - A