Midterm Exam Flashcards
Closure under Addition
For every a, b € F, a + b € F
Closure under Multiplication
For every a, b € F, a * b € F
Associative Law of Addition
For every a, b, c € F, (a + b) + c = a + (b + c)
Associative Law of Multiplication
For every a, b, c € F, (a * b) * c = a * (b * c)
Commutative Law of Addition
For every a, b, € F, a + b = b + a
Commutative Law of Multiplication
For every a, b € F, a * b = b * a
Existence of Additive Identity
There exists an element 0 € F such that for every a € F, a + 0 = a
Existence of Multiplicative Identity
There exists an element 1 € F such that 1 ≠ 0 and for every a € F, a * 1 = a
Existence of Additive Inverse
For every a € F, there exist an element -a € F such that a + (-a) = 0
Existence of Multiplicative Inverse
For every a € F with a ≠ 0, there exists an element a^-1 € F such that a * a^-1 = 1
Distributive Law (good start to proofs when lost)
For every a, b, c € F a * (b + c) = (a * b) + (a * c)
Ordered Field (all elements are comparable)
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)
Bounds - conceptually
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
Upper Bound
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.
Supremum
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