Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] merging functions over disjoint domains

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] merging functions over disjoint domains


Chronological Thread 
  • From: Jonas Oberhauser <s9joober AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] merging functions over disjoint domains
  • Date: Wed, 27 Apr 2016 23:25:32 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=s9joober AT gmail.com; spf=Pass smtp.mailfrom=s9joober AT gmail.com; spf=None smtp.helo=postmaster AT mail-wm0-f44.google.com
  • Ironport-phdr: 9a23:vro6mRJzaAoIBoxWnNmcpTZWNBhigK39O0sv0rFitYgUKfTxwZ3uMQTl6Ol3ixeRBMOAu6IC27Cd7PGocFdDyKjCmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TWM5DIfUi/yKRBybrysXNWC34LnjavtqtX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86Fpy8kVWqLjOq88ULZwDTI8Mmlz6te4mwPESF6t4X0VSS0xmBdSAwHY9xzgFsPq4yn9seBwwgGVOMT3SfY/XjH0vPQjcwPhlCpSb21xy2rQkMEl1K8=

Am 27.04.2016 um 19:48 schrieb Guillaume Melquiond:
You are mixing two kinds of decidability here. (I don't know if there is
a better way to name them.) One is the excluded-middle property and the
other is the existence of an algorithm.
Ah, language :) By decider for P I always mean one that goes to +. The other property I just call XM.

Here is a Coq script to make it
clearer:

Lemma foo : forall n, P n \/ not (P n) -> {P n} + {not (P n)}.
Yes, it seems we were thinking about the same thing : )

Thanks for your explanation,
jonas



Archive powered by MHonArc 2.6.18.

Top of Page