0

I apologise if this may sound like a stupid question (I have searched online but couldn't find an answer) Is there a way to draw the tableau of an inference? For example if I have the following inference, how can I show using the tableau that the inference is true or not?

∀x,∀y(P(x, y)→P(y, x)), P(a, b) ⊢P(b, b)

KeykoYume
  • 492

1 Answers1

2

There are some beautiful books :

and

but also :


In order to show if : $∀x∀y(P(x,y) → P(y,x)), P(a,b) ⊢ P(b,b)$ holds or not, we have to proceeed as for the propositional case, considering (for signed tableau) the set :

$S = \{ T \ ∀x∀y(P(x,y) → P(y,x)), T \ P(a,b), F \ P(b,b) \}$;

if it closes, then the set is unsatisfiable and thus the formula $P(b,b)$ is logical consequence of the premises.

The only rule we can apply to start with is $T \ \forall$ (twice) [see : R.Smullyan, page 54].