set IR9 = the InternalRel of (R \~);
set C = { (x /\ N) where x is Element of Class (EqRel R) : ex y being Element of (R \~) st
( x = Class ((EqRel R),y) & y is_minimal_wrt N, the InternalRel of (R \~) ) } ;
then reconsider C = { (x /\ N) where x is Element of Class (EqRel R) : ex y being Element of (R \~) st
( x = Class ((EqRel R),y) & y is_minimal_wrt N, the InternalRel of (R \~) ) } as Subset-Family of R by TARSKI:def 3;
take
C
; for x being set holds
( x in C iff ex y being Element of (R \~) st
( y is_minimal_wrt N, the InternalRel of (R \~) & x = (Class ((EqRel R),y)) /\ N ) )
let x be set ; ( x in C iff ex y being Element of (R \~) st
( y is_minimal_wrt N, the InternalRel of (R \~) & x = (Class ((EqRel R),y)) /\ N ) )
given y being Element of (R \~) such that A1:
y is_minimal_wrt N, the InternalRel of (R \~)
and
A2:
x = (Class ((EqRel R),y)) /\ N
; x in C
reconsider y9 = y as Element of R ;
EqClass ((EqRel R),y9) in Class (EqRel R)
;
hence
x in C
by A1, A2; verum