Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

what are the flaws of the proofs of this example: every point inside a circle,other than the center,lies on its circumference.

share|improve this question
This doesn't make sense -- can you clarify? – payne Feb 16 '11 at 3:18
2  
The main flaw with this "proof" (which is easily disproven by either counter-example or the very useful 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
It might help if you knew what a circle's circumference is. The counter-examples abound. – Cody Gray Feb 16 '11 at 4:09

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.