Math 3200 - FINAL DEFINITIONS

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/55

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

56 Terms

1
New cards

Statement

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

2
New cards

Compound Statements

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

3
New cards

Logically Equivalent Statements

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

4
New cards

Implication

A statement of the form P ⇒ Q

5
New cards

Q ⇒ P

Converse of an implication

6
New cards

~P ⇒ ~Q


Inverse of an implication

7
New cards

~Q ⇒ ~P

Contrapositive of an implication

8
New cards

Direct Proof

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

9
New cards

Proof by Contrapositive

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

10
New cards


Proof by Contradiction

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

11
New cards


Even integer

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

12
New cards

Odd integer

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

13
New cards


Parity Proof

A proof dealing with even or odd integers

14
New cards

A divides B


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

15
New cards

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.

16
New cards


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.

17
New cards

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.

18
New cards

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.

19
New cards

the empty set ∅


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

20
New cards

A∪B


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

21
New cards

A∩B

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

22
New cards

A\B

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

23
New cards

Commutative Property

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

24
New cards

Associative Property

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

25
New cards

Distributive Property

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

26
New cards

de Morgan’s laws

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

27
New cards


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.

28
New cards

the power set P(S)

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

29
New cards

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.

30
New cards

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.

31
New cards

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.

32
New cards

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.

33
New cards

domain of a relation

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

34
New cards

range of a relation

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

35
New cards

reflexive

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

36
New cards

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.

37
New cards

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.

38
New cards

equivalence relation

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

39
New cards

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}.

40
New cards

natural numbers

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

41
New cards

Integers

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

42
New cards

rational numbers

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

43
New cards

real numbers

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

44
New cards

function f: X → Y

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

45
New cards

domain of a function

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

46
New cards

range of a function

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

47
New cards

codomain

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

48
New cards

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}

49
New cards

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}

50
New cards

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.

51
New cards

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.

52
New cards

bijection

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

53
New cards

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

54
New cards

left inverse function

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

55
New cards

right inverse function

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

56
New cards

inverse function

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