caps
authorjim <jim@web>
Fri, 20 Feb 2015 18:15:44 +0000 (13:15 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Fri, 20 Feb 2015 18:15:44 +0000 (13:15 -0500)
exercises/_assignment4.mdwn

index fd9816d..33c7e77 100644 (file)
@@ -96,8 +96,8 @@ addition, and exponentiation is defined in terms of multiplication.
 8.  Find a fixed point `ξ` for the successor function.  Prove it's a fixed
 point, i.e., demonstrate that `succ ξ <~~> ξ`.  
 
-    We've had surprising success embedding normal arithmetic in the lambda
-calculus, modeling the natural numbers, addition, multiplication, and
+    We've had surprising success embedding normal arithmetic in the Lambda
+Calculus, modeling the natural numbers, addition, multiplication, and
 so on.  But one thing that some versions of arithmetic supply is a
 notion of infinity, which we'll write as `inf`.  This object usually
 satisfies the following constraints, for any finite natural number `n`: