F-coalgebra

In mathematics, specifically in category theory, an F {\displaystyle F} -coalgebra is a structure defined according to a functor F {\displaystyle F} , with specific properties as defined below. For both algebras and coalgebras,[clarification needed] a functor is a convenient and general way of organizing a signature. This has applications in computer science: examples of coalgebras include lazy evaluation, infinite data structures, such as streams, and also transition systems.

F {\displaystyle F} -coalgebras are dual to F {\displaystyle F} -algebras. Just as the class of all algebras for a given signature and equational theory form a variety, so does the class of all F {\displaystyle F} -coalgebras satisfying a given equational theory form a covariety, where the signature is given by F {\displaystyle F} .

Definition

Let

F : C C {\displaystyle F:{\mathcal {C}}\longrightarrow {\mathcal {C}}}

be an endofunctor on a category C {\displaystyle {\mathcal {C}}} . An F {\displaystyle F} -coalgebra is an object A {\displaystyle A} of C {\displaystyle {\mathcal {C}}} together with a morphism

α : A F A {\displaystyle \alpha :A\longrightarrow FA}

of C {\displaystyle {\mathcal {C}}} , usually written as ( A , α ) {\displaystyle (A,\alpha )} .

An F {\displaystyle F} -coalgebra homomorphism from ( A , α ) {\displaystyle (A,\alpha )} to another F {\displaystyle F} -coalgebra ( B , β ) {\displaystyle (B,\beta )} is a morphism

f : A B {\displaystyle f:A\longrightarrow B}

in C {\displaystyle {\mathcal {C}}} such that

F f α = β f {\displaystyle Ff\circ \alpha =\beta \circ f} .

Thus the F {\displaystyle F} -coalgebras for a given functor F constitute a category.

Examples

Consider the endofunctor X X { } : S e t S e t {\displaystyle X\mapsto X\sqcup \{*\}:\mathbf {Set} \to \mathbf {Set} } that sends a set to its disjoint union with the singleton set { } {\displaystyle \{\ast \}} . A coalgebra of this endofunctor is given by ( N ¯ , α ) {\displaystyle ({\overline {\mathbb {N} }},\alpha )} , where N ¯ = { 0 , 1 , 2 , } { } {\displaystyle {\overline {\mathbb {N} }}=\{0,1,2,\ldots \}\sqcup \{\infty \}} is the so-called conatural numbers, consisting of the nonnegative integers and also infinity, and the function α {\displaystyle \alpha } is given by α ( 0 ) = {\displaystyle \alpha (0)=\ast } , α ( n ) = n 1 {\displaystyle \alpha (n)=n-1} for n = 1 , 2 , {\displaystyle n=1,2,\ldots } and α ( ) = {\displaystyle \alpha (\infty )=\infty } . In fact, ( N ¯ , α ) {\displaystyle ({\overline {\mathbb {N} }},\alpha )} is the terminal coalgebra of this endofunctor.

More generally, fix some set A {\displaystyle A} , and consider the functor F : S e t S e t {\displaystyle F:\mathbf {Set} \longrightarrow \mathbf {Set} } that sends X {\displaystyle X} to ( X × A ) { 1 } {\displaystyle (X\times A)\cup \{1\}} . Then an F {\displaystyle F} -coalgebra α : X ( X × A ) { 1 } = F X {\displaystyle \alpha :X\longrightarrow (X\times A)\cup \{1\}=FX} is a finite or infinite stream over the alphabet A {\displaystyle A} , where X {\displaystyle X} is the set of states and α {\displaystyle \alpha } is the state-transition function. Applying the state-transition function to a state may yield two possible results: either an element of A {\displaystyle A} together with the next state of the stream, or the element of the singleton set { 1 } {\displaystyle \{1\}} as a separate "final state" indicating that there are no more values in the stream.

In many practical applications, the state-transition function of such a coalgebraic object may be of the form X f 1 × f 2 × × f n {\displaystyle X\rightarrow f_{1}\times f_{2}\times \ldots \times f_{n}} , which readily factorizes into a collection of "selectors", "observers", "methods" X f 1 , X f 2 X f n {\displaystyle X\rightarrow f_{1},\,X\rightarrow f_{2}\,\ldots \,X\rightarrow f_{n}} . Special cases of practical interest include observers yielding attribute values, and mutator methods of the form X X A 1 × × A n {\displaystyle X\rightarrow X^{A_{1}\times \ldots \times A_{n}}} taking additional parameters and yielding states. This decomposition is dual to the decomposition of initial F {\displaystyle F} -algebras into sums of 'constructors'.

Let P be the power set construction on the category of sets, considered as a covariant functor. The P-coalgebras are in bijective correspondence with sets with a binary relation. Now fix another set, A. Then coalgebras for the endofunctor P(A×(-)) are in bijective correspondence with labelled transition systems, and homomorphisms between coalgebras correspond to functional bisimulations between labelled transition systems.

Applications

In computer science, coalgebra has emerged as a convenient and suitably general way of specifying the behaviour of systems and data structures that are potentially infinite, for example classes in object-oriented programming, streams and transition systems. While algebraic specification deals with functional behaviour, typically using inductive datatypes generated by constructors, coalgebraic specification is concerned with behaviour modelled by coinductive process types that are observable by selectors, much in the spirit of automata theory. An important role is played here by final coalgebras, which are complete sets of possibly infinite behaviours, such as streams. The natural logic to express properties of such systems is coalgebraic modal logic.[citation needed]

See also

References

  • B. Jacobs and J. Rutten, A Tutorial on (Co)Algebras and (Co)Induction. EATCS Bulletin 62, 1997, p.222-259.
  • Jan J. M. M. Rutten: Universal coalgebra: a theory of systems. Theor. Comput. Sci. 249(1): 3-80 (2000).
  • J. Adámek, Introduction to coalgebra. Theory and Applications of Categories 14 (2005), 157-199
  • B. Jacobs, Introduction to Coalgebra. Towards Mathematics of States and Observations (book draft)
  • Yde Venema: Automata and Fixed Point Logics: a Coalgebraic Perspective. Information and Computation, 204 (2006) 637-678.

External links

  • CALCO 2009: Conference on Algebra and Coalgebra in Computer Science
  • CALCO 2011