defpred S1[ Point of (TOP-REAL 2)] means $1 `2 >= 1 - (2 * ($1 `1 ));
defpred S2[ Point of (TOP-REAL 2)] means $1 `2 >= (2 * ($1 `1 )) - 1;
set T = { p where p is Point of (TOP-REAL 2) : ( S1[p] & S2[p] ) } ;
reconsider K = { p where p is Point of (TOP-REAL 2) : S1[p] } as closed Subset of (TOP-REAL 2) by Th22;
reconsider L = { p where p is Point of (TOP-REAL 2) : S2[p] } as closed Subset of (TOP-REAL 2) by Th20;
{ p where p is Point of (TOP-REAL 2) : ( S1[p] & S2[p] ) } = { p where p is Point of (TOP-REAL 2) : S1[p] } /\ { p where p is Point of (TOP-REAL 2) : S2[p] } from DOMAIN_1:sch 10();
then { p where p is Point of (TOP-REAL 2) : ( S1[p] & S2[p] ) } = K /\ L ;
hence { p where p is Point of (TOP-REAL 2) : ( p `2 >= 1 - (2 * (p `1 )) & p `2 >= (2 * (p `1 )) - 1 ) } is closed Subset of (TOP-REAL 2) by TOPS_1:35; :: thesis: verum