categories - Category Theory list
 help / color / mirror / Atom feed
* product for free
@ 2010-08-17 13:27 David Leduc
  2010-08-18  6:18 ` soloviev
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Leduc @ 2010-08-17 13:27 UTC (permalink / raw)
  To: categories

Hi,

In lambda-calculus one can define the product of types A and B by:

   forall C, (A->B->C)->C.

with pairing and projections defined as:

pair ≡ λx.λy.λz.z x y
fst ≡ λp.p (λx.λy.x)
snd ≡ λp.p (λx.λy.y)

What would be the equivalent in a closed monoidal category?
Would we get a product for free?


[For admin and other information see: http://www.mta.ca/~cat-dist/ ]


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-08-20  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-17 13:27 product for free David Leduc
2010-08-18  6:18 ` soloviev
2010-08-20  2:16   ` Robert Seely
2010-08-18 14:36 ` Rasmus Møgelberg
2010-08-19 12:59 ` Gordon Plotkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).