Lm1:
now for I being non empty set
for J being non-Empty Poset-yielding ManySortedSet of I
for X being Subset of (product J) st ( for i being Element of I holds ex_sup_of pi (X,i),J . i ) holds
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = sup (pi (X,i)) ) & f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) )
let I be non
empty set ;
for J being non-Empty Poset-yielding ManySortedSet of I
for X being Subset of (product J) st ( for i being Element of I holds ex_sup_of pi (X,i),J . i ) holds
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = sup (pi (X,i)) ) & f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) )let J be
non-Empty Poset-yielding ManySortedSet of
I;
for X being Subset of (product J) st ( for i being Element of I holds ex_sup_of pi (X,i),J . i ) holds
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = sup (pi (X,i)) ) & f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) )let X be
Subset of
(product J);
( ( for i being Element of I holds ex_sup_of pi (X,i),J . i ) implies ex f being Element of (product J) st
( ( for i being Element of I holds f . i = sup (pi (X,i)) ) & f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) ) )deffunc H1(
Element of
I)
-> Element of the
carrier of
(J . $1) =
sup (pi (X,$1));
consider f being
ManySortedSet of
I such that A1:
for
i being
Element of
I holds
f . i = H1(
i)
from PBOOLE:sch 5();
dom f = I
by PARTFUN1:def 2;
then reconsider f =
f as
Element of
(product J) by A2, WAYBEL_3:27;
assume A3:
for
i being
Element of
I holds
ex_sup_of pi (
X,
i),
J . i
;
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = sup (pi (X,i)) ) & f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) )take f =
f;
( ( for i being Element of I holds f . i = sup (pi (X,i)) ) & f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) )thus
for
i being
Element of
I holds
f . i = sup (pi (X,i))
by A1;
( f is_>=_than X & ( for g being Element of (product J) st X is_<=_than g holds
f <= g ) )thus
f is_>=_than X
for g being Element of (product J) st X is_<=_than g holds
f <= g
let g be
Element of
(product J);
( X is_<=_than g implies f <= g )assume A7:
X is_<=_than g
;
f <= g
hence
f <= g
by WAYBEL_3:28;
verum
end;
Lm2:
now for I being non empty set
for J being non-Empty Poset-yielding ManySortedSet of I
for X being Subset of (product J) st ( for i being Element of I holds ex_inf_of pi (X,i),J . i ) holds
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = inf (pi (X,i)) ) & f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) )
let I be non
empty set ;
for J being non-Empty Poset-yielding ManySortedSet of I
for X being Subset of (product J) st ( for i being Element of I holds ex_inf_of pi (X,i),J . i ) holds
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = inf (pi (X,i)) ) & f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) )let J be
non-Empty Poset-yielding ManySortedSet of
I;
for X being Subset of (product J) st ( for i being Element of I holds ex_inf_of pi (X,i),J . i ) holds
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = inf (pi (X,i)) ) & f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) )let X be
Subset of
(product J);
( ( for i being Element of I holds ex_inf_of pi (X,i),J . i ) implies ex f being Element of (product J) st
( ( for i being Element of I holds f . i = inf (pi (X,i)) ) & f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) ) )deffunc H1(
Element of
I)
-> Element of the
carrier of
(J . $1) =
inf (pi (X,$1));
consider f being
ManySortedSet of
I such that A1:
for
i being
Element of
I holds
f . i = H1(
i)
from PBOOLE:sch 5();
dom f = I
by PARTFUN1:def 2;
then reconsider f =
f as
Element of
(product J) by A2, WAYBEL_3:27;
assume A3:
for
i being
Element of
I holds
ex_inf_of pi (
X,
i),
J . i
;
ex f being Element of (product J) st
( ( for i being Element of I holds f . i = inf (pi (X,i)) ) & f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) )take f =
f;
( ( for i being Element of I holds f . i = inf (pi (X,i)) ) & f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) )thus
for
i being
Element of
I holds
f . i = inf (pi (X,i))
by A1;
( f is_<=_than X & ( for g being Element of (product J) st X is_>=_than g holds
f >= g ) )thus
f is_<=_than X
for g being Element of (product J) st X is_>=_than g holds
f >= g
let g be
Element of
(product J);
( X is_>=_than g implies f >= g )assume A7:
X is_>=_than g
;
f >= g
hence
f >= g
by WAYBEL_3:28;
verum
end;