Suppose C1 and C2 are two cones; I should prove this statement:
$$ C1\subseteq C2\Rightarrow DualCone(C2)\subseteq DualCone(C1)$$ And this is the definition of DualCone in my textbook:$$DualCone(C) = \{y ∈ R^n: 〈y,x〉 ≥ 0, x ∈ C\}$$
My try:
By the hypothesis $C1\subseteq C2$, so we have $x ∈ C1\Rightarrow x∈C2$:
$$DualCone(C1) = \{y ∈ R^n: 〈y,x〉 ≥ 0, x ∈ C1\} = \{y ∈ R^n: 〈y,x〉 ≥ 0, x ∈ C2\}$$
So with my conclusion: $$DualCone(C1) = DualCone(C2)$$
Am I wrong?