7.4 Toposes#

from IPython.display import Image

x

x

x

x

7.4.1 The subobject classifier Ξ© in a sheaf topos#

x

β˜‘οΈ One-point Ξ©#

x

See also Exercise 7.52.

Image('raster/solution-7-52.png')
Hide code cell output
../../_images/d8d63a4c6384e88ee7a57bcd253981bdfe532a110b7cec59b302bfb8ec13ece8.png

β˜‘οΈ Exercise 7.53#

x

See also Exercise 7.53.

Image('raster/solution-7-53.png')
Hide code cell output
../../_images/6238680c383e347636779244967853efb808863383ed024522aa41119ae39e2a.png

Ξ© satisfies sheaf condition#

To see that \(\Omega\) as defined in Eq. (7.50) satisfies the sheaf condition (see Definition 7.35), suppose that we have a cover \(U=\cup_{i\in I}U_{i}\), and suppose we’re given an element \(V_i ∈ \Omega(U_i)\), i.e. an open set \(V_i βŠ† U_i\), for each \(i ∈ I\). Suppose further that for all \(i,j ∈ I\), it is the case that \(V_i ∩ U_j = V_j ∩ U_i\), i.e. that the elements form a matching family. Define \(V:=\cup_{i\in I}V_{i}\); it is an open subset of \(U\), so we can consider \(V\) as an element of \(\Omega(π‘ˆ)\). The following verifies that \(V\) is indeed a gluing for the \((V_{i})_{i\in I}\):

\[ V\cap U_{j}=\left(\bigcup_{i\in I}V_{i}\right)\cap U_{j}=\bigcup_{i\in I}(V_{i}\cap U_{j})=\bigcup_{i\in I}(V_{i}\cap U_{i}))=\left(\bigcup_{i\in I}U_{i}\right)\cap V_{j}=V_{j} \]

In other words \(𝑉 ∩ π‘ˆ_𝑗 = 𝑉_𝑗\) for any \(𝑗 ∈ 𝐼\). So our \(\Omega\) has been upgraded from presheaf to sheaf!

To be clear, the \(V_i\) are the sections \(s_i\). A term like \(s_i|_{U_i∩U_j}\) can then be rewritten \(V_i|_{U_i∩U_j}\) or \(V_i∩(U_i∩U_j)\) and because we know \(V_i ∈ U_i\) this reduces to \(V_i∩U_j\). This proof shows that a gluing exists, but not that it is unique (there is at most one gluing). We’ll take that on trust.

Sheaf morphism for true#

x

The section Subobject classifier Β§ Sheaves of sets provides an equivalent definition:

The category of sheaves of sets on a topological space \(X\) has a subobject classifier \(Ξ©\) which can be described as follows: For any open set \(U\) of \(X\), \(Ξ©(U)\) is the set of all open subsets of \(U\). The terminal object is the sheaf 1 which assigns the singleton \(\{*\}\) to every open set \(U\) of \(X\). The morphism \(Ξ·:1 β†’ Ξ©\) is given by the family of maps \(Ξ·_UΒ : 1(U) β†’ Ξ©(U)\) defined by \(Ξ·_U(*)=U\) for every open set \(U\) of \(X\).

We could alternatively describe {1} as the Constant presheaf with value {1} (or \(\{*\}\)), which happens to also be a sheaf. Here’s a visualization of the natural transformation true (in purple) on the two-element discrete topological space:

x

Notice that true always points to the β€œlargest open set” that it can, as the author suggests. It’s not hard to imagine true for the SierpiΕ„ski space; to imagine it for the three-element discrete topological space one might want to draw the open subsets in a cube.

Upshot#

Upshot: Truth values are open sets. The point is that the truth values in the topos of sheaves on a space \((𝑋, \textbf{Op})\) are the open sets of that space. When someone says β€œis property \(𝑃\) true?,” the answer is not yes or no, but β€œit is true on the open subset \(π‘ˆ\).” If this \(π‘ˆ\) is everything, \(π‘ˆ = 𝑋\), then \(𝑃\) is really true; if \(π‘ˆ\) is nothing, \(π‘ˆ = βˆ…\), then \(𝑃\) is really false. But in general, it’s just true some places and not others.

See a similar β€œupshot” in Subobject classifier Β§ Sheaves of sets:

Roughly speaking an assertion inside this topos is variably true or false, and its truth value from the viewpoint of an open subset U is the open subset of U where the assertion is true.

See also Truth value Β§ In other theories; a truth-valued function is not necessarily a Truth function. That is, a truth-valued function must only return a truth value while a truth function must both accept and return a truth function (see also Section 7.4.5). The author will soon start to use the language of β€œtruth value” heavily.

βœ… Example 7.54#

x

Inconsistent ⌜?⌝ notation#

The author seems to be inconsistently using the ⌜?⌝ notation. Should we fill the ? with the monic morphism \(m\) as in (7.13), or the subobject \(H\) as in Example 7.54? The article Subobject classifier is also inconsistent, using \(Ο‡_A\) where \(A\) is the subobject at the start, then \(Ο‡_j\) where \(j\) is the monic morphism. See also Quasi-quotation and List of logic symbols.

β˜‘οΈ Exercise 7.55#

x

See also Exercise 7.55.

Image('raster/solution-7-55.png')
Hide code cell output
../../_images/1d54d4afe04a8c61fe81f6a458e30a979357266fa9cc41b4a2538256bc4d998f.png

