Theory of coalgebras

Coalgebras are simple mathematical structures for describing dynamical systems (like automata, transition systems, classes in object-oriented languages, processes) in a very general way. A coalgebra consists of a set X, often called the state space, together with certain operations for observation and modification. These operations are combined in a single function of the form X --> T(X), where T(X) is a type or functor representing the interface of the system. Examples of coalgebras are:

The advantage of a description in terms of coalgebras is that it enables application of standard notions and techniques from the theory of coalgebras like invariant, bisimulation, behaviour (via final coalgebras), refinement, coinduction (as proof principle involving final coalgebras), temporal logic (with henceforth and eventually operators).

The main forum for work on coalgebra is the workshop Coalgebraic Methods in Computer Science (CMCS), which is usually held as satellite event to ETAPS.
There is also a more general forum on behavioral aspects of computer science and mathematics, maintained at UCSD.

Various references concerning local work on coalgebras are accissible via Bart Jacobs' publications page.