diff --git a/Trinitarianism/Quest2.md b/Trinitarianism/Quest2.md index 2ac137c..ad3c69e 100644 --- a/Trinitarianism/Quest2.md +++ b/Trinitarianism/Quest2.md @@ -14,10 +14,13 @@ which means from now on you can write `0 + 1` and so on (with spaces). Try coming up with a sensible definition. It may not look 'the same' as ours. +

- Hint - `n + 0` should be `n` and `n + (m + 1)` should be `(n + m) + 1` +Hint + +`n + 0` should be `n` and `n + (m + 1)` should be `(n + m) + 1`
+

Now we can make the statement: ```agda