Merge branch 'master' of github.com:wenkokke/sf

This commit is contained in:
wadler 2018-05-08 19:13:20 -03:00
commit dfad6e0822
2 changed files with 2 additions and 9 deletions

View file

@ -4,7 +4,7 @@ layout : page
permalink : /Naturals
---
The night sky holds more stars than I can count, though less than five
The night sky holds more stars than I can count, though fewer than five
thousand are visible to the naked eye. The observable universe
contains about seventy sextillion stars.

View file

@ -217,7 +217,7 @@ be shown, and reading down from the top and up from the bottom takes us to
For the inductive case, we must show:
(suc m + n) + p ≡ (suc m + n) + p
(suc m + n) + p ≡ suc m + (n + p)
Simplifying both sides with the inductive case of addition yields the equation:
@ -614,13 +614,6 @@ displaying the text
?0 : ((m + n) + p) ≡ (m + (n + p))
This indicates that hole 0 is to be filled in with a proof of
the stated judgement.
Emacs will also create a new window at the bottom of the screen
displaying the text
?0 : ((m + n) + p) ≡ (m + (n + p))
This indicates that hole 0 is to be filled in with a proof of
the stated judgement.