Midterm Exam Flashcards

1
Q

Closure under Addition

A

For every a, b € F, a + b € F

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

Closure under Multiplication

A

For every a, b € F, a * b € F

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

Associative Law of Addition

A

For every a, b, c € F, (a + b) + c = a + (b + c)

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

Associative Law of Multiplication

A

For every a, b, c € F, (a * b) * c = a * (b * c)

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

Commutative Law of Addition

A

For every a, b, € F, a + b = b + a

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

Commutative Law of Multiplication

A

For every a, b € F, a * b = b * a

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

Existence of Additive Identity

A

There exists an element 0 € F such that for every a € F, a + 0 = a

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

Existence of Multiplicative Identity

A

There exists an element 1 € F such that 1 ≠ 0 and for every a € F, a * 1 = a

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

Existence of Additive Inverse

A

For every a € F, there exist an element -a € F such that a + (-a) = 0

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

Existence of Multiplicative Inverse

A

For every a € F with a ≠ 0, there exists an element a^-1 € F such that a * a^-1 = 1

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

Distributive Law (good start to proofs when lost)

A

For every a, b, c € F a * (b + c) = (a * b) + (a * c)

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

Ordered Field (all elements are comparable)

A

An ordered Field F with a relation <= that makes F into a totally ordered set such that:
1. x <= y implies x + z <= y + z (Addition preserves order)
2. x <= y and 0 <= z imply x * z <= y * z (Multiplication preserves order when multiplying by a positive number)

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

Bounds - conceptually

A

Set = {1, 2} as a subset of Z+.
2, 3, 4 and 5 are all greater than or equal to every element of S.
They are all upper bounds of S that are in Z+.
2 is the least upper bound (supremum) of S
2 is the maximum of S

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

Upper Bound

A

Let X be a totally ordered set and let S [be a subset or equal to the set of] X. An upper bound for the subset of S is an element B € X such that (“for every” s € S) s <= B. If the subset S has an upper bound, it is BOUNDED ABOVE.

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

Supremum

A

An upper bound _B for S is a supremum if nothing smaller than _B is an upper bound. That is…
1. (“for every” s € S) s <= _B, i.e. _B is an upper bound
2. (“for every” y < _B)(“there exists an” a € S)
a > y, i.e. every element smaller than _B is not an upper bound
If sup S € S, it is called max S

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

Lower Bound

A

Let X be a totally ordered set and let S [be subset or the set] X. A lower bound for the subset S is an element b € X such that (“for every” s € S) s >= b. If the subset S has a lower bound, then S is bounded below.

17
Q

Infimum (greatest lower bound)

A

A lower bound b (with dash on top) for S is an infimum if nothing larger than b (with a dash on top) is a lower bound. That is…
1. (“for every” s € S) s >= b (with a dash on top), i.e. b” is a lower bound
2. (“for every” y € b”) (“there exists an” a € S) a < y, i.e. every element larger than b” is not a lower bound.
If inf S € S, it is called the min S.

18
Q

Least Upper Bound Property

A

A totally ordered set X has the least upper bound property of every non-empty subset of X that is bounded above has a supremum.

19
Q

Greatest Lower Bound Property

A

A totally ordered set X has the greatest lower bound property of every non-empty subset of X that is bounded below has a infimum.

20
Q

Rationals: greatest lower bound property and least upper bound property

A

Rationals Q don’t have either property —> has ‘gaps’… these gaps are filled by the REAL NUMBERS R

21
Q

Completion

A

Every non-empty set in the Real numbers with an upper bound has a supremum.

22
Q

Triangle Inequality

A

|x + y| <= |x| + |y|