Midterm Concepts Flashcards
What does the symbol ∅
represent?
A set with no elements
What is the difference ⊆
and ⊂
?
- A subset
⊆
may equal the original set, - while a proper subset
⊂
must be strictly smaller than the original set
What is the intersection (∩
) of sets?
Elements that belong to both sets
What is the union (∪) of sets?
Elements that belong to either set or both
What is the difference (B \ A) of sets?
Elements in B that are not in A
What is the Cartesian/cross product (A × B)
?
The set of all ordered pairs (a,b)
where a ∈ A
and b ∈ B
What is the power set P(S)
?
The set of all possible subsets of S
What is the size of power set P(S)
?
2^|S|
What does N represent in set notation?
Natural numbers
What does Z
represent in set notation?
Integers
What does Q
represent?
Rational numbers
What does R
represent in set notation?
Real numbers
What does C
represent in set notation?
Complex numbers
What does ∑
represent?
The addition of a sequence of numbers
What does the product ∏
notation represent?
The multiplication of a sequence of numbers
What does ∀
mean?
For all elements
What does ∃
mean?
There exists at least one element
What is a proposition in logic?
A statement that has exactly one truth value (true or false)
What is a tautology?
A compound proposition that is always true regardless of the truth values of its components
What is a contradiction?
A compound proposition that is always false regardless of the truth values of its components
What is conjunction ∧
?
Logical AND - true only when both statements are true
What is ∨
?
OR
What is ¬
?
NOT - reverses the truth value of a statement
What is implication (P ⟹ Q)?
If P then Q - only false when P is true and Q is false