added parens around [[Q]]
authorjim <jim@web>
Sat, 20 Nov 2010 22:28:56 +0000 (17:28 -0500)
committerLambda Wiki <lambda@SERVER.PHILOSOPHY.FAS.NYU.EDU>
Sat, 20 Nov 2010 22:28:56 +0000 (17:28 -0500)
hints/assignment_7_hint_5.mdwn

index 2e7808a..40df3b8 100644 (file)
@@ -1,4 +1,3 @@
-
 *      How shall we handle \[[&exist;x]]? As we said, GS&V really tell us how to interpret \[[&exist;xPx]], but for our purposes, what they say about this can be broken naturally into two pieces, such that we represent the update of our starting set `u` with \[[&exist;xPx]] as:
 
        <pre><code>u >>= \[[&exist;x]] >>= \[[Px]]
                        
        That would be the meaning of \[[&exist;]], which we'd use like this:
 
-       <pre><code>\[[&exist;]] \[[Q]]
+       <pre><code>\[[&exist;]] ( \[[Q]] )
        </code></pre>
 
        or this: