Categorical fusion data for a κ-linear abelian rigid monoidal category C: a finite
indexing of representatives S i of simples, fusion coefficients N, duality involution,
and Jordan-Hölder multiplicities mult compatible with the unit, tensor product and
isomorphisms.
- ι : Type
- ι_deceq : DecidableEq (ι κ C)
- S : ι κ C → C
- S_simple (i : ι κ C) : CategoryTheory.Simple (S i)
- S_complete (X : C) : CategoryTheory.Simple X → ∃ (i : ι κ C), Nonempty (X ≅ S i)
- unitIdx : ι κ C
- unitIso : Nonempty (S unitIdx ≅ CategoryTheory.MonoidalCategoryStruct.tensorUnit C)
- N_eq_finrank (i j k : ι κ C) : N i j k = Module.finrank κ (S k ⟶ CategoryTheory.MonoidalCategoryStruct.tensorObj (S i) (S j))
Instances
The combinatorial FusionRing (Definition 1.42.2 / Proposition 1.42.4) extracted from
the categorical fusion data on C.
Instances For
Abbreviation for the underlying additive group K₀ of the Grothendieck ring obtained
from the categorical fusion data on C.
Instances For
Ring structure on GrothendieckRingK0, inherited from the fusion ring construction.
The basis class in the Grothendieck ring corresponding to the simple object S i.
Instances For
The coefficient at l of the product of two basis classes equals the fusion coefficient
N i j l.
Fusion coefficients for Rep(ℤ/2): a one-dimensional Hom space iff i + j ≡ k (mod 2).
Instances For
Alternative name for the basis class of the simple S i in the Grothendieck ring,
used by the fusion-category bridge.
Instances For
Coefficient formula for products of simple classes via the fusion-category bridge.
A based ring is unital (Definition 1.42.2(2)) if 1 itself belongs to the basis,
i.e. I₀ is a singleton.
Instances For
A UnitalBasedRing is a based ring together with a distinguished basis element unitElem
which is the unique element of I₀.
- star : ι → ι
- unitElem : ι
Instances For
Categorical multitensor data for a κ-linear monoidal preadditive category C: a finite
set of representatives S i of simples together with fusion coefficients N, a unit set I₀,
involution and the based-ring axioms. Used to model multitensor (not necessarily tensor)
categories.
- ι : Type
- ι_deceq : DecidableEq (ι κ C)
- S : ι κ C → C
- S_simple (i : ι κ C) : CategoryTheory.Simple (S i)
- N_eq_finrank (i j k : ι κ C) : N i j k = Module.finrank κ (S k ⟶ CategoryTheory.MonoidalCategoryStruct.tensorObj (S i) (S j))
Instances
Extract a BasedRing from CategoricalMultitensorData, realising the Grothendieck
based ring of a multitensor category.