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