what are the flaws of the proofs of this example: every point inside a circle,other than the center,lies on its circumference.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as off topic by duffymo, paxdiablo, Cody Gray, Moron, Richard Feb 17 '11 at 8:13
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Consider a point that is half way between the center of the circle and the edge (circumference) of the circle. This point is inside the circle yet it is neither the center of the circle nor does it lie on the circumference of the circle. This is a proof by counterexample that the statement is false. |
||||
|
|
reductio ad crappum) is that it doesn't belong here on a programming Q&A site. In any case, that's not a proof, it's a contention. A proof tends to have backing evidence to support it. – paxdiablo Feb 16 '11 at 3:39