Some facts that may be interesting to work on:
It might be relevant to think how we (as humans) might come up with a proof. For example, consider the fifth and sixth examples. I just came up with a sketch of a possible proof, paying attention to how I think. Since it is fresh in mind, let me give an account om my stream of conscousness as best as I can.
Mathematical Stream of Consciousness
My main reason for this exercise was to see the sort of thought processes that go into finding a proof of a given statement in the hope that one might be able to implement some of these in a theorem proving system or that they might suggest something that a theorem prover could try. In particular, I made no attempt to polish it up but put in the dead ends and the wrong statements which had to be corrected to make a legitimate proof since the point here is to give an accurate picture of the thought process not to write a sanitized, easy to read exposition with a half-fictitious account of how it could have been derived which is meant as a learning aid. In particular, looking at the mistakes may also be of use in analyzing the procedure used. I see this account a some sort of raw data (and, as menioned above , it is raw) that might be of use in writing a theorem proving program. --rspuzio 1 May 2005
Discussion of Mathematical Stream of Consciousness
So far, we can prove things like "10 is even" and "10^10^10 is even". See the JACKYL page.
I think the geometry problems sound hard. We should start working on a KB for geometry. (Actually I suppose you can probably prove the fact about Platonic solids using algebra, maybe it is only possible using algebra… but still, the basic definition of a Platonic solid is a geometric one.)
A simpler task than the one stated would be to prove that 2, 3, 5 are prime numbers, and that 1 and 4 aren't. (I've never been quite down with 1 not being prime, myself.) Eventually of course we will have a list of primes and we can just check the list. Heck, maybe eventually we'll have a polytime primality checker, but let's not sit on our hands til then, OK? --jcorneli