Introduction to Sets Flashcards

1
Q

Roster Notation

A

A : {0,1,2,3}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Set

A

unordered collection of objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

elements

A

objects in a set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

subset

A

when every element in a subset A is in B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

proper subset

A

A is a proper subset of B if A != B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

cardinality

A

number of elements in a set (distinct)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

empty set

A

set with no elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

important sets

A

Z, Z^+, N, Q, R

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Z

A

set of integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

N

A

set of non-negative numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q

A

set of rational numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

R

A

set of real numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

set builder notation of A = {1,3,5,7,9}

A

{x | x is an odd positive integer less than 10}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

universal set

A

set containing all elements mentioned in a particular context

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

power set

A

given a set S, the power set is a set of all subsets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

cardinality of a power set

A

2^|s| = 2^n

17
Q

string

A

sequence of characters

18
Q

alphabet

A

set of characters used in a set of strings, for the set of strings

19
Q

length of string

A

the number of characters

20
Q

binary string

A

string whose alphabet is {0,1}

21
Q

bit

A

character in a binary string

22
Q

n-bit string

A

string of length n

23
Q

the set of binary strings of length n

A

{0,1}^n

24
Q

empty string

A

unique string whose length is 0 and is usually denoted by alpha

25
Q

{0,1}^0

A

{alpha}

26
Q

concatenation

A

of strings s and t (st) is a longer string obtained by putting s and t together

27
Q

disjoint

A

if intersection of two sets is empty (empty set)

28
Q

pairwise disjoint

A

a sequence of sets A1,A2, A3…. An, if every pair of distinct sets in the sequence is disjoint

29
Q

partition of non-empty set

A

a collection of non-empty subsets of A such that each element of A is in exactly one of the subsets