Proofs Flashcards

1
Q

The inite sequence {Fn}, n ∈ Z, n ≥ 0, defined recursively by F0 = 1, F1 = 1, and Fn = Fn−1 +Fn−2 for n ≥ 2
is called the

A

Fibonacci sequence.

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

A predicate P(n) defined for n ∈ Z+ is proven true for all integers n ≥ n0 using the Principle of Strong
Mathematical Induction by doing the following:

A
  1. Prove P(n0) is true.
  2. Assume there exists some integer k ≥ n0 such that P(j) is true for every integer j such that n0 ≤ j ≤ k.
  3. Demonstrate explicitly that P(k + 1) is true.
  4. Conclude that P(n) is true for all integers n ≥ n0.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Let x, y ∈ R and n ∈ Z+. Then,
(x + y)^n = the sum of n
i=0 (n,i)
x^(n−i) y^i
.

A

The Binomial Theorem

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

Every nonempty subset of positive integers has a least element.

A

Well-Ordering Principle.

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

Let a, b ∈ Z with b > 0. Then there exist unique integers q and r, with
0 ≤ r < b such that a = bq + r.

A

Quotient-Remainder Theorem

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

Let a, b ∈ Z, at least one of which is nonzero. An integer d is called a _______ of a and b if d|a and
d|b.

A

common divisor

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

A common divisior d or a and b is called the____ of a and b if d ≥ c for any other
common divisor c of a and b.

A

Greatest common divisors

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

If gcd(a, b) = 1, then a and b are

A

Relatively prime

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

Let a, b ∈ Z, at least one of which is nonzero. If d = gcd(a, b), then there exist x, y ∈ Z so
that d = ax + by

A

Theorem 4.24.

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

Two integers a and b, with at least one nonzero, satisfy gcd(a, b) = 1 if and only if there
exist x, y ∈ Z so that ax + by = 1.

A

Corollary 4.25

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

If p is prime and p|ab for a, b ∈ Z, then p|a or p|b.

A

Euclid’s Lemma

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

Every positive integer greater than 1 has a unique canonical form
prime factorization.

A

Fundamental Theorem of Arithmetic

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

Let A and B be sets. A ____ R from A to B is a subset of A × B. We say a ∈ A is related to b ∈ B if
(a, b) ∈ R.

A

Relation

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

Let R be a relation from A to B. The____ of R is (. )(R) = {a ∈ A|(a, b) ∈ R for some b ∈ B}. The ____ of R is Dom(R) = of R is Ran(R) = {b ∈ B|(a, b) ∈ R for some a ∈ A}

A

Domain, Range

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

Let R be a relation from A to B. The_____to R, denoted by R−1, is the relation from B to A
defined by (b, a) ∈ R−1 if and only if (a, b) ∈ R.

A

inverse relation

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

A relation R defined on a set A called an equivalence relation if and only if it satisfies all three of the
following properties:

A
  1. R is reflexive: for every a ∈ A, (a, a) ∈ R.
  2. R is symmetric: for every a, b ∈ A, if (a, b) ∈ R, then (b, a) ∈ R.
  3. R is transitive: for every a, b, c ∈ A, if (a, b) ∈ R and (b, c) ∈ R, then (a, c) ∈ R.
17
Q

Let R be an equivalence relation defined on a set A. Then, for a ∈ A, the equivalence class of a determined
by R is the set___

A

[a] = {x ∈ A|(a, x) ∈ R}

18
Q

The set of equivalence classes of an equivalence relation R on a nonempty set A partitions A.

A

Theorem 5.16

19
Q

For m ∈ Z+, we say that a, b ∈ Z are

A

denoted a ≡m b (or a ≡ b mod m), if m|(a − b)

20
Q

Theorem 5.29. Suppose a, b, m ∈ Z with m > 0. The following statements are equivalent:

A
  1. a ≡m b.
  2. a and b have the same remainder when divided by m.
  3. a = b + km for some k ∈ Z.
21
Q

For any m ∈ Z+, the relation ≡m is an equivalence relation on Z.

A

Corollary 5.31

22
Q

Theorem 5.34. Let m ∈ Z+, and assume ai ≡m bi for i = 1, 2. Then,

A
  1. a1 + a2 ≡m b1 + b2
  2. a1a2 ≡m b1b2, and 3. an1 ≡ mbn1 for all n ∈ Z, n ≥ 2
23
Q

A _____from a set X to a set Y is a relation from X to Y so that for every x ∈ X, there exists a unique
y ∈ Y such that (x, y) ∈ f.

A

Function f

24
Q

The set X is called the

A

domain of f

25
Q

The set Y is called the

A

Codomain

26
Q

The range of f is the set Ran(f)=

A

{f(x)|x ∈ X}

27
Q

Let f : X → Y be a function and A ⊆ X. The image of A under f is the set

A

f(A) = {b ∈ Y |∃a ∈ A such that f(a) = b} = {f(a)|a ∈ A}.

28
Q

Let f : X → Y be a function and B ⊆ Y . The inverse image of B under f is the set

A

f −1(B) = {a ∈ X|f(a) ∈ B}.

29
Q

A function f : X → Y is ____ if for every b ∈ Y , there exists an a ∈ X such that f(a) = b.

A

surjective or (onto)

30
Q

A function f : X → Y is ____if and only if for every a, b ∈ X, if a 6= b, then f(a) 6= f(b).

A

injective (or one-to-one)

31
Q

A function that is both injective and surjective is called a

A

Bijection

32
Q

True/False. If a statement is false, you should be able to provide a specific counterexample.
Examples.
* If a and b are integers such that [a]m = [b]m, then a = b.

A
33
Q

True/False. If a statement is false, you should be able to provide a specific counterexample: *If a, b, p are integers, with p prime, such that p|ab, then p|a or p|b.

A
34
Q

True/False. If a statement is false, you should be able to provide a specific counterexample: *Let a, b, m ∈Z+. If a ≡m b and a ≡n b, then a ≡mn b.

A