- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 20 Jul 2005 20:20:23 +0000
- To: public-qt-comments@w3.org
- Cc:
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