String diagram

From Wikipedia, the free encyclopedia

String diagrams are a formal graphical language for representing morphisms in monoidal categories, or more generally 2-cells in 2-categories. They are a prominent tool in applied category theory. When interpreted in the monoidal category of vector spaces and linear maps with the tensor product, string diagrams are called tensor networks or Penrose graphical notation. This has led to the development of categorical quantum mechanics where the axioms of quantum theory are expressed in the language of monoidal categories.

History[edit]

Günter Hotz gave the first mathematical definition of string diagrams in order to formalise electronic circuits.[1] However, the invention of string diagrams is usually credited to Roger Penrose,[2] with Feynman diagrams also described as a precursor.[3] They were later characterised as the arrows of free monoidal categories in a seminal article by André Joyal and Ross Street.[4] While the diagrams in these first articles were hand-drawn, the advent of typesetting software such as LaTeX and PGF/TikZ made the publication of string diagrams more wide-spread.[5]

The existential graphs and diagrammatic reasoning of Charles Sanders Peirce are arguably the oldest form of string diagrams, they are interpreted in the monoidal category of finite sets and relations with the Cartesian product.[6] The lines of identity of Peirce's existential graphs can be axiomatised as a Frobenius algebra, the cuts are unary operators on homsets that axiomatise logical negation. This makes string diagrams a sound and complete two-dimensional deduction system for first-order logic,[7] invented independently from the one-dimensional syntax of Gottlob Frege's Begriffsschrift.

Intuition[edit]

String diagrams are made of boxes , which represent processes, with a list of wires coming in at the top and at the bottom, which represent the input and output systems being processed by the box . Starting from a collection of wires and boxes, called a signature, one may generate the set of all string diagrams by induction:

  • each box is a string diagram,
  • for each list of wires , the identity is a string diagram representing the process which does nothing to its input system, it is drawn as a bunch of parallel wires,
  • for each pair of string diagrams and , their tensor[disambiguation needed] is a string diagram representing the parallel composition of processes, it is drawn as the horizontal concatenation of the two diagrams,
  • for each pair of string diagrams and , their composition is a string diagram representing the sequential composition of processes, it is drawn as the vertical concatenation of the two diagrams.

Definition[edit]

Algebraic[edit]

Let the Kleene star denote the free monoid, i.e. the set of lists with elements in a set .

A monoidal signature is given by:

  • a set of generating objects, the lists of generating objects in are also called types,
  • a set of generating arrows, also called boxes,
  • a pair of functions which assign a domain and codomain to each box, i.e. the input and output types.

A morphism of monoidal signature is a pair of functions and which is compatible with the domain and codomain, i.e. such that and . Thus we get the category of monoidal signatures and their morphisms.

There is a forgetful functor which sends a monoidal category to its underlying signature and a monoidal functor to its underlying morphism of signatures, i.e. it forgets the identity, composition and tensor. The free functor , i.e. the left adjoint to the forgetful functor, sends a monoidal signature to the free monoidal category it generates.

String diagrams (with generators from ) are arrows in the free monoidal category .[8] The interpretation in a monoidal category is a defined by a monoidal functor , which by freeness is uniquely determined by a morphism of monoidal signatures . Intuitively, once the image of generating objects and arrows are given, the image of every diagram they generate is fixed.

Geometric[edit]

A topological graph, also called a one-dimensional cell complex, is a tuple of a Hausdorff space , a closed discrete subset of nodes and a set of connected components called edges, each homeomorphic to an open interval with boundary in and such that .

A plane graph between two real numbers with is a finite topological graph embedded in such that every point is also a node and belongs to the closure of exactly one edge in . Such points are called outer nodes, they define the domain and codomain of the string diagram, i.e. the list of edges that are connected to the top and bottom boundary. The other nodes are called inner nodes.

A plane graph is progressive, also called recumbent, when the vertical projection is injective for every edge . Intuitively, the edges in a progressive plane graph go from top to bottom without bending backward. In that case, each edge can be given a top-to-bottom orientation with designated nodes as source and target. One can then define the domain and codomain of each inner node , given by the list of edges that have source and target.

A plane graph is generic when the vertical projection is injective, i.e. no two inner nodes are at the same height. In that case, one can define a list of the inner nodes ordered from top to bottom.

A progressive plane graph is labeled by a monoidal signature if it comes equipped with a pair of functions from edges to generating objects and from inner nodes to generating arrows, in a way compatible with domain and codomain.

A deformation of plane graphs is a continuous map such that

  • the image of defines a plane graph for all ,
  • for all , if is an inner node for some it is inner for all .

A deformation is progressive (generic, labeled) if is progressive (generic, labeled) for all . Deformations induce an equivalence relation with if and only if there is some with and . String diagrams are equivalence classes of labeled progressive plane graphs. Indeed, one can define:

  • the identity diagram as a set of parallel edges labeled by some type ,
  • the composition of two diagrams as their vertical concatenation with the codomain of the first identified with the domain of the second,
  • the tensor of two diagrams as their horizontal concatenation.

