set L = { [x,y] where x, y is Real : y = - x } ;
{ [x,y] where x, y is Real : y = - x } c= [:REAL,REAL:]
proof
let z be
object ;
TARSKI:def 3 ( not z in { [x,y] where x, y is Real : y = - x } or z in [:REAL,REAL:] )
assume
z in { [x,y] where x, y is Real : y = - x }
;
z in [:REAL,REAL:]
then consider x,
y being
Real such that A1:
z = [x,y]
and
y = - x
;
(
x in REAL &
y in REAL )
by XREAL_0:def 1;
hence
z in [:REAL,REAL:]
by A1, ZFMISC_1:87;
verum
end;
hence
{ [x,y] where x, y is Real : y = - x } is Subset of [:REAL,REAL:]
; verum