4

Why is it the empty set, trivially convex? I see this results stated into a proof as something known, but I do not understand what's the idea idea behind it. How could I reason about convex combinations if the set has no elements?

Asaf Karagila
  • 393,674
PhDing
  • 504
  • 3
    Hint: What would it mean for it not to be convex? – Akiva Weinberger Jan 07 '16 at 11:54
  • @AkivaWeinberger It would mean that the segment that joints two generic points of the set is not contained in the set itself – PhDing Jan 07 '16 at 12:04
  • 3
    It would mean that there exists two points in it, $a$ and $b$, such that the line connecting $a$ and $b$ isn't contained in it. This is false, because there doesn't exist two points in it at all. (In other words, $\emptyset$ is convex because there's no counterexample to the convexity condition.) – Akiva Weinberger Jan 07 '16 at 12:05
  • The statement that the empy set is convex is vacuously true, as @Akiva pointed out. – drhab Jan 07 '16 at 12:17

3 Answers3

10

$\forall$ statements are true on empty domains. The definition of convex requires that for every two points in the set the line connecting them is also in the set. In order to show that this didn't work you would need to produce a counterexample, for which there is none, because there's nothing to choose from.

9

Here's another approach, without thinking about the formal quantifier logic of it.

The intersection of any two convex sets is convex, yes? Well, what's the intersection of two disjoint circles?

0

You have to consider the definition of convexity. It says that for every pair of points in the set the line connecting the points are in the set.

Now this boils down to quantifier logic. The statement is of the form "for every x in the set ...". The quantifier logic says that such a statement is true for the empty set.

One could avoid this by explicitly excluding the empty set, but that would complicate things rather than simplify. For example there's a result that the intersection of two convex sets is convex which is complicated if you exclude the empty set in the definition.

Another trivial example of convex sets are single-point sets as it would imply that any two points in the set would be the same and the line segment connecting them would only be the point itself.

skyking
  • 16,654