Jump to content

User:Modelpractice/sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Modelpractice (talk | contribs) at 13:14, 20 June 2015 (Text). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Trakhtenbrot's Theorem

For every relational vocabulary σ with at least one binary relation symbol, it is undecidable whether a sentence Φ of vocabulary is finitely satisfiable. [i.e. has a finite model]

Corollaries

  1. The set of finitely valid sentences of σ is not recursively enumerable.
  2. There is no recursive function f such that: if Φ has a finite model, then it has a model of size at most f(Φ).

Approach

Instead of a general statement, the following is a sketch of a methodology to show if a set of structures can or cannot be described up to isomorphy in FO.

Prerequisites:

  • A Ehrenfeucht–Fraïssé game (EFG) is a game on two structures, played two players, the spoiler and the duplicator, that either must win. Its moves can be restricted to a certain number, what makes it easier for the duplicator to win.
  • The quantifier rank (qr()) of a formula is the maximal depth of its quantifier nesting. Notice that qr() is a concept on languages, not on structures.

Given a property P over a set of structures. The methodology makes use of the correspondence between m-move Ehrenfeucht games (EFG) and FO[m], the FO sentences of quantifier rank less or equal m, like this:

for two structures A, B, where A has P and B doesn't, the so called duplicator wins the m-move EFG on A, B iff A, B can be discriminated in FO[m], else the so called spoiler wins. So, by inductively expanding A, B to higher m and playing EFG on it, it can be shown if P can be described uniquely in FO.

1. One wants to find a FO sentence to discriminate 2 disjoint sets. For example the even (EVEN) and odd elements of a linear oder.

2. Since such a sentence must have a quantifier rank, one checks all FO sentences by induction over their quantifier ranks. Let FO[i] denote the initial step. For example, FO[2] denotes all FO sentences with qr=2, and A2 = {1, 2, 3, 4} and B2 = {1, 2, 3, 4, 5} are two sets which cannot be discriminated in FO[2]. The latter is shown by a 2-move EFG. Before A2 and B2 have to be found, appropriately.

3. For example, A2 and B2 can be discriminated in FO[3]. However, they can be extended to A3 and B3 s.t. discrimination in FO[3] always fails.

4. For example, for FO[m] some Am, Bm can be found (with Am, Bm of length 2m, 2m+1), s.t. in the m-move EFG on Am, Bm the duplicator always wins, and thus it is shown that EVEN (on linear orders) cannot be described uniquely up to isomprphism in any FO sentence (of any quantifier rank).

In general the methodology is as follows. Suppose we want to show that a property P is not expressable in a logic L. We then partition the set of all sentences of L in countably many classes L[0], L[1], ..., L[k], ... and find two families of structures {Ak | k ∈ ℕ} and {Bk | k ∈ ℕ}, such that every L[k] sentence holds for Ak and Bk although Ak has property P and Bk doesn't (since they were chosen that way).

Text

In general the methodology is as follows. Suppose one wants to show that a property P is not expressable in a logic L. If P were expressible in L, every two structures where one has P and one doesn't would be discriminatable by a L-sentence, thus one has to show there is at least one pair of structures A and B such that on one hand A has P and B doesn't although on the other hand there is no L-sentence that holds for A but not for B (or for B and not for A).

What kind of evidence can one expect? As shown above, a fixed pair A, B could always be described and thus discriminated in FO. Thus, an aproach to look for a single pair A, B must fail (at least in FO or higher languages) Thus, a basic approach has to look for a pair A, B for each L-sentence. Fortunately, this can be simplified by two ideas. Firstly, partitioning all L-sentences into classes, s.t. a single pair A, B is sufficient for each. Secondly, expanding A, B inductively over these classes.

This leaves one with two issues:

  1. how to classify the L-sentences?
  2. how to construct such A, B inductively?

Prerequisites:

  • A Ehrenfeucht–Fraïssé game (EFG) is a game on two structures, played by two players, the spoiler and the duplicator, that either must win. Its moves are restricted to a certain number.
  • The quantifier rank (qr()) of a formula is the maximal depth of its quantifier nesting. Notice that qr() is a concept on languages, not on structures.

For classification (1.), the main idea in FO (and also higher languages) is to use the correspondence between Ehrenfeucht–Fraïssé game (EFG) and quantifier rank (qr()). A, B are not discriminateable in FO[m] (all FO-sentences of qr()=m) iff the duplicator in an m-move EFG has a winning strategy. For induction (2.) the approach has to be chosen individually for each structure.

So, we get the following proof schema:

  1. define a language L, a kind of structures S, and a property P.
  2. choose a initialy qr()=1 construct a pair A1, B1 of S-structures, where A has P and B doesn't.
  3. prove that A1, B1 cannot be discriminated in L[1], by employing a 1-move EFG on A1, B1 (in case of FO).
  4. pick an arbitrary Am, Bm and define an extension rule for it to Am+1, Bm+1
  5. show that if the duplicator wins the m-move EFG on Am, Bm it also wins the m+1-move EFG on Am+1, Bm+1.

Notice, that since winning the i-move EFG for the duplicator implies that it wins the i-1-move EFG as well, the proof can be simplified, by 'overleaping' some of the increments (not necessary for basic understanding).