home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.logic
- Path: sparky!uunet!gumby!ursa!uther!baljeual
- From: baljeual@uther.calvin.edu (Alan Baljeu)
- Subject: Re: A only if B
- Message-ID: <baljeual.718925223@uther>
- Sender: news@calvin.edu
- Organization: Calvin College
- References: <rkaivola.718902434@mits>
- Date: Mon, 12 Oct 1992 21:27:03 GMT
- Lines: 15
-
- rkaivola@mits.mdata.fi (Risto Kaivola) writes:
-
- >A = "Tom will visit us."
-
- >B = "We invite him."
-
- You want "A only if B"
-
- Think: if not B? then not A
- so !B -> !A
-
- Think: if A? if not B then not A, so we must assert B is true.
- A -> B
-
- Both of these are equivalent.
-