The Mutilated Checkerboard in Set Theory John McCarthy Computer - - PDF document

the mutilated checkerboard in set theory
SMART_READER_LITE
LIVE PREVIEW

The Mutilated Checkerboard in Set Theory John McCarthy Computer - - PDF document

The Mutilated Checkerboard in Set Theory John McCarthy Computer Science Department Stanford University jmc@cs.stanford.edu http://www-formal.stanford.edu/jmc/ September 13, 2004 1 An 8 by 8 checkerboard with two diagonally oppos squares


slide-1
SLIDE 1

The Mutilated Checkerboard in Set Theory

John McCarthy Computer Science Department Stanford University jmc@cs.stanford.edu http://www-formal.stanford.edu/jmc/ September 13, 2004

1

slide-2
SLIDE 2

An 8 by 8 checkerboard with two diagonally oppos squares removed cannot be covered by dominoes ea

  • f which covers two rectilinearly adjacent squares.

present a set theory description of the proposition a an informal proof that the covering is impossible. W no present system that I know of will accept either formal description or the proof, I claim that both sho be admitted in any heavy duty set theory.

2

slide-3
SLIDE 3

We have the definitions Board = Z8 × Z8, mutilated-board = Board − {(0, 0), (7, 7)}, domino-on-board(x) ≡ (x ⊂ Board) ∧ card(x) = 2 ∧(∀x1 x2)(x1 = x2 ∧ x1 ∈ x ∧ x2 ∈ x ⊃ adjacent(x1, x2)),

3

slide-4
SLIDE 4

adjacent(x1, x2) ≡ |c(x1, 1) − c(x2, 1)| = 1 ∧c(x1, 2) = c(x2, 2) ∨|c(x1, 2) − c(x2, 2)| = 1 ∧ c(x1, 1) = c(x2, 1), and partial-covering(z) ≡ (∀x)(x ∈ z ⊃ domino-on-board(x)) ∧(∀x y)(x ∈ z ∧ y ∈ z ⊃ x = y ∨ x ∩ y = {})

4

slide-5
SLIDE 5

Theorem: ¬(∃z)(partial-covering(z) ∧

  • z = mutilated-board)

Proof: We define x ∈ Board ⊃ color(x) = rem(c(x, 1) + c(x, 2), 2)

5

slide-6
SLIDE 6

domino-on-board(x) ⊃ (∃u v)(u ∈ x ∧ v ∈ x ∧ color(u) = 0 ∧ color(v) = 1), partial-covering(z) ⊃ card({u ∈ z|color(u) = 0}) = card({u ∈ z|color(u) = 1}), card({u ∈ mutilated-board|color(u) = 0}) = card({u ∈ mutilated-board|color(u) = 1}), ( and finally

6

slide-7
SLIDE 7

¬(∃z)(partial-covering(z) ∧ mutilated-board =

  • z) (

Q.E.D.