(no commit message)
[lambda.git] / topics / _week10_gsv.mdwn
index 8c2f527..c557d08 100644 (file)
@@ -92,7 +92,8 @@ Here's the recipe: given a starting infostate s, choose an object a
 from the domain of discourse.  Construct a modified infostate s' by
 adjusting the assignment function of each possibility so as to map the variable x to a.
 Then update s' with φ.  Finally, take the union over the results of
 from the domain of discourse.  Construct a modified infostate s' by
 adjusting the assignment function of each possibility so as to map the variable x to a.
 Then update s' with φ.  Finally, take the union over the results of
-doing this for every object a in the domain of discourse.
+doing this for every object a in the domain of discourse.  If you're
+unsure about this, examine the [[code|code/gsv.ml]].
 
 Negation is natural enough:
 
 
 Negation is natural enough:
 
@@ -442,6 +443,12 @@ The result is different.  Fewer possibilities remain.
 We have elminated both possible worlds and possible discourses.
 So the second formula is more informative.
 
 We have elminated both possible worlds and possible discourses.
 So the second formula is more informative.
 
+One of main conclusions of GSV is that in the presence of modality,
+the hallmark of dynamic treatments--that existentials bind outside of 
+their syntactic scope--needs to refined into a more nuanced understanding.
+Binding still occurs, but the extent of the syntactic scope of an existential
+has a detectable effect on truth conditions.
+
 As we discovered in class, there is considerable work to be done to
 decide which expressions in natural language (if any) are capable of
 expressing which of the two translations into the GSV fragment.  We
 As we discovered in class, there is considerable work to be done to
 decide which expressions in natural language (if any) are capable of
 expressing which of the two translations into the GSV fragment.  We