let R be Relation; ( R is connected implies R ~ is connected )
assume A1:
for x, y being set st x in field R & y in field R & x <> y & not [x,y] in R holds
[y,x] in R
; RELAT_2:def 6,RELAT_2:def 14 R ~ is connected
let x be set ; RELAT_2:def 6,RELAT_2:def 14 for b1 being set holds
( not x in field (R ~) or not b1 in field (R ~) or x = b1 or [x,b1] in R ~ or [b1,x] in R ~ )
let y be set ; ( not x in field (R ~) or not y in field (R ~) or x = y or [x,y] in R ~ or [y,x] in R ~ )
assume that
A2:
x in field (R ~)
and
A3:
y in field (R ~)
and
A4:
x <> y
; ( [x,y] in R ~ or [y,x] in R ~ )
field R = field (R ~)
by RELAT_1:21;
then
( [x,y] in R or [y,x] in R )
by A1, A2, A3, A4;
hence
( [x,y] in R ~ or [y,x] in R ~ )
by RELAT_1:def 7; verum