Let $A$ an algorithm with polynomial time, which receives an graph $G$ and returns the stable set $S_A(G)$ of $G$ with the property:
$$ \alpha(G) - |S_A(G)| \le k, $$ for a constant $k\in N$
Prove that $A$ can be used for determining , in polynomial time, a stable set of maximum cardinal in a given graph.
I have tried by taking $T$ isomorphic copies of the graph and I have tried to extend the graph. But I get stuck at this point, can you give me some hints?