If anyone else wants to have a go... pic.twitter.com/VtUFs8AlsY
— Dan Piponi 𓏞 (@sigfpe) December 24, 2021
Suppose all words, all sequences of characters, are of one of two classes—those that are fit to print (decent), and those that are not (indecent). Now given an infinite sequence of characters, can you always break it into finite sequences so all words except perhaps the first one belong to the same class?The first thing that occurred to me is that it seems like it should generalize nicely when you replace
a sequence of characters, with words spanning intervals in the natural numberswith
a graph with characters on the edges, with "words" being paths in the graph
Suppose every vertex in $G$ is $E$-productive, and $D \subseteq E^+$. For any $x:V$, there exists a vertex $v:V$ and an edge $k : E^*[x,v]$, such that $v$ is $D$-productive or $(E^+\setminus D)$-productive.Proof
Let x and $D$ be given. Consider the propositionClassically, either P is true or false.
$P =$ $\forall y:V. \forall f : E^*[x, y].$ $\exists z:V. \exists g : E^+[y, z].$ $\forall w:V. \forall h : E^+[z, w]. h\in D$ Case: $P$ is true.
The $v$ that we provide to satisfy the conclusion of the theorem is $z_0$.
- $P(x, \varepsilon_x)$ gives us an existential witness $z\_0:V$ and an edge $g_0 : E^+[x, z_0]$.
- $P(z_0, g_0)$ gives us an existential witness $z_1:V$ and an edge $g_1 : E^+[z_0, z_1]$.
- $P(z_1, g_0g_1)$ gives us an existential witness $z_2:V$ and an edge $g_2 : E^+[z_1, z_2]$.
- $P(z_n, g_0g_1\cdots g_n)$ gives us an existential witness $z_{n+1}:V$ and an edge $g_{n+1} : E^+[z_n, z_{n+1}]$.
The $k$ that we provide is $g_0$. We claim $v$ is $D$-productive.
The sequence of edges that witnesses $D$-productivity is $g_1, g_2, g_3, \ldots$, because the last pair of universal quantifiers in $P$ guarantees that any path out of any of the vertices $z_0, z_1, z_2, \ldots$ belongs to $D$.Case: $P$ is false.
We can let $y$ and $f$ be given towards a counterexample, and then we know the following proposition, call it $Q$:Proceed as follows:
$Q =$ $\forall z:V. \forall g : E^+[y, z].$ $\exists w:V. \exists h : E^+[z, w]. h\not\in D$ The $v$ that we provide to satisfy the conclusion of the theorem is $z_0$.
- Since $y:V$ is $E$-productive, we know there's some $z_0$ and $g_0 : E[y,z_0]$. $Q(z_0, g_0)$ provides us with $w_0:V$ and $h_0 : E[z_0, w_0]$ with $h_0 \not\in D$.
- $Q(w_0, g_0h_0)$ provides us with $w_1:V$ and $h_1 : E[w_0, w_1]$ with $h_1 \not\in D$.
- $Q(w_1, g_0h_0h_1)$ provides us with $w_2:V$ and $h_2 : E[w_1, w_2]$ with $h_2 \not\in D$.
- $Q(w_n, g_0h_0h_1\cdots h_n)$ provides us with $w_{n+1}:V$ and $h_{n+1} : E[w_n, w_{n+1}]$ with $h_{n+1} \not\in D$.
The $k$ that we provide is $fg_0$. We claim $z_0$ is $(E^+∖D)$-productive.
The sequence of edges that witness this productivity is $h_0, h_1, h_2, \ldots$. $\blacksquare$Modal Logic
This proof seems ok as far as I can tell, but it smells like the essential structure of it is being obscured by a bunch of reasoning with the quantifiers. I have a really strong feeling that this should admit a nice cleaned-up proof where the quantifiers are all replaced by modal operators, since they resemble modal box and diamond if you think of those as talking about "all future worlds" and "some future world". The main difference between what's going on above and the usual Kripke semantics for modal logic is that we're making statements not just about modal worlds, but about the paths we take between worlds: a word is indecent or not, a path belongs to the subset $D$ of "decent paths" or not. So I take this to mean that we want to be concerned with at least two different kinds of proposition-like things: one, a proposition indexed by a world, and two, a proposition indexed by a pair of worlds, and a path between them. Let's call these object-propositions and morphism-propositions, or oprops, typical variables $P, Q, \ldots$ and mprops $F, G, \ldots$. Suppose we have a category $\C$, with objects $\C_0$ and morphisms $\C_1$. We can give oprops and mprops meaning in this category by defining a satisfaction relation $C \Vdash P$ for any object $C \in \C_0$, and $f \Vdash F$ for any morphism $f \in \C_1$. I can imagine the following propositional connectives that construct these from one another. If we have an mprop $F$, then there is an oprop $\I F$, where we define \[ (C \Vdash \I F) \ciff (\rid_C \Vdash F) \] The object proposition $\I F$ holds at an object when the proposition $F$ holds at the identity arrow at that object.
This provides a way of coercing mprops to oprops. With the object proposition we had a notion of 'current Kripke world', and to come up with a 'current path we got to the current world by' we choose canonically the identity morphism. If we have an oprop $P$, then there is an mprop $\T P$, where we define \[ (f \Vdash \T P) \ciff (\cod f \Vdash P) \] The morphism proposition $\T P$ holds at a morphism when the proposition $P$ holds at the codomain of that morphism.
This provides a ('lossy', 'forgetful') way of coercing oprops to mprops. We forget the path by which we got to the 'current Kripke world', and remember only the most recent current world. There are two natural modal operators, a box and a diamond, we can define directly on mprops. These generalize a more familiar box and diamond that could be defined on oprops, and interact with the definition of composition in the category we're taking our semantics in. $\bx$ and $\dia$ both take an mprop and yield an mprop. Their semantics are defined by saying \[ (f \Vdash \bx F) \ciff \forall g \in \C_1[\cod f, \dash] . (g\circ f \Vdash F) \] \[ (f \Vdash \dia F) \ciff \exists g \in \C_1[\cod f, \dash] . (g\circ f \Vdash F) \] The morphism proposition $\dia F$ holds at a morphism if $F$ holds at some extension of that morphism. — where by "extension" we mean postcomposition with another morphism in the category.
The morphism proposition $\bx F$ holds at a morphism if $F$ holds at every extension of that morphism.Summary
Object Propositions $P, Q, \ldots$ $::=$ $\I F \celse \cdots$ Morphism Propositions $F, G, \ldots$ $::= $ $ \T P \celse \bx F \celse \dia F \celse \cdots$ Discussion
We can recover the usual Kripke-accessibility $\bx$ and $\dia$ by defining \[ \bx_o P := \I \bx \T P \qquad \dia_o P := \I \dia \T P \] And then prove: Theorem\[ (C \Vdash \bx_o P) \iff \forall D. \forall f \in \C_1[C, D] . ( D \Vdash P) \] \[ (C \Vdash \dia_o P) \iff \exists D. \exists f \in \C_1[C, D] . ( D \Vdash P) \]ProofWe show the case for $\bx$, as $\dia$ is similar. \[ (C \Vdash \bx_o P) \iff (C \Vdash \I \bx \T P) \] \[ \iff (\rid_C \Vdash \bx \T P) \] \[ \iff \forall f \in \C_1[C, \dash] . (f \circ \rid_C \Vdash \T P) \] \[ \iff \forall D . \forall f \in \C_1[C, D] . (f \circ \rid_C \Vdash \T P) \] \[ \iff \forall D . \forall f \in \C_1[C, D] . (f \Vdash \T P) \] \[ \iff \forall D . \forall f \in \C_1[C, D] . (\cod f \Vdash P) \] \[ \iff \forall D . \forall f \in \C_1[C, D] . (D \Vdash P) \] $\blacksquare$I'm running out of steam at the moment so I think I'm going to defer tackling the Kolmogorov puzzle in this language for another time. As an exercise, it's interesting to observe that associativity of composition in the category is required to show the idempotence of the above $\bx$ and $\dia$, i.e. the fact that $\bx \bx F$ is semantically equivalent to $\bx F$, and $\dia \dia F$ to $\dia F$.