proofs test 1 Flashcards

1
Q

R

A

real nums

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

z

A

all integers

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

q

A

rational nums

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

n

A

positive integers

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

even def

A

x = 2n

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

odd def

A

x = 2n + 1

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

same parity

A

both odd or even

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

p divides q

A

p | q

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

prime

A

only factors are 1 and p

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

composite

A

p has divisors

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

commutative

A

p ^ q = q ^ p

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

associative

A

parentheses can be moved

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

distributive

A

p distributes

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

idempotent

A

p ^ p = p

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

domination

A

p ^ F = F

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

identity

A

p ^ T = p

17
Q

negation

A

p ^ ~p = F

18
Q

absorption

A

p OR q ^ p = p

19
Q

contrapositive

A

p ➝ q = ~q ➝ ~p

20
Q

conditional as “or”

A

p ➝ q = ~p OR q

21
Q

“and” implies “or”

A

tautology

22
Q

A subset of B

A

every element of A is in B

23
Q

power set of A

A

all subsets in A

24
Q

complement of A

A

elements present in universal set but not A

25
Q

intersection of A and B

A

only elements overlapping in A and B

26
Q

union of A and B

A

adding together A and B

27
Q

A and B are disjoint

A

intersection of A and B is empty

28
Q

subtract set B from A

A

A/B

29
Q

symmetric difference of A and B

A

A\B combined with B\A

30
Q

cartesian product of a and b

A

multiply to get coordinates of A and B