let a, b, c, d be real number ; closed_inside_of_rectangle a,b,c,d = (outside_of_rectangle a,b,c,d) `
set R = closed_inside_of_rectangle a,b,c,d;
set O = outside_of_rectangle a,b,c,d;
thus
closed_inside_of_rectangle a,b,c,d c= (outside_of_rectangle a,b,c,d) `
XBOOLE_0:def 10 (outside_of_rectangle a,b,c,d) ` c= closed_inside_of_rectangle a,b,c,dproof
let x be
set ;
TARSKI:def 3 ( not x in closed_inside_of_rectangle a,b,c,d or x in (outside_of_rectangle a,b,c,d) ` )
assume
x in closed_inside_of_rectangle a,
b,
c,
d
;
x in (outside_of_rectangle a,b,c,d) `
then consider p being
Point of
(TOP-REAL 2) such that A1:
x = p
and A2:
a <= p `1
and A3:
p `1 <= b
and A4:
c <= p `2
and A5:
p `2 <= d
;
hence
x in (outside_of_rectangle a,b,c,d) `
by A1, SUBSET_1:50;
verum
end;
let x be set ; TARSKI:def 3 ( not x in (outside_of_rectangle a,b,c,d) ` or x in closed_inside_of_rectangle a,b,c,d )
assume A6:
x in (outside_of_rectangle a,b,c,d) `
; x in closed_inside_of_rectangle a,b,c,d
then A7:
not x in outside_of_rectangle a,b,c,d
by XBOOLE_0:def 5;
reconsider x = x as Point of (TOP-REAL 2) by A6;
A8:
a <= x `1
by A7;
A9:
x `1 <= b
by A7;
A10:
c <= x `2
by A7;
x `2 <= d
by A7;
hence
x in closed_inside_of_rectangle a,b,c,d
by A8, A9, A10; verum