• Non ci sono risultati.

One-Pass and Tree-Shaped Tableaux for LTL

N/A
N/A
Protected

Academic year: 2021

Condividi "One-Pass and Tree-Shaped Tableaux for LTL"

Copied!
72
0
0

Testo completo

(1)

One-Pass and Tree-Shaped Tableaux for LTL

Nicola Gigante

(2)

Linear Temporal Logic

Linear Temporal Logic(LTL) is a propositional modal logic interpreted over infinite, discrete, linear orders.

X α αwill be true at thenextstate.

αU β βwill eventually be true, and αalways holdsuntilthen.

F β≡ ⊤ U β β willeventuallybe true.

G β≡ ¬ F ¬β β willalwaysbe true.

(3)

Tableau methods for LTL satisfiability

LTLsatisfiabilityis the problem of checking whether there exists a model that satisfies a given LTL formula.

PSPACE-completeproblem.

Algorithmic solutions:

(Büchi) Automata-based Tableaumethods Temporal resolution

Reduction to model checking

(4)

Tableau methods for LTL satisfiability

You have already seen a tableau method for LTL satisfiability, which isgraph-shaped:

A graph structure is built from the closure of the formula Each node is anatom, a set of locally consistent formulae A path in the graph corresponds to a potential model of the formula

A strongly connected components decomposition of the graph is used to check whether there exists a fulfilling path.

(5)

A One-Pass Tree-Shaped Tableau for LTL

Today we’ll look at a different method, which isone-passand tree-shaped.

The built structure is atreeinstead of a graph.

Asingle passis sufficient to build a branch of the tree and determine its acceptance or rejection.

Verysimplerule-based structure:

Easy toextendto LTL extensions Easy to parallelize

(6)

How it works

(7)

How it works

The tableau for ϕ is a tree where each node is labeled by a set of formulae, with the root labeled with{ϕ}.

The formula starts in Negated Normal Form.

At each step some rules are applied to a leaf, depending on the contents of the label, possibly generating new children for the current node.

Some rules canaccepta branch, others canrejectit.

If the complete tree contains at least an accepted branch, the formula issatisfiable.

(8)

Expansion rules

Expansion rules are applied to a node until no other expansion rule can be applied anymore:

Boolean connectives handled just like in classical propositional tableau.

{α ∨ β}

{α} {β}

{α ∧ β}

{α, β}

(9)

Expansion rules

Expansion rules are applied to a node until no other expansion rule can be applied anymore:

Common expansion rules handle temporal operators:

{α Uβ}

{β} {α, X(α Uβ)}

{Fβ} {β} {X Fβ}

{G α}

{α, X G α}

βis called aneventuality.

X(αU β) is anX-eventuality.

(10)

Expansion rules

Rule ϕ Γ1(ϕ) Γ2(ϕ) Disjunction α∨ β {α} {β}

Until αU β {β} {α, X(α U β)}

Release αR β {α, β} {β, X(α R β)}

Eventually F β {β} {X F β}

Conjunction α∧ β {α, β}

Always G α {α, X G α}

(11)

Advancing to the next temporal step

Eventually we reach apoisednode, labelled only ofelementary formulae: propositionsortomorrows.

We can step to the next temporal state by the step rule:

{. . . , X α, . . .}

{α}

The poised node give us theevaluationfor the currentstate.

(12)

Contradictions

If a label contains contradictions, werejectthe branch.

{. . . , p, . . . , ¬p, . . .}

7

(13)

Acceptance and contradictions

If a step rule results into an empty label, we’re done:

the branch isaccepted.

{. . . , p, ¬q, r, . . .}

{}

3

(14)

Finding periodic models - loop rule

Some formulae (e.g., G F p) require to satisfy infinitely often the same request, thus the labels may never become empty.

these formulae will have infinite periodic models the loop rule accepts such branches

(15)

Finding periodic models - loop rule

