Skip to Content.
Sympa Menu

coq-club - [Coq-Club] a simple question about "sigT".

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] a simple question about "sigT".


Chronological Thread 
  • From: Matej Kosik <5764c029b688c1c0d24a2e97cd764f AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] a simple question about "sigT".
  • Date: Wed, 18 Feb 2015 17:00:26 +0000

Hello there,

What is "sig", and how to construct values of "sig" seems clear.

I am trying to wrap my head around "sigT".
https://coq.inria.fr/library/Coq.Init.Specif.html#sigT

This seems to be simple enough example term:

{n : nat & {m : nat | n < m}}

Coq says that it has type Set.

I am trying to figure out:

1. what that set represents

2. how can I construct elements of that Set.


I am sorry about asking trivialities here.

Thank you in advance for the help.



Archive powered by MHonArc 2.6.18.

Top of Page