lacunary - Mathnotes

Set Theory

Definition: Set (also: collection, family) \@{set}

A set is a collection of objects, considered as a whole.

Referenced by (28 direct, 442 transitive)

Transitive (depth 1):

Transitive (depth 2):

Transitive (depth 3):

Transitive (depth 4):

Transitive (depth 5):

Transitive (depth 6):

Transitive (depth 7):

Transitive (depth 8):

Transitive (depth 9):

Transitive (depth 10):

Definition: Element (also: member, point) \@{element}

The objects that make up a set are called its elements or its members.

Referenced by (10 direct, 341 transitive)

Transitive (depth 1):

Transitive (depth 2):

Transitive (depth 3):

Transitive (depth 4):

Definition: Membership criterion \@{membership-criterion}

The membership criterion for a set X is a statement of the form xXP(x), where P(x) is a proposition that is true for precisely for those objects x that are elements of X, and no others.

Axiom: Axiom of Extensionality \@{axiom-of-extensionality}

Two sets are equal if and only if they have the same elements. Formally, for any sets A and B:

A=B(x)(xAxB)

Referenced by (1 direct)
Definition: superset \@{superset}

If X and Y are sets such that every element of Y is also an element of X, then we say X is a superset of Y, denoted as XY. This is the same as YX.

Theorem \@{set-equality-via-subset-inclusion}

Two sets X and Y are equal if and only if X is a subset of Y and Y is a subset of X.

Proof \@{proof-of-set-equality-via-subset-inclusion}

Suppose X and Y are sets with XY and YX. Now, suppose xX. Then, xY. Conversely, suppose yY. Then yX. Thus, (x)(xXxY), and X=Y.

Definition: Function (also: mapping) \@{function}

Consider two sets, A and B, whose elements may be any objects whatsoever, and suppose that with each element x of A there is associated, in some manner, any element of B, which we denote by f(x). Then f is said to be a function from A to B.

Referenced by (34 direct, 261 transitive)

Transitive (depth 1):

Transitive (depth 2):

Transitive (depth 3):

Transitive (depth 4):

Definition: Value \@{value}

If f is a function from the set A to the set B, the elements f(x)B are called the values of f.

Definition: Range \@{range}

The set of all values of a function f is called the range of f.

Definition: Sequence \@{sequence}

A sequence is a function f defined on the set J of all positive integers.

Referenced by (52 direct, 36 transitive)

Direct references:

Note \@{sequence-notation}

If f(n)=xn, for nJ, it is customary to denote the sequence f by the symbol {xn}, or sometimes by x1,x2,x3,.

Definition: Term \@{term}

If f is a sequence denoted as {xn}, the values of f, that is, the elements xn, are called the terms of the sequence.

Note \@{sequence-terms-not-distinct}

The terms of a sequence need not be distinct.

Definition: Inverse Image \@{inverse-image}

If f:AB and E(B), then f1(E) denotes the set of all xA such that f(x)E. We call f1(E) the inverse image of E under f.

De Morgan's Laws

Theorem \@{complement-of-union-is-intersection-of-complements}

The complement of a union is equal to the intersection of complements.

Proof \@{proof-of-complement-of-union-is-intersection-of-complements}

Let A and B be sets. We want to show that

(AB)c=AcBc.

Suppose x(AB)c. Then, if xA or xB, then xAB and x(AB)c, a contradiction. Therefore, xA and xB. That is, xAc and xBc, therefore xAcBc.

Theorem \@{complement-of-intersection-is-union-of-complements}

The complement of an intersection is equal to the union of complements.

Proof \@{proof-of-complement-of-intersection-is-union-of-complements}

Let A and B be sets. We want to show that

(AB)c=AcBc.

Suppose x(AB)c. Then, x is not in AB, that is, x is either not in A or it is not in B or it is in neither. If x is not in A, then it is in Ac, and therefore it is in AcBc. The same approach works with B, and therefore xAcBc, and we have shown (AB)c=AcBc.