enumeration results for signed graphs
play

(Enumeration Results for) Signed Graphs Matthias Beck San - PowerPoint PPT Presentation

(Enumeration Results for) Signed Graphs Matthias Beck San Francisco State University [John Stembridge] math.sfsu.edu/beck Why Graphs? A graph G = ( V, E ) consists of a node set V V an edge set E 2 (Enumeration Results


  1. (Enumeration Results for) Signed Graphs Matthias Beck San Francisco State University [John Stembridge] math.sfsu.edu/beck

  2. Why Graphs? A graph G = ( V, E ) consists of a node set V ◮ � V � an edge set E ⊆ ◮ 2 (Enumeration Results for) Signed Graphs Matthias Beck 2

  3. Why Graphs? A [directed] graph G = ( V, E ) consists of a node set V ◮ � V � [ V 2 ] an edge set E ⊆ ◮ 2 So... why? Modeling (directional) relations ◮ Fascinating theorems & conjectures ◮ ... including of computational nature ◮ (Enumeration Results for) Signed Graphs Matthias Beck 2

  4. Signed Graph Concepts A signed graph Σ = ( G, σ ) consists of: a graph G = ( V, E ) which may have multiple edges, loops (which ◮ together form E ∗ ), half edges, and loose edges a signature σ : E ∗ → {±} ◮ (Enumeration Results for) Signed Graphs Matthias Beck 3

  5. Balance Earliest appearance of signed graphs: social psychology (Heider 1946, Cartwright–Harary 1956) “The enemy of my enemy is my friend” (Enumeration Results for) Signed Graphs Matthias Beck 4

  6. Balance Earliest appearance of signed graphs: social psychology (Heider 1946, Cartwright–Harary 1956) “The enemy of my enemy is my friend” A simple cycle is balanced if its product of signs is + . A signed graph is balanced if it contains no half edges and all of its simple cycles are balanced. Remark An all-negative signed graph is balanced if and only if it is bipartite. (Enumeration Results for) Signed Graphs Matthias Beck 4

  7. Balance Earliest appearance of signed graphs: social psychology (Heider 1946, Cartwright–Harary 1956) “The enemy of my enemy is my friend” A simple cycle is balanced if its product of signs is + . A signed graph is balanced if it contains no half edges and all of its simple cycles are balanced. Remark An all-negative signed graph is balanced if and only if it is bipartite. Theorem (Harary 1953, anticipated by K¨ onig 1936) A signed graph is balanced if and only if V can be bipartitioned such that each edge between the parts is negative and each edge within a part is positive. (Enumeration Results for) Signed Graphs Matthias Beck 4

  8. Balance Earliest appearance of signed graphs: social psychology (Heider 1946, Cartwright–Harary 1956) “The enemy of my enemy is my friend” A simple cycle is balanced if its product of signs is + . A signed graph is balanced if it contains no half edges and all of its simple cycles are balanced. Remark An all-negative signed graph is balanced if and only if it is bipartite. Theorem (Harary 1953, anticipated by K¨ onig 1936) A signed graph is balanced if and only if V can be bipartitioned such that each edge between the parts is negative and each edge within a part is positive. The frustration index of the signed graph Σ is the smallest number of edges whose negation makes Σ balanced. (Finding the frustration index is NP-hard: for an all-negative signed graph it is equivalent to the maximum cut problem.) (Enumeration Results for) Signed Graphs Matthias Beck 4

  9. Switching Switching Σ at v ∈ V means switching the sign of each edge incident with v . Note that switching does not alter balance. Exercise A signed graph is balanced if and only if it has no half edges and can be switched to an all-positive signed graph. ( − → Harary’s Theorem) (Enumeration Results for) Signed Graphs Matthias Beck 5

  10. Other Applications Knot theory (positive/negative crossings) ◮ Biology (perturbed large-scale biological networks ◮ Chemistry (M¨ obius systems) ◮ Physics (spin glasses—mixed Ising model) ◮ Computer science (correlation clustering) ◮ (Enumeration Results for) Signed Graphs Matthias Beck 6

  11. Other Applications Knot theory (positive/negative crossings) ◮ Biology (perturbed large-scale biological networks ◮ Chemistry (M¨ obius systems) ◮ Physics (spin glasses—mixed Ising model)* ◮ Computer science (correlation clustering) ◮ * Finding the ground state energy of an Ising model means finding the frustration index of a signed graph. (Enumeration Results for) Signed Graphs Matthias Beck 6

  12. Incidence Matrices of Graphs Two versions of incidence matrix ( a ve ) of a graph G = ( V, E ) : a ve = 1 if v and e are incident, 0 otherwise ◮ orient G and define a ve = ± 1 according to whether v points into or ◮ away from e and 0 if v and e are not incident (Enumeration Results for) Signed Graphs Matthias Beck 7

  13. Incidence Matrices of Graphs Two versions of incidence matrix ( a ve ) of a graph G = ( V, E ) : a ve = 1 if v and e are incident, 0 otherwise ◮ orient G and define a ve = ± 1 according to whether v points into or ◮ away from e and 0 if v and e are not incident A matrix is totally unimodular if all its minors are 0 or ± 1 . Examples: unoriented incidence matrix of a bipartite graph ◮ oriented incidence matrix of any graph ◮ (Enumeration Results for) Signed Graphs Matthias Beck 7

  14. Incidence Matrices of Signed Graphs Orienting a signed graph gives rise to a bidirected graph (first introduced by Edmonds–Johnson 1970) σ e = + e becomes directed − → σ e = − e becomes extra- or introverted (Enumeration Results for) Signed Graphs Matthias Beck 8

  15. Incidence Matrices of Signed Graphs Orienting a signed graph gives rise to a bidirected graph (first introduced by Edmonds–Johnson 1970) σ e = + e becomes directed − → σ e = − e becomes extra- or introverted Define a ve = ± 1 according to whether v points into or away from e , and 0 if v and e are not incident. Theorem (Heller–Tompkins, Gale–Hoffman 1956) The incidence matrix of a bidirected graph is totally unimodular if and only if the corresponding signed graph is balanced. (Enumeration Results for) Signed Graphs Matthias Beck 8

  16. Incidence Matrices of Signed Graphs Orienting a signed graph gives rise to a bidirected graph (first introduced by Edmonds–Johnson 1970) σ e = + e becomes directed − → σ e = − e becomes extra- or introverted Define a ve = ± 1 according to whether v points into or away from e , and 0 if v and e are not incident. Theorem (Heller–Tompkins, Gale–Hoffman 1956) The incidence matrix of a bidirected graph is totally unimodular if and only if the corresponding signed graph is balanced. Theorem (Appa–Kotnyek 2006, following Lee 1989) The inverse of any maximal minor of the incidence matrix of a bidirected graph is half integral. (Enumeration Results for) Signed Graphs Matthias Beck 8

  17. Magic Labelings of Graphs An edge labeling E → { 1 , 2 , . . . , k } is magic if each sum of all labels incident to a node is the same. Theorem (Stanley 1973) The number m G ( k ) of all magic k -labelings is a quasipolynomial in k with period ≤ 2 . It is a polynomial if G is bipartite. (Enumeration Results for) Signed Graphs Matthias Beck 9

  18. Magic Labelings of Graphs An edge labeling E → { 1 , 2 , . . . , k } is magic if each sum of all labels incident to a node is the same. Theorem (Stanley 1973) The number m G ( k ) of all magic k -labelings is a quasipolynomial in k with period ≤ 2 . It is a polynomial if G is bipartite. Corollary (conjectured by Anand–Dumir–Gupta 1966) The number of semimagic squares with row/column sum k is a polynomial in k . (Enumeration Results for) Signed Graphs Matthias Beck 9

  19. Magic Labelings of Graphs An edge labeling E → { 1 , 2 , . . . , k } is magic if each sum of all labels incident to a node is the same. Theorem (Stanley 1973) The number m G ( k ) of all magic k -labelings is a quasipolynomial in k with period ≤ 2 . It is a polynomial if G is bipartite. Corollary (conjectured by Anand–Dumir–Gupta 1966) The number of semimagic squares with row/column sum k is a polynomial in k . The geometry behind this corollary concerns the Birkhoff–von Neumann polytope     · · · x 11 x 1 n � j x jk = 1 for all 1 ≤ k ≤ n   . .  ∈ R n 2 . . B n = . . ≥ 0 :  � k x jk = 1 for all 1 ≤ j ≤ n x n 1 . . . x nn   (Enumeration Results for) Signed Graphs Matthias Beck 9

  20. Ehrhart (Quasi-)Polynomials Lattice polytope P ⊂ R d — convex hull of finitely points in Z d . � x ∈ R n � Equivalently, P = ≥ 0 : Ax = b for some unimodular matrix A . � k P ∩ Z d � For k ∈ Z > 0 let ehr P ( k ) := # . (Enumeration Results for) Signed Graphs Matthias Beck 10

  21. Ehrhart (Quasi-)Polynomials Lattice polytope P ⊂ R d — convex hull of finitely points in Z d . � x ∈ R n � Equivalently, P = ≥ 0 : Ax = b for some unimodular matrix A . � k P ∩ Z d � For k ∈ Z > 0 let ehr P ( k ) := # . Theorem (Ehrhart 1962) If P is a lattice polytope, ehr P ( k ) is a polynomial. If P is a rational polytope, ehr P ( k ) is a quasipolynomial whose period divides the denominator of P . (Enumeration Results for) Signed Graphs Matthias Beck 10

  22. Magic Labelings Revisited Theorem (Stanley 1973) The number m G ( k ) of all magic k -labelings is a quasipolynomial in k with period ≤ 2 . It is a polynomial if G is bipartite. (Enumeration Results for) Signed Graphs Matthias Beck 11

  23. (Signed) Graphic Arrangements H G := { x j = x k : jk ∈ E } is a hyperplane arrangement in R V , a subarrangement of the (real) braid arrangement { x j = x k : j � = k } H Σ := { x j = σ e x k : e = jk ∈ E } is a subarrangement of the type-B/C arrangement { x j = ± x k , x j = 0 : j � = k } (Enumeration Results for) Signed Graphs Matthias Beck 12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend