<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 17, 2015 at 4:38 AM, N. Raghavendra <span dir="ltr">&lt;<a href="mailto:raghu@hri.res.in" target="_blank">raghu@hri.res.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">At 2015-02-17T11:03:12+01:00, Andrea Vezzosi wrote:<br>
<br>
</span>I guess I should get used to the fact that it&#39;s only syntactic sugar.<br>
Whenever I see &quot;forall x -&gt; B x&quot; I keep thinking &quot;\prod_x B(x)&quot;.  But I<br>
think of &quot;(x : _) -&gt; B x&quot; also as &quot;\prod_x B(x)&quot;, so I guess it&#39;s ok.<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>The problem here is in terminology, unfortunately. The &quot;dependent product&quot; is the pi type (dependent function type), which has a logical interpretation of &quot;for all&quot;. The &quot;dependent sum&quot; is the sigma type (dependent pair type), which as a logical interpretation of &quot;there exists&quot;. This conflicts with referring to (dependent) pairs as a (Cartesian) product.<br></div></div><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div>Christopher Jenkins<br></div>Embedded Systems Software Engineer<br></div>Genesi USA Inc.<br></div></div>
</div></div>