Elegant Notation: Intersection of Inequalities

  • Context: Graduate 
  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
bomba923
Messages
759
Reaction score
0
Is the notation
[tex]\left\{ \begin{gathered}<br /> {\text{inequality}} \hfill \\<br /> {\text{inequality}} \hfill \\<br /> {\text{inequality}} \hfill \\ <br /> \end{gathered} \right\}[/tex]
generally accepted to denote the solution set (i.e., intersection) of the inequalities?

If so, then the following (part of a problem I came up with) should be easy to understand:
[tex]\bigcup\limits_{\begin{subarray}{l} <br /> \left( {i,j,k} \right) \in \mathbb{N}^3 , \\ <br /> i < j < k \leqslant n <br /> \end{subarray}} {\left\{ \begin{gathered}<br /> \left( {y - y_i } \right)\left( {x_i - x_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \hfill \\<br /> \left( {y - y_i } \right)\left( {x_i - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \hfill \\<br /> \left( {y - y_j } \right)\left( {x_j - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_j } \right)\left( {y_j - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \hfill \\ <br /> \end{gathered} \right\}}[/tex]

Is there a simpler/more elegant way to express this, or is it fine the way it is?
 
Last edited:
Mathematics news on Phys.org
That looks like a set of inequalities rather than the solution set to me. Rather like saying that {x2- 4= 0} denotes the set {2, -2}. (The second way is more "elegant"!)
 
HallsofIvy said:
That looks like a set of inequalities rather than the solution set to me. Rather like saying that {x2- 4= 0} denotes the set {2, -2}. (The second way is more "elegant"!)
Well, to be more clear, perhaps I should add intersection symbols:
[tex] \bigcup\limits_{\begin{subarray}{l} <br /> \left( {i,j,k} \right) \in \mathbb{N}^3 , \\ <br /> i < j < k \leqslant n <br /> \end{subarray}} {\left( \begin{gathered}<br /> \left( {y - y_i } \right)\left( {x_i - x_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \cap \hfill \\<br /> \left( {y - y_i } \right)\left( {x_i - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \cap \hfill \\<br /> \left( {y - y_j } \right)\left( {x_j - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_j } \right)\left( {y_j - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \hfill \\ <br /> \end{gathered} \right)}[/tex]
Essentially, I wish to denote a union of solution sets :shy:
Would that be clear/understood from the way I rewrote it here?
 
Last edited:
It looks like you are still thinking of an inequality as the set of things that satisfy it, this isn't the usual use of the notation. The set of x's that satisfy x>2 would be written:

{x| x>2}

(specifiy some set x is coming from if it's not clear from the context, like x a real number, or integer), not

x>2
 
Thanks shmoe :smile:
In that case, this would be the more correct way to denote my union of solution sets:
[tex]\bigcup\limits_{\begin{subarray}{l} <br /> \left( {i,j,k} \right) \in \mathbb{N}^3 , \\ <br /> i < j < k \leqslant n <br /> \end{subarray}} {\left\{ {\left( {x,y} \right)\left| \begin{gathered}<br /> \left( {y - y_i } \right)\left( {x_i - x_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \hfill \\<br /> \left( {y - y_i } \right)\left( {x_i - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \hfill \\<br /> \left( {y - y_j } \right)\left( {x_j - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_j } \right)\left( {y_j - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \hfill \\ <br /> \end{gathered} \right.} \right\}}[/tex]
Right?
 
Last edited:
Sure, I'd call that more correct, but you'd probably want to put some "or"'s in there.
edit-spelling, I wasn't calling you "Sue"
 
Last edited:
shmoe said:
Sue, I'd call that more correct, but you'd probably want to put some "or"'s in there.
Some "or's" ? Why so?
 
maybe "and"'s then. You just have a list of inequalities as conditions,

{x|x>2, x>4, x=65}

What does this mean? It's ambiguous as it's written.
 
shmoe said:
maybe "and"'s then. You just have a list of inequalities as conditions,

{x|x>2, x>4, x=65}

What does this mean? It's ambiguous as it's written.
Do you mean like this:
[tex]\bigcup\limits_{\begin{subarray}{l} <br /> \left( {i,j,k} \right) \in \mathbb{N}^3 , \\ <br /> i < j < k \leqslant n <br /> \end{subarray}} {\left\{ {\left( {x,y} \right)\left| \begin{gathered}<br /> \left( {y - y_i } \right)\left( {x_i - x_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_j } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_k } & {y_i - y_k } \\<br /> {x_i - x_j } & {y_i - y_j } \\<br /> <br /> \end{array} } \right| \wedge \hfill \\<br /> \left( {y - y_i } \right)\left( {x_i - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_i } \right)\left( {y_i - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_i - x_j } & {y_i - y_j } \\<br /> {x_i - x_k } & {y_i - y_k } \\<br /> <br /> \end{array} } \right| \wedge \hfill \\<br /> \left( {y - y_j } \right)\left( {x_j - x_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \geqslant \left( {x - x_j } \right)\left( {y_j - y_k } \right)\left| {\begin{array}{*{20}c}<br /> {x_j - x_i } & {y_j - y_i } \\<br /> {x_j - x_k } & {y_j - y_k } \\<br /> <br /> \end{array} } \right| \hfill \\ <br /> \end{gathered} \right.} \right\}}[/tex]
Correct?
 
Yes, post #9 is correct.