theory quiz Flashcards
1
Q
a ‘is in” b symbol
A
not defined
2
Q
A is a subclass of B symbol
A
A “symbol” B -> for all x:x in A -> x in B
3
Q
empty set symbol
A
{} = {x:x not equal to x}
4
Q
{a,b}
A
{x: x=a v x=b}
5
Q
{a}
A
{x:x=a}
6
Q
{a1, a2…an}
A
{x: x=a1 v x=a2…}
7
Q
UA
A
{x:x in y for some y in A}
8
Q
AUB
A
U{A,B}
9
Q
nA
A
{x:x in y for all y in A}
10
Q
AnB
A
n{A,B}
11
Q
(a,b)
A
{{a},{b}}
12
Q
(a1…an)
A
((a1…an-1), an)
13
Q
AxB
A
{(a,b): a in A ^ b in B}
14
Q
A1x…An
A
{(a1…an): ai in Ai for a=1…n}
15
Q
PA
A
{x: x subclass A}