basic constructions:
strong axioms
further
SEAR, short for Sets, Elements, And Relations, is a structural set theory with the following properties:
Being a structural set theory, SEAR differs from ZF in the following ways (which are also ways in which it is similar to ETCS):
A good description of the difference between material and structural set theory can be found at Trimble on ETCS I. However, ZFC and ETCS also differ along another axis than the material-structural. At Trimble on ETCS III the following metaphor is proposed for this dimension:
with ZFC it’s more as if you can just hop in the car and go; with ETCS you build the car engine from smaller parts with your bare hands, but in the process you become an expert mechanic, and are not so rigidly attached to a particular make and model.
Using this metaphor, SEAR can be thought of as an ETCS-car which comes preassembled with a nice slick control panel. Or, using an alternate metaphor, ZFC is like Windows, ETCS is like UNIX, and SEAR is like OS X (or maybe Ubuntu). With SEAR you get a nice familiar interface with which it is easy to do standard things, there is less cruft than you get with ZFC, and behind the scenes you have all the power of ETCS (and more). (Of course, if you like Microsoft products, then this metaphor probably does not appeal to you.)
Note that experts will probably always prefer to build their own car/OS; the goal of SEAR is to make structural set theory accessible to a wider audience. In particular, SEAR is intended to demonstrate the complete independence of structural set theory from category theory. Thus, apart from being (by default) stronger than ETCS, SEAR differs from it in the following ways:
SEAR is a theory about three kinds of things: sets, elements, and relations. Every element, and every variable that ranges over elements, is always associated to something denoting a set (which might be a constant or a variable); we say it is an element of that set. If is an element of we write ; note that this is not an assertion which may be true or false, but a typing declaration. In formal terms, this means that SEAR is a dependently typed theory, with a type of sets, a type of elements for each set term, and a type of relations for each pair of set terms.
One consequence of this is that whenever we quantify over elements we must always quantify over elements of some set; thus we can say “for all elements ” but not “for all elements .” Another consequence is that the assertion is only well-formed (a precondition to its being true or false) if and are elements of the same set.
In a similar manner, every relation is always associated to an ordered pair of sets, the first called its source and the second its target (thus the fundamental relations in SEAR are binary relations). If is a relation from to we write . As with elements, the assertion is only well-formed if and have the same source and the same target.
Implicit in the existence of three types of things is that nothing is both a set and an element, etc., so in particular a statement such as is not well-formed if is an element and a set. Furthermore, SEAR does not include an equality relation between sets: even if and are both sets we do not consider to be well-formed. (Thus SEAR respects the principle of equivalence.)
The final piece of data that we have is a notion of when a relation holds of a pair of elements and . We write when holds of and .
Now we can state the axioms of SEAR, beginning with the most basic ones.
Axiom 0 (Nontriviality): There exists a set which contains an element.
Axiom 1 (Relational comprehension): For any two sets and , and any property that can obtain of an element of and an element of , there exists a unique relation such that if and only if obtains of and .
Here “property” is interpreted formally as “first-order formula”, which makes the axiom (like later the axiom of collection) in fact an axiom scheme.
Axiom 1 basically says that relations are what we expect them to be intuitively. It should remind the reader of the axiom of separation. The two important differences are (1) the presence of two sets and two variables, rather than one, and (2) the fact that what is produced is not a set, but a relation (a different kind of thing). The to-be-introduced Axiom 2 will enable us to make relations into (sub)sets, but first we need some terminology.
A relation is called a function from to if for any , there exists exactly one with .
We write for such a function, and for we write for the resulting unique . Note that the uniqueness clause in Axiom 1 implies that functions are extensional: if and for all , then .
Axiom 2 (Tabulations): For any relation , there exists a set and functions and such that: (1) for any and , we have if and only if there exists with and , and (2) for any and , if and , then .
A set equipped with and as in Axiom 2 is called a tabulation of the relation . We think of as “the set of pairs such that holds,” with and projecting to and , respectively. Note that by Axiom 1, any set equipped with functions and satisfying (2) determines a unique relation such that holds iff there is an with and ; then is a tabulation of .
Axioms 0, 1, and 2 alone are very powerful! Here are some things we can do with them.
There exists a set which has no elements.
By Axiom 0, there exists a set . By Axiom 1, there exists a relation such that holds never. Using Axiom 2, let be a tabulation of .
From now on we fix a particular set having no elements. By Axiom 1, for any set there is exactly one relation and exactly one relation .
There exists a set which has exactly one element.
By Axiom 0, there exists a set containing an element . By Axiom 1, there exists a relation such that holds iff and . Using Axiom 2, let be a tabulation of .
From now on we fix a particular set having exactly one element; we usually denote this element by . By Axiom 1, for every set there exists a unique function , defined by for every . Likewise, to every function there corresponds a unique element , by .
We define a subset of a set to be a relation . By Axiom 1, a subset of is determined by precisely those such that . If we write . Note that this is an overloading of the notation ; it can be distinguished from the previous usage because here is a relation, not a set. Note also that the previous usage was a typing declaration (it says what kind of thing is when we introduce it), whereas is a statement which can be either true or false.
Now Axiom 2 implies that from any subset of we can construct a set with a function such that (1) iff there is an with , and (2) for , if then . A function with property (2) is called injective; in this way we set up a correspondence between subsets and injective functions. (Likewise, a function is surjective if for any there is an with .) Combined with Axiom 1, this implies the following separation property.
For any property of elements of a set , there exists a set and an injective function such that for , we have iff for some .
Although the set is not determined uniquely by the subset , it is determined up to bijection. We define an bijection to be a relation such that for every there is a unique with , and for every there is a unique with . Clearly any bijection is a function, as is its opposite (defined by ), and these two properties characterize bijections. It is also easy to see that a function is a bijection iff it is both injective and surjective.
For example, it is easy to see that if and both have no elements, there is a unique bijection between them; thus an empty set is determined up to unique bijection. Likewise, if and both contain a unique element, then there is a unique bijection between them; thus a set with one element is also determined up to unique bijection.
If and are two tabulations of the same relation , then there is a bijection between and .
By Axiom 1, define such that holds precisely when and . The properties of tabulations immediately imply that is a bijection.
If and are two tabulations of the same subset , then there is a bijection between and .
The composite of two relations and is defined to be the relation (also written ) such that holds of and iff there is a with and . The identity relation is defined by .
Composition of relations is associative (), and identity relations are identities for composition (). The composite of functions is a function, and the identity relation is a function. The composite of bijections is a bijection, and a relation is a bijection iff there is a relation such that and .
Just as in naive set theory.
Informally speaking, we have two categories whose objects are the sets: in Rel the morphisms are the relations, while in Set the morphisms are the functions. Formally, all we can say is that these are “meta-categories,” in the sense that from any model of the first-order axioms of SEAR we can construct them as models of the first-order axioms of a category. (This is not that different from the status of large categories such as in material set theories such as ZF. We could also speak about “proper classes” as is done in ZF using first-order formulas.) See also the section on Universes, below.
In both of these (meta-)categories, the isomorphisms are the bijections. We have also already observed that and are an initial object and a terminal object in , respectively, and that is both initial and terminal in .
For sets and , let denote the relation such that holds always. A tabulation of is denoted ; it is a set equipped with functions and such that for any and , there exists a unique with and . It is called the cartesian product of and .
For any sets and , is a product of and in the category .
Just as in naive set theory.
In particular, has products.
The category has finite limits.
It remains to construct the equalizer of two functions . Let be the subset of so that just when ; then is easily shown to be an equalizer of and .
For any function we have , where is an injection and is a surjection. A set equipped with such and is unique up to bijection and is called the image of .
Let be where is defined by iff there exists an with . By definition, we have an injection . And for any , clearly , so there is a unique with ; we define . It is easy to verify the rest.
Similarly, we can define the union and intersection of subsets of in the usual way: we have iff or , and iff and .
is a well-pointed Heyting category and is a division allegory.
Left to the reader.
In structural set theory, sets cannot contain other sets (or relations), so we cannot strictly speaking have “the set of subsets of a set .” What we generally do instead is have a set each of whose elements is associated to a subset of in a bijective way. This association happens via a specified relation between and .
Axiom 3 (power sets): For any set , there exists a set and a relation such that for any subset of , there exists a unique with the property that for any , we have iff .
As in both material set theory and ETCS, many useful consequences flow from this axiom. We first observe that the property of stated for subsets actually implies an analogous property for all relations.
For any relation , there exists a unique function such that if and only if . It follows that is a topos (and is a power allegory).
We simply define elementwise; for each we define to be the unique element of such that holds iff holds. Extensionality of functions implies that it is unique.
As usual, power sets also imply the existence of function sets.
For any two sets and , there exists a set and a function such that for any function there exists a unique element such that for all . It follows that is a cartesian closed category.
We take to be a tabulation of the subset of containing only the functions. More precisely, define such that iff for every , there exists a unique such that , and let .
The correspondences in Theorems and are “meta-bijections,” but by a standard Yoneda lemma argument they can be converted into actual bijections as defined above in SEAR. This produces bijections such as and .
We now construct quotient sets. Of course, by an equivalence relation on a set we mean a relation which is reflexive, transitive, and symmetric.
If is an equivalence relation on , then there is a surjective function such that holds iff .
induces a function as above; let be and the surjective part of the image factorization. If holds, then by symmetry and transitivity, for all ; hence and so . Conversely, if , then ; but by reflexivity, hence and thus holds.
Such a , which is easily seen to be unique up to bijection, is called a quotient of and often written .
Likewise, given sets and , let , where is the subset of consisting of the pairs for and for . (Of course, here we are identifying elements of with ordered pairs of subsets of and via the projections of the product and the defining relations and .) We have evident injections and which are jointly surjective and have disjoint image; we call the disjoint union of and .
In particular, it follows that is a pretopos (as is any topos).
Axiom 4 (Infinity): There exists a set , containing an element , and a function such that for any and only if for any .
It is easy to deduce any of the usual consequences of the axiom of infinity. The set is not asserted to be minimal, but it is easy to cut it down to be so using separation. In particular, this axiom implies that has a natural numbers object. We can then proceed to construct the set of rational numbers and the set of real numbers in any of the usual ways.
Note also that Axiom 4 implies Axiom 0.
We can however define sets with elements for each natural number directly axioms 0, 1, 2 and 3.
The final axiom of SEAR is somewhat trickier to motivate. It corresponds to the axiom of replacement (or more precisely collection; see Wikipedia until we get around to writing our own article) in , and the reasons that we need it are the same as the reasons that needs it.
One way to motivate the collection axiom is as follows. Suppose for the sake of argument that there existed a universal set, meaning a set containing all other sets. Now in structural set theory this is meaningless, since no set can contain other sets, but there is an easy fix: we consider instead indexed families of sets. There are multiple ways to make this precise, but here is a very simple one: an -indexed family of sets is simply a relation . The set indexed by each element is . (Often one requires the to be a disjoint decomposition of , so that is a function , but this is unnecessary. In fact, if is a general family, then is a function that represents a family in this stronger sense which is equivalent to .)
With this definition, a universal family of sets would be a set with a -indexed family of sets such that for any set , there exists a unique and a bijection . The existence of such a universal set is inconsistent, but the collection axiom can be thought of as the “ghost” of what would be implied by Axioms 1 and 2 if a universal set did exist. Let’s now unravel that.
If were a universal set, then any -indexed family would induce a unique function such that for all . Conversely, any function would induce an -indexed family of sets with this property: just take the composite relation . (This family would not be unique, but it would be unique up to a suitable notion of equivalence between indexed families.) Thus it is reasonable to consider the “ghost” of a function to be simply an -indexed family of sets.
The ghost of a relation is even easier. By Axiom 1, to give such a relation would be equivalent to describing a property that can obtain of an element of and a set. Thus, the ghost of a relation is simply such a property.
If existed, Axiom 2 would imply that any relation had a tabulation consisting of a set and functions and . We now kill and inspect the ghostly remnants of this tabulation.
Axiom 5 (Collection): For any set and any property which can obtain of an element of and a set, there exists a set , function , and a -indexed family of sets such that (1) holds for any , and (2) for any , if there exists a set with , then .
What this axiom asserts is actually a bit weaker than the precise ghost of a tabulation of ; that would require instead of (2) that for any and any set with , there exists a with and . However, this stronger statement is still inconsistent, because if we took and it would resurrect in the form of ! The form given above is weak enough to keep the dead in their graves, yet strong enough to be useful. (The former statement follows from the discussion below about inter-interpretability of SEAR and ZF, at least as long as the reader believes that ZF is consistent. The latter remains to be gone more into.)
Exercise: why respect for the principle of equivalence necessary for Axiom 5 to be reasonable as stated?
One thing that Axiom 5 is good for is the recursive construction of sets. For example, using Axioms 1–4 we can construct the sets , , , and so on, but we cannot construct anything larger than all the sets in this sequence. Axiom 5 allows us to do that.
(more detail to be added here…)
We obtain a theory called SEARC (SEAR with Choice) by adding the following axiom:
Axiom 6 (Choice): If is a relation such that for any , there exists a with , then there exists a function with for all .
This is easily seen to be equivalent to asserting that all surjections are split in , which is a more common categorical form of the axiom of choice.
Axioms 1–5 of SEAR make perfect sense whether the ambient logic is classical or constructive. By Diaconescu’s argument, Choice implies the logic is classical. We may call SEAR interpreted in intuitionistic logic ISEAR.
To obtain a predicative theory, Axiom 3 can be replaced by an appropriate weaker axiom, such as the existence of disjoint unions and quotient sets. We may call this variation of SEAR PSEAR.
If desired, we can also add function sets or even a structural version of the axiom of subset collection; as usual, function sets, subset collection, and power sets are all equivalent using classical logic. We may call this variation of SEAR CSEAR.
Compare Erik Palmgren's constructive ETCS.
By bounded SEAR we mean the subtheory consisting of axioms 2–4 of SEAR plus
Axiom 1B (Bounded relational comprehension): The same as Axiom 1, but the property must be bounded (it can only involve quantifiers over elements, not sets or relations).
All the theorems cited above remain true with Axiom 1 replaced by Axiom 1B, so bounded SEAR still implies that is a well-pointed topos with a NNO. Therefore, bounded SEARC implies ETCS. Conversely, it is not hard to show that given any well-pointed topos, if we interpret “set” as “object of the topos”, “element of ” as “global element ”, and “relation ” as “subobject of ,” then Axioms 0, 1B, 2, and 3 are satisfied. It follows that ETCS also implies bounded SEARC, so the two are equivalent.
ETCS can also be augmented with additional axioms to make it equivalent to full SEARC, but that is beyond our scope at the moment.
It is fairly straightforward to construct a model of SEAR from a model of ZF. Given a model of ZF, we define the SEAR-sets to be the ZF-sets, and the SEAR-elements of to be the ZF-elements of . If we prefer, we can take the SEAR-elements of to be pairs where , so that the elements of distinct sets will be disjoint—but this is not necessary, since in SEAR the question of whether two distinct sets have elements in common is not even well-posed. Finally, we of course take the SEAR-relations to be the ZF-subsets of , and we let hold in SEAR iff . It is then easy to prove Axioms 0, 1, 2, 3, and 4 from the axioms of ZF, and likewise Axiom 6 follows easily from the axiom of choice in ZFC. (In fact, Z and ZC, where the replacement axiom is omitted, suffice for these conclusions.) The only axiom which requires some thought is Collection, and it is here that we use replacement.
The sets, elements, and relations in a model of ZF satisfy the Collection axiom of SEAR.
Let be a set and a property as in Axiom 5. As given, is a first-order statement in the language of SEAR, but we can easily translate it into a statement in the language of ZF; from now on we work in ZF. Define
By the axiom of foundation, for each there exists an ordinal and an such that ; let be the smallest such . Then is a class function, so by the axiom of replacement, the set exists. Let be the union of this set. Define
let be the projection onto the first factor, and let be defined by
Then , since each is a transitive set, so holds for any . Finally, by construction, if there exists with then ; thus the SEAR axiom of collection is satisfied.
Note the use of the axiom of foundation in addition to the axiom of replacement. This can be avoided if we use instead the ZF version of the axiom of collection, which is equivalent to the axiom of replacement over the other ZF axioms (including foundation), by an argument like that above.
Conversely, from any model of SEAR one can construct a model of ZF. The basic idea of this process is described at pure set. Given a model of SEAR, we define a ZF-set to be an equivalence class of well-founded extensional accessible graphs, as described at pure set. We define the global membership relation on ZF-sets to be the “immediate subgraph” relation.
The proofs of most of the axioms of ZF are straightforward, and may eventually be found at pure set. Here we treat the proof of the replacement/collection axiom of ZF from the Collection axiom of SEAR, since that is specific to SEAR.
The ZF-sets constructed from a model of SEAR satisfy the ZF axiom of collection (which is equivalent to the axiom of replacement over the other axioms of ZF).
We will prove the version of the ZF axiom of collection which states that for any first-order formula in the language of ZF, and any ZF-set , there exists a ZF-set such that for any ZF-element , if there exists a ZF-set such that , then there exists such a which is a ZF-element of . Note that any first-order formula in the language of ZF about ZF-sets can easily be translated into a first-order formula in the language of SEAR.
Fix such a and ; thus is a SEAR-set equipped with a binary relation of a certain type. Let be the subset of consisting of the children of the root of . For a SEAR-set , let mean that admits the structure of a ZF-set such that the ZF-statement holds. By the SEAR axiom of collection, there is a set , a function , and a -indexed family of sets such that (1) each admits the structure of a ZF-set with , and (2) if there is a ZF-set with , then .
Let be the subset of consisting of pairs such that and represents a binary relation on making it into a ZF-set such that . Now can be equipped with the relation that is the disjoint union of all the s, i.e. we set iff , , and . Let extend this relation with the additional point being a root, i.e. iff is the root of . Now is a well-founded accessible graph, but it may not be extensional; we take to be the ZF-set represented by the extensional quotient of .
Then for any , we have for some child of the root of , i.e. . Thus, if there is a ZF-set with , then and so there is such a ZF-set represented by one of the ‘s occurring in . By construction, this ZF-set is then equivalent to for some child of the root of , hence . Thus satisfies the requirement of the ZF axiom of collection.
Thus, SEAR and SEARC are at least equiconsistent with ZF and ZFC, respectively. In fact, SEARC and ZFC are equivalent, in the sense that passage back and forth in either direction yields an equivalent model. However, passage from SEAR to ZF and back again can lose information, if there are sets in the model of SEAR which do not admit any well-founded extensional relation (this doesn’t happen in the presence of choice, since then every set can be well-ordered).
Every topos has an internal logic, which is a type theory. However, the line between type theory and structural set theory is fine and sometimes hard to see; the main difference is that structural set theory can involve quantifiers over sets (= types), while type theory only allows (“bounded”) quantifiers over elements of types. However, formally, if one has a type judgment and a type of sets rather than a set judgment , one could use quantifers bounded over elements of instead of unbounded quantifiers. The type of sets in structural set theory behaves as a Russell universe in type theory, where given a set one could derive a type . Through this correspondence, Intuitionistic Bounded SEAR can be treated as a type theory and interpreted internally in any topos with a NNO. Of course, if the topos is boolean, then the logic can be classical.
One can also write down stronger axioms on a topos such that if they are satisfied, then full Intuitionistic SEAR can be interpreted “internally” in that topos, extending the usual internal logic.
An alternate formulation of the theory uses three sorts, one for sets, elements, and relations, making SEAR into a three-sorted set theory. The membership becomes a relation between the sort of elements and the sort of sets, while the relational domain and codomain notation also becomes a ternary relation between the sort of relations, and two copies of the sort of sets. There is a quinary relation between all three sorts, which says that given sets and , the relation holds for element and in the context of , , and .
An alternate formulation of the theory, suggested by Toby, has four primitive notions: sets, elements, subsets, and a pairing operation. Sets and elements are as before. A subset is, like an element, attached to a certain set; it is always a subset of some set. Thus we have a typing declaration . We also have a primitive notion of when an element belongs to a subset ; thus now we have as a possible assertion of the theory (analogous to before). We allow a typed equality predicate for subsets. Finally, there is an operation which assigns to every pair of sets and a set , and to every pair of elements and an element .
Axiom 0 is the same as before.
Axiom (Pairing): For every pair of sets and and every element , there exists a unique pair of elements and such that .
Axiom (Subset comprehension): For every property that can obtain of elements of some set , there exists a unique subset such that precisely when obtains of
We now define a relation to be a subset of . With this definition, Axiom clearly implies Axiom 1 (relational comprehension). We define functions and their properties as before. Axiom implies that there are projection functions and which make into a product in .
Axiom (Separation): For every set and every subset , there exists a set and an injective function such that for any , we have if and only if there is a with .
Applying separation to subsets of and composing with the product projections, we recover Axiom 2 (tabulations). We can now go on with the subsequent axioms stated in the same way as before.
One could use functions instead of relations. Sets and elements are as before. A function depends on two sets and , similar to a relation. For every function and element , one could form the element called the function evaluation of at . Finally, there is an operation which assigns to every pair of sets and a set , and to every pair of elements and an element , as well as functions and .
Axiom 0 is the same as before.
Axiom (strong extensionality): Given function , the following statements are logically equivalent to each other:
A function is a bijection if one of the two conditions above hold.
Axiom (Pairing): For every pair of sets and and for every element , , and , , , and .
An function is an injection if for all elements and , if and only if , and is usually denoted . is a subset of if it comes with an injection . We now define a relation to be a set with an injective function .
Axiom (Separation): For every property that can obtain of elements of some set , there exists a set and unique injection such that there exists an element such that precisely when obtains of
A relation is a total functional relation if for all elements , there exists a unique element and a unique element such that . Since there is a function , by strong extensionality there is an inverse function , and the function is the function satisfying . Thus, the principle of unique choice holds.
Applying separation to relations and using the principle of unique choice, we recover Axioms 1 (relational comprehension) and 2 (tabulations). We can now go on with the subsequent axioms stated in the same way as before.
As stated SEAR includes a fundamental “equality” relation on elements of a given set. However, we can also make equality into structure. This is definitely not along the “more accessible to undergraduates” direction! But it may sometimes be technically helpful.
Consider a theory of pre-sets, elements, and pre-relations as in SEAR, with “pre-sets” replacing sets, except that there is no given equality relation on anything. Axiom 0 requires no modification. In Axiom 1, we reinterpret the “uniqueness” clause as a definition of what it means for two parallel pre-relations to be equal, i.e. if for all and in the source and target of and .
Before stating the version of Axiom 2 we need some definitions. We define a set to be a preset equipped with an equivalence pre-relation which satisfies the principle of substitution and the identity of indiscernibles. A relation between sets and is a pre-relation which is extensional in the sense that if , , and , then . Finally, a function is a relation which is (a) entire: for any , there is a with , and (b) functional: if and and , then .
Now Axiom 2 reads: for any sets and and any relation , there exists a set and functions and such that: (1) for any and , we have if and only if there exists with and , and (2) for any and , if and , then . Note that it is sufficient to assert merely that is a pre-set and and are entire relations satisfying (1), since (2) can then be used to define in such a way as to make it a set and and functions.
The construction of is just as in ordinary SEAR. The construction of in ordinary SEAR used equality, but we now have a simple replacement for it: let be any pre-set containing an element, equipped with the equivalence relation such that always for any . Similarly, in this variant we can construct quotient sets without needing powersets; we simply enlarge the equivalence relation on the underlying pre-set of a set.
Of course, if is a set, a subset of is a relation . Axiom 3 can now be translated as-is, or it can be simplified to assert merely the existence of a pre-set such that any subset of is represented by some element of , with the uniqueness clause turned into a definition of . The same idea applies to all the other axioms.
If to this equality-free version of SEAR we add a primitive notion of (non-extensional) “operation” and a choice operator, we obtain SEAR+?.
The following pages develop various aspects of set theory in SEAR or related theories.
Last revised on February 1, 2024 at 17:11:06. See the history of this page for a list of all contributions to it.