Let u =⟨u0, . . . ,uk⟩ be a branch with a poised leaf uk: loop rule

The branch isacceptedif there is another position i < k such that Γ(uj) = Γ (uk), and all the X-eventualities requested in uj

are fulfilled in u[j+1,k].

(16)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p p ¬p

(17)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p p ¬p

(18)

Example

{G F(p ∧ X ¬p)}

{F(p∧ X ¬p),X G F(p∧ X ¬p)}

. . . {p,X¬p,X G F(p∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p p ¬p

(19)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p,X¬p,X G F(p∧ X ¬p)}

{¬p,G F(p∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p p ¬p

(20)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p,X¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p

¬p p ¬p

(21)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p,G F(p∧ X ¬p)}

{¬p, F(p∧ X ¬p),X G F(p∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p

¬p p ¬p

(22)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p∧ X ¬p),X G F(p∧ X ¬p)}

{¬p,p,X¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p

¬p p ¬p

(23)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p∧ X ¬p),X G F(p∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p,X F(p∧ X ¬p),X G F(p∧ X ¬p)}

3

p

¬p p ¬p

(24)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p,X F(p∧ X ¬p),X G F(p∧ X ¬p)}

3

p

¬p p ¬p

(25)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p,X F(p∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p

p ¬p

(26)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p, X ¬p, X G F(p ∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p

p ¬p

(27)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p,X¬p,X G F(p∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

3

p ¬p

p ¬p

(28)

Example

{G F(p ∧ X ¬p)}

{ F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

. . . {p,X¬p,X G F(p∧ X ¬p)}

{¬p, G F(p ∧ X ¬p)}

{¬p, F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

{¬p, p, X ¬p, . . .} {¬p, X F(p ∧ X ¬p), X G F(p ∧ X ¬p)}

p ¬p p ¬p

(29)

Unrealizable eventualities

Something is still missing. Consider the following formula:

G¬p ∧ q U p

It is unsatisfiable, but not because of propositional contradictions.

The requested eventuality is unrealizable.

(30)

Unrealizable eventualities - prune rule

In these cases we have to stop postponing the eventuality to guarantee termination. Let u =⟨u0, . . . ,uk⟩ be a branch with a poised leaf uk:

prune rule

The branch isrejectedif:

1 there are other two positions i < j < k such that Γ (ui) = Γ (uj) = Γ (uk), and

2 all the X-eventualities fulfilled in u[j+1,k]are fulfilled in u as well.

(31)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(32)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(33)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{G¬p,qU p}

{¬p,X G¬p,p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(34)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p,X G¬p,p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(35)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{G¬p,qU p}

{¬p, X G ¬p, p}

7

{¬p,X G¬p,q,X(qU p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(36)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G¬p,q,X(qU p)}

{G¬p,qU p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(37)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(38)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

7

(39)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p,X G¬p,q,X(qU p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p,X G¬p,q,X(qU p)}

{G ¬p, q U p}

7

(40)

Example - unsatisfiable formula

{G ¬p ∧ q U p}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{ G ¬p, q U p}

{¬p, X G ¬p, p}

7

{¬p, X G ¬p, q, X(q U p)}

{G ¬p, q U p}

(41)

How it works - summary

To summarize:

When toaccepta branch?

When the label isempty

When we are looping while satisfying all theeventualities When to reject a branch?

When a label is contradictory

When we are looping but unable to satisfy all the eventualities

(42)

How it works - summary

To summarize:

When to accept a branch?

When the label is empty

When we are looping while satisfying all the eventualities When torejecta branch?

When a label iscontradictory

When we are looping but unable to satisfy all theeventualities

(43)

Proofs

We can briefly overview how to prove that the method is soundandcomplete.

Soudness

If the complete tableau for ϕ contains anacceptedbranch, then ϕ issatisfiable.

Completeness

If ϕ issatisfiable, then the complete tableau for ϕ contains at

(44)

Soundness

The soundness proof builds a model from the accepted branch:

let u =⟨u0, . . . ,un⟩ be an accepted branch (unisticked) let π =⟨π0, . . . , πm⟩ be the subsequence of itspoisednodes if u is accepted then either Γ(πm)is empty or there is a πk with Γ(πk) = Γ (πm)that triggered the loop rule.

we extend π ad infinitum to:

Π = π[0,k][k+1,m])ω (let k = m − 1 in the empty case)

(45)

Soundness

The soundness proof builds a model from the accepted branch:

then, we can extract a model σ =⟨σ0, σ1, . . .⟩ from Π:

σ,i|= p if and only if p ∈ Γ(Πi)

we can prove by structural induction that if ψ∈ Γ(Πi), then σ, i|= ψ:

if p∈ Γ(Πi), it holds by definition

if X ψ∈ Γ(Πi), either ψ∈ Γ(Πi+1)by the step rule, or Πi= Πm= Πkbecause of the loop rule, hence ψ∈ Γ(Πi+1) = Γ (Πk+1)again because of the step rule.

all other cases follow the expansion rules, e.g. if α∨ β ∈ Γ(Π), then either α∈ Γ(Π)or β∈ Γ(Π)by

(46)

Completeness

(47)

Completeness

The completeness proof revolves around the prune rule.

(48)

Atoms and pre-models

We need a different but related concept ofatom:

Definition

Let X⊆ C(ϕ) be a set of formulae. Anatomgenerated by X is a minimalset of formulae ∆⊆ C(ϕ) such that:

X⊆ ∆

if ψ∈ ∆, then Γ1(ψ)⊆ ∆ or Γ2(ψ)⊆ ∆

(49)

Atoms and pre-models

A pre-models is a sequence of atoms that abstracts a set of models of a formula.

Definition

Apre-modelgenerated by a set X⊆ C(ϕ) is an infinite sequence of atoms ∆ =⟨∆0, ∆1, . . .⟩ such that:

0is generated by X;

for all i⩾ 0, ∆i+1is generated by X(∆i) where X(∆) ={ψ | X ψ ∈ ∆};

if αU β ∈ ∆i, then there is a k⩾ k such that β ∈ ∆k,

(50)

Atoms and pre-models

Pre-models abstract models for a formula:

A set of models for ϕ can be extracted by a pre-model ∆ A pre-model ∆ can be built from a model σ for ϕ such that if ψ∈ ∆ithen σ, i|= ψ

(51)

Finding the accepted branch

The tableau nodes can be used to build atoms:

get the sequence π =⟨π0, . . . , πm⟩ of a branch’s poised nodes

∆(πi), theatomof πi, is the union of all the nodes that got expandedto reach πi.

∆(πi)isgeneratedby X(Γ(πi−1)).

(52)

Finding the accepted branch

So suppose a model for ϕ exists:

make a pre-model ∆ for ϕ

use ∆ as a guide totraversethe tableau for ϕ:

find a branch u =⟨u0, . . . ,un⟩ s.t. if ∆(ui) = ∆ifor all i⩾ 0 the branch cannot berejectedby the contradiction rule, because otherwise we would have{p, ¬p} ⊆ ∆n.

so either the branch is accepted, and we are done, or it has been rejected by the prune rule.

(53)

Greedy pre-models

Let ∆ ={∆0, ∆1, . . .} be a pre-model for ϕ. For each X-eventuality ψ≡ X(α U β) ∈ C(ϕ) and position i ⩾ 0, let:

di(ψ) =





0 if ψ isnotrequested at position i n if ψ is requested at position i

and fulfilled at j > i such that n = j − 1

ψ1≡ X(α U β)

ψ2≡ X(α U γ) β γ

d 3

(54)

Greedy pre-models

Let ∆ ={∆0, ∆1, . . .} be a pre-model for ϕ. For each X-eventuality ψ≡ X(α U β) ∈ C(ϕ) and position i ⩾ 0, let:

di(ψ) =





0 if ψ isnotrequested at position i n if ψ is requested at position i

and fulfilled at j > i such that n = j − 1

ψ1≡ X(α U β)

ψ2≡ X(α U γ) β γ

d 2

(55)

Greedy pre-models

Let ∆ ={∆0, ∆1, . . .} be a pre-model for ϕ. For each X-eventuality ψ≡ X(α U β) ∈ C(ϕ) and position i ⩾ 0, let:

di(ψ) =





0 if ψ isnotrequested at position i n if ψ is requested at position i

and fulfilled at j > i such that n = j − 1

ψ1≡ X(α U β)

ψ2≡ X(α U γ) β γ

d 1

(56)

Greedy pre-models

Let ∆ ={∆0, ∆1, . . .} be a pre-model for ϕ. For each X-eventuality ψ≡ X(α U β) ∈ C(ϕ) and position i ⩾ 0, let:

di(ψ) =





0 if ψ isnotrequested at position i n if ψ is requested at position i

and fulfilled at j > i such that n = j − 1

ψ1≡ X(α U β)

ψ2≡ X(α U γ) β γ

d 0

(57)

Greedy pre-models

With delays, we can define apreorderon pre-models.

Given two premodels ∆ and ∆:

di⩽ diiff di(ψ)⩽ di(ψ)for all X-eventualities ψ

i⪯ ∆iiff di⩽ di

the order on pre-models is definedlexicographically:

⪯ ∆iff ∆j ⩽ ∆jfor some j⩾ 0 with ∆i = ∆ifor all i < j.

(58)

Existence of greedy pre-models

If there is a pre-model ∆ for ϕ, then there is agreedyone ∆ ⪯ ∆.

000102 · · · ∆0n · · ·

101112 · · · ∆1n · · ·

202122 · · · ∆2n · · ·

∼ =

303132 · · · ∆3n · · ·

∼ = ∼ =

An infinite descending chains of pre-models might exists

but, for any m the prefix of length m stabilizes sooner or later hence thelimitof the sequence is a pre-model, and is greedy.

(59)

Completeness: Endgame

Greedy pre-models allow us to prove completeness:

Traverse the tableau tree as described before, but suppose to do it with agreedypre-model ∆ for the formula ϕ Recall that we found a branch u with poised nodes π such that ∆(πi) = ∆i

Recall that by construction, it can only have been crossed by the prune rule, if at all

Let’s show this cannot happen.

(60)

Completeness: Endgame

X F α X F β X F γ 1 2

8 α β

X F α X F β X F γ 1 4

5 α

X F α X F β X F γ n 1

2 β γ

1 2 5

α β n

1 2

β γ

(61)

Completeness: Endgame

X F α X F β X F γ 1 2

8 α β

X F α X F β X F γ 1 4

5 α

X F α X F β X F γ n 1

2 β γ

1 2 5

α β n

1 2

β γ

(62)

Completeness: Endgame

X F α X F β X F γ 1 2

8 α β

X F α X F β X F γ 1 4

5 α

X F α X F β X F γ n 1

2 β γ

1 2 5

α β n

1 2

β γ

(63)

Completeness: Endgame

X F α X F β X F γ 1 2

8 α β

X F α X F β X F γ 1 4

5 α

X F α X F β X F γ n 1

2 β γ

1 2 5

α β n

1 2

β γ

(64)

Completeness: Endgame

X F α X F β X F γ 1 2

8 α β

X F α X F β X F γ 1 4

5 α

X F α X F β X F γ n 1

2 β γ

1 2 5

α β n

1 2

β γ

(65)

The end

Questions?

(66)

Appendix

(67)

Why three occurrences?

Consider this formula:

ϕ≡ p ∧ G(p ←→ X ¬p) ∧ G F q1∧ G F q2

G¬(q1∧ q2)∧ G(q1−→ ¬p) ∧ G(q2−→ ¬p)

And its tableau: {ϕ}

{. . . , X F q1,X F q2, . . .}

. . . {. . . , X F q1,X F q2, . . .}

7 ?

. . . {. . . , X F q1,X F q2, . . .}

3

q2

q1

p q1 p q2 p q1

(68)

Why three occurrences?

Consider this formula:

ϕ≡ p ∧ G(p ←→ X ¬p) ∧ G F q1∧ G F q2

G¬(q1∧ q2)∧ G(q1−→ ¬p) ∧ G(q2−→ ¬p) And its tableau:

{ϕ}

{. . . , X F q1,X F q2, . . .}

. . . {. . . , X F q1,X F q2, . . .}

7 ?

3

q1

p q1 p q2 p q1

(69)

Why three occurrences?

Consider this formula:

ϕ≡ p ∧ G(p ←→ X ¬p) ∧ G F q1∧ G F q2

G¬(q1∧ q2)∧ G(q1−→ ¬p) ∧ G(q2−→ ¬p) And its tableau:

{ϕ}

{. . . , X F q1,X F q2, . . .}

. . . {. . . , X F q1,X F q2, . . .}

7 ?

3

q1

p q1 p q2 p q1

(70)

Why three occurrences?

Consider this formula:

ϕ≡ p ∧ G(p ←→ X ¬p) ∧ G F q1∧ G F q2

G¬(q1∧ q2)∧ G(q1−→ ¬p) ∧ G(q2−→ ¬p) And its tableau:

{ϕ}

{. . . ,X F q1,X F q2, . . .}

. . . {. . . ,X F q1,X F q2, . . .}

3

q1

p q1 p q2 p q1

(71)

Why three occurrences?

Consider this formula:

ϕ≡ p ∧ G(p ←→ X ¬p) ∧ G F q1∧ G F q2

G¬(q1∧ q2)∧ G(q1−→ ¬p) ∧ G(q2−→ ¬p) And its tableau:

{ϕ}

{. . . ,X F q1,X F q2, . . .}

. . . {. . . ,X F q1,X F q2, . . .}

7 ?

3

q1

p q1 p q2 p q1

(72)

Why three occurrences?

Consider this formula:

ϕ≡ p ∧ G(p ←→ X ¬p) ∧ G F q1∧ G F q2

G¬(q1∧ q2)∧ G(q1−→ ¬p) ∧ G(q2−→ ¬p) And its tableau:

{ϕ}

{. . . ,X F q1,X F q2, . . .}

. . . {. . . , X F q1,X F q2, . . .}

7 ?

q q1

p q1 p q2 p q1

Riferimenti

Documenti correlati

Importantly, these two studies explore the ability of different kinds of Tree Kernel to perform the tasks of classifying argumentative stances (the first study employs PTK [16],

Solution proposed by Roberto Tauraso, Dipartimento di Matematica, Universit`a di Roma “Tor Vergata”, via della Ricerca Scientifica, 00133 Roma, Italy. If at least one of the functions

[r]

Upon startup a bridge sets all its link to PRE-FORWARDING and claims to be Root and designated bridge on every port When the information about root are expired the bridge tries

– Ad ogni passo viene aggiunto l'arco di peso minimo che collega un nodo già raggiunto dell'albero con uno non ancora raggiunto. Prim: Shortest connection networks and

So, partly emulat- ing Giotto’s virtuosistic gesture, when he gives Pope Boni- facio VIII’s messenger a “simple” circle, and partly Chuang Tzu’s gesture, when he draws “the

Una sentenza che, rivendicando la capacità del disegno di assurgere a grimaldello volto a scardina- re l’apparenza per svelarci ciò che altrimenti rimarrebbe

Static rules can be applied depending only on the contents of the current node’s label; non-static rules need to take into account also predecessor nodes.. Both kinds of rules,