theorem
for
X,
Y,
Z being
set st
Z c= X holds
X \/ (Y \ Z) = X \/ Y
Th19:
for X being functional set holds meet X is Function
Lm1:
for G1 being _Graph
for E being set
for G2 being reverseEdgeDirections of G1,E holds G2 is reverseEdgeDirections of G1,E \ (G1 .loops())
Lm2:
for G1 being _Graph
for E being set
for G2 being reverseEdgeDirections of G1,E \ (G1 .loops()) holds G2 is reverseEdgeDirections of G1,E
Lm3:
for G being _Graph
for X being set
for E being Subset of (the_Edges_of G)
for H being reverseEdgeDirections of G,X st E is RepEdgeSelection of G holds
E is RepEdgeSelection of H
Lm4:
for F being ManySortedSet of NAT
for n being object holds
( n is Nat iff n in dom F )
Lm5:
for G1, G2 being _Graph
for F being PGraphMapping of G1,G2
for v being Vertex of G1 st F is directed & F is weak_SG-embedding holds
v .degree() c= ((F _V) /. v) .degree()
:: into XBOOLE_1 ?