Documentation

Atlas.TensorCategories.code.RegularObject

@[reducible, inline]
abbrev FormalProjectiveSum (I : Type u_1) :
Type u_1

A formal real-coefficient combination of objects indexed by I, used to represent formal sums of projective covers in the Grothendieck setting.

Instances For
    def FormalProjectiveSum.coeff {I : Type u_1} (s : FormalProjectiveSum I) (i : I) :

    The coefficient of basis element i in the formal sum s.

    Instances For
      noncomputable def FormalProjectiveSum.basis {I : Type u_1} (i : I) :

      The standard basis element of FormalProjectiveSum I associated to i, namely the indicator function supported at i with value 1.

      Instances For
        noncomputable def FormalProjectiveSum.fpdim {I : Type u_1} [Fintype I] (s : FormalProjectiveSum I) (fpDimP : I) :

        The Frobenius–Perron dimension of a formal projective sum s, given the Frobenius–Perron dimensions fpDimP of the basis projectives.

        Instances For
          noncomputable def FormalProjectiveSum.ofFun {I : Type u_1} [Fintype I] (f : I) :

          Promote a function I → ℝ on a finite type to a FormalProjectiveSum I.

          Instances For
            structure FiniteTensorCategoryFPData :
            Type (u_1 + 1)

            Frobenius–Perron data for a finite tensor category: a nonempty finite indexing type I of simple objects, together with the (strictly positive) Frobenius–Perron dimensions of the simples and of their projective covers.

            Instances For

              The regular object of a finite tensor category: the formal sum of the projective covers weighted by the Frobenius–Perron dimensions of the simples.

              Instances For
                @[simp]

                The coefficient of the regular object at i equals the Frobenius–Perron dimension of the simple object i.

                The Frobenius–Perron dimension of the regular object: the formal sum of dim(simple i) · dim(projCover i).

                Instances For

                  The Frobenius–Perron dimension of the regular object expanded as the explicit sum ∑ dim(simple i) · dim(projCover i).

                  @[reducible, inline]

                  Reference abbreviation for Definition 1.47.4 (the regular object of a finite tensor category).

                  Instances For