MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-umgr Structured version   Visualization version   Unicode version

Definition df-umgr 25978
Description: Define the class of all undirected multigraphs. An (undirected) multigraph consists of a set 
v (of "vertices") and a function  e (representing indexed "edges") into subsets of  v of cardinality two, representing the two vertices incident to the edge. In contrast to a pseudograph, a multigraph has no loop. This is according to Chartrand, Gary and Zhang, Ping (2012): "A First Course in Graph Theory.", Dover, ISBN 978-0-486-48368-9, section 1.4, p. 26: "A multigraph M consists of a finite nonempty set V of vertices and a set E of edges, where every two vertices of M are joined by a finite number of edges (possibly zero). If two or more edges join the same pair of (distinct) vertices, then these edges are called parallel edges." To provide uniform definitions for all kinds of graphs,  x  e.  ( ~P v  \  { (/) } ) is used as restriction of the class abstraction, although  x  e.  ~P v would be sufficient (see prprrab 13255 and isumgrs 25991). (Contributed by AV, 24-Nov-2020.)
Assertion
Ref Expression
df-umgr  |- UMGraph  =  {
g  |  [. (Vtx `  g )  /  v ]. [. (iEdg `  g
)  /  e ]. e : dom  e --> { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x )  =  2 } }
Distinct variable group:    e, g, v, x

Detailed syntax breakdown of Definition df-umgr
StepHypRef Expression
1 cumgr 25976 . 2  class UMGraph
2 ve . . . . . . . 8  setvar  e
32cv 1482 . . . . . . 7  class  e
43cdm 5114 . . . . . 6  class  dom  e
5 vx . . . . . . . . . 10  setvar  x
65cv 1482 . . . . . . . . 9  class  x
7 chash 13117 . . . . . . . . 9  class  #
86, 7cfv 5888 . . . . . . . 8  class  ( # `  x )
9 c2 11070 . . . . . . . 8  class  2
108, 9wceq 1483 . . . . . . 7  wff  ( # `  x )  =  2
11 vv . . . . . . . . . 10  setvar  v
1211cv 1482 . . . . . . . . 9  class  v
1312cpw 4158 . . . . . . . 8  class  ~P v
14 c0 3915 . . . . . . . . 9  class  (/)
1514csn 4177 . . . . . . . 8  class  { (/) }
1613, 15cdif 3571 . . . . . . 7  class  ( ~P v  \  { (/) } )
1710, 5, 16crab 2916 . . . . . 6  class  { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x
)  =  2 }
184, 17, 3wf 5884 . . . . 5  wff  e : dom  e --> { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x
)  =  2 }
19 vg . . . . . . 7  setvar  g
2019cv 1482 . . . . . 6  class  g
21 ciedg 25875 . . . . . 6  class iEdg
2220, 21cfv 5888 . . . . 5  class  (iEdg `  g )
2318, 2, 22wsbc 3435 . . . 4  wff  [. (iEdg `  g )  /  e ]. e : dom  e --> { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x )  =  2 }
24 cvtx 25874 . . . . 5  class Vtx
2520, 24cfv 5888 . . . 4  class  (Vtx `  g )
2623, 11, 25wsbc 3435 . . 3  wff  [. (Vtx `  g )  /  v ]. [. (iEdg `  g
)  /  e ]. e : dom  e --> { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x )  =  2 }
2726, 19cab 2608 . 2  class  { g  |  [. (Vtx `  g )  /  v ]. [. (iEdg `  g
)  /  e ]. e : dom  e --> { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x )  =  2 } }
281, 27wceq 1483 1  wff UMGraph  =  {
g  |  [. (Vtx `  g )  /  v ]. [. (iEdg `  g
)  /  e ]. e : dom  e --> { x  e.  ( ~P v  \  { (/) } )  |  ( # `  x )  =  2 } }
Colors of variables: wff setvar class
This definition is referenced by:  isumgr  25990
  Copyright terms: Public domain W3C validator