View Single Post
  #3  
Old 06-25-2010, 09:21 AM
yt2005 yt2005 is offline
Aviak


Join Date: Feb 2010
Posts: 59
Default

Quote:
Originally Posted by Cogwell [You must be logged in to view images. Log in or Register.]
JOB | CRYING | GET JOB ^ STOP CRYING
.....T..........T.....................F
.....T...........F....................F
......F..........T....................T
......F..........F.....................F
Is that a truth table of when it's appropriate to say "Get a job and stop crying"? Truth tables are just one of the many things I'm poor (ha!) at. (Also, jokes.)

I thought it would be more appropriate to have a truth table of when you fulfill the conditions of "Get a job and stop crying".

Code:
JOB | CRYING | (JOB ^ ¬CRYING)
 T  |    T   |       F
 T  |    F   |       T
 F  |    T   |       F
 F  |    F   |       F
Alternatively, we can make one of "If you get a job, you will stop crying", something which many people are asking about in this thread (e.g., "If I have a job, am I allowed to cry?")

Code:
JOB | CRYING | JOB ⇒ ¬CRYING
 T  |    T   |      F
 T  |    F   |      T
 F  |    T   |      T
 F  |    F   |      T
What follows from that is that if you indeed have a job and are still crying, then you are disproving the implication.

And no, I clearly don't have a job.