Combinatorial[edit]

While the geometric definition makes explicit the link between category theory and low-dimensional topology, a combinatorial definition is necessary to formalise string diagrams in computer algebra systems and use them to define computational problems. One such definition is to define string diagrams as equivalence classes of well-typed formulae generated by the signature, identity, composition and tensor. In practice, it is more convenient to encode string diagrams as formulae in generic form, which are in bijection with the labeled generic progressive plane graphs defined above.

Fix a monoidal signature . A layer is defined as a triple of a type on the left, a box in the middle and a type on the right. Layers have a domain and codomain defined in the obvious way. This forms a directed multigraph, also known as a quiver, with the types as vertices and the layers as edges. A string diagram is encoded as a path in this multigraph, i.e. it is given by:

  • a domain as starting point
  • a length ,
  • a list of

such that and for all . In fact, the explicit list of layers is redundant, it is enough to specify the length of the type to the left of each layer, known as the offset. The whiskering of a diagram by a type is defined as the concatenation to the right of each layer and symmetrically for the whiskering on the left. One can then define:

  • the identity diagram with and ,
  • the composition of two diagrams as the concatenation of their list of layers,
  • the tensor of two diagrams as the composition of whiskerings .

Note that because the diagram is in generic form (i.e. each layer contains exactly one box) the definition of tensor is necessarily biased: the diagram on the left hand-side comes above the one on the right-hand side. One could have chosen the opposite definition .

Two diagrams are equal (up to the axioms of monoidal categories) whenever they are in the same equivalence class of the congruence relation generated by the interchanger:

That is, if the boxes in two consecutive layers are not connected then their order can be swapped. Intuitively, if there is no communication between two parallel processes then the order in which they happen is irrelevant.

The word problem for free monoidal categories, i.e. deciding whether two given diagrams are equal, can be solved in polynomial time. The interchanger is a confluent rewriting system on the subset of boundary connected diagrams, i.e. whenever the plane graphs have no more than one connected component which is not connected to the domain or codomain and the Eckmann–Hilton argument does not apply.[9]

Extension to 2-categories[edit]

The idea is to represent structures of dimension d by structures of dimension 2-d, using Poincaré duality. Thus,

  • an object is represented by a portion of plane,
  • a 1-cell is represented by a vertical segment—called a string—separating the plane in two (the right part corresponding to A and the left one to B),
  • a 2-cell is represented by an intersection of strings (the strings corresponding to f above the link, the strings corresponding to g below the link).

The parallel composition of 2-cells corresponds to the horizontal juxtaposition of diagrams and the sequential composition to the vertical juxtaposition of diagrams.

Duality between commutative diagrams and string diagrams.
Duality between commutative diagrams (on the left hand side) and string diagrams (on the right hand side)

A monoidal category is equivalent to a 2-category with a single 0-cell. Intuitively, going from monoidal categories to 2-categories amounts to adding colours to the background of string diagrams.

Examples[edit]

The snake equation[edit]

Consider an adjunction between two categories and where is left adjoint of and the natural transformations and are respectively the unit and the counit. The string diagrams corresponding to these natural transformations are:

String diagram of the unit
String diagram of the unit
String diagram of the counit
String diagram of the counit
String diagram of the identity 2-cell
String diagram of the identity

The string corresponding to the identity functor is drawn as a dotted line and can be omitted. The definition of an adjunction requires the following equalities:

The first one is depicted as

Diagrammatic representation of the equality
Diagrammatic representation of the equality

A monoidal category where every object has a left and right adjoint is called a rigid category. String diagrams for rigid categories can be defined as non-progressive plane graphs, i.e. the edges can bend backward.

In the context of categorical quantum mechanics, this is known as the snake equation.

The category of Hilbert spaces is rigid, this fact underlies the proof of correctness for the quantum teleportation protocol. The unit and counit of the adjunction are an abstraction of the Bell state and the Bell measurement respectively. If Alice and Bob share two qubits Y and Z in an entangled state and Alice performs a (post-selected) entangled measurement between Y and another qubit X, then this qubit X will be teleported from Alice to Bob: quantum teleportation is an identity morphism.

An illustration of the diagrammatic calculus: the quantum teleportation protocol as modeled in categorical quantum mechanics.

The same equation appears in the definition of pregroup grammars where it captures the notion of information flow in natural language semantics. This observation has led to the development of the DisCoCat framework and quantum natural language processing.

Hierarchy of graphical languages[edit]

Many extensions of string diagrams have been introduced to represent arrows in monoidal categories with extra structure, forming a hierarchy of graphical languages which is classified in Selinger's Survey of graphical languages for monoidal categories.[10]

