You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
The internal language of Cartesian closed categories is the simply typed lambda calculus. In this correspondence the unit of the adjunction $$_ \times A \vdash (_)^A$$ is the evaluation map corresponds to beta reduction.
What does the unit map correspond to?
In Set it takes and sends it to the map I think.
(Some) programmers call that type the 'state monad', and it's the unit, which takes a pure value of and sends it to the computation that yields and doesn't use or modify the state.
But it depends how you're interpreting things a bit.
Alexander Gietelink Oldenziel said:
the unit of the adjunction is the evaluation map corresponds to beta reduction.
This doesn't sound right. Morphisms should correspond to terms of STλC, so that a morphism is exhibited by a term such that . β-reduction only comes in when we want to define equality on these terms (and we'll want η-expansion, too). Then we can say that the category STλC has as objects the simple types (generated from some base types) and as morphisms either a quotient of the well typed terms (under α, β, and η rules) or the well typed βη-normal forms (and both could have typed constants added).
One way of doing the correspondence doesn't have a type for instance. The Cartesian product is only used for the context structure. An arrow corresponds to many terms
In this scenario, the object is going to be used as its equivalent , and so is going to be a two-term in context , the first of which is and the second is . So it's just some random thing that isn't called out as very interesting normally.
In this methodology is
I suppose you might say it's not completely uninteresting, because those are two of the SKI combinators (K and I). Or K and backwards K depending on how you want to read it.