let A, B be ext-real-membered set ; :: thesis: ( A = { (- w) where w is Element of ExtREAL : w in B } implies B = { (- w) where w is Element of ExtREAL : w in A } )
assume A1: A = { (- w) where w is Element of ExtREAL : w in B } ; :: thesis: B = { (- w) where w is Element of ExtREAL : w in A }
thus B c= { (- w) where w is Element of ExtREAL : w in A } :: according to XBOOLE_0:def 10 :: thesis: { (- w) where w is Element of ExtREAL : w in A } c= B
proof
let z be ext-real number ; :: according to MEMBERED:def 8 :: thesis: ( not z in B or z in { (- w) where w is Element of ExtREAL : w in A } )
assume A2: z in B ; :: thesis: z in { (- w) where w is Element of ExtREAL : w in A }
A3: z in ExtREAL by XXREAL_0:def 1;
A4: - z in ExtREAL by XXREAL_0:def 1;
A5: z = - (- z) ;
- z in A by A1, A2, A3;
hence z in { (- w) where w is Element of ExtREAL : w in A } by A5, A4; :: thesis: verum
end;
let e be set ; :: according to TARSKI:def 3 :: thesis: ( not e in { (- w) where w is Element of ExtREAL : w in A } or e in B )
assume e in { (- w) where w is Element of ExtREAL : w in A } ; :: thesis: e in B
then consider w1 being Element of ExtREAL such that
A6: - w1 = e and
A7: w1 in A ;
ex w being Element of ExtREAL st
( - w = w1 & w in B ) by A1, A7;
hence e in B by A6; :: thesis: verum