let R be RelStr ; for x, y being Element of R st R is quasi_ordered holds
( x in Class ((EqRel R),y) iff ( x <= y & y <= x ) )
let x, y be Element of R; ( R is quasi_ordered implies ( x in Class ((EqRel R),y) iff ( x <= y & y <= x ) ) )
assume A1:
R is quasi_ordered
; ( x in Class ((EqRel R),y) iff ( x <= y & y <= x ) )
set IR = the InternalRel of R;
assume that
A5:
x <= y
and
A6:
y <= x
; x in Class ((EqRel R),y)
A7:
[y,x] in the InternalRel of R
by A6;
A8:
[x,y] in the InternalRel of R
by A5;
[x,y] in the InternalRel of R ~
by A7, RELAT_1:def 7;
then
[x,y] in the InternalRel of R /\ ( the InternalRel of R ~)
by A8, XBOOLE_0:def 4;
then
[x,y] in EqRel R
by A1, Def4;
hence
x in Class ((EqRel R),y)
by EQREL_1:19; verum