let Y be non empty set ; for PA, PB being a_partition of Y holds
( PA '<' PB iff ERl PA c= ERl PB )
let PA, PB be a_partition of Y; ( PA '<' PB iff ERl PA c= ERl PB )
set RA = ERl PA;
set RB = ERl PB;
assume A4:
ERl PA c= ERl PB
; PA '<' PB
for x being set st x in PA holds
ex y being set st
( y in PB & x c= y )
proof
let x be
set ;
( x in PA implies ex y being set st
( y in PB & x c= y ) )
assume A5:
x in PA
;
ex y being set st
( y in PB & x c= y )
then A6:
x <> {}
by EQREL_1:def 4;
set x0 = the
Element of
x;
set y =
{ z where z is Element of Y : [ the Element of x,z] in ERl PB } ;
A7:
x c= { z where z is Element of Y : [ the Element of x,z] in ERl PB }
set x1 = the
Element of
x;
[ the Element of x, the Element of x] in ERl PA
by A5, A6, Def6;
then consider B being
Subset of
Y such that A9:
B in PB
and A10:
the
Element of
x in B
and
the
Element of
x in B
by A4, Def6;
A11:
{ z where z is Element of Y : [ the Element of x,z] in ERl PB } c= B
B c= { z where z is Element of Y : [ the Element of x,z] in ERl PB }
then
{ z where z is Element of Y : [ the Element of x,z] in ERl PB } = B
by A11, XBOOLE_0:def 10;
hence
ex
y being
set st
(
y in PB &
x c= y )
by A7, A9;
verum
end;
hence
PA '<' PB
by SETFAM_1:def 2; verum