thus
{1,2,3} \ {2,3,4} c= {1}
XBOOLE_0:def 10 {1} c= {1,2,3} \ {2,3,4}proof
let x be
object ;
TARSKI:def 3 ( not x in {1,2,3} \ {2,3,4} or x in {1} )
assume
x in {1,2,3} \ {2,3,4}
;
x in {1}
then
(
x in {1,2,3} & not
x in {2,3,4} )
by XBOOLE_0:def 5;
then
( (
x = 1 or
x = 2 or
x = 3 ) & not
x = 2 & not
x = 3 & not
x = 4 )
by ENUMSET1:def 1;
hence
x in {1}
by TARSKI:def 1;
verum
end;
let x be object ; TARSKI:def 3 ( not x in {1} or x in {1,2,3} \ {2,3,4} )
assume
x in {1}
; x in {1,2,3} \ {2,3,4}
then
x = 1
by TARSKI:def 1;
then
( x in {1,2,3} & not x in {2,3,4} )
by ENUMSET1:def 1;
hence
x in {1,2,3} \ {2,3,4}
by XBOOLE_0:def 5; verum