Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Lean Theorem Prover

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Lean Theorem Prover


Chronological Thread 
  • From: Bas Spitters <b.a.w.spitters AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Lean Theorem Prover
  • Date: Thu, 25 Feb 2016 14:54:53 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=b.a.w.spitters AT gmail.com; spf=Pass smtp.mailfrom=b.a.w.spitters AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm0-f41.google.com
  • Ironport-phdr: 9a23:WfCObBLfG2NL+JhpttmcpTZWNBhigK39O0sv0rFitYgULf/xwZ3uMQTl6Ol3ixeRBMOAu60C1bOd6vCocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC0ILpjqvrq9X6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD89pozcNLUL37cqIkVvQYSW1+ayFmrPHs4DLEVEOk4mYWGjEdlQMNCAzY5jn7WI3wu230rLwu9jOdOJjcRKt8Yiyj87tmUgSg3C1BPngmtnrPi9BsgbhAiB2krh17hYXTZdfGZ7JFYqrBcIZCFiJ6VcFLWnkEW9vkYg==

Yes, Jeremy's Isabelle background can be seen too. The proofs are,
arguably, more readable than Coq proofs.

The lean tutorial gives a good overview of the system.

On Thu, Feb 25, 2016 at 12:01 PM, Freek Wiedijk
<freek AT cs.ru.nl>
wrote:
> Hi Jonathan,
>
>>It looks eerily similar to Coq.
>
> I also is quite different from Coq in some respects.
>
> It is implemented in C++, not in ML. It has proof
> irrelevance, function extensionality, classical logic, even
> a choice operator as part of the standard setup (exactly
> which of those are hardwired in, and which ones are just
> conventionally available in the library, I don't know.)
> It has been explicitly designed to be useful for HoTT (how
> that can be true in conjunction with the previous sentence, I
> don't know :-)) The type theory is simpler: they don't have
> "match" in the foundations, but instead work with recursors,
> and they don't have universe cumulativity.
>
> Jeremy Avigad is one of the people behind Lean. He comes
> from an Isabelle background. I can imagine Lean will feel
> more familiar to Isabelle people than Coq does.
>
> Freek



Archive powered by MHonArc 2.6.18.

Top of Page