let I be non empty set ; :: thesis: for J being RelStr-yielding non-Empty reflexive-yielding ManySortedSet of I st ( for i being Element of I holds J . i is Semilattice ) holds
product J is with_infima

let J be RelStr-yielding non-Empty reflexive-yielding ManySortedSet of I; :: thesis: ( ( for i being Element of I holds J . i is Semilattice ) implies product J is with_infima )
assume A1: for i being Element of I holds J . i is Semilattice ; :: thesis: product J is with_infima
set IT = product J;
for x, y being Element of ex z being Element of st
( x >= z & y >= z & ( for z' being Element of st x >= z' & y >= z' holds
z >= z' ) )
proof
let x, y be Element of ; :: thesis: ex z being Element of st
( x >= z & y >= z & ( for z' being Element of st x >= z' & y >= z' holds
z >= z' ) )

deffunc H1( Element of I) -> Element of the carrier of (J . $1) = (x . $1) "/\" (y . $1);
consider z being ManySortedSet of I such that
A2: for i being Element of I holds z . i = H1(i) from PBOOLE:sch 5();
A3: for i being Element of I holds z . i is Element of
proof
let i be Element of I; :: thesis: z . i is Element of
z . i = (x . i) "/\" (y . i) by A2;
hence z . i is Element of ; :: thesis: verum
end;
dom z = I by PARTFUN1:def 4;
then reconsider z = z as Element of by A3, WAYBEL_3:27;
take z ; :: thesis: ( x >= z & y >= z & ( for z' being Element of st x >= z' & y >= z' holds
z >= z' ) )

for i being Element of I holds
( x . i >= z . i & y . i >= z . i )
proof
let i be Element of I; :: thesis: ( x . i >= z . i & y . i >= z . i )
( J . i is antisymmetric with_infima RelStr & z . i = (x . i) "/\" (y . i) ) by A1, A2;
hence ( x . i >= z . i & y . i >= z . i ) by YELLOW_0:23; :: thesis: verum
end;
hence ( x >= z & y >= z ) by WAYBEL_3:28; :: thesis: for z' being Element of st x >= z' & y >= z' holds
z >= z'

let z' be Element of ; :: thesis: ( x >= z' & y >= z' implies z >= z' )
assume that
A4: x >= z' and
A5: y >= z' ; :: thesis: z >= z'
for i being Element of I holds z . i >= z' . i
proof
let i be Element of I; :: thesis: z . i >= z' . i
A6: ( z' . i <= y . i & z . i = (x . i) "/\" (y . i) ) by A2, A5, WAYBEL_3:28;
( J . i is antisymmetric with_infima RelStr & x . i >= z' . i ) by A1, A4, WAYBEL_3:28;
hence z . i >= z' . i by A6, YELLOW_0:23; :: thesis: verum
end;
hence z >= z' by WAYBEL_3:28; :: thesis: verum
end;
hence product J is with_infima by LATTICE3:def 11; :: thesis: verum