mjjoga
- 14
- 0
so I have 1/(n-2). I have that n>max(epsilon+2,1). I need to get 1/(n-2) < epsilon. I know that 1/(n-2)<1/(epsilon+2-2)=1/epsilon. but 1/epsilon is not always less than epsilon. can you see any errors?