let G be _Graph; for e, x, y being set holds
( e Joins x,y,G iff (G .walkOf x,e,y) .edges() = {e} )
let e, x, y be set ; ( e Joins x,y,G iff (G .walkOf x,e,y) .edges() = {e} )
set W = G .walkOf x,e,y;
assume
(G .walkOf x,e,y) .edges() = {e}
; e Joins x,y,G
then
e in (G .walkOf x,e,y) .edges()
by TARSKI:def 1;
then consider n being even Element of NAT such that
A1:
1 <= n
and
A2:
n <= len (G .walkOf x,e,y)
and
(G .walkOf x,e,y) . n = e
by Lm46;
A3:
(2 * 0 ) + 1 < n
by A1, XXREAL_0:1;
hence
e Joins x,y,G
; verum