let F, G be ext-real-membered set ; :: thesis: for f being ExtReal holds (f ++ F) \ (f ++ G) c= f ++ (F \ G)
let f be ExtReal; :: thesis: (f ++ F) \ (f ++ G) c= f ++ (F \ G)
let i be ExtReal; :: according to MEMBERED:def 8 :: thesis: ( not i in (f ++ F) \ (f ++ G) or i in f ++ (F \ G) )
assume A1: i in (f ++ F) \ (f ++ G) ; :: thesis: i in f ++ (F \ G)
then consider w being Element of ExtREAL such that
A2: i = f + w and
A3: w in F by Th134;
now :: thesis: w in F \ Gend;
hence i in f ++ (F \ G) by A2, Th132; :: thesis: verum