let G2 be _Graph; :: thesis: for E being set
for G1 being reverseEdgeDirections of G2,E holds G2 is reverseEdgeDirections of G1,E

let E be set ; :: thesis: for G1 being reverseEdgeDirections of G2,E holds G2 is reverseEdgeDirections of G1,E
let G1 be reverseEdgeDirections of G2,E; :: thesis: G2 is reverseEdgeDirections of G1,E
per cases ( E c= the_Edges_of G2 or not E c= the_Edges_of G2 ) ;
suppose A1: E c= the_Edges_of G2 ; :: thesis: G2 is reverseEdgeDirections of G1,E
end;
suppose A7: not E c= the_Edges_of G2 ; :: thesis: G2 is reverseEdgeDirections of G1,E
end;
end;