[Bug 1612] what is the quantification of unbound variables?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1612





------- Additional Comments From jmdyck@ibiblio.org  2005-07-20 20:20 -------
It might help if you

(a) rewrote
        1 <= i <= k
    as
        i in { 1, ..., k }
    (since that ties into existing syntax whose semantics readers might be
    more comfortable with),

and
(b) put the premise on a separate line (so it looked less like an annotation
    on the preceding premise).

Received on Wednesday, 20 July 2005 20:20:28 UTC