Proving Convexity of a Set: A Proof by Contradiction Approach

  • Thread starter Thread starter TaPaKaH
  • Start date Start date
  • Tags Tags
    Set
TaPaKaH
Messages
51
Reaction score
0
How to show that a set ##C=\{(x,y,z)\in\mathbb{R}^3:x\geq0,z\geq0,xz\geq y^2\}## is convex?

I tried a proof by contradiction: Assume that there exist ##c_1=(x_1,y_1,z_1),c_2=(x_2,y_2,z_2)\in C## and ##t\in(0,1)## such that ##tc_1+(1-t)c_2\notin C##.
For this to hold, one would have to have
$$(tx_1+(1-t)x_2)(tz_1+(1-t)z_2)<(ty_1+(1-t)y_2)^2$$ $$t^2x_1z_1+t(1-t)(x_1z_2+x_2z_1)+(1-t)^2x_2z_2<t^2y_1^2+2t(1-t)y_1y_2+(1-t)^2y_2^2.$$ We know that ##x_1z_1\geq y_1^2## and ##x_2z_2\geq y_2^2## but this doesn't seem to help me get any further than ##x_1z_2+x_2z_1<2y_1y_2##, from which I can't see a possible contradiction.
 
Physics news on Phys.org
TaPaKaH said:
How to show that a set ##C=\{(x,y,z)\in\mathbb{R}^3:x\geq0,z\geq0,xz\geq y^2\}## is convex?

I tried a proof by contradiction: Assume that there exist ##c_1=(x_1,y_1,z_1),c_2=(x_2,y_2,z_2)\in C## and ##t\in(0,1)## such that ##tc_1+(1-t)c_2\notin C##.
For this to hold, one would have to have
$$(tx_1+(1-t)x_2)(tz_1+(1-t)z_2)<(ty_1+(1-t)y_2)^2$$ $$t^2x_1z_1+t(1-t)(x_1z_2+x_2z_1)+(1-t)^2x_2z_2<t^2y_1^2+2t(1-t)y_1y_2+(1-t)^2y_2^2.$$ We know that ##x_1z_1\geq y_1^2## and ##x_2z_2\geq y_2^2## but this doesn't seem to help me get any further than ##x_1z_2+x_2z_1<2y_1y_2##, from which I can't see a possible contradiction.

You're on the right track.

Square both sides of ##x_1z_2+x_2z_1<2y_1y_2## to get ##x_1^2z_2^2+2(x_1z_1)(x_2z_2)+x_2^2z_1^2<4y_1^2y_2^2## (*)

By the property of C, ##x_1z_1≥y_1^2## and ##x_2z_2≥y_2^2##. Applying this to (*) and rearranging gives ##x_1^2z_2^2+x_2^2z_1^2<2y_1^2y_2^2##, but ##2y_1^2y_2^2≤2(x_1z_1)(x_2z_2)##, so this gives us ##x_1^2z_2^2-2(x_1z_1)(x_2z_2)+x_2^2z_1^2<0##. Why is this a contradiction?
 
Last edited:
  • Like
Likes 1 person
Got it, thank you!
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top