let s1, t1, s2, t2 be Real; :: thesis: for P, Q being Subset of (TOP-REAL 2) st P = { |[sa,ta]| where sa, ta is Real : ( s1 < sa & sa < s2 & t1 < ta & ta < t2 ) } & Q = { |[sb,tb]| where sb, tb is Real : ( not s1 <= sb or not sb <= s2 or not t1 <= tb or not tb <= t2 ) } holds
P misses Q
let P, Q be Subset of (TOP-REAL 2); :: thesis: ( P = { |[sa,ta]| where sa, ta is Real : ( s1 < sa & sa < s2 & t1 < ta & ta < t2 ) } & Q = { |[sb,tb]| where sb, tb is Real : ( not s1 <= sb or not sb <= s2 or not t1 <= tb or not tb <= t2 ) } implies P misses Q )
assume that
A1:
P = { |[sa,ta]| where sa, ta is Real : ( s1 < sa & sa < s2 & t1 < ta & ta < t2 ) }
and
A2:
Q = { |[sb,tb]| where sb, tb is Real : ( not s1 <= sb or not sb <= s2 or not t1 <= tb or not tb <= t2 ) }
; :: thesis: P misses Q
assume
not P misses Q
; :: thesis: contradiction
then consider x being set such that
A3:
( x in P & x in Q )
by XBOOLE_0:3;
consider sa, ta being Real such that
A4:
|[sa,ta]| = x
and
A5:
( s1 < sa & sa < s2 & t1 < ta & ta < t2 )
by A1, A3;
consider sb, tb being Real such that
A6:
|[sb,tb]| = x
and
A7:
( not s1 <= sb or not sb <= s2 or not t1 <= tb or not tb <= t2 )
by A2, A3;
set p = |[sa,ta]|;
( |[sa,ta]| `1 = sa & |[sa,ta]| `1 = sb & |[sa,ta]| `2 = ta & |[sa,ta]| `2 = tb )
by A4, A6, EUCLID:56;
hence
contradiction
by A5, A7; :: thesis: verum