endoself comments on Rationality Quotes: January 2011 - Less Wrong

2 Post author: wedrifid 03 January 2011 05:24AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (268)

You are viewing a single comment's thread. Show more comments above.

Comment author: endoself 03 January 2011 10:05:48PM 7 points [-]

That's not even rational, it's affirming the consequent.

Comment author: PhilGoetz 24 January 2011 10:50:07PM 2 points [-]

It's a joke about rationality. Why should all rationality quotes need to be direct and inspiring?

Comment author: endoself 26 January 2011 04:40:12AM *  1 point [-]

I would in general approve of a joke about rationality. I just don't think that this was particularly related to rationality or particularly funny, and it contained a logical fallacy without the fallacy being the butt of the joke, so it was not very rational.

Comment author: shokwave 04 January 2011 02:47:33AM *  2 points [-]

However, on the assumption that at least once in René's life he did indeed walk into a bar and refuse his regular drink in such manner (it seems possible), the premises and the conclusion are all true.

Comment author: endoself 04 January 2011 02:52:10AM 1 point [-]

I think the implication that the cessation of existence was immediate was at least as strongly implied as that the exchange took place in French.

Comment author: shokwave 04 January 2011 03:08:47AM 1 point [-]

Of course. One of the things that learning logic from philosophy teaches you is to be nitpicky about deriving causation from conditionals. A truth table, for better or worse, contains no field for "strong implication contradicted".

Comment author: endoself 04 January 2011 03:20:26AM 1 point [-]

I don't think I derived this implication from the `I think, therefore I am,' I think I got it from how it happened right after, though I can't be sure about that specific instance of causation in my brain.

A truth table, for better or worse, contains no field for "strong implication contradicted".

Best summary of the justification for Bayesian AI I've ever heard.

Comment author: orthonormal 04 January 2011 06:29:16AM 6 points [-]

How many Less Wrongers does it take to ruin a joke?

Comment author: Broggly 04 January 2011 03:17:14PM 8 points [-]

None. Any general intelligence should be able to do it.

Comment author: endoself 04 January 2011 06:58:59AM *  6 points [-]

Two, judging by the number of people between your comment and the top one, with the top comment being excluded because the ruining of a joke is defined not to include the initial statement of the joke and, due to the way in which you mentioned the ruining of the joke, you presumably were commenting on an existing situation, rather than one which you had just completed ;)

Comment author: nshepperd 04 January 2011 07:05:43AM 3 points [-]

Hmm, it was only one that time.

Comment author: wedrifid 04 January 2011 07:04:07AM 2 points [-]

because the ruining of a joke is defined not to include the initial statement of the joke

Really? What if they totally mess up the punchline? Or accidentally use a synonym of the word that was being set up for a pun?

Comment author: endoself 04 January 2011 07:25:54AM 0 points [-]

Good point, I did assume that the joke was told correctly.

Comment author: orthonormal 04 January 2011 03:50:38PM 1 point [-]

AUGH

Comment author: billswift 04 January 2011 12:15:29AM 3 points [-]

Re-writing Descartes's "I think, therefore I am" as ("If I think, then I am" and "I think"); therefore "I am". Then the joke's "I think not" would be denying the antecedent, which is still a fallacy, of course.

Comment author: endoself 04 January 2011 12:55:49AM *  2 points [-]

I seem to represent P -> Q and ~Q -> ~P the same way in my mind, but giving the resulting fallacies different names reduces ambiguity, so I guess this is a useful distinction.

Comment author: Jayson_Virissimo 04 January 2011 02:01:01AM *  3 points [-]

I seem to represent P -> Q and ~Q -> P the same way in my mind...

P→Q is not logically equivalent to ~Q→P. Perhaps you meant P→Q and ~Q→~P.

Comment author: endoself 04 January 2011 02:23:18AM *  1 point [-]

Fixed, thanks.

Comment author: billswift 04 January 2011 03:55:13AM *  1 point [-]

Affirming the consequent is a totally different fallacy -

"If P, then Q and Q is true; therefore P".

Comment author: endoself 04 January 2011 04:03:49AM *  2 points [-]

Denying the antecedent with P and Q:

  • P -> Q

  • ~P

  • Therefore ~Q

Affirming the consequent with ~Q and ~P

  • ~Q -> ~P

  • ~P

  • Therefore ~Q

Wow, I feel kind of bad just writing those chains of "deduction". Anyways, the same result was concluded from the same minor premise, the only difference is the major premise, and P -> Q and ~Q -> ~P are equivalent.

edit: formatting

Comment author: HonoreDB 04 January 2011 04:05:38AM *  1 point [-]

By the principle of explosion, all fallacies are the same.

(∀P,Q ((P->Q) ^ Q) -> P) <-> (∀P,Q ((P->Q) ^ ~P) -> ~Q)

Comment author: endoself 04 January 2011 04:18:13AM 2 points [-]

That depends on the definition of same. All fallacies imply each other, but the premises and conclusions in these two should be represented identically by a computer.

Comment author: JoshuaZ 24 January 2011 10:56:47PM 0 points [-]

No. This is not the case. Just because something is a fallacy doesn't make its negation true. Thus for example (P->Q) -> (Q->P) is a fallacy. But ~((P->Q) ->(Q->P) ) is not a theorem of first order logic. So even if I throw (P->Q) -> (Q->P) as an additional axiom in I can't get a general explosion in first order logic. Contradictions lead to explosion, but fallacies do not necessarily do so.

Comment author: HonoreDB 24 January 2011 11:13:44PM *  1 point [-]

So even if I throw (P->Q) -> (Q->P) as an additional axiom in I can't get a general explosion in first order logic.

Sure you can.

  1. R v ~R (axiom)
  2. R -> (R v ~R) (by 1)
  3. (R v ~R) -> R (by the new axiom)
  4. R (by 1 and 3)

Edit:

(P->Q) -> (Q->P) is not a fallacy. ∀P,Q: (P->Q) -> (Q->P) is a fallacy, and its negation is ∃P,Q: (P->Q)^~(Q->P) which is indeed a theorem in first order logic.

Comment author: Perplexed 25 January 2011 01:09:05AM 2 points [-]

Huh?? If you allow quantification over propositions, you are no longer using first order logic.

I think you were closer to being on track before your edit. The first thing to realize is that a fallacy is not a false statement. It is an invalid inference scheme or rule of inference.

So, with P and Q taken to be schematic variables (to be instantiated as propositions), the following is a fallacy (affirming the consequent):

P -> Q |- Q -> P

Or, you could have simply corrected the words "additional axiom" in the quoted claim to "additional axiom scheme".

Comment author: JoshuaZ 25 January 2011 12:33:16AM 0 points [-]

Er, sorry. Meant propositional calculus not first order logic. I think my statement works in that context.

Comment author: Will_Sawin 04 February 2011 06:22:00PM 1 point [-]

What's specifically going on here is that (P=>Q) => (Q=> P) is false whenever P is false and Q is true.

Adding it as an axiom schema to propositional calculus results in a contradiction. It cannot be added as a single axiom to first-order logic.

Comment author: JoshuaZ 04 February 2011 10:18:45PM 0 points [-]

Yes, you are correct. I was confused in a very stupid way.