| 2 | 27. i:Vertices(the_graph). (inl(i) s)  L1-the_graph- > *i s1,s2@0:traversal(the_graph). (([inl(i)] @ s2 @ [inr(i)]) @ s) = (s2@0 @ s1) traversal(the_graph) & paren(Vertices(the_graph);s1) & paren(Vertices(the_graph);s2@0) & ( j:Vertices(the_graph). ((inl(j) s1)  L1@0-the_graph- > *j) & ((inl(j) s2@0)  L2-the_graph- > *j & L1@0-the_graph- > *j)) | 70 steps |