let x be Point of (TOP-REAL 2); :: thesis: ( x is Point of (Topen_unit_circle c[-10]) implies ( - 1 < x `1 & x `1 <= 1 ) )
assume A1: x is Point of (Topen_unit_circle c[-10]) ; :: thesis: ( - 1 < x `1 & x `1 <= 1 )
A2: now :: thesis: not x `1 = - 1end;
- 1 <= x `1 by A1, Th26;
hence ( - 1 < x `1 & x `1 <= 1 ) by A1, A2, Th26, XXREAL_0:1; :: thesis: verum