Content deleted Content added
→Operations on indexed families of sets: I believe this is what this definition is supposed to say... |
m →Relations: Converted non-LaTeX math to LaTeX and corrected some grammar and mechanics |
||
Line 44:
== Relations ==
[[Relation (mathematics)|Relations]] are sets whose members are all [[ordered pair]]s. Where possible, a relation
In [[ZFC]], some relations (such as the general equality relation or subset relation on sets) are
to be sets (but may be harmlessly reified as [[proper class]]es). In [[New Foundations|NFU]], some relations (such as the membership relation) are not sets because their definitions are not stratified: in <math>\{(x,y) \mid x \in y\}</math>
need to have the same type (because they appear as projections of the same pair), but also
successive types (because
=== Related definitions ===
Line 62:
The '''field''' of <math>R</math> is the [[union (set theory)|union]] of the ___domain and range of <math>R</math>.
The '''[[preimage]]''' of a member <math>x</math> of the field of <math>R</math> is the set <math>\left\{y : yRx\right\}</math> (used in the definition of 'well-founded' below
The '''downward closure''' of a member <math>x</math> of the field of <math>R</math> is the smallest set <math>D</math> containing <math>x</math>, and containing each <math>zRy</math> for each <math>y \in D</math> (i.e., including the preimage of each of its elements with respect to <math>R</math> as a subset
The '''[[relation composition|relative product]]''' <math>R|S</math> of <math>R</math> and <math>S</math> is the relation <math>\left\{\left(x, z\right) : \exists y\,\left(xRy \wedge ySz\right)\right\}</math>.
In [[ZFC]],
Notice that the range and codomain of a relation are not distinguished: this could be done by representing a relation <math>R</math> with codomain <math>B</math> as <math>\left(R, B\right)</math>, but our development will not require this.
Line 75:
=== Properties and kinds of relations ===
Let
*'''[[Reflexive relation|Reflexive]]''' if
* '''[[Symmetric relation|Symmetric]]''' if <math>\forall x, y \,(xRy \to yRx)</math>.
* '''[[Transitive relation|Transitive]]''' if <math>\forall x, y, z \,(xRy \wedge yRz \rightarrow xRz)</math>.
* '''[[Antisymmetric relation|Antisymmetric]]''' if <math>\forall x, y \,(xRy \wedge yRx \rightarrow x=y)</math>.
* '''[[Well-founded relation|Well-founded]]''' if for every set
* '''Extensional''' if for every
Relations having certain combinations of the above properties have standard names.
* An '''[[equivalence relation]]''' if
* A '''[[partial order]]''' if
* A '''[[linear order]]''' if
* A '''[[well-ordering]]''' if
* A '''set picture''' if
== Functions ==
|