August 2nd, 2007, 11:36 am
QuoteOriginally posted by: farmerThe proof is obviously dumb, but maybe I just don't know what induction means. I'll be blunt: You tellin' me this thing is hard to see right through? Did you really not read a couple lines and say "whatever" after like three seconds?To a non-math person, the "dumb" part of the argument is probably the introduction of the maximum function, which seems irrelevant at first, and the argument by induction. Induction is rarely used outside of mathematics because it relies on the inductive statement being true in a very strict sense. In non-mathematical argument, it usually fails. For example, I might say, "killing an innocent, healthy adult is murder"; and "if it's murder to kill someone tomorrow then it must be murder to kill them today"; and conclude that abortion is murder. But the argument relies too heavily on strict, either/or, definitions of "humanity" and "murder." Since it's hard to imagine something changing from lump of cells to human in a day, or from unobjectionable to murder overnight, the argument carries some rhetorical weight. But logically, all I've shown is if abortion is not murder, there must be gradations in the concept of either humanity or murder, or I there must be some special day (quickening, perhaps, or birth) in human development.To a math person, it's unsurprising to see the maximum function or the induction argument, both are common in this kind of proof. While the error is easy to find, if you didn't know the conclusion was absurd, it's also easy to miss. For example, suppose I was trying to prove for two positive integers A and B:A/B + B/A <= Max(A,B) + 1/Max(A,B)This is true if Max(A,B) = 1. Suppose I then proved that:(A - 1)/(B - 1) + (B - 1)/(A - 1) <= Max(A-1,B-1) + 1/Max(A-1,B-1) implies A/B + B/A <= Max(A,B) + 1/Max(A,B)I think most people would accept this proof at first glance, failing to notice that A-1 and B-1 need not be positive integers (that is, they can be zero).