let I be set ; :: thesis: for A, M being ManySortedSet of I
for SF being MSSubsetFamily of M st A in SF holds
meet SF c= A

let A, M be ManySortedSet of I; :: thesis: for SF being MSSubsetFamily of M st A in SF holds
meet SF c= A

let SF be MSSubsetFamily of M; :: thesis: ( A in SF implies meet SF c= A )
assume A1: A in SF ; :: thesis: meet SF c= A
let i be object ; :: according to PBOOLE:def 2 :: thesis: ( not i in I or (meet SF) . i c= A . i )
assume A2: i in I ; :: thesis: (meet SF) . i c= A . i
then consider Q being Subset-Family of (M . i) such that
A3: Q = SF . i and
A4: (meet SF) . i = Intersect Q by Def1;
A5: A . i in SF . i by A1, A2;
then Intersect Q = meet Q by A3, SETFAM_1:def 9;
hence (meet SF) . i c= A . i by A3, A4, A5, SETFAM_1:3; :: thesis: verum