$$\|A\|_1=\inf\{c\ge 0: \forall x\in V,\|Ax\|\le c, \|x\| \le 1\}=\inf\ S_1$$ $$\|A\|_2=\inf\{c\ge 0: \forall x\in V,\|Ax\|\le c, \|x\| = 1\}=\inf S_2$$ I am trying to prove these two expresions are equal DIRECTLY, I know there are other equivalente definitions using the sup, I know how to deal with those, so let's not use them.
Similarly to what is done to prove the equivalence between the sup version of these two expresions ( here Why are different definitions of the operator norm equivalent?), I notice the inclusion between sets: $S_2 \subset S_1$ , so
$\|A\|_1=\inf\ S_1 \le \inf\ S_2 =\|A\|_2$ ...(*)
If I can prove the opposite inequality I'd be done, that is where I am having trouble.
I know that for $ x \in V, \|x\|\le 1 , \|Ax\| \le \|Ax\|/\|x\| $. I don't want to take the sup over $ x$ here since that is the reasoning for the sup version of this problem, so how do I go about reasoning in terms of the inf of the constants that bound each side of the inequality? Let $C_1$ represent any value of $C$ in $S_1$ and $C_2$ represent any value of $C $ in $S_2 $.
I know $\|Ax\| \le \|A\|_1 \le C_1$ $\forall \|x\| \le 1$
and $\|Ax\| \le \|A\|_2 \le C_2$ $\forall \|x\| = 1$ that is $ \|Ax\|/\|x\| \le \|A\|_2 \le C_2 \forall x \in V$
How can I conclude $\|A\|_2\le \|A\|_1$ ?