home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9422 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.0 KB

  1. Path: sparky!uunet!mcsun!uknet!yorkohm!minster!dan
  2. From: dan@minster.york.ac.uk
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Setminus but not quite
  5. Message-ID: <711841381.28977@minster.york.ac.uk>
  6. Date: 22 Jul 92 21:43:01 GMT
  7. References: <1992Jul22.124144.20741@Csli.Stanford.EDU>
  8. Organization: Department of Computer Science, University of York, England
  9. Lines: 25
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. gandalf@Csli.Stanford.EDU (Juergen Wagner) writes:
  13. : [titan.rice.edu seems to have vanished from my name server tables]
  14. : What about setminus with a singleton? I don't see why we need a new
  15. : operator here. I haven't seen any in the literature, either.
  16. : --Juergen Wagner
  17. : J_Wagner@iao.fhg.de
  18. : gandalf@csli.stanford.edu
  19.  
  20. OK... I quite like the idea so:
  21.  
  22.  
  23. == [X] ==================================
  24. | _ sminus _ : |P X x X -> |P X
  25. +----------------------------------------
  26. |forall S:|P X;t:X .
  27. |  S sminus t = { x:X|x in S and x neq t}
  28.  
  29. where sminus is typeset as, say, \heartsuit.
  30.  
  31. There you go. Now \heartsuit is your set-minus operator.
  32. Happy?
  33.  
  34. -- Daniel
  35.