let I be set ; :: thesis: for A, B being ManySortedSet of I holds MSFuncs (A,B) c= bool [|A,B|]
let A, B be ManySortedSet of I; :: thesis: MSFuncs (A,B) c= bool [|A,B|]
let i be set ; :: according to PBOOLE:def 5 :: thesis: ( not i in I or (MSFuncs (A,B)) . i c= (bool [|A,B|]) . i )
assume A1: i in I ; :: thesis: (MSFuncs (A,B)) . i c= (bool [|A,B|]) . i
then A2: (MSFuncs (A,B)) . i = Funcs ((A . i),(B . i)) by PBOOLE:def 22;
(bool [|A,B|]) . i = bool ([|A,B|] . i) by A1, Def1
.= bool [:(A . i),(B . i):] by A1, PBOOLE:def 21 ;
hence (MSFuncs (A,B)) . i c= (bool [|A,B|]) . i by A2, FRAENKEL:5; :: thesis: verum