let X, Y be set ; for R being Relation st R is_connected_in X & Y c= X holds
R is_connected_in Y
let R be Relation; ( R is_connected_in X & Y c= X implies R is_connected_in Y )
assume A1:
( R is_connected_in X & Y c= X )
; R is_connected_in Y
let x be set ; RELAT_2:def 6 for b1 being set holds
( not x in Y or not b1 in Y or x = b1 or [x,b1] in R or [b1,x] in R )
let y be set ; ( not x in Y or not y in Y or x = y or [x,y] in R or [y,x] in R )
assume
( x in Y & y in Y )
; ( x = y or [x,y] in R or [y,x] in R )
hence
( x = y or [x,y] in R or [y,x] in R )
by A1, RELAT_2:def 6; verum