let P be pcs-Str ; :: thesis: for D being non empty Subset-Family of P
for p, q being Element of (pcs-general-power D) st ( for p9 being Element of P st p9 in p holds
ex q9 being Element of P st
( q9 in q & p9 <= q9 ) ) holds
p <= q

let D be non empty Subset-Family of P; :: thesis: for p, q being Element of (pcs-general-power D) st ( for p9 being Element of P st p9 in p holds
ex q9 being Element of P st
( q9 in q & p9 <= q9 ) ) holds
p <= q

set R = pcs-general-power D;
let p, q be Element of (pcs-general-power D); :: thesis: ( ( for p9 being Element of P st p9 in p holds
ex q9 being Element of P st
( q9 in q & p9 <= q9 ) ) implies p <= q )

assume A1: for p9 being Element of P st p9 in p holds
ex q9 being Element of P st
( q9 in q & p9 <= q9 ) ; :: thesis: p <= q
A2: p in D ;
for a being set st a in p holds
ex b being set st
( b in q & [a,b] in the InternalRel of P )
proof
let a be set ; :: thesis: ( a in p implies ex b being set st
( b in q & [a,b] in the InternalRel of P ) )

assume A3: a in p ; :: thesis: ex b being set st
( b in q & [a,b] in the InternalRel of P )

then reconsider a = a as Element of P by A2;
consider q9 being Element of P such that
A4: q9 in q and
A5: a <= q9 by A1, A3;
take q9 ; :: thesis: ( q9 in q & [a,q9] in the InternalRel of P )
thus ( q9 in q & [a,q9] in the InternalRel of P ) by A4, A5; :: thesis: verum
end;
hence [p,q] in the InternalRel of (pcs-general-power D) by Def45; :: according to ORDERS_2:def 5 :: thesis: verum