A3
Prepare solutions to the following questions, and submit as a
.pdf file to Coursys. Your solution must be submitted
before the beginning of lecture time on Monday Nov. 23.
- From the Axiomatizing Problems section of course notes, Exercise 1, Parts 2 and 5.
- Write a FO formula, in a vocabulary that contains one binary relation symbol \(R\) (as well as =, which as usual is true equality or object identity), that is true in a structure \({\cal{A}}\) if and only if \(R^{{\cal A}}\) is a total order on the universe \(A\).
-
Let \(\sigma=(min,max;E,\lt,=)\) be a vocabulary with \(min,max\) being
constant symbols, and the other three symbols binary relation
symbols.
Write a FO \(\sigma\)-formula, that is true in a structure \({\cal A}\)
if and only if:
- \(\lt^{\cal A}\) is a total order on \(A\), and \(min^{\cal A}\) and \(max^{\cal A}\) are the first and last elements in that order;
- There is a closed walk in the graph \((A,E^{\cal A})\) that starts at \(min^{\cal A}\), follows the order \(\lt^{\cal A}\), and finally returns from \(max^{\cal A}\) to \(min^{\cal A}\).
-
Let \(\tau=(s,t;E,R,B,G)\) be a vocabulary with one binary relation
symbol (\(E\)), three unary relation symbols, and two constant symbols.
We can think of a structure for this vocabulary as a graph with vertices
labelled with colours Red, Blue and Green, and two ``designated'' vertices
s and t. Consider the case of
such structures where the graph consists of a simple directed path
and \(s\) and \(t\) denote the first and last vertices on the path.
(Equivalently, where \(E\) is a total order on the domain, and
\(s\) and \(t\) are the min and max elements.)
We can think of the vertices as a sequence of states.
Write a formula that is true of such a structure if and only if:
- Every state has exactly one colour;
- The starting state is not red;
- The end state is red;
- Every blue state is followed by a red state;
- A green state preceded by a red state is not followed by a blue state
- A structure of size \(n\), for the vocabulary \(\tau=(g,h)\) where g and h are binary function symbols, can be thought of as a pair of \(n\times n\) game boards. Imagine a game where a move consists of swapping two pieces on the board. Write a formula that is true in exactly the \(\tau\)-structures where the two boards differ by exactly one such move.
Updated Sun Nov. 08 2020, 15:35 by dgm.