week1 tweaks
[lambda.git] / week1.mdwn
index 67d5828..ad6f98c 100644 (file)
@@ -185,7 +185,7 @@ Different authors use different notations. Some authors use the term "contractio
 
        M ~~> N
 
-We'll mean that you can get from M to N by one or more reduction steps. Hankin uses the symbol <code>&rarr;</code> for one-step contraction, and the symbol <code>&8608;</code> for zero-or-more step reduction. Hindley and Seldin use <code>&#8883;<sub>1</sub></code> and <code>&#8883;</code>.
+We'll mean that you can get from M to N by one or more reduction steps. Hankin uses the symbol <code><big>&rarr;</big></code> for one-step contraction, and the symbol <code><big>&#8608;</big></code> for zero-or-more step reduction. Hindley and Seldin use <code><big>&#8883;</big><sub>1</sub></code> and <code><big>&#8883;</big></code>.
 
 When M and N are such that there's some P that M reduces to by zero or more steps, and that N also reduces to by zero or more steps, then we say that M and N are **beta-convertible**. We'll write that like this: