Nornagest comments on How to Not Lose an Argument - Less Wrong

109 Post author: Yvain 19 March 2009 01:07AM

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

Comments (409)

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

Comment author: Dan_Moore 23 February 2011 11:20:57PM *  1 point [-]

The case of P(n) -> P(n+1) (i.e., the second part of the induction argument) that fails is n=1. (In other words n+1 = 2).

The second part of the induction argument must begin (i.e., include n >= n0) at the value n0 that you have proven in the first part to be true from 1 to n0. In this case n0 = 1, so you must begin the induction at n = 1.

Comment author: Nornagest 23 February 2011 11:26:34PM *  0 points [-]

You're right, of course. I was trying to describe the flaw in the set-overlap assumption without actually going through an inductive step, on the assumption that that would be clearer, but in retrospect my phrasing muddled that.

I'll see if I can fix that.