let X, Y be set ; for P being Relation st P is_strongly_connected_in X & Y c= X holds
P is_strongly_connected_in Y
let P be Relation; ( P is_strongly_connected_in X & Y c= X implies P is_strongly_connected_in Y )
assume that
A1:
P is_strongly_connected_in X
and
A2:
Y c= X
; P is_strongly_connected_in Y
let x be set ; RELAT_2:def 7 for b1 being set holds
( not x in Y or not b1 in Y or [x,b1] in P or [b1,x] in P )
let y be set ; ( not x in Y or not y in Y or [x,y] in P or [y,x] in P )
assume that
A3:
x in Y
and
A4:
y in Y
; ( [x,y] in P or [y,x] in P )
thus
( [x,y] in P or [y,x] in P )
by A1, A2, A3, A4, RELAT_2:def 7; verum