The k-set agreement problem is a generalization of the uniform consensus problem: each process proposes a value, and each non-faulty process has to decide a Value such that a decided value is a proposed value. and at most k different Values are decided. It has been shown that any algorithm that solves the k-set agreement problem in synchronous systems that can suffer up to t crash failures requires left perpendicular1/kright perpendicular rounds in the worst case. It has also been shown that it is possible to design early deciding algorithms where no process decides and halts after min (left perpendicular f/k right perpendicular + 2, left perpendicular t/k right perpendicular + 1) rounds, where f is the number of actual crashes in a run (0 <= f <= t). This paper explores a new direction to solve the k-set agreement problem in a synchronous system. It considers that the system is enriched with base objects (denoted has left perpendicular m, l right perpendicular_SA objects) that allow solving the l-set agreement problem in a set of m processes (m < n). The paper makes several contributions. it first proposes a synchronous k-set agreement algorithm that benefits from such underlying base objects. This algorithm requires O(tl/mk) rounds, more precisely, left perpendicular t/Delta right perpendicular + 1 rounds, where Delta = m left perpendicular k/l right perpendicular + (k mod l). The paper then shows that this bound, that involves all the parameters that characterize both the problem (k) and its environment (t, m and e), is a lower bound. The proof of this lower bound sheds additional light on the deep connection between synchronous efficiency and asynchronous Computability. Finally, the paper extends its investigation to the early deciding case. It presents a k-set agreement algorithm that directs the processes to decide and stop by round min (left perpendicular f/Delta right perpendicular + 2, left perpendicular t/Delta right perpendicular + 1). These bounds generalize the bounds previously established for solving the k-set agreement problem in pure synchronous systems. (C) 2009 Elsevier B.V. All rights reserved.