Math 3200 - FINAL DEFINITIONS

studied byStudied by 0 people
0.0(0)
Get a hint
Hint

Statement

1 / 55

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

56 Terms

1

Statement

A declarative sentence that is true or false (not both).

New cards
2

Compound Statements

A statement built out of simpler statements, using ∧, ∨, ⇒, ~.

New cards
3

Logically Equivalent Statements

Statements that always have the same truth value, no matter what the truth values of the initial components are.

New cards
4

Implication

A statement of the form P ⇒ Q

New cards
5

Q ⇒ P

Converse of an implication

New cards
6

~P ⇒ ~Q


Inverse of an implication

New cards
7

~Q ⇒ ~P

Contrapositive of an implication

New cards
8

Direct Proof

Proof technique to show P ⇒ Q: Assume P is true, conclude that Q is true.

New cards
9

Proof by Contrapositive

Proof technique to show P ⇒ Q: Assume ~Q, conclude ~P

New cards
10


Proof by Contradiction

Proof technique to show P ⇒ Q: Rule out that P is true & Q is false: reach an absurdity

New cards
11


Even integer

An integer that can be written as n=2k for some integer k.

New cards
12

Odd integer

An integer that can be written as n=2k+1 for some integer k.

New cards
13


Parity Proof

A proof dealing with even or odd integers

New cards
14

A divides B


A | B if and only if there exists an integer k such that b = a * k

New cards
15

Induction

Let P(1), P(2), P(3), … be an infinite list of statements. Suppose that:
1. P(1) is true.
2. For each natural number n, if P(n) is true, then so is P(n+1).
Then P(n) is true for every natural number n.

New cards
16


Complete Induction


Complete Induction

Let P(1), P(2), P(3), … be an infinite list of statements. Suppose that:
1. P(1) is true.
2. For each natural number n, if all of P(1), P(2), …, P(n) are true, then so is P(n+1).
Then P(n) is true for every natural number n.

New cards
17

set containment (A ⊆ B)

A set A is a subset of a set B if every element of A is also an element of B, denoted as AB.

New cards
18

set equality (A = B)

Two sets A and B are equal if they contain exactly the same elements, i.e., A=B if AB and BA.

New cards
19

the empty set ∅


The empty set is the set that contains no elements, denoted by .

New cards
20

A∪B


The set of elements that are in either A or B or in both.

New cards
21

A∩B

The set of elements that are in both A and B.

New cards
22

A\B

The set of elements that are in A but not in B.

New cards
23

Commutative Property

For union and intersection, AB=BA and AB=BA

New cards
24

Associative Property

For union and intersection, (AB)∪C=A∪(BC) and (AB)∩C=A∩(BC).

New cards
25

Distributive Property

For sets, A∩(BC)=(AB)∪(AC) and A∪(BC)=(AB)∩(AC).

New cards
26

de Morgan’s laws

(AB)c=AcBc and (AB)c=AcBc, where c denotes the complement.

New cards
27


set product A × B

The Cartesian product of two sets A and B is the set of all ordered pairs (a,b) where aA and bB, denoted by A × B.

New cards
28

the power set P(S)

The power set of a set S is the set of all subsets of S, denoted by P(S).

New cards
29

Union ∪i∈I Ai, where I is an index set

The set of elements that belong to at least one of the sets Ai​, where i ranges over the index set I.

New cards
30

Intersection ∩i∈I Ai, where I is an index set

The set of elements that belong to all sets Ai​, where i ranges over the index set I.

New cards
31

relation on sets S and T

A relation from set S to set T is a subset of the Cartesian product S×T, i.e., a set of ordered pairs (s,t) where sS and tT.

New cards
32

relation on a set S

A relation on a set S is a subset of S×S, i.e., a set of ordered pairs (s1​,s2​) where both s1​ and s2​ are elements of S.

New cards
33

domain of a relation

The set of all first elements (or inputs) of the ordered pairs in a relation.

New cards
34

range of a relation

The set of all second elements (or outputs) of the ordered pairs in a relation.

New cards
35

reflexive

A relation R on a set S is reflexive if for every element aS, (a,a)∈R. Alternatively: xRx.

New cards
36

symmetric

A relation R on a set S is symmetric if for every pair (a,b)∈R, (b,a)∈R. Alternatively, if xRy, then yRx.

New cards
37

transitive

A relation R on a set S is transitive if whenever (a,b)∈R and (b,c)∈R, then (a,c)∈R. Alternatively, if xRy and yRz, then xRz.

New cards
38

equivalence relation

A relation R on a set S is an equivalence relation if it is reflexive, symmetric, and transitive.

New cards
39

equivalence class [x]

The equivalence class of an element x in a set S under an equivalence relation R is the set of all elements in S that are related to x, denoted by [x]={y∈S:(x,y)∈R}.

New cards
40

natural numbers

Numbers used for counting: 1, 2, 3, 4

New cards
41

Integers

All whole numbers and their negative counterparts: -2, -1, 0, 1, 2

New cards
42

rational numbers

Any number that can be expressed as a fraction: 1/2, .5, -3/4

New cards
43

real numbers

All numbers that can be found on the number line, rational or irrational: 7, -1.2, sqrt(55), e

New cards
44

function f: X → Y

A relation from S to T where every input has a single output, no more no less.

New cards
45

domain of a function

The set of all first elements (or inputs) of the ordered pairs in a function.

New cards
46

range of a function

The set of all second elements (or outputs) that have a corresponding input.

New cards
47

codomain

Every output in a function, even those with no corresponding input.

New cards
48

Image of A “f(A)”

If AS, the set of all outputs f(a) that could come from the inputs A. {f(a): a∈A}

New cards
49

Preimage of B “f-1(B)”

If BT, the set of all inputs s that could have given the inputs B. {s∈S: f(s)∈B}

New cards
50

one-to-one function (injective function)

A function where for all x,x’ ∈ X, if f(x) = f(x’), x = x’. Equivalently, every y∈Y has at most one arrow pointing to it.

New cards
51

onto function (surjective function)

A function where for every y∈Y, there is an x∈X with f(x) = y. Equivalently, every element of Y has at least one arrow pointing to it.

New cards
52

bijection

A function that is both one-to-one and onto.

New cards
53

the composite function g ◦ f

If f: A → B and g: B → C, then a → C is given by (g ◦ f)(x) = g(f(x)) for all x∈A

New cards
54

left inverse function

(g ◦ f)(x) = x for all x∈X

New cards
55

right inverse function

(f ◦ g)(y) = y for all y∈Y

New cards
56

inverse function

When g is both a left and right inverse of f. (g ◦ f)(x) = x and (f ◦ g)(y) = y

New cards

Explore top notes

note Note
studied byStudied by 9 people
... ago
4.0(1)
note Note
studied byStudied by 68 people
... ago
4.2(5)
note Note
studied byStudied by 25 people
... ago
5.0(1)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 394 people
... ago
5.0(6)
note Note
studied byStudied by 4 people
... ago
4.0(1)
note Note
studied byStudied by 11 people
... ago
5.0(1)
note Note
studied byStudied by 1378 people
... ago
5.0(11)

Explore top flashcards

flashcards Flashcard (35)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (140)
studied byStudied by 23 people
... ago
5.0(1)
flashcards Flashcard (22)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (97)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (53)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (46)
studied byStudied by 43 people
... ago
5.0(2)
flashcards Flashcard (29)
studied byStudied by 2 people
... ago
5.0(2)
flashcards Flashcard (93)
studied byStudied by 8 people
... ago
5.0(1)
robot