Consider a set $K\subset \mathbb{R}^n$ that is symmetric ($B = -B$) and verifies $aK\subset bK$ if $|a|<|b|$. Can I conclude that $\overline{K} = \cap_{a>1}aK$? If not, does the result hold assuming extra properties, like $K$ being convex?
Thoughts: when drawing it in the plane it seems pretty clear. I know this is not the best argument, but I don't think this is something that depends on dimension, so I think working in $\mathbb{R}^n$ would suffice. It seems a good idea to me to use that $x\in \overline{K} \iff d(x,K) = 0$, but I am not sure of how to write the proof.
I also am interested if the property holds in general normed vector spaces.
First off, notice that if
$x\in K$
Then
$\forall_{-1<a<1}[ax\in K]$
(By letting $b=1$ in your condition)
So if the set $K$ contains a point $p$, it must contain everything in the span of $p$, which has a length less than $p$. So any set $K$ satisfying this consists of symmetric rays around the origin, with (possibly) finite length. Note however that the rays need not include their endpoints, i.e. a valid set $K$ could be
$K= \{x \in \mathbb{R}^n|\ \lVert x\rVert < 1 \}$.
So we have some union of rays, possibly finite in length, possibly containing their endpoints, but not necessarily either.
This allows us to construct a counterexample, the claim that
$$ \bigcap_{a>1}aS = \overline{S} $$
Implies that every point in $\overline{S}$ is equal to $a \vec{v}$ for some $\vec{v}$ in $S$. I.e. every point in the closure is in the subspace spanned by one of the ray's that make up $S$. But consider the set in $\mathbb{R}^2$
$$ S_1=\{\vec{v}\in \mathbb{R}^2 : \lVert\vec{v}\rVert \leq 1 \mbox{ and } \theta({\vec{v})} = 1/n \}$$
Where $\theta(\vec{v})$ is the angle the point makes with the $x$-axis. And then define
$$ S = S_1 \cup -S_1 $$
You can check that $S$ satifies the conditions. But the closure of $S$ contains the ray
$$r = \{a(1,0) \in \mathbb{R}^2 : |a| \leq 1 \}$$
Which is an entirely new ray, and not contained in the intersection, contradicting our assumption that every point in the closure is in the subspace spanned by some ray.