Documentation

Atlas.TensorCategories.code.GrothendieckRingCategorical

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.

Instances

    The combinatorial FusionRing (Definition 1.42.2 / Proposition 1.42.4) extracted from the categorical fusion data on C.

    Instances For
      @[reducible, inline]

      Abbreviation for the underlying additive group K₀ of the Grothendieck ring obtained from the categorical fusion data on C.

      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
          structure BasedRing (ι : Type u_1) [DecidableEq ι] [Fintype ι] :
          Type u_1

          Definition 1.42.2(1): A based ring on the basis ι: fusion coefficients, a unit subset I₀, an involution star, associativity, and the duality / antiautomorphism axioms.

          • N : ιιι
          • I₀ : Finset ι
          • star : ιι
          • star_star (i : ι) : self.star (self.star i) = i
          • assoc (i j k l : ι) : m : ι, self.N i j m * self.N m k l = m : ι, self.N j k m * self.N i m l
          • sum_I₀_mul_left (j k : ι) : sself.I₀, self.N s j k = if j = k then 1 else 0
          • sum_I₀_mul_right (i k : ι) : sself.I₀, self.N i s k = if i = k then 1 else 0
          • duality_trace (i j : ι) : kself.I₀, self.N i j k = if i = self.star j then 1 else 0
          • star_anti (i j k : ι) : self.N i j k = self.N (self.star j) (self.star i) (self.star k)
          Instances For
            def BasedRing.IsUnital {ι : Type u_1} [DecidableEq ι] [Fintype ι] (B : BasedRing ι) :

            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
              structure UnitalBasedRing (ι : Type u_1) [DecidableEq ι] [Fintype ι] extends BasedRing ι :
              Type u_1

              A UnitalBasedRing is a based ring together with a distinguished basis element unitElem which is the unique element of I₀.

              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.

                Instances