In the second part of the solution, to part 1) the text reads:
'This can be expressed more succinctly as p = ...'
Where it should read:
'This can be expressed more succinctly as q = ...'
There are two mistakes:
- the root of the tree should be ∧ instead of ∨
- the right sub-tree should be P instead of Q
The last word of the solution should not read 'induction' but rather 'implication'.
"However, the formulae p and q are equivalent, ...", this should be "However, the formulae p and r are equivalent, ..."
There are two mistakes:
- When the Commutativity rule is applied, ∨ is accidentally changed to ∧
- The last rule should be the Contradiction law instead of Tautology
It should be:
...
<=> (p ∧ q) ∨ false (Commutativity)
<=> p ∧ q (Contradiction)
In the second to last step (labelled Distributivity) the formula should read:
(¬p ∨ r) ∧ (¬q ∨ r)
The first sentence states that Amanda invites six friends to her birthday party. This should be five friends.
The Commutative step mistakenly introduces ∩ which should be ∪. The last two steps should be
...
= (A ∩ B) ∪ ∅ (Commutativity law)
= A ∩ B (Empty set law)
The subformula
The third bullet states
x = bc
Which should be
z = bc
Under heading 4, the formula
Remember that
Instead, one correct solution is:
Note that the following formula is not a good answer to the question:
Why? It states that for every person
The proof starts with "Assume
The exercise should be:
Prove that
$A \cong B$ for any countably infinite sets A and B.
The definition of grandfather should be:
The solutions again confuse the order of composition in the definition of Nephew and Uncle.
"anytisymmetric" is a typo, it should of course be "antisymmetric"
The general solution is
The solution states:
"if (a, b) = (fn, fn+1) then (fn+1, fn+2) = (a+b, b)"
This should be (b, a+b).