In epsilon-delta proofs, when specifying delta, is it correct to specify the delta is equal to a value or delta is less than or equal to a value?
Which statement if more correct and why? Given epsilon > 0, choose delta = (number) OR Given epsilon > 0, choose delta < or = (number) OR Both?
Why? I would think that it would be more correct to specify that delta is < or = to a value since any smaller value would also work in the proof, right?
Thanks!
You are correct when you say that "any smaller value would also work", at least in most common problems like limits, continuity, etc. But if we look at the definition for continuity of a function $f:\mathbb{R} \rightarrow \mathbb{R}$ at a point $a$, $$∀\epsilon>0\space \exists\delta>0 \text{ such that}$$ $$|x-a|<\delta \implies |f(x)-f(a)|<\epsilon,$$ note that we are saying that a $\delta$ exists. So it kinda doesn't matter (again, in most common problems) if it works for any $\delta$ less or equal than some value, but rather if there is some delta that works, which is normally the value you find for $\delta$ and show that works.