The symmetric monoidal category of finite comodules #
This file equips finitely generated right comodules over a commutative bialgebra with their standard symmetric monoidal structure. The braiding is the ordinary tensor-product swap
m ⊗ n ↦ n ⊗ m.
The swap respects the diagonal coaction because commutativity identifies the coefficient
products m₁n₁ and n₁m₁. Its compatibility with the coaction is isolated in
Comodule.tensorCombine_comm. The remaining naturality, hexagon, and symmetry laws are
inherited from SemimoduleCat along the faithful monoidal forgetful functor.
Main declarations #
TauCeti.FGComoduleCat.tensorBraiding: the tensor-product swap as a comodule isomorphism.BraidedCategory (TauCeti.FGComoduleCat R C): the induced braided structure.SymmetricCategory (TauCeti.FGComoduleCat R C): the standard symmetric structure.TauCeti.FGComoduleCat.braiding_hom_applyandbraiding_inv_apply: the two concrete formulas for the braiding.
References #
This is the symmetric-category part of Layer 1 of the Tau Ceti reductive-groups roadmap,
ReductiveGroups/README.md in TauCetiRoadmap. It advances the requested rigid monoidal
category of finite-dimensional comodules and the later Tannakian reconstruction target.
The construction is standard; see Sweedler, Hopf Algebras, Chapter 2. The categorical
packaging follows Mathlib's symmetric structure on SemimoduleCat and uses
BraidedCategory.ofFaithful and SymmetricCategory.ofFaithful.
The braiding on finite comodules: the ordinary tensor-product swap, which intertwines the diagonal coactions because the coefficient bialgebra is commutative.
Equations
Instances For
The tensor-product swap makes finite comodules over a commutative bialgebra braided.
Equations
- One or more equations did not get rendered due to their size.
The forgetful functor from finite comodules to semimodules preserves the braiding.
Equations
- One or more equations did not get rendered due to their size.
Finite comodules over a commutative bialgebra form a symmetric monoidal category.
The monoidal braiding is the named tensor-product swap.
The braiding sends m ⊗ n to n ⊗ m.
The inverse braiding sends n ⊗ m back to m ⊗ n.