List of applications[edit]

String diagrams have been used to formalise the following objects of study.

See also[edit]

References[edit]

  1. ^ Hotz, Günter (1965). "Eine Algebraisierung des Syntheseproblems von Schaltkreisen I.". Elektronische Informationsverarbeitung und Kybernetik. 1 (3): 185–205.
  2. ^ Penrose, Roger (1971). "Applications of negative dimensional tensors". Combinatorial Mathematics and Its Applications. 1: 221–244.
  3. ^ Baez, J.; Stay, M. (2011), Coecke, Bob (ed.), "Physics, Topology, Logic and Computation: A Rosetta Stone", New Structures for Physics, Lecture Notes in Physics, vol. 813, Berlin, Heidelberg: Springer, pp. 95–172, arXiv:0903.0340, Bibcode:2011LNP...813...95B, doi:10.1007/978-3-642-12821-9_2, ISBN 978-3-642-12821-9, S2CID 115169297, retrieved 2022-11-08
  4. ^ Joyal, André; Street, Ross (1991). "The geometry of tensor calculus, I". Advances in Mathematics. 88 (1): 55–112. doi:10.1016/0001-8708(91)90003-P.
  5. ^ "Categories: History of string diagrams (thread, 2017may02-...)". angg.twu.net. Retrieved 2022-11-11.
  6. ^ Brady, Geraldine; Trimble, Todd H (2000). "A categorical interpretation of CS Peirce's propositional logic Alpha". Journal of Pure and Applied Algebra. 149 (3): 213–239. doi:10.1016/S0022-4049(98)00179-0.
  7. ^ Haydon, Nathan; Sobociński, Pawe\l (2020). "Compositional diagrammatic first-order logic". International Conference on Theory and Application of Diagrams. Springer: 402–418.
  8. ^ Joyal, André; Street, Ross (1988). "Planar diagrams and tensor algebra". Unpublished Manuscript, Available from Ross Street's Website.
  9. ^ Vicary, Jamie; Delpeuch, Antonin (2022). "Normalization for planar string diagrams and a quadratic equivalence algorithm". Logical Methods in Computer Science. 18.
  10. ^ Selinger, Peter (2010), "A survey of graphical languages for monoidal categories", New structures for physics, Springer, pp. 289–355, retrieved 2022-11-08
  11. ^ Abramsky, Samson (1996). "Retracing some paths in process algebra". International Conference on Concurrency Theory. Springer: 1–17.
  12. ^ Fong, Brendan; Spivak, David I.; Tuyéras, Rémy (2019-05-01). "Backprop as Functor: A compositional perspective on supervised learning". arXiv:1711.10455 [math.CT].
  13. ^ Ghani, Neil; Hedges, Jules; Winschel, Viktor; Zahn, Philipp (2018). "Compositional Game Theory". Proceedings of the 33rd Annual ACM/IEEE Symposium on Logic in Computer Science. pp. 472–481. doi:10.1145/3209108.3209165. ISBN 9781450355834. S2CID 17887510.
  14. ^ Coecke, Bob; Spekkens, Robert W (2012). "Picturing classical and quantum Bayesian inference". Synthese. 186 (3): 651–696. arXiv:1102.2368. doi:10.1007/s11229-011-9917-5. S2CID 3736082.
  15. ^ Signorelli, Camilo Miguel; Wang, Quanlong; Coecke, Bob (2021-10-01). "Reasoning about conscious experience with axiomatic and graphical mathematics". Consciousness and Cognition. 95: 103168. doi:10.1016/j.concog.2021.103168. hdl:10230/53097. ISSN 1053-8100. PMID 34627099. S2CID 235683270.
  16. ^ Fritz, Tobias (August 2020). "A synthetic approach to Markov kernels, conditional independence and theorems on sufficient statistics". Advances in Mathematics. 370: 107239. arXiv:1908.07021. doi:10.1016/j.aim.2020.107239. S2CID 201103837.
  17. ^ Bonchi, Filippo; Sobociński, Pawel; Zanasi, Fabio (September 2014). "A Categorical Semantics of Signal Flow Graphs". CONCUR 2014 – Concurrency Theory. Lecture Notes in Computer Science. Vol. CONCUR 2014 - Concurrency Theory - 25th International Conference. Rome, Italy. pp. 435–450. doi:10.1007/978-3-662-44584-6_30. ISBN 978-3-662-44583-9. S2CID 18492893.{{cite book}}: CS1 maint: location missing publisher (link)
  18. ^ Bonchi, Filippo; Seeber, Jens; Sobocinski, Pawel (2018-04-20). "Graphical Conjunctive Queries". arXiv:1804.07626 [cs.LO].
  19. ^ Riley, Mitchell (2018). "Categories of optics". arXiv:1809.00738 [math.CT].

External links[edit]

External links[edit]