let b, a be real number ; :: thesis: ( b - a <= 1 implies IntIntervals a,b is mutually-disjoint )
assume A1:
b - a <= 1
; :: thesis: IntIntervals a,b is mutually-disjoint
let x, y be set ; :: according to TAXONOM2:def 5 :: thesis: ( not x in IntIntervals a,b or not y in IntIntervals a,b or x = y or x misses y )
assume
x in IntIntervals a,b
; :: thesis: ( not y in IntIntervals a,b or x = y or x misses y )
then consider nx being Element of INT such that
A2:
x = ].(a + nx),(b + nx).[
;
assume
y in IntIntervals a,b
; :: thesis: ( x = y or x misses y )
then consider ny being Element of INT such that
A3:
y = ].(a + ny),(b + ny).[
;
assume A4:
x <> y
; :: thesis: x misses y
assume
x meets y
; :: thesis: contradiction
then consider z being set such that
A5:
z in x
and
A6:
z in y
by XBOOLE_0:3;
reconsider z = z as Real by A2, A5;
A7:
( a + nx < z & z < b + nx )
by A2, A5, XXREAL_1:4;
A8:
( a + ny < z & z < b + ny )
by A3, A6, XXREAL_1:4;