Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Same symbol for functions and implication

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Same symbol for functions and implication


Chronological Thread 
  • From: "N. Raghavendra" <raghu AT hri.res.in>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Same symbol for functions and implication
  • Date: Sun, 08 Sep 2013 16:22:18 +0530
  • Cancel-lock: sha1:aX0EYrGxgxmlX7VDzRz7hFH1yME=

I'm learning Coq and am wondering why the symbol -> is used both for
functions between types as in "evenb : nat -> bool", and for
implications between propositions as in "forall n : nat, even n -> even
(S (S n))". Is there any mathematical reason for this, or is it just a
matter of convenience?

Best regards,
Raghu.

--
N. Raghavendra
<raghu AT hri.res.in>,
http://www.retrotexts.net/
Harish-Chandra Research Institute, http://www.hri.res.in/




Archive powered by MHonArc 2.6.18.

Top of Page