Definitions Flashcards
Principle of Extensionality.
Formula:
For two sets a, b we say that a=b iff:
For all x (if x in a, then x in b)
Pairset axiom;
Formula:
For any set a, b, there is a set c={a, b}. Where only a, b are in c. We call c the unordered pair of a, b.
For any sets a, b, exists a set c and for any set d (d in c iff d=a or d=b)
Power set axiom
For any set x, P(x) is a set; the power set of x.
Empty set axiom
There is a set with no members.
Axiom of subsets
Let G(x) be any well defined property and x any set, then {y in x| G(y)} is a set.
Df. Of power set
Let P(x) denote the class {y|y is a subset x}
Df. Empty set
The empty set, denoted by ø, is the unique set with no members.
Df. Big union
UZ={t|exists an x in Z(t in x}. For any set Z, there’s a class, which consists precisely of the members of members of Z.
Df. Big intersection
If Z is not empty, then the big intersection of Z={t|for all x in Z(t in x)}.
Df. Ordering relation; strict partial ordering
A relation < on a set X is a strict partial ordering if it’s irreflexive and transitive:
1. x in X -> not x < x
2. (x, y, z in X and x < y and y < z) -> x < z
Df. Lower bound
If < is a p.o. of a set X, and Y is not empty and a subset of X, then an element z in X is a lower bound for Y in X if for all y(y in Y -> z before or the same as y)
Df. Greatest lower bound; infimum
An element z in X is an infimum for Y if it’s a lower bound for Y and z’ is any lower bound for Y then z’ is before or equivalent to z.
Df. Order preserving map and order isomorphism
OPM F:(X, <) -> (Y, <‘) is an order preserving map iff for all x, z in X(x < z —> f(x) <‘ f(z))
OISO: f:(X, <) —> (Y, <‘) is order isomorphism iff for all x, z in X (x < z <—> f(x) <‘ f(z))
Df. Strict total order
< is a strict total ordering relation if it’s a partial ordering which is also connected: for all x, y(x, y in X -> (x=y or x<y or y<x))
Df. Well ordering
(A, <) is a well ordering if (a) it’s a strict total ordering and (b) any subset Y of A, Y has a least of element