CSE240 -- Exam 2 Vocab Flashcards
(82 cards)
proof by contradiction
Assume theorem is false, then show that some logical inconsistency arises as a result of the assumption.
proof by cases
Of a universal statement–breaks domain for the variable x into different classes and gives a different proof of each class.
bidirectional proof
Proving a statement of the form “P if and only if Q” where both directions of the implication must be proven.
set
Collection of objects. Objects may be of various types.
element
Each object in a set.
roster notation
Definition of a set where a list of elements enclosed in curly braces w/ the inidividual elements separated by commas.
empty set
Set with no elements. Denoted by ∅. Also referred to as “null set” and can be denoted by {}.
finite/infinite
Set that is either empty or whose elements ccan be numbered 1 through n for some positive integer n / set that is not ___.
cardinality
Denoted by |A| where A is a finite set, the number of distinct elements in A.
containment
Relationship between sets where one set is a subset of another.
- A ⊆ B means A is contained in B, including the possibility that A and B are equal.
- A ⊂ B means A is properly contained in B, meaning A is a subset of B but not equal to B.
set builder notation
Set is deifned by specifying that the set includes all elements in a larger set that also satisfy certain conditions.
Looks like: A = {x ∈ S: P(x)}
N, Z, Z+, Q, R
Set of natural numbers (set of all integers that are greater than or equal to 0), set of all integers, set of all positive integers, set of rational numbers (set of real numbers that can be expressed a/b), set of real numbers.
universal set
Denoted by variable U, is a set that contins all elements mentioned in a particular context.
Venn diagram
Pictorially represents sets–a rectangle denotes the universal set U, and oval shapes denote sets within U.
subset
If every element in A is also an element of B, then A is a ____ of B, denoted as A ⊆ B.
proper subset
If A ⊆ B and there is an element of B that is not an element of A (that is, A != B), then A is a ____ of B, denoted as A ⊂ B.
power set
Denoted P(A), is the set of all subsets of A.
union
Denoted A ∪ B, the set of all elements that are elements of A or B.
intersection
Set of elements that are common to both sets, denoted by the symbol ∩.
generalized (possibly infinite) union/intersection
Union of an arbitrary (possibly infinite) collection of sets.
set difference
Denoted A - B, set of elements that are in A but not in B.
complement
Set of all elements in U that are not elements of A.
ordered pair
Items written in (x, y).
ordered tuple
Ordered list of three items, denoted (x, y, z).