Exam 1 Definitions Flashcards

1
Q

even

A

divisible by two

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

divisible

A

if b|a then bc = a

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

odd

A

a is odd if a = 2x+1

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

prime

A

p > 1 and divisors of p are 1 and p

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

composite

A

a is composite if b|a such that 1 < b < a

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

subset

A

A and B are sets
every element of A is in B
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

power set

A

set of all subsets of A

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

union

A

A or B
A ∪ B

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

intersection

A

A and B
A ∩ B

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

theorem about sets

A
  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
11
Q

disjoint

A

A ∩ B = Ø
there is nothing in both A and B

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

pairwise disjoint

A

a collection of sets where Ai ∩ Aj = Ø and i ≠ j so that there are no two of the same elements in common

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

set difference

A

A - B = x
x is in A but not B, denoted A ∆ B = (A - B) ∪ (B - A)

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

cartesian product

A

A x B, set of ordered pairs by taking a from A and b from B to make (a,b)

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

relation

A

set of ordered pairs

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

relation on, between sets

A

R is a relation on A provided R ⊆ A x A
R is a relation between A and B provided R ⊆ A x B

17
Q

inverse relation

A

reversing the order for all ordered pairs in R

18
Q

properties of relations

A
  • x ∈ A then xRx (reflexive)
  • x ∈ A then x ≠ x (irreflexive)
  • x, y ∈ A then xRy ⇒ yRx (symmetric)
  • x, y ∈ A then (xRy ^ yRx) x = y (antisymmetric)
  • x, y, z ∈ A then (xRy ^ yRz) ⇒ xRz (transitive)
19
Q

equivalence relation

A

the relation is reflexive, symmetric, and transitive

20
Q

congruence modulo n

A

x ≡ y (mod n) provided n|(x - y)

21
Q

equivalence class

A

a ∈ A where [a] is the set of all elements of A related by R
[a] = {x ∈ A : xRa}

22
Q

partition

A

the partition of A has to be nonempty, pairwise disjoint and their union is A

23
Q

function

A

f = (a, b) and f = (a, c) implying b = c

24
Q

function notation

A

f(a) exist provided that (a, b) ∈ f
f(a) = b
if there is no ordered pair than f(a) is undefined

25
Q

domain

A

set of all possible first elements in the ordered pair in f
dom f

26
Q

image

A

set of all possible second elements in the ordered pair of f
im f

27
Q

function from A to B

A

dom f = A and im f ⊆ B
(f : A → B)

28
Q

proposition inverse function

A

if f^-1 then dom f = im f^-1 and f = dom f^-1

29
Q

onto

A

f is onto B for f(a) = b or im f = B

30
Q

bijection

A

function is both one-to-one and onto