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