Problem Solutions
page 73: Problem: Characterize the following set of integers (or its negative space): 1, 3, 7, 12, 18, 26, 35, 45, 56, 69, ...Solution: Define F to be the given set, and G to be its complement: F = {1, 3, 7, 12, 18, 26, 35, 45, 56, 69, ...} The sets F and G are implicitly defined by the following rules:
page 212: Problem: Translate the following wfs into English and determine if they are true or false:
Solution:
page 215: Problem: Translate the following sentences into TNT:
Solution:
page 220 (top): Problem: Consider the following incorrect "derivation" of the wf "Ax:a=a": Identify the problem in the derivation, and then fix it.1. Aa:(a+0)=a axiom 2 2. Ax:a=(a+0) symmetry 3. Aa:a=a transitivity (lines 2, 1) Solution: The applications of symmetry and transitivity in lines (2) and (3) are incorrect. A correct derivation is 1. Aa:(a+0)=a axiom 2 2. (a+0)=a specification 3. a=(a+0) symmetry 4. a=a transitivity (lines 2, 3) 5. Aa:a=a generalization
page 220 (bottom): Problem: Translate Peano's fourth postulate into TNT, and then derive that wf as a theorem. Solution: A translation of Peano's fourth postulate is "Aa:Ab:<~a=b}~Sa=Sb>". Here is a derivation of this wf: 1. [ push 2. Sa=Sb premise 3. a=b drop S 4. ] pop 5. <Sa=Sb}a=b> fantasy 6. <~a=b}~Sa=Sb> contrapositive 7. Ab:<~a=b}~Sa=Sb> generalization 8. Aa:Ab:<~a=b}~Sa=Sb> generalization
page 512: Problem: Given the rules of typogenetics, find a self-replicating strand. Solution: Some examples self-replicating strands are given on a separate page about typogenetics.
page 564: Problem: Find the smallest number expressible as the sum of two squares in two different ways. Solution: The smallest number expressible as the sum of two squares in two different ways is 50: 50 = 52 + 52 = 72 + 12.This answer is actually given in a wf written by the Crab on page 557. (Strictly speaking, the wf written by the Crab states that 50 is the smallest number that can be written as the sum of two squares in at least two ways.) |