A generic position of the play in sequent form.
Drawing a position in sequent form. We also represent a position with the list of judgements Eloise can backtrack to, with the negative judgements first.
f., ..., f.
, t.
, ..., t.
The positions Eloise can backtrack to are the nodes of the current Tarski play (of the branch ending in the golden ball). We read a sequent as: ``either is false, or ..., or
is false, or
is true, or ..., or
is true''. The same sequent can be read as: `if
is true, and ..., and
is true, then either
is true, or ..., or
is true''. We write the same sequent also in the form:
, ...,
|-
, ...,
and we call it sequent-view (of Eloise). In the step 14 of the previous play, the sequent is:
t.∀x.∃y.∀z.f(x,y)≤f(x,z), t.∃y.∀z.f(a,y)≤f(a,z), t.∀z.f(a,e)≤f(a,z), t.f(a,e)≤f(a,e'), t.T
or
{} |- ∀x.∃y.∀z.f(x,y)≤f(x,z), ∃y.∀z.f(a,y)≤f(a,z), ∀z.f(a,e)≤f(a,z), f(a,e)≤f(a,e'), T
We print boldface the current goal (the judgement marked by the golden ball in the view-tree).
What is the intuitive meaning of the Sequent-view? From a logical viewpoint, , ...,
|-
, ...,
is a complete description of the thesis of Eloise. The current position of the play is the instance of the thesis Eloise is currently defending (if it is a formula with a t. in front), or attacking (if it is a formula with a f. in front). If Eloise backtracks, she switches to some other formula from the same sequent, again defending it (if it is a formula with a t. in front), or attacking it (if it is a formula with a f. in front).
The sequent-view is formally defined for Abelard, too, even if Abelard cannot backtrack. The sequent-view of Abelard is the list of nodes of just the current Tarski play (of the branch ending in the golden ball). The role of f and t are reversed, though. Negative judgements are in the right-hand-side, and positive judgements in the left-hand-side. In the step 14 of the previous play, the sequent is:
f.∀x.∃y.∀z.f(x,y)≤f(x,z), f.∃y.∀z.f(a,y)≤f(a,z), ft.∀z.f(a,e)≤f(a,z), f.f(a,e)≤f(a,e'), f.T
or
∀x.∃y.∀z.f(x,y)≤f(x,z), ∃y.∀z.f(a,y)≤f(a,z), ∀z.f(a,e)≤f(a,z), f(a,e)≤f(a,e'), T |- {}
We print boldface the current goal (the judgement marked by the golden ball in the view-tree).
Created by Mathematica (October 20, 2006)