Use Induction to show that when n circles divided the plane into regions, those regions can be colored into 2 different colors such that no regions with a common boundary are colored the same.
My think: Let p(n) : "the statement, coloring regions properly"
(Basis Step) p(1) is true, p(2) is true.
(Inductive Step) n circles divide the plane with regions make m regions that get common boundaries with main circles. Those regions can be colored B color if main circles colored A.
Now I can't progress from here, what should I do?