MATH3200 - Exam 2

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

set containment (A ⊆ B)

A set A is a subset of a set B if every element of A is also an element of B, denoted as AB.

2
New cards

set equality (A = B)

Two sets A and B are equal if they contain exactly the same elements, i.e., A=B if AB and BA.

3
New cards

the empty set ∅

The empty set is the set that contains no elements, denoted by .

4
New cards

A∪B

The set of elements that are in either A or B or in both.

5
New cards

A∩B

The set of elements that are in both A and B.

6
New cards

A\B

The set of elements that are in A but not in B.

7
New cards

Commutative Property

For union and intersection, AB=BA and AB=BA

8
New cards

Associative Property

For union and intersection, (AB)∪C=A∪(BC) and (AB)∩C=A∩(BC).

9
New cards

Distributive Property

For sets, A∩(BC)=(AB)∪(AC) and A∪(BC)=(AB)∩(AC).

10
New cards

de Morgan’s laws

(AB)c=AcBc and (AB)c=AcBc, where c denotes the complement.

11
New cards

set product A × B

The Cartesian product of two sets A and B is the set of all ordered pairs (a,b) where aA and bB, denoted by A × B.

12
New cards

the power set P(S)

The power set of a set S is the set of all subsets of S, denoted by P(S).

13
New cards

Union ∪i∈I Ai, where I is an index set

The set of elements that belong to at least one of the sets Ai​, where i ranges over the index set I.

14
New cards

Intersection ∩i∈I Ai, where I is an index set

The set of elements that belong to all sets Ai​, where i ranges over the index set I.

15
New cards

relation on sets S and T

A relation from set S to set T is a subset of the Cartesian product S×T, i.e., a set of ordered pairs (s,t) where sS and tT.

16
New cards

relation on a set S

A relation on a set S is a subset of S×S, i.e., a set of ordered pairs (s1​,s2​) where both s1​ and s2​ are elements of S.

17
New cards

domain of a relation

The set of all first elements (or inputs) of the ordered pairs in a relation.

18
New cards

range of a relation

The set of all second elements (or outputs) of the ordered pairs in a relation.

19
New cards

reflexive

A relation R on a set S is reflexive if for every element aS, (a,a)∈R.

20
New cards

symmetric

A relation R on a set S is symmetric if for every pair (a,b)∈R, (b,a)∈R.

21
New cards

transitive

A relation R on a set S is transitive if whenever (a,b)∈R and (b,c)∈R, then (a,c)∈R.

22
New cards

equivalence relation

A relation R on a set S is an equivalence relation if it is reflexive, symmetric, and transitive.

23
New cards

equivalence class [x]

The equivalence class of an element x in a set S under an equivalence relation R is the set of all elements in S that are related to x, denoted by [x]={y∈S:(x,y)∈R}.

24
New cards

natural numbers

Numbers used for counting: 1, 2, 3, 4

25
New cards

Integers

All whole numbers and their negative counterparts: -2, -1, 0, 1, 2

26
New cards

rational numbers

Any number that can be expressed as a fraction: 1/2, .5, -3/4

27
New cards

real numbers

All numbers that can be found on the number line, rational or irrational: 7, -1.2, sqrt(55), e