The question is pretty self explanatory. I'm working with the definitions:
Matroid (Bases) $(E,\mathcal{B})$
1) No base is a subset of another base
2) $B_1,B_2 \in \mathcal{B}$ and $e \in B_1$ implies $\exists f \in B_2$ st $B_1 - e + f \in \mathcal{B}$.
Matroid (circuits) $(E,\mathcal{C})$
1) $\varnothing \notin \mathcal{C}$
2) No circuit proper subset of another circuit
3) $e \in C_1 \cap C_2$, $C_1 \neq C_2$ implies $\exists C_3 \in \mathcal{C}$ st $C_3 \subseteq C_1 \cup C_2 - e$.
My idea was to try to prove that if we do have a set of circuits, we can construct a set of bases and vice versa. At this point I tried a couple of things, but to be honest am trying to do this without any proper intuition of what these sets are, and have no idea what a good approach would be. Any ideas?