let f be FinSequence of (TOP-REAL 2); :: thesis: for p being Point of (TOP-REAL 2) holds R_Cut f,p <> {}
let p be Point of (TOP-REAL 2); :: thesis: R_Cut f,p <> {}
per cases ( p <> f . 1 or p = f . 1 ) ;
end;