Loading [MathJax]/jax/output/HTML-CSS/jax.js

Thursday, May 23, 2019

[Part 4] Raymond Smullyan's Certified Knights and Knaves puzzles
Puzzle #4 - Going backwards again



For our fourth puzzle, we will solve Problem 4 on pages 41-42 of the 2013 Dover edition [ISBN: 978-0486497051] of Raymond Smullyan's 2013 book entitled "The Gödelian Puzzle Book - Puzzles, Paradoxes & Proofs"

This puzzle reads:
I once came across a native who made a statement such that I could deduce that he must be certified (either a certified knight or a certified knave), but there was no possible way to tell whether he was a knight or a knave. 
What statement would work?
Just like in the previous post, we build a truth table in which the last column contains the value True in the only two rows that correspond to the scenarios allowed by the puzzle statement:

AAcertφ = ?Aφ
FF
F
FT
T
TF
F
TT
T

Solving the puzzle now means finding a formula φ that correctly completes this table.

Since the main connective in Aφ is a biconditional, φ must have the same truth value as A in the second and fourth rows (where the biconditional is true) and a different truth value from A in the first and third rows (where the biconditional is false).

Therefore, the almost-full table must look like:

AAcertφ = ?Aφ
FFTF
FTFT
TFFF
TTTT

Finally, the table will be complete (and the puzzle solved!) once we have found a formula φ that works:

AAcertφ = ?Aφ
FFTF
FTFT
TFFF
TTTT

In the most general case, we can assume that φ will depend on the two propositions in this puzzle, namely A and Acert.

By inspection of the table above, we see that φ is true exactly when A and Acert have the same truth value.

Therefore, φ can simply be chosen to be:

AAcert

which could have come from the English statement: 

 "I am a knight if and only if I am certified."

And this statement is indeed logically equivalent to the answer given by Smullyan on page 44 of his book:

"I am either a certified knight or an uncertified knave."

No comments:

Post a Comment