let I be non empty set ; for a, b, c, d being set
for i, j being Element of I holds
( c in ((i -singleton a) (\/) (j -singleton d)) . b iff ( ( b = i & c = a ) or ( b = j & c = d ) ) )
let a, b, c, d be set ; for i, j being Element of I holds
( c in ((i -singleton a) (\/) (j -singleton d)) . b iff ( ( b = i & c = a ) or ( b = j & c = d ) ) )
let i, j be Element of I; ( c in ((i -singleton a) (\/) (j -singleton d)) . b iff ( ( b = i & c = a ) or ( b = j & c = d ) ) )
assume A3:
( ( b = i & c = a ) or ( b = j & c = d ) )
; c in ((i -singleton a) (\/) (j -singleton d)) . b
then
( c in (i -singleton a) . b or c in (j -singleton d) . b )
by Th3;
then
c in ((i -singleton a) . b) \/ ((j -singleton d) . b)
by XBOOLE_0:def 3;
hence
c in ((i -singleton a) (\/) (j -singleton d)) . b
by A3, PBOOLE:def 4; verum