ProofPeer – Collaborative Theorem Proving
proofpeer.net
ProofPeer – Collaborative Theorem Proving
1–10 of 10 posts
Re: ProofPeer – Collaborative Theorem Proving
#2Will it be open source? I would be happy to contribute (I work full-time with Scala).
Re: ProofPeer – Collaborative Theorem Proving
#3I started working on a very similar idea half a year ago -- with machine learning and everything (my domain was proofgraph.org). I had to suspend it since it is larger than a one mans freetime project. I am very glad that someone started with a similar idea! Will it be open source? I would be happy to contribute (I work full-time with Scala).
In my proofgraph I used the notion "certificate". Theorems are either certified by proof (strongest one, multiple proofs are possible) or are signed by third parties (committee, reviewers, trusted experts, or semi-formal automatized systems or programs like Mathematica or Sage) or self-signed (weakest).
EDIT: Ah, I see, there is a separate page explaining that.
Re: ProofPeer – Collaborative Theorem Proving
#4I started working on a very similar idea half a year ago -- with machine learning and everything (my domain was proofgraph.org). I had to suspend it since it is larger than a one mans freetime project. I am very glad that someone started with a similar idea! Will it be open source? I would be happy to contribute (I work full-time with Scala).
We will start coding full-time on it around February 2014.
If you want to collaborate, send an email to contact@proofpeer.net, or just follow us on Github.
Re: ProofPeer – Collaborative Theorem Proving
#5I wonder how does this compare to the GitHub + package manager combo. Using these tools, platforms like Ruby or Node.js became massively collaborative. To me proof development is similar to software development, so it should work as well. By the way, Coq will soon get a package manager based on OPAM: http://coq.inria.fr/cocorico/CoqDevelopment/CRGTCoq20131126?...
Re: ProofPeer – Collaborative Theorem Proving
#6Re: ProofPeer – Collaborative Theorem Proving
#7Our group at Stanford recently published some early work that shows how a different kind of large-scale collaboration, via MOOCs, can be combined with theorem provers towards pedagogical ends. http://hci.stanford.edu/publications/paper.php?id=260
Re: ProofPeer – Collaborative Theorem Proving
#8Cool project! This is a really promising area of research. Our group at Stanford recently published some early work that shows how a different kind of large-scale collaboration, via MOOCs, can be combined with theorem provers towards pedagogical ends. http://hci.stanford.edu/publications/paper.php?id=260
Did you grade student derivations in a binary fashion, i.e. correct / incorrect, or did you also take into account especially "pretty" derivations or something like that?
Re: ProofPeer – Collaborative Theorem Proving
#9Woo Edinburgh!!
Re: ProofPeer – Collaborative Theorem Proving
#10Nice project! I wonder how does this compare to the GitHub + package manager combo. Using these tools, platforms like Ruby or Node.js became massively collaborative. To me proof development is similar to software development, so it should work as well. By the way, Coq will soon get a package manager based on OPAM: http://coq.inria.fr/cocorico/CoqDevelopment/CRGTCoq20131126?...