let SF be MSSubsetFamily of M; :: thesis: ( SF is absolutely-multiplicative implies SF is multiplicative )
assume A1: SF is absolutely-multiplicative ; :: thesis: SF is multiplicative
let A be ManySortedSet of ; :: according to MSSUBFAM:def 5 :: thesis: for B being ManySortedSet of st A in SF & B in SF holds
A /\ B in SF

let B be ManySortedSet of ; :: thesis: ( A in SF & B in SF implies A /\ B in SF )
assume A2: ( A in SF & B in SF ) ; :: thesis: A /\ B in SF
then A3: ( A is ManySortedSubset of M & B is ManySortedSubset of M ) by Th33;
then ( A c= M & B c= M ) by PBOOLE:def 23;
then reconsider ab = {A,B} as MSSubsetFamily of M by Th39;
( {A} c= SF & {B} c= SF ) by A2, PZFMISC1:36;
then {A} \/ {B} c= SF by PBOOLE:18;
then {A,B} c= SF by PZFMISC1:11;
then meet ab in SF by A1, Def6;
hence A /\ B in SF by A3, Th51; :: thesis: verum