Relative Content

Tag Archive for prolog

Open source implementations of euclidean geometery automated theorem provers

I plan to work on extending a theorem prover which is specialised in generating proofs for questions based in euclidean geometry which is taught to high school students to introduce them to the ideas of proofs and reasoning. Some open source implementations that I have found are JGEX (Java Geometery expert)and GeomericTheoremProver library in Julia. However I believe that these are very much based on algebraic methods,(i.e is encoding the premises and the statement as a polynomial). I am looking for an implementation that is based on synthentic methods1. I want to find an implementation that closely relates to GEOM2 or QED_TUTRIX3