let p1, p2 be Point of (TOP-REAL 2); :: thesis: for a, b, c, d being real number st a < b & c < d & p1 `2 = d & p2 `2 = d & a <= p1 `1 & p1 `1 < p2 `1 & p2 `1 <= b holds
LE p1,p2, rectangle a,b,c,d
let a, b, c, d be real number ; :: thesis: ( a < b & c < d & p1 `2 = d & p2 `2 = d & a <= p1 `1 & p1 `1 < p2 `1 & p2 `1 <= b implies LE p1,p2, rectangle a,b,c,d )
set K = rectangle a,b,c,d;
assume A1:
( a < b & c < d & p1 `2 = d & p2 `2 = d & a <= p1 `1 & p1 `1 < p2 `1 & p2 `1 <= b )
; :: thesis: LE p1,p2, rectangle a,b,c,d
then A2:
p1 `1 <= b
by XXREAL_0:2;
a <= p2 `1
by A1, XXREAL_0:2;
then
( p1 in LSeg |[a,d]|,|[b,d]| & p2 in LSeg |[a,d]|,|[b,d]| )
by A1, A2, Th1;
hence
LE p1,p2, rectangle a,b,c,d
by A1, JGRAPH_6:70; :: thesis: verum