statements of definition Flashcards

(51 cards)

1
Q

principle of mathematical induction

A

suppose that for each positive integer n we have a statement P(n). If we prove the following two things:
(a) P(1) is true;
(b) for all n, if P(n) is true then P(n+1) is also true;
then P(n) is true for all positive integers n

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

principle of mathematical induction ii

A

let k be an integer. suppose that for each integer n ≥ k we have P(n). if we prove the following two things
(a) P(k) is true;
(b) for all n ≥ k, if P(n) is true then P(n+1) is also true;
then P(n) is true for all integer n ≥ k

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

strong principle of mathematical induction

A

If P is a set of integers such that:
(i) a is in P
(ii) if all integers k, with a ≤ k ≤ n are in P then the integer n + 1 is also in P,
then P = {x ∈ Z | x ≥ a} that is, P is the set of all integers greater than or equal to a.

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

prime numbers

A

For each p ≤ sqrt(n), if p divides n, then n is prime.

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

Plane graph and connectedness of a plane graph

A

When a connected graph can be drawn without an edges crossing, it is called planar. When a planar graph is drawn in this way, it divides the plane into regions called faces.

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

division of integers

A

m/n (where m, n are integers) are called rational numbers (set Q)

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

highest common factor

A

Let a, b belong to Z
a common factor of a and b is an integer that divides both a and b.
written as hcf(a,b)

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

coprimality

A

Two numbers that have no common factor other than 1 and -1, though each number individually may not be prime, together they are coprime
Ex: 4 and 9
If a, b are coprime to each other, then there are integers s, t such that 1 = sa +tb

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

congruence of integers

A

Let m be a positive integer.
For a, b belonging to Z, if m | b - a,
a ≡ b mod m
say a is congruent to b modulo m.

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

multiplication principle (theorem 16.1)

A

Let P be a process which consists of n stages, and suppose that for each r, the rth stage can be carried out in ar ways. Then P can be carried out in a1a2…a’n ways.

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

binomial and multinomial coefficients

A

(n r) called “n choose r”
(n!)/((r!)(n-r!))

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

unions

A

union of A and B, written as A∪B is the set consisting of all elements that lie in either A or B (or both)

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

intersections

A

intersection of A and B, written A∩B, is the set consisting of all elements that lie in both A and B

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

cartesian products

A

cross product, where
AB= [(a1b1) (a1b2)]
(a2
b1) (a2*b2)

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

differences

A

a’n*b’n - ab = (a’n -a)b’n+a(b’n -b)

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

Triangle Inequality

A

|a’n*b’n - ab| ≤
|a’n -a||b’n|+|a||b’n -b|

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

partitions

A

Let n be a positive integer,
and let S={1, 2, …., n}
A partition of S is a collection of subsets S1, …, S’k such that each element of S lies in exactly one of these subsets. The partition is ordered if we take account of the order in which the subsets are written.

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

equivalence relations

A

a relation is equivalent if
a, b, c belongs to S:
(i) a~a (this says ~ is reflexive)
(ii) if a~b then b~a (this says ~ is symmetric
(iii) if a~b and b~c then a~c (this says ~ is transitive)

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

classes

A

Let S be a set and ~ an equivalence relation on S. For a ∈ S, define
cl(a)={s|s ∈ S, s~a}
cl(a) is the set of things that are related to a. The subset cl(a) is called an equivalence class of ~. The equivalence classes of ~ are the subsets cl(a) as a ranges over the elements of S.

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

injective

A

Let f: S→T be a function
f is one-to-one if whenever s1, s2 ∈S with s1≠s2, then f(s1)≠f(s2); in other words, f is 1-1 if f sends different elements of S to different elements of T.

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

surjective

A

Let f: S→T be a function
f is onto if the image f(S)=T; i.e. for every t∈T there exists s∈S such that f(s)=t

22
Q

bijective

A

a function is both onto and 1-1
(both surjective and injective)

23
Q

permutations

A

a bijective function from a set to itself
the number of permutations in S’n is n!

24
Q

countable sets

A

can be put into a one-to-one correspondence with the set of natural numbers
(injective to natural numbers)

25
cardinality
the number of a sets elements, aka its size
26
the powerset P(S)
27
binary operations
A binary operation * on S is a rule which assigns to any ordered pair(a,b)(a,b ∈ S) an element a * b ∈ S. It is a function from S x S to S
28
groups
A group (G, *) is a set G with a binary operation * satisfying the axioms
29
subgroups
Let (G, *) be a group and let H be a subset of G. We say that H is a subgroup of (G, *) if H is itself a group under *
30
order of an element and a group
Let G be a group, and let a ∈ G. The order of a, written o(a), is the smallest positive integer k such that a^k = e. If no such k exists, we say that a has infinite order and write o(a) = ∞
31
cosets
For x ∈ G, Hx = {hx: h ∈ G} = {h(1)x,...hmx}
32
derivative (first principles)
33
critical number
34
concavity
35
inflection point
36
dot product
a = {a1, a2, a3} b = {b1, b2, b3} a x b = a1b1 + a2b2 + a3b3
37
cross product
multiply two vectors in three-dimensional space to get another vector that is perpendicular to both of the original vectors
38
left/ lower riemann sums
39
right/ upper riemann sums
40
antiderivatives
41
area between two curves
42
length of a curve
43
tangent and normal to a space curve
44
order of a differential equation
45
linearity of a differential equation
46
homogeneity of a differential equation
47
row echelon form
48
reduced row echelon form
49
consistency of a linear system
50
transpose of a matrix
51
symmetric matrices