Exam 1 Study Guide Flashcards

1
Q

3.1 even

A

an integer is called even provided it is divisible by two

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

3.2 divisible

A

let a and b be integers. we say that a is divisible by b provided there is an integer c such that bc=a. we also say b divides a, or b is a factor of a, or b is a divisor of a. the notation for this is b|a.

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

3.4 odd

A

an integer a is called odd provided there is an integer x such that a = 2x + 1.

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

3.5 prime

A

an integer p is called prime provided that p > 1 and the only positive divisors of p are 1 and p.

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

3.6 composite

A

a positive integer a is called composite provided there is an integer b such that 1 < b < a and b|a.

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

10.2 subset

A

suppose A and B are sets. we say that A is a subset of B provided every element of A is also an element of B. the notation A ⊆ B means A is a subset of B.

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

10.8 power set

A

let A be a set. The power set of A is the set of all subsets of A

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

12.1 union and intersection

A

let A and B be sets.
the union of A and B is the set of all elements that are in A or B (or both). the union of A and B is denoted A ∪ B.
the intersections of A and B is the set of all elements that are in both A and B. the intersection of A and B is denoted A ∩ B.

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

12.3 theorem

A

let A, B, and C denote sets. the following are true:
1. A ∪ B = B ∪ A and A ∩ B = B ∩ A (commutative properties)
2. A ∪ (B ∪ C) = (A ∪ B) ∪ C and A ∩ (B ∩ C) = (A ∩ B) ∩ C
3. A ∪ Ø = A and A ∩ Ø = Ø
4. A ∪ (B ∩ C) = ( A ∪ B) ∩ (A ∪ C) and A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C). (distributive properties)

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

12.6 disjoint, pairwise disjoint

A

let A and B be sets. we call A and B disjoint provided A ∩ B = Ø.
let A1, A2, … , An be a collection of sets. these sets are called pairwise disjoint provided Ai ∩ Aj = Ø whenever i ≠ j. in other words, they are pairwise disjoint provided no two of them have and element in common.

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

12.9 set difference

A

let A and B be sets. the set difference, A - B, is the set of all elements of A that are not in B:
A - B = {x: x ∈ A and x ∉ B}
the symmetric difference of A and B, denoted A ∆ B, is the set of all elements in A but not B or in B but not A. that is,
A ∆ B = (A - B) ∪ (B - A)

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

12.13 cartesian product

A

let A and B be sets. the cartesian product of A and B, denoted A x B, is the set of all ordered pairs (two-element lists) formed by taking an element from A together with and element from B in all possible ways. that is,
A x B = {(a,b) : a ∈ A, b ∈ B}

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

14.1 relation

A

a relation is a set of ordered pairs

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

14.2 relation on, between sets

A

let R be a relation and let A and B be sets. we say R is a relation on A provided R ⊆ A x A, and we say R is a relation from A to B provided R ⊆ A x B.

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

14.4 inverse relation

A

let R be a relation. the inverse of R, denoted R^-1, is the relation formed by reversing the order of all the ordered pairs in R.

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

14.7 properties of relations

A

let R be a relation defined on a set A.
- if for all x ∈ A we have xRx, we call it reflexive
- if for all x ∈ A we have xRx, we call it irreflexive
- if for all x, y ∈ A we have xRy ⇒ yRx, we call R symmetric
- if x, y ∈ A we have (xRy ^ yRx) x = y, we call R antisymmetric
- if for all x, y, z ∈ A we have (xRy ^ yRz) ⇒ xRz, we call R transitive

17
Q

15.1 equivalence relation

A

let R be a relation on a set A. we say R is an equivalence relation provided it is reflexive, symmetric, and transitive

18
Q

15.3 congruence modulo n

A

let n be a positive integer. we say that integers x and y are congruent modulo n, and we write: x ≡ y (mod n) provided n|(x - y)

19
Q

15.6

A
20
Q

16.1

A
21
Q

24.1

A
22
Q

24.3

A
23
Q

24.5

A
24
Q

24.8

A
25
Q

24.15

A
26
Q

24.18

A
27
Q

24.22

A
28
Q

if-then

A
29
Q

if-and-only-if

A
30
Q

disproof by counterexample

A
31
Q

a set is a subset proof

A
32
Q

sets are equal

A
33
Q

existential and universal proofs

A
34
Q

induction proof

A
35
Q

truth tables

A
36
Q

set-builder notation

A
37
Q

negate/write quantified statements

A