let p1, p2, p3, p4 be Point of (TOP-REAL 2); :: thesis: for a, b, c, d being Real
for P, Q being Subset of (TOP-REAL 2) st a < b & c < d & p1 `2 = d & p2 `2 = d & p3 `1 = b & p4 `1 = b & a <= p1 `1 & p1 `1 < p2 `1 & p2 `1 <= b & c <= p4 `2 & p4 `2 < p3 `2 & p3 `2 <= d & P is_an_arc_of p1,p3 & Q is_an_arc_of p2,p4 & P c= closed_inside_of_rectangle (a,b,c,d) & Q c= closed_inside_of_rectangle (a,b,c,d) holds
P meets Q

let a, b, c, d be Real; :: thesis: for P, Q being Subset of (TOP-REAL 2) st a < b & c < d & p1 `2 = d & p2 `2 = d & p3 `1 = b & p4 `1 = b & a <= p1 `1 & p1 `1 < p2 `1 & p2 `1 <= b & c <= p4 `2 & p4 `2 < p3 `2 & p3 `2 <= d & P is_an_arc_of p1,p3 & Q is_an_arc_of p2,p4 & P c= closed_inside_of_rectangle (a,b,c,d) & Q c= closed_inside_of_rectangle (a,b,c,d) holds
P meets Q

let P, Q be Subset of (TOP-REAL 2); :: thesis: ( a < b & c < d & p1 `2 = d & p2 `2 = d & p3 `1 = b & p4 `1 = b & a <= p1 `1 & p1 `1 < p2 `1 & p2 `1 <= b & c <= p4 `2 & p4 `2 < p3 `2 & p3 `2 <= d & P is_an_arc_of p1,p3 & Q is_an_arc_of p2,p4 & P c= closed_inside_of_rectangle (a,b,c,d) & Q c= closed_inside_of_rectangle (a,b,c,d) implies P meets Q )
assume that
A1: a < b and
A2: c < d and
A3: p1 `2 = d and
A4: p2 `2 = d and
A5: p3 `1 = b and
A6: p4 `1 = b and
A7: a <= p1 `1 and
A8: p1 `1 < p2 `1 and
A9: p2 `1 <= b and
A10: c <= p4 `2 and
A11: p4 `2 < p3 `2 and
A12: p3 `2 <= d and
A13: P is_an_arc_of p1,p3 and
A14: Q is_an_arc_of p2,p4 and
A15: P c= closed_inside_of_rectangle (a,b,c,d) and
A16: Q c= closed_inside_of_rectangle (a,b,c,d) ; :: thesis: P meets Q
A17: ex g being Function of I[01],(TOP-REAL 2) st
( g is continuous & g is one-to-one & rng g = Q & g . 0 = p2 & g . 1 = p4 ) by A14, Th2;
ex f being Function of I[01],(TOP-REAL 2) st
( f is continuous & f is one-to-one & rng f = P & f . 0 = p1 & f . 1 = p3 ) by A13, Th2;
hence P meets Q by A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A15, A16, A17, Th114; :: thesis: verum