F-algebra
From Wikipedia, the free encyclopedia
In mathematics, specifically in category theory, an F-algebra for an endofunctor
is an object A of together with a -morphism
- .
In this sense F-algebras are dual to F-coalgebras.
A homomorphism from F-algebra (A,α) to F-algebra (B,β) is a morphism
in such that
- .
Thus the F-algebras constitute a category.
Contents |
[edit] Example
Consider the functor that sends a set X to 1 + X. Here, Set denotes the category of sets, + denotes the usual coproduct given by disjoint union, and 1 is a terminal object (i.e. any singleton set). Then the set N of natural numbers together with the function , which is the coproduct of the functions (whose image is 0) and (which sends an integer n to n+1), is an F-algebra.
[edit] Initial F-algebra
If the category of F-algebras for a given endofunctor F has an initial object, it is called an initial algebra. The algebra (N,[zero,succ]) in the above example is an initial algebra. Various finite data structures used in programming, such as lists and trees, can be obtained as initial algebras of specific endofunctors.
Types defined by using least fixed point construct with functor F can be regarded as an initial F-algebra, provided that parametricity holds for the type.[1]
See also Universal algebra.
[edit] Terminal F-coalgebra
In a dual way, similar relationship exists between notions of greatest fixed point and terminal F-coalgebra, these can be used for allowing potentially infinite objects while maintaining strong normalization property.[1] In the strongly normalizing Charity programming language (i.e. each program terminates in it), coinductive data types can be used achieving surprising results, e.g. defining lookup constructs to implement such “strong” functions like the Ackermann function.[2]
[edit] See also
[edit] Notes
- ^ a b Philip Wadler: Recursive types for free! University of Glasgow, July 1998. Draft.
- ^ Robin Cockett: Charitable Thoughts (ps and ps.gz)
[edit] External links
- Categorical programming with inductive and coinductive types by Varmo Vene
- Philip Wadler: Recursive types for free! University of Glasgow, July 1998. Draft.
- Algebra and coalgebra from CLiki