I'm learning $\lambda$-calculus from this book: Lectures on the Curry-Howard Isomorphism (1998 version) (https://disi.unitn.it/~bernardi/RSISE11/Papers/curry-howard.pdf), and in page 17, definition 1.5.21 the symbol $ \langle \mathbf{\cdot} , \mathbf{\cdot} \rangle$ appears. I'm not familiar with this symbol, what does it mean?
2026-03-26 19:17:02.1774552622
What's the Meaning of the Notation $ \langle \mathbf{\cdot} , \mathbf{\cdot} \rangle$ in $\lambda$-Calculus?
66 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
As the definition states, it denotes an arbitrary "bijective, recursive function" from $\Bbb N^2$ to $\Bbb N$. In terms of $\langle\bullet,\,\bullet\rangle$, it defines a map $\#$. You may want to see, for example, what this does for the Cantor pairing function.