Algebras of endofunctors #
This file defines (co)algebras of an endofunctor, and provides the category instance for them.
It also defines the forgetful functor from the category of (co)algebras. It is shown that the
structure map of the initial algebra of an endofunctor is an isomorphism. Furthermore, it is shown
that for an adjunction F ⊣ G
the category of algebras over F
is equivalent to the category of
coalgebras over G
.
TODO #
- Prove that if the countable infinite product over the powers of the endofunctor exists, then algebras over the endofunctor coincide with algebras over the free monad on the endofunctor.
Equations
A morphism between algebras of endofunctor F
underlying morphism between the carriers
compatibility condition
Instances For
The identity morphism of an algebra of endofunctor F
Equations
Instances For
Equations
The composition of morphisms between algebras of endofunctor F
Equations
Instances For
Equations
Algebras of an endofunctor F
form a category
Equations
To construct an isomorphism of algebras, it suffices to give an isomorphism of the As which commutes with the structure morphisms.
Equations
Instances For
The forgetful functor from the category of algebras, forgetting the algebraic structure.
Equations
Instances For
An algebra morphism with an underlying isomorphism hom in C
is an algebra isomorphism.
An algebra morphism with an underlying epimorphism hom in C
is an algebra epimorphism.
An algebra morphism with an underlying monomorphism hom in C
is an algebra monomorphism.
From a natural transformation α : G → F
we get a functor from
algebras of F
to algebras of G
.
Equations
Instances For
The identity transformation induces the identity endofunctor on the category of algebras.
Equations
Instances For
A composition of natural transformations gives the composition of corresponding functors.
Equations
Instances For
If α
and β
are two equal natural transformations, then the functors of algebras induced by them
are isomorphic.
We define it like this as opposed to using eq_to_iso
so that the components are nicer to prove
lemmas about.
Equations
Instances For
Naturally isomorphic endofunctors give equivalent categories of algebras.
Furthermore, they are equivalent as categories over C
, that is,
we have equiv_of_nat_iso h ⋙ forget = forget
.
Equations
Instances For
The inverse of the structure map of an initial algebra
Equations
Instances For
The structure map of the initial algebra is an isomorphism, hence endofunctors preserve their initial algebras
Equations
A morphism between coalgebras of an endofunctor F
underlying morphism between two carriers
compatibility condition
Instances For
The identity morphism of an algebra of endofunctor F
Equations
Instances For
Equations
The composition of morphisms between algebras of endofunctor F
Equations
Instances For
Equations
Coalgebras of an endofunctor F
form a category
Equations
To construct an isomorphism of coalgebras, it suffices to give an isomorphism of the Vs which commutes with the structure morphisms.
Equations
Instances For
The forgetful functor from the category of coalgebras, forgetting the coalgebraic structure.
Equations
Instances For
A coalgebra morphism with an underlying isomorphism hom in C
is a coalgebra isomorphism.
An algebra morphism with an underlying epimorphism hom in C
is an algebra epimorphism.
An algebra morphism with an underlying monomorphism hom in C
is an algebra monomorphism.
From a natural transformation α : F → G
we get a functor from
coalgebras of F
to coalgebras of G
.
Equations
Instances For
The identity transformation induces the identity endofunctor on the category of coalgebras.
Equations
Instances For
A composition of natural transformations gives the composition of corresponding functors.
Equations
Instances For
If α
and β
are two equal natural transformations, then the functors of coalgebras induced by
them are isomorphic.
We define it like this as opposed to using eq_to_iso
so that the components are nicer to prove
lemmas about.
Equations
Instances For
Naturally isomorphic endofunctors give equivalent categories of coalgebras.
Furthermore, they are equivalent as categories over C
, that is,
we have equiv_of_nat_iso h ⋙ forget = forget
.
Equations
Instances For
The inverse of the structure map of an terminal coalgebra
Equations
Instances For
The structure map of the terminal coalgebra is an isomorphism, hence endofunctors preserve their terminal coalgebras
Given an adjunction F ⊣ G
, the functor that associates to an algebra over F
a
coalgebra over G
defined via adjunction applied to the structure map.
Equations
Instances For
Given an adjunction F ⊣ G
, the functor that associates to a coalgebra over G
an algebra over
F
defined via adjunction applied to the structure map.
Equations
Instances For
Given an adjunction, assigning to an algebra over the left adjoint a coalgebra over its right adjoint and going back is isomorphic to the identity functor.
Equations
Instances For
Given an adjunction, assigning to a coalgebra over the right adjoint an algebra over the left adjoint and going back is isomorphic to the identity functor.
Equations
Instances For
If F
is left adjoint to G
, then the category of algebras over F
is equivalent to the
category of coalgebras over G
.