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 #
TauCeti.DoubledQuiver.pathAlgebraEquiv: the isomorphism of doubled path algebras induced by a graph isomorphism.TauCeti.nonisolatedZigzagQuotientEquiv: the induced isomorphism of nonisolated zigzag quotients.
Main results #
TauCeti.DoubledQuiver.pathAlgebraEquiv_vertexIdempotent,TauCeti.DoubledQuiver.pathAlgebraEquiv_ofArrowandTauCeti.DoubledQuiver.pathAlgebraEquiv_backtrackElem: the relabelling on the three families of elements the zigzag relations are written in.TauCeti.isQuadraticZigzagRelator_pathAlgebraEquivandTauCeti.isZigzagRelator_pathAlgebraEquiv: the relators are matched.TauCeti.nonisolatedZigzagQuotientEquiv_zigzagMk: the induced isomorphism of quotients sends the class of an element to the class of its relabelling.TauCeti.nonisolatedZigzagQuotientEquiv_reflandTauCeti.nonisolatedZigzagQuotientEquiv_trans: functoriality, the identity relabelling and a composite of relabellings behaving as they should.
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.
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
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.
The relabelling carries the idempotent of a vertex of G to the idempotent of the image
vertex of H.
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.
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.
The relabelling is functorial: composing two graph isomorphisms composes the induced isomorphisms of path algebras.
The identity relabelling induces the identity.
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.
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
The induced isomorphism of quotients sends the class of an element to the class of its relabelling.
The inverse quotient isomorphism is induced by the inverse graph relabelling.
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.