Chemists are secretly doing applied category theory! When chemists list a bunch of chemical reactions like
C + O₂ → CO₂
they are secretly describing a ‘category’.
That shouldn’t be surprising. A category is simply a collection of things called objects together with things called morphisms going from one object to another, often written
f: x → y
The rules of a category say:
1) we can compose a morphism f: x → y and another morphism g: y → z to get an arrow gf: x → z,
2) (hg)f = h(gf), so we don’t ne...
Published on March 12, 2014 07:41