let SF be SubsetFamily of M; :: thesis: ( SF is absolutely-additive implies SF is additive )
assume A1: SF is absolutely-additive ; :: thesis: SF is additive
let A be ManySortedSet of ; :: according to CLOSURE2: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 ( A is ManySortedSubset of M & B is ManySortedSubset of M ) by Def1;
then ( A c= M & B c= M ) by PBOOLE:def 23;
then reconsider ab = {A,B} as SubsetFamily of M by Th9;
( {A} c= SF & {B} c= SF ) by A2, ZFMISC_1:37;
then {A} \/ {B} c= SF by XBOOLE_1:8;
then {A,B} c= SF by ENUMSET1:41;
then union |:ab:| in SF by A1, Def6;
hence A \/ B in SF by Th23; :: thesis: verum