let I be set ; :: thesis: for X, Y being ManySortedSet of I st ( X = [0] I or Y = [0] I ) holds
[|X,Y|] = [0] I

let X, Y be ManySortedSet of I; :: thesis: ( ( X = [0] I or Y = [0] I ) implies [|X,Y|] = [0] I )
assume A1: ( X = [0] I or Y = [0] I ) ; :: thesis: [|X,Y|] = [0] I
per cases ( X = [0] I or Y = [0] I ) by A1;
suppose A2: X = [0] I ; :: thesis: [|X,Y|] = [0] I
now
let i be set ; :: thesis: ( i in I implies [|X,Y|] . i = ([0] I) . i )
assume A3: i in I ; :: thesis: [|X,Y|] . i = ([0] I) . i
A4: X . i = {} by A2, PBOOLE:5;
thus [|X,Y|] . i = [:(X . i),(Y . i):] by A3, PBOOLE:def 21
.= {} by A4, ZFMISC_1:113
.= ([0] I) . i by PBOOLE:5 ; :: thesis: verum
end;
hence [|X,Y|] = [0] I by PBOOLE:3; :: thesis: verum
end;
suppose A5: Y = [0] I ; :: thesis: [|X,Y|] = [0] I
now
let i be set ; :: thesis: ( i in I implies [|X,Y|] . i = ([0] I) . i )
assume A6: i in I ; :: thesis: [|X,Y|] . i = ([0] I) . i
A7: Y . i = {} by A5, PBOOLE:5;
thus [|X,Y|] . i = [:(X . i),(Y . i):] by A6, PBOOLE:def 21
.= {} by A7, ZFMISC_1:113
.= ([0] I) . i by PBOOLE:5 ; :: thesis: verum
end;
hence [|X,Y|] = [0] I by PBOOLE:3; :: thesis: verum
end;
end;