let X be object ; for R being Relation holds
( R is connected iff for x, y being object st x <> y & x in field R & y in field R & not [x,y] in R holds
[y,x] in R )
let R be Relation; ( R is connected iff for x, y being object st x <> y & x in field R & y in field R & not [x,y] in R holds
[y,x] in R )
thus
( R is connected implies for x, y being object st x <> y & x in field R & y in field R & not [x,y] in R holds
[y,x] in R )
by RELAT_2:def 6, RELAT_2:def 14; ( ( for x, y being object st x <> y & x in field R & y in field R & not [x,y] in R holds
[y,x] in R ) implies R is connected )
assume A1:
for x, y being object st x <> y & x in field R & y in field R & not [x,y] in R holds
[y,x] in R
; R is connected
set X = field R;
for x, y being object st x in field R & y in field R & x <> y & not [x,y] in R holds
[y,x] in R
by A1;
hence
R is connected
by RELAT_2:def 14, RELAT_2:def 6; verum