Advanced Math Test 1

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

1/54

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

55 Terms

1
New cards

set

collection of things

2
New cards

elements

the things in a set

3
New cards

infinite set

a set with infinitely many elements

4
New cards

finite set

a set with a finite number of elements

5
New cards

set equality

two sets are equal if they have the same elements

6
New cards

natural numbers

denoted N. Set of positive counting numbers.

7
New cards

integers

denoted Z. Set of positive and negative whole numbers and zero.

8
New cards

real numbers.

denoted R. A set of all non-imaginary numbers.

9
New cards

cardinality

Size. If a set is finite, then its cardinality is the number of elements it has and is denoted |X|

10
New cards

empty set

slashed o. The set with no elements: {}. Its cardinality is 0.

11
New cards

set builder notation

used to describe big or complex sets. “The set of all things of the form… such that …” Set builder for evens: E = {2n: n epsilon Z} - read The set of all things of the form 2n such that n is an element of the set of integers.

12
New cards

ordered pair

a list of two things enclosed in parentheses and separated by a comma

13
New cards

cartesian product

denoted AxB. defined as AxB = {(a,b): a epsilon A, b epsilon B}

14
New cards

|A x B|

|A| * |B|

15
New cards

Cartesian power

An = A x A x … x A = {(x1, x2, x3, …, xn) : x1, x2, x3, …. xn epsilon A}

16
New cards

subset

A is a subset of B if every element of A is also an element of B.

17
New cards

True or False: The empty set is a subset of all sets

True

18
New cards

How many subsets does a finite set with n elements have?

2n

19
New cards

power set.

denoted with a cursivey P. The set of all subsets.

20
New cards

If A is a finite set, what size is its power set?

|P(A)| = 2|A|

21
New cards

union in set builder notation

{x : x epsilon A or x epsilon B}

22
New cards

intersection in set builder notation

{x : x epsilon A and x epsilon B}

23
New cards

set difference in set builder notation

{x : x epsilon A and x epsilon B}

24
New cards

universal set

The overarching set from which other sets are drawn.

25
New cards

complement

If A is a set with universal set U, then the complement of A is U-A and denoted as A with a bar on top.

26
New cards

indexed sets

sets given a letter and subscript for their name. Usually the sets are related in some more meaningful way.

27
New cards

intersection and union for indexed sets

knowt flashcard image
28
New cards

index set

the set of possible subscripts for an indexed set

29
New cards

statement

a sentence or mathematical expression that is either definitely true or definitely false

30
New cards

open sentence

a sentence whose truth depends on the value of one or more variables

31
New cards

logically equivalent

resulting in the same truth values

32
New cards

DeMorgan’s Laws

~(P ^ Q) = (~P) v (~Q)

~(P v Q) = (~P) ^ (~Q)

33
New cards

quantifiers

Ɐ : universal quantifier. stands for “for all”, “for every”, or “for each”

Ǝ : existential quantifier. stands for “there exists a” or “there is a”

34
New cards

~(Ɐ x, P(x))

Ǝ x, ~P(x)

35
New cards

~(Ǝ x, P(x))

Ɐ x, ~P(x)

36
New cards

P → Q is true and P is true

Q must be true

37
New cards

P → Q is true and Q is false

P must be false

38
New cards

theorem

mathematical statement that is true and can be verified as true

39
New cards

proof

a written verification of a theorem that shows the theorem is definitely and unequivocally true

40
New cards

definition

an exact, unambiguous explanation of the meaning of a mathematical word or phrase

41
New cards

even

An integer n is even if n=2a for some integer a epsilon Z

42
New cards

odd

An integer n is odd if n = 2a for some integer a epsilon Z

43
New cards

parity

describes the eveness and oddness of integers. Integers have the same parity if they are both even or they are both odd. Integers have opposite parity otherwise.

44
New cards

a | b

Given integers a and b, we say that a divides b if b = ac for some integer c. Can also then say that a is a divisor of b and that b is a multiple of a.

45
New cards

prime

A natural number n is prime if it has exactly two positive divisors 1 and n. If it has more than two positive divisors, it is called composite.

46
New cards

Greatest common denominator

given integers a and b, it is the largest integer that divides both a and b

47
New cards

least common multiple

given non-zero integers a and b, it is the smallest natural number that is a multiple of both a and b

48
New cards

If a and b are integers, what can be said about their sum, product, or difference.

Also an integer.

49
New cards

Division Algorithm

Given integers a and b with b > 0, there exist unique integers q and r for which a = qb + r and 0 <= r < b

50
New cards

direct proof 

used for a proposition in the form If P, then Q. Assume P is true and work to deduce that Q is true.

51
New cards

contrapositive proof

used for a proposition in the form If P, then Q. Assume ~Q and deduce ~P.

52
New cards

congruent modulo n

given integers a and b and natural number n, we say that a and b are congruent modulo n if n|(a-b). Expressed as a ≡ b (mod n).

53
New cards

proof by contradiction

given P → Q, assume P is true but Q is false. Use this assumption to produce an obviously incorrect statement (a contradiction).

54
New cards

rational

a real number x is rational if x = a/b for some integers a and b

55
New cards

proving P iff Q

prove P → Q with whichever method and prove Q → P with whichever method