kaosAD
- 33
- 0
If A and B are nonempty convex sets. And C = A + B. How to prove int(C) = int(A) + int(B)?
Last edited:
Have you tried some concerete examples?kaosAD said:This is what I have tried a some what modified problem. But it goes nowhere.
I will use 'cl' to mean closure and 'bd' to mean boundary. Assume A = cl(A) and B = cl(B) to make life easier for me. Let \bar{x} \in \textup{bd}(A). Consider a sequence \{x_k\} belonging to int(A) and converging to a limit point \bar{x}. Pick any y \in B. Hence the sequence \{x_k + y\} converges to some point, say \bar{z}. This \bar{z} may or may not belong to int(C). I reckon if y \in \textup{bd}(B), then the \bar{z} does not belong to int(C).
I don't think it goes well following this line of argument. Need some help.