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 the dual result about the structure map of the terminal coalgebra of an endofunctor.
- 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.
An algebra of an endofunctor; str
stands for "structure morphism"
- a : C
carrier of the algebra
- str : F.obj self.a ⟶ self.a
structure morphism of the algebra
Instances For
Equations
- CategoryTheory.Endofunctor.instInhabitedAlgebraId = { default := { a := default, str := CategoryTheory.CategoryStruct.id ((CategoryTheory.Functor.id C).obj default) } }
A morphism between algebras of endofunctor F
- f : A₀.a ⟶ A₁.a
underlying morphism between the carriers
- h : CategoryTheory.CategoryStruct.comp (F.map self.f) A₁.str = CategoryTheory.CategoryStruct.comp A₀.str self.f
compatibility condition
Instances For
compatibility condition
The identity morphism of an algebra of endofunctor F
Equations
- CategoryTheory.Endofunctor.Algebra.Hom.id A = { f := CategoryTheory.CategoryStruct.id A.a, h := ⋯ }
Instances For
Equations
- CategoryTheory.Endofunctor.Algebra.Hom.instInhabited A = { default := { f := CategoryTheory.CategoryStruct.id A.a, h := ⋯ } }
The composition of morphisms between algebras of endofunctor F
Equations
- f.comp g = { f := CategoryTheory.CategoryStruct.comp f.f g.f, h := ⋯ }
Instances For
Equations
- CategoryTheory.Endofunctor.Algebra.instCategoryStruct F = CategoryTheory.CategoryStruct.mk CategoryTheory.Endofunctor.Algebra.Hom.id (@CategoryTheory.Endofunctor.Algebra.Hom.comp C inst F)
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
- CategoryTheory.Endofunctor.Algebra.isoMk h w = { hom := { f := h.hom, h := ⋯ }, inv := { f := h.inv, h := ⋯ }, hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
The forgetful functor from the category of algebras, forgetting the algebraic structure.
Equations
- One or more equations did not get rendered due to their size.
Instances For
An algebra morphism with an underlying isomorphism hom in C
is an algebra isomorphism.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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
- One or more equations did not get rendered due to their size.
Instances For
The identity transformation induces the identity endofunctor on the category of algebras.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A composition of natural transformations gives the composition of corresponding functors.
Equations
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
Instances For
The inverse of the structure map of an initial algebra
Equations
- CategoryTheory.Endofunctor.Algebra.Initial.strInv h = (h.to { a := F.obj A.a, str := F.map A.str }).f
Instances For
The structure map of the initial algebra is an isomorphism, hence endofunctors preserve their initial algebras
A coalgebra of an endofunctor; str
stands for "structure morphism"
- V : C
carrier of the coalgebra
- str : self.V ⟶ F.obj self.V
structure morphism of the coalgebra
Instances For
Equations
- CategoryTheory.Endofunctor.instInhabitedCoalgebraId = { default := { V := default, str := CategoryTheory.CategoryStruct.id default } }
A morphism between coalgebras of an endofunctor F
- f : V₀.V ⟶ V₁.V
underlying morphism between two carriers
- h : CategoryTheory.CategoryStruct.comp V₀.str (F.map self.f) = CategoryTheory.CategoryStruct.comp self.f V₁.str
compatibility condition
Instances For
compatibility condition
The identity morphism of an algebra of endofunctor F
Equations
- CategoryTheory.Endofunctor.Coalgebra.Hom.id V = { f := CategoryTheory.CategoryStruct.id V.V, h := ⋯ }
Instances For
Equations
- CategoryTheory.Endofunctor.Coalgebra.Hom.instInhabited V = { default := { f := CategoryTheory.CategoryStruct.id V.V, h := ⋯ } }
The composition of morphisms between algebras of endofunctor F
Equations
- f.comp g = { f := CategoryTheory.CategoryStruct.comp f.f g.f, h := ⋯ }
Instances For
Equations
- One or more equations did not get rendered due to their size.
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
- CategoryTheory.Endofunctor.Coalgebra.isoMk h w = { hom := { f := h.hom, h := ⋯ }, inv := { f := h.inv, h := ⋯ }, hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
The forgetful functor from the category of coalgebras, forgetting the coalgebraic structure.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A coalgebra morphism with an underlying isomorphism hom in C
is a coalgebra isomorphism.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
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
- One or more equations did not get rendered due to their size.
Instances For
The identity transformation induces the identity endofunctor on the category of coalgebras.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A composition of natural transformations gives the composition of corresponding functors.
Equations
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
Instances For
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
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
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
- One or more equations did not get rendered due to their size.
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
.
Equations
- One or more equations did not get rendered due to their size.