Description: The edge function of a simple graph is a one-to-one function into unordered pairs of vertices. Simplified version of usgrf . (Contributed by Alexander van der Vekens, 13-Aug-2017) (Revised by AV, 13-Oct-2020)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | isuspgr.v | |- V = ( Vtx ` G ) |
|
| isuspgr.e | |- E = ( iEdg ` G ) |
||
| Assertion | usgrfs | |- ( G e. USGraph -> E : dom E -1-1-> { x e. ~P V | ( # ` x ) = 2 } ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | isuspgr.v | |- V = ( Vtx ` G ) |
|
| 2 | isuspgr.e | |- E = ( iEdg ` G ) |
|
| 3 | 1 2 | isusgrs | |- ( G e. USGraph -> ( G e. USGraph <-> E : dom E -1-1-> { x e. ~P V | ( # ` x ) = 2 } ) ) |
| 4 | 3 | ibi | |- ( G e. USGraph -> E : dom E -1-1-> { x e. ~P V | ( # ` x ) = 2 } ) |