let A be set ; for D being a_partition of A holds ERl D = EqRelOf (PreorderFromPartition D)
let D be a_partition of A; ERl D = EqRelOf (PreorderFromPartition D)
for x, y being Element of A st [x,y] in ERl D holds
[x,y] in EqRelOf (PreorderFromPartition D)
proof
let x,
y be
Element of
A;
( [x,y] in ERl D implies [x,y] in EqRelOf (PreorderFromPartition D) )
assume A1:
[x,y] in ERl D
;
[x,y] in EqRelOf (PreorderFromPartition D)
then A2:
[y,x] in ERl D
by EQREL_1:6;
reconsider X =
x,
Y =
y as
Element of
(PreorderFromPartition D) ;
(
X <= Y &
Y <= X )
by A1, A2, ORDERS_2:def 5;
hence
[x,y] in EqRelOf (PreorderFromPartition D)
by Def6;
verum
end;
hence
ERl D c= EqRelOf (PreorderFromPartition D)
by RELSET_1:def 1; XBOOLE_0:def 10 EqRelOf (PreorderFromPartition D) c= ERl D
for x, y being Element of A st [x,y] in EqRelOf (PreorderFromPartition D) holds
[x,y] in ERl D
hence
EqRelOf (PreorderFromPartition D) c= ERl D
by RELSET_1:def 1; verum