Group-like elements in a coalgebra #
This file defines group-like elements in a coalgebra, i.e. elements a such that ε a = 1 and
Δ a = a ⊗ₜ a.
Main declarations #
IsGroupLikeElem: Predicate for an element in a coalgebra to be group-like.linearIndepOn_isGroupLikeElem: Group-like elements over a domain are linearly independent.
A group-like element in a coalgebra is an element a such that ε(a) = 1 and Δ(a) = a ⊗ₜ a,
where ε and Δ are the counit and comultiplication respectively.
A group-like element
asatisfiesε(a) = 1.A group-like element
asatisfiesΔ(a) = a ⊗ₜ a.
Instances For
A coalgebra homomorphism sends group-like elements to group-like elements.
A coalgebra isomorphism preserves group-like elements.
The type of group-like elements in a coalgebra.
- val : A
The underlying element of a group-like element.
- isGroupLikeElem_val : IsGroupLikeElem R ↑self
Instances For
Equations
- GroupLike.instCoeOut = { coe := GroupLike.val }
Identity equivalence between GroupLike R A and {a : A // IsGroupLikeElem R a}.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Group-like elements over a domain are linearly independent.
Group-like elements over a domain are linearly independent.