I know that a convex set in a linear space $X$ is defined thus:
Let $ X $ be a real linear space. A set $ E ⊂ X $ is said to be convex if and only if for each pair of points $ x, y ∈ E $, the line segment joining $ x $ and $ y $ lies in $ E $, i.e. if $ x, y ∈ E $, then $$ L [x, y] = \{z \in X\ :\ z = (1 - λ)x + λy, λ ∈ [0, 1]\} ⊂ E. $$
Now, the problem I have is this: How can I make use of the definition above to show that the open ball $ B(0, δ) $ is a convex set in a linear space $ \Bbb R^n $ over $ \Bbb R $.
Source: MTH 303 - Advanced Calculus/OAU - Harmattan Semester Examinations/2017 - 2018 Academic Session/Convex Set/Q1. (b)
If $\|x\|<\delta, \|y\|<\delta$ and $0\leq \lambda \leq 1$ then $\|\lambda x+(1-\lambda)y\| \leq \lambda \|x\|+(1-\lambda)\|y\| <\delta (\lambda +1-\lambda) =\delta$.