Documentation

TauCeti.RepresentationTheory.Quiver.Zigzag.Isomorphism

The nonisolated zigzag quotient is an invariant of the graph #

An isomorphism e : G ≃g H of simple graphs relabels the doubled quiver of G as the doubled quiver of H, hence relabels the path basis of k(DoubledQuiver G) as the path basis of k(DoubledQuiver H). This file carries that relabelling through the zigzag relations: it is an isomorphism of path algebras, it matches the two relation families, and it therefore descends to an isomorphism of the two TauCeti.nonisolatedZigzagQuotients.

That quotient is, as its own docstring records, the intended zigzag algebra only for a graph without an isolated vertex; the componentwise public algebra remains to be built, and its invariance is not established here.

Nothing here is specific to the uniform relation family beyond the fact that it is described by path lengths and by the endpoints of paths, both of which a relabelling preserves. That is exactly what the transport lemmas below say, one constructor at a time.

Main definitions #

Main results #

References #

This discharges the "functoriality under graph/quiver isomorphism" clause of Layer 0 of TauCetiRoadmap/ZigzagPreprojective/README.md. It covers the "invariance under graph isomorphism" clause of Layer 1 only in part: the uniform relation quotient is transported, while the skew-parameter statements of that clause — extension along a field homomorphism, the resulting scalar-extension comparison, and injectivity on units — are untouched. See Huerfano--Khovanov, A category for the adjoint representation, Section 3.

noncomputable def TauCeti.DoubledQuiver.pathAlgebraEquiv {V : Type u} {W : Type v} {G : SimpleGraph V} {H : SimpleGraph W} (k : Type w) [CommSemiring k] [Finite V] [Finite W] (e : G ≃g H) :

The isomorphism of doubled path algebras induced by a graph isomorphism: it relabels the basis path by path of the doubled quiver.

Equations
Instances For
    @[simp]

    The relabelling sends the basis element of a path of the doubled quiver of G to the basis element of the relabelled path of the doubled quiver of H.

    @[simp]

    The relabelling carries the idempotent of a vertex of G to the idempotent of the image vertex of H.

    theorem TauCeti.DoubledQuiver.pathAlgebraEquiv_ofArrow {V : Type u} {W : Type v} {G : SimpleGraph V} {H : SimpleGraph W} (k : Type w) [CommSemiring k] [Finite V] [Finite W] (e : G ≃g H) {i j : V} (h : G.Adj i j) :

    The relabelling carries an arrow along an edge of G to the arrow along the image edge of H. Deliberately not a simp lemma, TauCeti.PathAlgebra.ofArrow_eq_ofPath already rewriting its left-hand side.

    @[simp]
    theorem TauCeti.DoubledQuiver.pathAlgebraEquiv_backtrackElem {V : Type u} {W : Type v} {G : SimpleGraph V} {H : SimpleGraph W} (k : Type w) [CommSemiring k] [Finite V] [Finite W] (e : G ≃g H) {i j : V} (h : G.Adj i j) :

    The relabelling carries the backtrack element along an edge of G to the backtrack element along the image edge of H: it traverses the image edge and returns along it.

    theorem TauCeti.DoubledQuiver.pathAlgebraEquiv_trans {V : Type u} {W : Type v} {G : SimpleGraph V} {H : SimpleGraph W} (k : Type w) [CommSemiring k] [Finite V] [Finite W] {X : Type u_1} [Finite X] {K : SimpleGraph X} (e : G ≃g H) (f : H ≃g K) :

    The relabelling is functorial: composing two graph isomorphisms composes the induced isomorphisms of path algebras.

    @[simp]

    The identity relabelling induces the identity.

    @[simp]

    The inverse of the induced isomorphism is the isomorphism induced by the inverse relabelling.

    The relators are matched #

    A graph isomorphism carries the quadratic zigzag relators of G to those of H: it preserves the length of a path and, being injective on vertices, whether its endpoints agree.

    theorem TauCeti.isZigzagRelator_pathAlgebraEquiv (k : Type w) [CommRing k] {V : Type u} {W : Type v} [Finite V] [Finite W] {G : SimpleGraph V} {H : SimpleGraph W} (e : G ≃g H) {x : pathAlgebra k (DoubledQuiver G)} (hx : IsZigzagRelator k G x) :

    A graph isomorphism carries the uniform zigzag relators of G to those of H.

    The quotients are isomorphic #

    The nonisolated zigzag quotient is an invariant of the graph: an isomorphism of simple graphs induces an isomorphism of the uniform relation quotients of their doubled path algebras. This is invariance of TauCeti.nonisolatedZigzagQuotient, which is the intended zigzag algebra only for a graph without an isolated vertex; the componentwise public algebra is not treated here.

    Equations
    Instances For
      @[simp]

      The induced isomorphism of quotients sends the class of an element to the class of its relabelling.

      @[simp]

      The inverse quotient isomorphism is induced by the inverse graph relabelling.

      @[simp]

      The identity relabelling induces the identity of quotients.

      The isomorphism of quotients is functorial: composing two graph isomorphisms composes the induced isomorphisms of nonisolated zigzag quotients.