Chapter 2 Flashcards

1
Q

4 characteristics of natural numbers [axiom]

A
  1. If a, b ∈ N, then a + b ∈ N .
    (The subset N is closed under addition.)
  2. If a, b ∈ N, then ab ∈ N .
    (The subset N is closed under multiplication.)
  3. 0 ∉ N .
  4. For every a ∈ Z, we have
    a ∈ N
    or a = 0
    or -a ∈ N.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

order on the intergers [definition]

A

For a, b ∈ Z, we write
a < b (and say a is less than b)
or b > a (and say b is greater than a,
if and only if (b - a) ∈ N.

We write a ≤ b (and say a is less than or equal to b)
or b ≥ a (and say b is greater than a)
if and only if a < b or a = b.

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

transitivity of <

A

Suppose a, b, c ∈ Z.
If a < b and b < c ,
then a < c
(ie the relation < is transitive).

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

N has no largest element [proposition]

A

For each a ∈ N, there exists b ∈ N such that b > a .

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

notation for “A is a subset of B” [notation]

A

“A is a subset of B”
can be written
A ⊆ B .

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

notation for “A = B” (ie the two sets A and B are equal) [notation]

A

A = B
can be expressed as
A ⊆ B and B ⊆ A
or
x ∈ A ⇔ x ∈ B .

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

notation for “ P ⇒ Q and Q ⇒ P” [notation]

A

P ⇒ Q and Q ⇒ P
can be expressed as
P ⇔ Q .

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

difference between ⊈ and ⊊ [notation]

A

A ⊈ B
means that A is not a subset of B, ie at least one element of A is not an element of B

A ⊊ B
means that A is a subset of B, but at least one element of B is not in A; can also be expressed as
A ⊆ B and A ≠ B

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

notation for all intergers satisfying a given property [notation]

A

{n ∈ Z : some property of n}

ex: {n ∈ Z : n > 69} denotes the set of all intergers greater than 69.

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

induction [axiom]

A

(i) 1 ∈ A ,
(ii) nAn + 1 ∈ A .

Then N ⊆ A .

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

principle of mathematical induction - first form [theorem]

A

Suppose that, for each kN, we have a statement P(k) , and that …

(i) P(1) is true, and
(ii) for all nN, P(n) ⇒ P(n + 1) .

Then P(k) is true for all k ∈ N.

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

priciple of mathematical induction - first form revisited [theorem]

A

Suppose that m is a fixed integer,
and that for each k ∈ Z with k ≥ m , we have a statement P(k) ,
and that…

(i) P(m) is true, and
(ii) for all nm , P(n) ⇒ P(n + 1) .

Then P(k) is true for all k ≥ m .

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

smallest and greatest elements [definition]

A

Suppose AZ is nonempty.

If there exists mA such that ma for all aA,
then we say m is a smallest element of A
and write m = min(A).

If there exists MA such that M ≥ a for all aA,
then we say M is a greatest element of A
and write M = max(A).

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

well-ordering principle [theorem]

A

Every nonempty subset of N has a smallest element.

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

gcd [definition]

A

Suppose a, bZ. If a and b are not both zero,

we define

gcd(a, b) = min ({kN : k = ax + by for some x , yZ} )

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