We need to cover the circle as efficiently as possible. That means having exactly one layer of strips. Zero layers doesn’t cover it, and two or more layers are wasted. As soon as you start using strips at different orientations you can’t escape an overlap somewhere. So, clearly the optimal way to do it is to use some number of parallel non-overlapping strips, and their total width will be the diameter of the circle.
Not sure if this isn’t rigorous enough or something, but it seems perfectly clear to me.