Documentation

Atlas.TensorCategories.code.QuantumGroupGeneral

noncomputable def qAnalog {k : Type u_1} [Field k] (q : k) (n : ) :
k

The q-analog [n]_q = (q^n - q^{-n}) / (q - q^{-1}) of a natural number n.

Instances For
    noncomputable def qAnalogFactorial {k : Type u_1} [Field k] (q : k) (n : ) :
    k

    The q-analog factorial [n]_q! = ∏_{l=1}^{n} [l]_q.

    Instances For
      noncomputable def qSerreCoeff {k : Type u_1} [Field k] (q : k) (N l : ) :
      k

      The coefficient (-1)^l / ([l]_q! · [N-l]_q!) appearing in the q-Serre relations.

      Instances For
        theorem qAnalog_one {k : Type u_1} [Field k] (q : k) (hq : q - q⁻¹ 0) :
        qAnalog q 1 = 1

        The q-analog of 1 equals 1, provided q - q⁻¹ ≠ 0.

        structure CartanDatum (r : ) :

        A Cartan datum of rank r: a symmetrizable Cartan matrix together with a choice of symmetrizing positive integers d_i.

        Instances For

          The rank-1 Cartan datum for sl_2: Cartan matrix [2] with symmetrizer 1.

          Instances For
            class QuantumGroup {r : } (C : CartanDatum r) (k : Type u) [Field k] (A : Type v) [Ring A] [HopfAlgebra k A] :
            Type (max u v)

            Definition 1.26.2 (Etingof–Gelaki–Nikshych–Ostrik): The quantum group U_q(g) attached to a Cartan datum C. It is the Hopf algebra over k generated by elements E_i, F_i and invertible elements K_i (with inverses Kinv_i), subject to the standard commutation, Cartan, and q-Serre relations, with comultiplication Δ(K_i) = K_i ⊗ K_i, Δ(E_i) = E_i ⊗ K_i + 1 ⊗ E_i, Δ(F_i) = F_i ⊗ 1 + K_i^{-1} ⊗ F_i.

            Instances
              theorem QuantumGroup.hopf_unique_from_generators {k : Type u_1} [Field k] {r : } {C : CartanDatum r} {A : Type v} [Ring A] [HopfAlgebra k A] [h : QuantumGroup C k A] (f : A →ₗ[k] TensorProduct k A A) (hf_alg : ∀ (a b : A), f (a * b) = f a * f b) (hf_K : ∀ (i : Fin r), f (K C k i) = K C k i ⊗ₜ[k] K C k i) (hf_E : ∀ (i : Fin r), f (E C k i) = E C k i ⊗ₜ[k] K C k i + 1 ⊗ₜ[k] E C k i) (hf_F : ∀ (i : Fin r), f (F C k i) = F C k i ⊗ₜ[k] 1 + Kinv C k i ⊗ₜ[k] F C k i) (a : A) :

              Theorem 1.26.3 (Etingof–Gelaki–Nikshych–Ostrik): There exists a unique Hopf algebra structure on U_q(g) whose coproduct satisfies the prescribed values on the generators K_i, E_i, F_i. Any k-linear algebra map f : A → A ⊗ A agreeing with the comultiplication on generators must agree everywhere.