
theorem
  for G being _Graph, W being Walk of G
  holds W.length() = W.reverse().length()
proof
  let G be _Graph, W be Walk of G;
  len W = len W.reverse() by GLIB_001:21;
  hence thesis by GLIB_001:113;
end;
