prod and sig in COQ - MathOverflow most recent 30 from http://mathoverflow.net2013-06-20T05:45:47Zhttp://mathoverflow.net/feeds/question/116191http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/116191/prod-and-sig-in-coqprod and sig in COQAsymptotik2012-12-12T18:25:28Z2013-01-11T15:22:00Z
<p>Hello,</p>
<p>Apparently in COQ the type prod (with one constructor pair) corresponds to cartesian product and the type sig (with one constructor exist) to dependent sum but how is described the fact that the cartesian product is a particular case of dependent sum ? I wonder there is a link between prod and sig but I don't find it explicitely.</p>
<p>Best</p>
http://mathoverflow.net/questions/116191/prod-and-sig-in-coq/117412#117412Answer by Asymptotik for prod and sig in COQAsymptotik2012-12-28T15:06:43Z2012-12-28T15:06:43Z<p>Actually, the type prod is more akin to sigT than sig. You can use sigT to define a prod' and show there is a bijection between the two types prod and prod' (but they cannot be definitionally equal).</p>