The author’s solution seems to replace \(H\) with \(G'\).

7.4.2 Logic in a sheaf topos#

Let’s consider the logical connectives \(\text{AND}\), \(\text{OR}\), \(\text{IMPLIES}\), and \(\text{NOT}\). Suppose we have a topological space \(X \in \textbf{Op}\). Given two open sets \(U, V\), considered as truth values \(U, V \in \Omega(X)\), then their conjunction U AND V is their intersection, and their disjunction U OR V is their union:

\[\begin{split} \begin{align*} (U \wedge V) &:= U \cap V \\ (U \vee V) &:= U \cup V \\ \end{align*} \end{split}\]

These formulas are easy to remember, because ∧ looks like ∩ and ∨ looks like βˆͺ. The implication \(U β‡’ V\) is the largest open set \(R\) such that \(R ∩ U βŠ† V\), i.e.

\[ (U \Rightarrow V) := \bigcap_{R \in \textbf{Op} \mid R \cap U \subseteq V} R \]

In general, it is not easy to reduce this last equation further, so implication is the hardest logical connective to think about topologically.

The author writes \(U,V ∈ \Omega(X)\) when previously he was using \(\Omega(U)\) alongside \(U'\) for the open subsets. Presumably \(X\) is the whole set, so that \(U,V\) should be seen as elements of \(Ω(X)\) (sections) rather than as elements in the open set poset. Of course, these lists of open subsets of \(X\) will be the same.

Compare (7.57) to the proof of Proposition 2.98 in Section 2.5. An arguably simpler definition than (7.57), from Heyting algebra Β§ Examples:

Every topology provides a complete Heyting algebra in the form of its open set lattice. In this case, the element \(A→B\) is the interior of the union of \(A^c\) and \(B\), where \(A^c\) denotes the complement of the open set \(A\). Not all complete Heyting algebras are of this form. These issues are studied in pointless topology, where complete Heyting algebras are also called frames or locales.

Another name for this concept is the Relative pseudocomplement. A relative pseudocomplement of a with respect to b is a maximal element c such that a∧c≀b. This operation is denoted aβ†’b. If we know that aβ†’b, then we know we are in a world where given an a we can always construct a b. That is, it should be the case that \(a∧(aβ†’b)≀b\).

x

The author is introducing Β¬ as a symbol for the Pseudocomplement; from that article:

If X is a topological space, the (open set) topology on X is a pseudocomplemented (and distributive) lattice with the meet and join being the usual union and intersection of open sets. The pseudocomplement of an open set A is the interior of the set complement of A.

Using Β¬ for a pseudocomplement is potentially dangerous, because we may expect it to act like a complement (see Exercise 7.59).

The pseudocomplement is defined as the greatest element \(x^* ∈ L\) with the property that \(x ∧ x^* = 0\). By taking the complement, we ensure that \(x ∧ x^* = 0\). However, we also need to ensure that we return an open set (the complement must be a closed set, but is not guaranteed to be open). The interior of a set is the largest open set contained in a set, so by applying it we get the greatest element satisyfing our condition that is also an open set.

We take the interior as part of the calculation of the Relative pseudocomplement above for the same reason.

βœ… Example 7.58#

x

Implies in the standard ℝ sheaf topos#

Another way to define the Material conditional (implies) \(p β†’ q\) is as \(q ∨ Β¬p\), though this translation requires reading it backwards. You can think about implication in Example 7.58 by imagining two number lines on top of each other with the antecedent on the bottom; when the top line is false and the bottom is true the result is not part of the resulting open set. Equivalently, the resulting open set is all parts of the line where the top line is true or the bottom line is false.

This strategy works for the standard topology on the real line, but would break down with more exotic topologies on it.

β˜‘οΈ Exercise 7.59#

x

See also Exercise 7.59.

Image('raster/solution-7-59.png')
Hide code cell output
../../_images/895e25209fa1af850d65b218871c1c9b579c1b8d226ef2f619314a98d11ae333.png

β˜‘οΈ Exercise 7.60#

x

x

Image('raster/solution-7-60.png')
Hide code cell output
../../_images/5d4f2fdf6aee958d283f39f7d8371450ba451a6564d5d01e76643ce384b3d323.png

βœ… Example 7.61#

x

For a longer list of internal logics associated to their categories, see Heyting category in nLab. A similar list is in internal logic in nLab.

See also differential geometry - Applications of Topos Theory to the theory of bundles. - MSE, though there’s little here other than a request for more information.

7.4.3 Predicates#

In English, a predicate is the part of the sentence that comes after the subject. For example β€œβ€¦ is even” or β€œβ€¦ likes the weather” are predicates. Not every subject makes sense for a given predicate; e.g. the sentence β€œ7 is even” may be false, but it makes sense. In contrast, the sentence β€œ2.7 is even” does not really make sense, and β€œ2.7 likes the weather” certainly doesn’t. In computer science, they might say β€œThe expression β€˜2.7 likes the weather’ does not type check.”

The point is that each predicate is associated to a type, namely the type of subject that makes sense for that predicate. When we apply a predicate to a subject of the appropriate type, the result has a truth value: β€œ7 is even” is either true or false. Perhaps β€œBob likes the weather” is true some days and false on others. In fact, this truth value might change by the year (bad weather this year), by the season, by the hour, etc. In English, we expect truth values of sentences to change over time, which is exactly the motivation for this chapter. We’re working toward a logic where truth values change over time.

Disambiguate: Proposition and predicate#

The author will soon use the terms β€œproposition” and β€œpredicate” in a more β€œgeneral” way than it is used elsewhere; let’s review some original meanings before we try to generalize it. As discussed in Proposition (disambiguation) and Proposition, the word has a long history (it’s used as a translation of concepts going back to Aristotle):

Propositions have played a large role throughout the history of logic, linguistics, philosophy of language, and related disciplines. Some researchers have doubted whether a consistent definition of propositionhood is possible, David Lewis even remarking that β€œthe conception we associate with the word β€˜proposition’ may be something of a jumble of conflicting desiderata”. The term is often used broadly and has been used to refer to various related concepts.

See also Proposition Β§ Objections to propositions. We’ll avoid the unadorned terms β€œproposition” and β€œpredicate” but define β€œset proposition” and β€œset predicate” in a way related to the common definition:

Formally, propositions are often modeled as functions which map a possible world to a truth value. For instance, the proposition that the sky is blue can be modeled as a function which would return the truth value \(T\) if given the actual world as input, but would return \(F\) if given some alternate world where the sky is green. However, a number of alternative formalizations have been proposed, notably the structured propositions view.

See also Propositional function. So a proposition is essentially a nullary function (defined by the function name) and a predicate is a unary, binary, etc. function (defined by both the name and the mapping). This definition roughly agrees with Propositional calculus, the models defined in forall x: Part V First-order logic and forall x: Part VI Interpretations, and Predicate (mathematical logic).

Topological predicate#

In a topos \(\mathcal{E} = \textbf{Shv}(X, \textbf{Op})\), a predicate is a sheaf morphism \(p: S β†’ \Omega\) where \(S ∈ \mathcal{E}\) is a sheaf and \(\Omega ∈ \mathcal{E}\) is the subobject classifier, the sheaf of truth values. By Definition 7.35 we get a function \(p(U) : S(U) β†’ \Omega(U)\) for any open set \(U βŠ† X\). In the above example - which we will discuss more carefully in Section 7.5 - if 𝑆 is the sheaf of people (people come and go over time), and \(Bob ∈ S(U)\) is a person existing over a time \(U\), and \(p\) is the predicate β€œβ€¦ likes the weather” then \(p(Bob)\) is the set of times during which \(Bob\) likes the weather. So the answer to β€œBob likes the weather” is something like β€œin summers yes, and also in April 2018 and May 2019 yes, but in all other times no.” That’s \(p(Bob)\), the temporal truth value obtained by applying the predicate \(p\) to the subject Bob.

Given the author previously used \(P\) for a presheaf, the \(S\) in this section likely stands for sheaf.

β˜‘οΈ Exercise 7.62#

Just now we described how a predicate \(𝑝: 𝑆 β†’ Ξ©\), such as β€œβ€¦ likes the weather” acts on sections \(𝑠 ∈ 𝑆(π‘ˆ)\), say \(𝑠 = Bob\). But by Definition 7.12, any predicate \(𝑝: 𝑆 β†’ Ξ©\) also defines a subobject of \(\{𝑆\;|\;𝑝\} βŠ† 𝑆\). Describe the sections of this subsheaf.

See Exercise 7.62; the answer to this question may not be obvious if you’ve not read Section 7.5.

πŸ”΄ The subobjects poset#

The poset of subobjects. For a topos \(\mathcal{E} = \textbf{Shv}(X, \textbf{Op})\) and object (sheaf) \(S ∈ \mathcal{E}\), the set of \(S\)-predicates \(|\Omega^S| = \mathcal{E}(S, \Omega)\) is naturally given the structure of a poset, which we denote:

\[ (|\Omega^{S}|,\leq^{S}) \]

πŸ”΄ Power object#

The content of Example 7.54 is also discussed in Power set Β§ Power object, using similar variable names:

Certain classes of algebras enjoy both of these properties. The first property is more common; the case of having both is relatively rare. One class that does have both is that of multigraphs. Given two multigraphs G and H, a homomorphism hΒ : G β†’ H consists of two functions, one mapping vertices to vertices and the other mapping edges to edges. The set \(H^G\) of homomorphisms from G to H can then be organized as the graph whose vertices and edges are respectively the vertex and edge functions appearing in that set. Furthermore, the subgraphs of a multigraph G are in bijection with the graph homomorphisms from G to the multigraph Ξ© definable as the complete directed graph on two vertices (hence four edges, namely two self-loops and two more edges forming a cycle) augmented with a fifth edge, namely a second self-loop at one of the vertices. We can therefore organize the subgraphs of G as the multigraph \(Ξ©^G\), called the power object of G.

Notice the notational similarity to what the author is calling the subobjects poset. We’ll often prefer the term β€œpower object” to β€œsubobjects poset” going forward. We’ll also avoid the vertical bar on either side of Ξ© that seems to be preferred by the author; this conflicts with e.g. Power set where adding vertical bars indicates a reference to the cardinality of the set of functions rather than the set of functions.

Per Elementary topoi Β§ Formal definition, the defining characteristic of an elementary topos is that every object (in this case, sheaf) has a power object.

Topological LTE#

Given two predicates \(p,q : S β†’ \Omega\), we say that \(p ≀^S q\) if the first implies the second. More precisely, for any \(U ∈ \textbf{Op}\) and section \(𝑠 ∈ S(U)\) we obtain two open subsets \(p(𝑠) βŠ† π‘ˆ\) and \(q(𝑠) βŠ† π‘ˆ\). We say that \(p ≀^𝑆 q\) if \(p(𝑠) βŠ† q(𝑠)\) for all \(U ∈ \textbf{Op}\) and \(𝑠 ∈ 𝑆(π‘ˆ)\). We often drop the superscript from \(≀^S\) and simply write \(≀\). In formal logic notation, one might write \(p ≀^S q\) using the ⊒ symbol, e.g. in one of the following ways:

\[\begin{split} \begin{align} \\ s:S\mid p(s) & \vdash q(s) \\ p(s) & \vdash_{s:S}\;q\big(s\big) \end{align} \end{split}\]

In particular, if \(S = 1\) is the terminal object, we denote \(|\Omega^S|\) by \(|\Omega|\), and refer to elements \(p ∈ |\Omega|\) as propositions. They are just morphisms \(p : 1 β†’ \Omega\).

This preorder is partially ordered β€” a poset β€” meaning that if \(p ≀ q\) and \(q ≀ p\) then \(p = q\). The reason is that for any subsets \(U,V βŠ† X\), if \(U βŠ† V\) and \(V βŠ† U\) then \(U = V\).

The author uses the language β€œthe first implies the second” but we prefer to desymbolize ≀ to β€œif either the second or not the first” or simply the β€œfirst is less than or equal to the second” (when it means the material conditional). To decode \(p ≀^S q\), or equivalently \(p ⊒_S q\), we might say β€œ\(p(s)\) is a subset of \(q(s)\) for all \(s\) in \(S(U)\), for all \(U\) in \(\textbf{Op}\)” (see also Python Β§ 5.1.4. Nested List Comprehensions).

βœ… Set propositions#

See Propositional calculus and in particular the sections on truth-functional propositional logic (and Truth-functional logic: Calgary for an introduction). In Set these are maps from the one-object category to the booleans, true and false. A picture to have in mind is (see also Exercise 7.52):

x

A proposition like β€œThe dog is brown.” is often simply assigned to a letter in logic, such as \(B\) (see the β€œsymbolization key” introduced in Chapter 4 Β§ Atomic sentences). We can see Ξ· (trivially a natural transformation) in this scenario as that letter. If we had mapped \(*\) to the empty set, then the proposition would be false.

We can then define operators like \(∧\) on sets to get the rest of TFL. For example, the author defined \((U \wedge V) := U \cap V\) above. If we define the symbolization key:

  • \(A\): Alice is quick

  • \(B\): Bob is quick

Then in a model where both of these are mapped to true, we have that \((A \wedge B) := A \cap B = \{1\} \cap \{1\} = \{1\}\) which is true. It’s not hard to check that β†’ works as expected as well.

If you’ve worked through forall x then you may be expecting to use multiple terms on the left side of the Sequent as in \(A,B ⊒ C\). As discussed in sequent, the \(A,B\) in \(A,B ⊒ C\) can be replaced by \(A∩B\). At the start of the proof, you can then simply use logical Conjunction elimination twice to separate A and B.

βœ… Set predicates#

We’ll start with an example in an interpretation with only two names. Does \(p\) entail \(q\)? The two set predicates:

\[\begin{split} \begin{align} p(A) & = βˆ… \\ p(B) & = \{1\} \\ q(A) & = \{1\} \\ q(B) & = \{1\} \end{align} \end{split}\]

The same data in a more visual form:

x

We need only consider two sections, A and B. In both cases \(p(s) βŠ† q(s)\), so we’d say that \(p ⊒ q\) or more verbosely that \(p(𝑠) ⊒_{𝑠:𝑆} q(𝑠)\). It is not the case that \(q ⊒ p\), so a β€œpartial subobjects poset” is p β†’ q. Given the drawing above it may be clearer to write q ← p; this is the subobjects poset because the green arrows point to something to the right or the same as the purple arrows.

Our partial subobjects poset p β†’ q is β€œpartial” because \(Ξ©^S\) is defined for all possible \(S\)-predicates, not just the first two that we think of. There are only two more possible predicates:

\[\begin{split} \begin{align} r(A) & = \{1\} \\ r(B) & = βˆ… \\ s(A) & = βˆ… \\ s(B) & = βˆ… \end{align} \end{split}\]

It may be tempting to simplify the model above by merely listing what objects a predicate is to be true of; this corresponds to the method of stipulating the extension of a predicate via enumeration discussed in forall x Β§ Chapter 30 Extensionality. See also Exercise 2.36.

Perhaps uninterestingly, this makes it clear the β€œsubobjects poset” \(Ξ©^S\) (that we will often be calling, as discussed above, the β€œpower object”) is equivalent to the power set of \(S\). That is, alternative notations for this power object might be \(\Omega^{\{A,B\}}\) or \(2^{\{A,B\}}\). In the language of the definition above, we would say that the set of \(\{A,B\}\)-predicates \(|\Omega^{\{A,B\}}|\) is \(\{p,q,r,s\}\):

x

Let’s say that A stands for Alice, and B stands for Bob. We’ll also define \(p\) to mean Peruvian and \(q\) to mean quick. As a table of observations:

import pandas as pd

pd.DataFrame({'p': [False, True], 'q': [True, True]}, index=['A', 'B'])
p q
A False True
B True True

Assigning β€œsemantics” like this (linking to the real world) makes it clear that using this model will likely fail when it’s forced to generalize out of the training set. If we were to add a third piece of data (world) perhaps associated with a person named Carlos, it would likely contradict our earlier/simpler model. The maps \(p\) and \(q\) will simply change so that they no longer imply one another. This is a weakness of the material conditional; it’s simple and can hence only fit simple data (if the goal is a perfect fit).

What are \(A\) and \(B\) in this context? We could see them as people (Alice and Bob) that we map to truth values. We could see them as possible worlds as mentioned above and explained in Proposition:

Formally, propositions are often modeled as functions which map a possible world to a truth value. For instance, the proposition that the sky is blue can be modeled as a function which would return the truth value \(T\) if given the actual world as input, but would return \(F\) if given some alternate world where the sky is green.

In this view, these are β€œpossible people” and in our world there are only two possible people. We could also (as the author mentions) see \(S\) as a type and the sections \(s ∈ S\) as possible values that the type can take on. So if we define \(p\) as β€œβ€¦likes the weather” then while β€œ2.7 likes the weather” doesn’t type check, the statement β€œBob likes the weather” should because \(p\) is an instance of a \(Person\)-predicate (where \(Person\) is a type).

βœ… Topological propositions#

Let’s move on to a more complicated example of a proposition, now in the context of the two-point discrete topological space. The requirement that these be a Natural transformation is going to start to limit what counts as a proposition. Consider the following non-example:

x

This infranatural transformation is not a proposition because it is not a natural transformation. Using the following from Natural transformation Β§ Definition:

\[ η_Y ∘ F(f) = G(f) ∘ η_X \]

We always have that \(F(f) = 1(f)\) is the identity on the one object in 1, so this reduces to:

\[ η_Y = G(f) ∘ η_X \]

While this is true for \(η_{\{1\}} = G(f) ∘ η_{\{0,1\}}\) (using part of the green restriction morphism) this fails for \(η_{\{0\}} = G(f) ∘ η_{\{0,1\}}\) (using part of the red restriction morphism). In the following we fix this issue:

x

Why must a morphism of sheaves be a natural transformation? From Sheaf (mathematics) Β§ Morphisms:

Morphisms of sheaves are, roughly speaking, analogous to functions between them. In contrast to a function between sets, which is simply an assignment of outputs to inputs, morphisms of sheaves are also required to be compatible with the local–global structures of the underlying sheaves. This idea is made precise in the following definition.

The article goes on to essentially define a morphism of sheaves as a natural transformation. The end of the section e.g. defines an isomorphism of sheaves as a natural isomorphism.

More than true and false#

We now have more than just β€œtrue” and β€œfalse” that can be assigned to a proposition; even in this simple example there are two propositions that are neither true or false and are furthermore unequal to each other. We could say that each should be assigned a value of 0.5, for example, such as if we wanted to reduce our observation to a probabilistic framework. Still, this loses information because there are two different ways for something to be β€œhalf true” and we’ve lost in which way it is half true. As discussed in Degree of truth, it may be more helpful to see probability as the preferred paradigm for handling uncertainty (and there is no uncertainty here). Said yet another way, probability is a function of our current state of knowledge.

In our example, we interpet half true to mean true β€œhalf the time” i.e. at only tβ‚€ (timestamp 0) rather than at {tβ‚€,t₁}. Let’s call \(t_1 = Ξ·\) and \(t_0\) the only natural transformation 1 β†’ Ξ© that sends \(*\) to the section \(\{0\}\) of \(\Omega(\{0,1\})\). Then we can see true as the sheaf morphism that sends \(*\) to the section \(\{0,1\}\) of \(\Omega(\{0,1\})\). The power object Ξ©:

x

βœ… Topological predicate#

See Exercise 7.64.

β˜‘οΈ Exercise 7.64#

Give an example of a space 𝑋, a sheaf \(𝑆 ∈ \textbf{Shv(𝑋)}\), and two predicates \(p, q : 𝑆 β†’ Ξ©\) for which \(p(𝑠) ⊒_{𝑠:𝑆} q(𝑠)\) holds. You do not have to be formal.

See Exercise 7.64.

Logical symbols in power object#

x

From Heyting algebra:

Heyting algebras serve as the algebraic models of propositional intuitionistic logic in the same way Boolean algebras model propositional classical logic. The internal logic of an elementary topos is based on the Heyting algebra of subobjects of the terminal object 1 ordered by inclusion, equivalently the morphisms from 1 to the subobject classifier Ξ©.

The open sets of any topological space form a complete Heyting algebra. Complete Heyting algebras thus become a central object of study in pointless topology.

The open sets of any topological space form a complete Heyting algebra because the empty/full set provide a meet/join for all finite subsets. The pointless topology article discusses the lattices of open sets denoted Ξ©(X) and Ξ©(Y).

Also, from Heyting algebra Β§ Examples:

The global elements of the subobject classifier Ξ© of an elementary topos form a Heyting algebra; it is the Heyting algebra of truth values of the intuitionistic higher-order logic induced by the topos. More generally, the set of subobjects of any object X in a topos forms a Heyting algebra.

7.4.4 Quantification#

Quantification comes in two flavors: universal and existential, or β€˜for all’ and β€˜there exists.’ Each takes in a predicate of 𝑛 +1 variables and returns a predicate of 𝑛 variables.

πŸ”΄ Uniqueness quantification#

See also Quantifier (logic). A third important kind of quantification is Uniqueness quantification, but this is defined in terms of the other two quantifiers. See Chapter 28 Definite descriptions β€£ forall x: Calgary for Russell’s analysis of what it means for something to be unique. See Glossary of mathematical jargon Β§ Proof terminology for the related jargon, which again points to Uniqueness quantification.

In the context of equivalence classes we think in terms of Essentially unique instead. That is, sometimes we don’t care about the differences between all the objects (in an equivalence class).

βœ… Example 7.65#

Suppose we have two sheaves \(𝑆,𝑇 ∈ \textbf{Shv}(𝑋, \textbf{Op})\) and a predicate \(𝑝: 𝑆×𝑇 β†’ \Omega\). Let’s say \(𝑇\) represents what’s considered newsworthy and \(𝑆\) is again the sheaf of people. So for a subset of time \(π‘ˆ\), a section \(𝑑 ∈ 𝑇(π‘ˆ)\) is something that’s considered newsworthy throughout the whole of \(π‘ˆ\), and a section \(𝑠 ∈ 𝑆(π‘ˆ)\) is a person that lasts throughout the whole of \(π‘ˆ\). Let’s imagine the predicate \(𝑝\) as β€œπ‘  is worried about 𝑑.” Now recall from Section 7.4.3 that a predicate \(𝑝\) does not simply return true or false; given a person \(𝑠\) and a news-item \(𝑑\), it returns a truth value corresponding to the subset of times on which \(𝑝(𝑠,𝑑)\) is true.

The choice of \(t\) for a news item is a little unfortunate, because most people assume \(t\) stands for a time. It seems this was a result of \(T\) simply being the next letter after \(S\).

β€œFor all 𝑑 in 𝑇, … is worried about 𝑑” is itself a predicate on just one variable, \(𝑆\), which we denote:

\[ βˆ€(𝑑 : 𝑇). 𝑝(𝑠, 𝑑) \]

The author says each β€œtakes in a predicate of \(n+1\) variables and returns a predicate of \(n\) variables” above. In this case, \(n\) is 1 i.e. \(p(s,t)\) is a predicate of two variables that we pass to the universal quantifier to get a predicate of one variable, namely \(βˆ€(t:T).p(s,t)\). The one variable is \(s\), because \(t\) is already bound. Taking a function of \(n+1\) variables and returning a function of \(n\) variables looks superficially similar to currying, but this is not currying because we directly return a truth value rather than another function (for a similar discussion see Currying Β§ Contrast with partial function application). It also looks superficially similar to partial application, but this is not partial application because we do not supply one of the two arguments.

In all these examples, you can think about the β€œβ€¦β€ (ellipsis) as a variable. So we could have represented the predicate β€œFor all 𝑑 in 𝑇, … is worried about 𝑑” as \(q(s)\): β€œFor all 𝑑 in 𝑇, \(s\) is worried about 𝑑” in a strange notational mix.

Applying this predicate to a person 𝑠 returns the times when that person is worried about everything in the news. Similarly, β€œthere exists 𝑑 in 𝑇 such that 𝑠 is worried about 𝑑” is also a predicate on 𝑆, which we denote \(βˆƒ(𝑑: 𝑇). 𝑝(𝑠,𝑑)\). If we apply this predicate to a person 𝑠, we get the times when person 𝑠 is worried about at least one thing in the news.

β˜‘οΈ Exercise 7.66#

In the topos \(\textbf{Set}\), where \(Ξ© = 𝔹\), consider the predicate \(p: β„•Γ—β„€\to 𝔹\) given by

\[\begin{split} \begin{align*} p(n, z) &= \begin{cases} \text{true} & \text{if } n \leq |z| \\ \text{false} & \text{if } n > |z| \end{cases} \end{align*} \end{split}\]
  1. What is the set of \(n \in β„•\) for which the predicate \(\forall(z: β„€). p(n, z)\) holds?

  2. What is the set of \(n \in β„•\) for which the predicate \(\exists(z: β„€). p(n, z)\) holds?

  3. What is the set of \(z \in β„€\) for which the predicate \(\forall(n: β„•). p(n, z)\) holds?

  4. What is the set of \(z \in β„€\) for which the predicate \(\exists(n: β„•). p(n, z)\) holds?

See Exercise 7.66.

x

πŸ”΄ Universal quantification#

Given a predicate \(𝑝: 𝑆×𝑇 β†’ \Omega\), the universally-quantified predicate \(βˆ€(𝑑: 𝑇). 𝑝(𝑠,𝑑)\) takes a section \(𝑠 ∈ 𝑆(π‘ˆ)\), for any open set \(π‘ˆ\), and returns a certain open set \(𝑉 ∈ Ξ©(π‘ˆ)\). Namely, it returns the largest open set \(𝑉 βŠ† π‘ˆ\) for which \(𝑝(𝑠|_𝑉, 𝑑) = 𝑉\) holds for all \(𝑑 ∈ 𝑇(𝑉)\).

β˜‘οΈ Exercise 7.67#

Suppose \(𝑠\) is a person alive throughout the interval \(π‘ˆ\). Apply the above definition to the example \(𝑝(𝑠,𝑑)\) = β€œperson \(𝑠\) is worried about news \(𝑑\)” from Example 7.65. Here, \(𝑇(𝑉)\) is the set of items that are in the news throughout the interval \(𝑉\).

  1. What open subset of \(π‘ˆ\) is \(βˆ€(𝑑: 𝑇). 𝑝(𝑠,𝑑)\) for a person \(𝑠\)?

  2. Does it have the semantic meaning you’d expect, given the less formal description in Section 7.4.4?

See Exercise 7.67.

x

βœ… Set universal quantifier#

See also Example 1.117, which points to Universal quantification Β§ As adjoint, which points to this line in Presheaf (category theory):

For any morphism \(f: X β†’ Y\) of \(\widehat{C}\), the pullback functor of subobjects \(f^βˆ—: Sub_{\widehat{C}}(Y) β†’ Sub_{\widehat{C}}(X)\) has a right adjoint, denoted \(βˆ€_f\), and a left adjoint, \(βˆƒ_f\). These are the universal and existential quantifiers.

In this context, \(\widehat{C} = \mathbf{Set}^{C^\mathrm{op}}\) which is roughly equivalent to \(\textbf{Shv}(X, \textbf{Op})\) (both functor categories).

πŸ”΄ Existential quantification#

Given a predicate \(𝑝: 𝑆 Γ— 𝑇 β†’ \Omega\), the existentially quantified predicate \(βˆƒ(𝑑: 𝑇). 𝑝(𝑠,𝑑)\) takes a section \(𝑠 ∈ 𝑆(π‘ˆ)\), for any open set \(π‘ˆ\), and returns a certain open set \(𝑉 ∈ \Omega(π‘ˆ)\), namely the union \(V=\bigcup_{i}V_{i}\) of all the open sets \(𝑉_𝑖\) for which there exists some \(𝑑_𝑖 ∈ 𝑇(𝑉_𝑖)\) satisfying \(𝑝(𝑠|_{𝑉_i}, 𝑑_𝑖) = 𝑉_𝑖\). If the result is \(π‘ˆ\) itself, you might be tempted to think β€œah, so there exists some \(𝑑 ∈ 𝑇(π‘ˆ)\) satisfying \(𝑝(𝑑)\),” but that is not necessarily so. There is just a cover of \(π‘ˆ = \bigcup π‘ˆ_𝑖\) and local sections \(𝑑_𝑖 ∈ 𝑇(π‘ˆ_𝑖)\), each satisfying \(𝑝\), as explained above. Thus the existential quantifier is doing a lot of work β€œunder the hood,” taking coverings into account without displaying that fact in the notation.

It’s not clear what the author means by \(p(t)\) in this context, because \(p\) was already defined as a function of two variables. One possible interpretation is that the author meant that a reader might be tempted to think that there is some \(𝑑 ∈ 𝑇(π‘ˆ)\) satisfying \(p(s|_V,t) = U\).

β˜‘οΈ Exercise 7.68#

Apply the above definition to the β€œperson \(𝑠\) is worried about news \(𝑑\)” predicate from Example 7.65.

  1. What open set is \(βˆƒ(𝑑: 𝑇). 𝑝(𝑠,𝑑)\) for a person \(𝑠\)?

  2. Does it have the semantic meaning you’d expect?

See Exercise 7.68.

x

7.4.5 Modalities#

Back in Example 1.123 we discussed modal operators - also known as modalities - saying they are closure operators on preorders which arise in logic. The preorders we were referring to are the ones discussed in Eq. (7.63): for any object \(𝑆 ∈ 𝓔\) there is the poset \((|\Omega^𝑆|, ≀_𝑆)\) of predicates on \(𝑆\), where \(|\Omega^𝑆| = 𝓔(𝑆,\Omega)\) is just the set of morphisms \(𝑆 β†’ \Omega\) in the category \(𝓔\).

πŸ”΄ Topological modality#

See Seven Sketches Β§ Definition 7.69:

A modality in \(\textbf{Shv}(𝑋)\) is a sheaf morphism \(𝑗: \Omega β†’ \Omega\) satisfying three properties for all \(π‘ˆ βŠ† 𝑋\) and \(𝑝,π‘ž ∈ \Omega(π‘ˆ)\):
  (a) Β  \(𝑝 ≀ 𝑗(𝑝)\)
  (b) Β  \((𝑗 ⨟ 𝑗)(𝑝) ≀ 𝑗(𝑝)\)
  (c) Β  \(𝑗(𝑝 ∧ π‘ž) = 𝑗(𝑝) ∧ 𝑗(π‘ž)\)

It looks like \(j\) is inflationary based on (a). But then applying it again in (b) results in something smaller, i.e. it appears that \(j\) is deflationary. A review of Definition 1.120 in Section 1.4 seems to indicate the author meant \((j⨟j)(p) β‰… j(p)\) for (b). The purpose of Exercise 7.70 seems to be to show that these are equivalent requirements.

See also Proposition 1.111 in Section 1.4; part (c) may indicate that a modality is also a right adjoint because it preserves meets.

β˜‘οΈ Modalities are closures#

Suppose \(𝑗: \Omega β†’ \Omega\) is a morphism of sheaves on \(𝑋\), such that \(𝑝 ≀ 𝑗(𝑝)\) holds for all \(π‘ˆ βŠ† 𝑋\) and \(𝑝 ∈ \Omega(π‘ˆ)\). Show that for all \(π‘ž ∈ \Omega(π‘ˆ)\) we have \(𝑗(𝑗(π‘ž)) ≀ 𝑗(π‘ž)\) iff \(𝑗(𝑗(π‘ž)) = 𝑗(π‘ž)\).

See Exercise 7.70.

🟣 Types of modalities#

In Example 1.123 we informally said that for any proposition \(𝑝\), e.g. β€œBob is in San Diego,” there is a modal operator β€œassuming \(𝑝\), …” Now we are in a position to make that formal.

Proposition 7.71 gives three kinds of modalities:

Fix a proposition \(𝑝 ∈ |Ξ©|\). Then:
  (a) the sheaf morphism \(\Omega β†’ \Omega\) given by sending \(π‘ž\) to \(𝑝 β‡’ π‘ž\) is a modality.
  (b) the sheaf morphism \(\Omega β†’ \Omega\) given by sending \(π‘ž\) to \(𝑝 ∨ π‘ž\) is a modality.
  (c) the sheaf morphism \(\Omega β†’ \Omega\) given by sending \(π‘ž\) to \((π‘ž β‡’ 𝑝) β‡’ 𝑝\) is a modality.

We cannot prove Proposition 7.71 here, but we give references in Section 7.6.

The author means to imply the β€œAssuming Bob is in San Diego …” modal operator is of type (a) in the above. We often use the word β€œassuming” with the β‡’ symbol, especially in TFL and FOL saying that e.g. A β‡’ B means that B holds assuming that A holds. In this case, β‡’ is defined as in the start of 7.4.2 but the meaning intends to generalize the concept from TFL and FOL.

β˜‘οΈ Modality for β€œassuming”#

Let \(𝑆\) be the sheaf of people as in Section 7.4.3, and let \(𝑗: \Omega β†’ \Omega\) be β€œassuming Bob is in San Diego …”

  1. Name any predicate \(𝑝: 𝑆 β†’ \Omega\), such as β€œlikes the weather.”

  2. Choose a time interval \(π‘ˆ\). For an arbitrary person \(𝑠 ∈ 𝑆(π‘ˆ)\), what sort of thing is \(𝑝(𝑠)\), and what does it mean?

  3. What sort of thing is \(𝑗(𝑝(𝑠))\) and what does it mean?

  4. Is it true that \(𝑝(𝑠) ≀ 𝑗(𝑝(𝑠))\)? Explain briefly.

  5. Is it true that \(𝑗(𝑗(𝑝(𝑠))) = 𝑗(𝑝(𝑠))\)? Explain briefly.

  6. Choose another predicate \(π‘ž: 𝑆 β†’ \Omega\). Is it true that \(𝑗(𝑝 ∧ π‘ž) = 𝑗(𝑝) ∧ 𝑗(π‘ž)\)? Explain briefly.

See Exercise 7.72.

7.4.6 Type theories and semantics#

We have been talking about the logic of a topos in terms of open sets, but this is actually a conflation of two ideas that are really better left unconflated. The first is logic, or formal language, and the second is semantics, or meaning. The formal language looks like this:

\[ βˆ€(𝑑 : 𝑇). βˆƒ(𝑠 : 𝑆). 𝑓 (𝑠) = 𝑑 \hspace{4em} (7.73) \]

and semantic statements are like β€œthe sheaf morphism 𝑓 : 𝑆 β†’ 𝑇 is an epimorphism.” In the former, logical world, all statements are linguistic expressions formed according to strict rules and all proofs are deductions that also follow strict rules. In the latter, semantic world, statements and proofs are about the sheaves themselves, as mathematical objects.

To provide semantics for a logical system means to provide a compiler that converts each logical statement in the formal language into a mathematical statement about particular sheaves and their relationships. A computer can carry out logical deductions without knowing what any of them β€œmean” about sheaves. We say that semantics is sound if every formal proof is converted into a true fact about the relevant sheaves.

Every topos can be assigned a formal language, often called its internal language, in which to carry out constructions and formal proofs. This language has a sound semanticsβ€”a sort of logic-to-sheaf compilerβ€”which goes under the name categorical semantics or Kripke-Joyal semantics. We gave the basic ideas in Section 7.4; we give references to the literature in Section 7.6.

See also Kripke semantics Β§ Kripke–Joyal semantics.

βœ… Example 7.74#

In every topos \(𝓔\), and for every \(𝑓: 𝑆 β†’ 𝑇\) in \(𝓔\), the morphism \(𝑓\) is an epimorphism if and only if Eq. (7.73) holds. For example, consider the case of database instances on a schema \(𝓒\), say with 100 tables (one of which might be denoted \(𝑐 ∈ Ob(𝓒)\)) and 500 foreign key columns (one of which might be denoted \(𝑓 : 𝑐 β†’ 𝑐'\) in \(𝓒\)); see Eq. (3.2).

If \(𝑆\) and \(𝑇\) are two instances and \(𝑓\) is a natural transformation between them, then we can ask the question of whether or not Eq. (7.73) holds. This simple formula is compiled by the Kripke-Joyal semantics into asking:

Is it true that for every table \(𝑐 ∈ Ob(C)\) and every row \(𝑠 ∈ 𝑆(𝑐)\) there exists a row \(𝑑 ∈ 𝑇(𝑐)\) such that \(𝑓(𝑠) = 𝑑\)?

This last statement does not seem to match Eq. (7.73). It should likely read:

Is it true that for every table \(𝑐 ∈ Ob(C)\) and every row \(t ∈ T(𝑐)\) there exists a row \(s ∈ S(𝑐)\) such that \(𝑓(𝑠) = 𝑑\)?

Without this change, the sentence seems to only be stating that \(f\) is total (is defined for all inputs).

This is exactly what it means for \(𝑓\) to be surjective. Maybe this is not too impressive, but whether one is talking about databases or topological spaces, or complex ideas from algebraic geometry, Eq. (7.73) always compiles into the question of surjectivity. For topological spaces it would say something like:

Is it true that for every open set \(π‘ˆ βŠ† 𝑋\) and every section \(𝑠 ∈ 𝑆(π‘ˆ)\) of the bundle \(𝑆\), there exists an open cover \(\{π‘ˆ_𝑖\}_{π‘–βˆˆπΌ}\) of \(π‘ˆ\) and a section \(𝑑_𝑖 ∈ 𝑇(π‘ˆ_𝑖)\) of the bundle \(𝑇\) for each \(𝑖 ∈ 𝐼\), such that \(𝑓(𝑑_𝑖) = 𝑠|_{π‘ˆ_i}\) is the restriction of \(𝑠\) to \(π‘ˆ_𝑖\)?