Talk:Natural transformation

From Wikipedia, the free encyclopedia

Would you give an example of a non-natural isomorphism to the article? -- Taku 00:26, 10 November 2005 (UTC)

It looks like it has been added... Marc Harper 15:08, 26 March 2006 (UTC)
An isomorphism between a vector space and its dual V* is perhaps the commonest example of a non-natural isomorphism. Is there a sense in which it is a theorem that there is no natural isomorphism between V and V* ?Daqu 04:46, 21 February 2006 (UTC)
I removed the bit saying it was a 'counterexample'.

metterklume

It's probably not too hard to show that there can be no transformations between functors of different variance. -lethe talk + 05:25, 21 February 2006 (UTC)

[edit] example for fun

I wrote this example natural transformation for the benefit of a friend in my user space. He suggested that it was well-enough presented to warrant inclusion in this article, or else perhaps in its own article. I don't really think so; it seems to me to be too tutorial-ish to be encyclopedic. I post it on the talk page, and you can decide whether it has a place in this article (or any other).

Image:Powersetiso.png


We want to verify the equation

\tau_A\circ \mathcal{P}(f) = f^*\circ\tau_B

where τC: P(C) → 2C is the map which sends any subset of the set C to the characteristic function on that subset, i.e.

τC(U) = χU,

where χU is given by

\chi_U(c) = \begin{cases} 1 & c \in U\\ 0 & c \not\in U \end{cases}

for any subset UC and any element cC. To verify the equation, let both sides act on some subset SB. We have

\mathcal{P}(f)(S) = f^{-1}(S)

by the definition of the powerset functor, and so

\tau_A(\mathcal{P}(f)(S)) =\chi_{f^{-1}(S)}.

On the right-hand side of the equation, we have

τB(S) = χS

and recall that f* is the pullback by f induced by the contravariant hom-functor; it acts on maps by multiplication on the right:

f^*(\chi_S)=\chi_S\circ f.

So it remains to check the equality

\chi_{f^{-1}(S)} = \chi_S\circ f.

To verify this equation, act both maps in 2A on an arbitrary element aA.

\chi_{f^{-1}(S)}(a) = \begin{cases} 1 & a\in f^{-1}(S)\\ 0 & a \not\in f^{-1}(S) \end{cases}

(\chi_S\circ f)(a)= \begin{cases} 1 & f(a)\in S\\ 0 & f(a) \not\in S \end{cases}

Since af–1(S) iff f(a) ∈ S, these maps are equal.