(a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a ≤ a') where a≤b and a'≤b'. Has any one seen this order? - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-19T00:09:43Z http://mathoverflow.net/feeds/question/23632 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/23632/a-b-a-b-iff-b-a-or-b-b-and-a-a-where-ab-and-ab-has-any-on (a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a ≤ a') where a≤b and a'≤b'. Has any one seen this order? GrahamJenson 2010-05-05T21:37:55Z 2010-05-09T08:42:52Z <p>I have been mucking round with orders, and this is the order that I found I needed. I would like to know if it is defined somewhere else, it is kind of difficult to search for such things.</p> <p>*<strong><em>EDIT</em>*</strong></p> <p>The only application I have used it for at the moment is a totally ordered domain (e.g. '$a,b \in R $'), but I think it would extend to a partially ordered lattice. </p> <p>Consider two intervals (a,b) (a',b'), if one is clearly better than the other, i.e. b≤a' then a≤b≤a'≤b' it is better. But if the interval has the same least upper bound where b=b', then only the greatest lower bound matters, so a ≤ a'.</p> <p>The order that this creates is why I defined it. for instance, given 3 reals {1,2,3} we use a function that defines an interval on each where f(1) = [0,2] f(2) = [1,3] and f(3) = [2,4]. Using this order we can then state that f(1) || f(2) and f(2) || f(3) but f(1) &lt; f(3).</p> <p>The goal of this order is that it should create a lattice as well.</p> <p>Thanks for your help.</p> <p><em><strong>EDIT</em></strong></p> <p>I missed a really important part, sorry. This is based on intervals so a ≤ b and a' ≤ b' must be true. </p> <p>(a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a &lt; a') where a ≤ b AND a' ≤ b'</p> http://mathoverflow.net/questions/23632/a-b-a-b-iff-b-a-or-b-b-and-a-a-where-ab-and-ab-has-any-on/23634#23634 Answer by Didier Piau for (a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a ≤ a') where a≤b and a'≤b'. Has any one seen this order? Didier Piau 2010-05-05T21:53:22Z 2010-05-05T21:53:22Z <p>Since $(2,0) \le (2,1)$ and $(2,1) \le (2,0)$, the relation is not antisymmetric. Or am I mistaken?</p> http://mathoverflow.net/questions/23632/a-b-a-b-iff-b-a-or-b-b-and-a-a-where-ab-and-ab-has-any-on/23641#23641 Answer by Joel David Hamkins for (a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a ≤ a') where a≤b and a'≤b'. Has any one seen this order? Joel David Hamkins 2010-05-05T23:31:13Z 2010-05-06T00:21:20Z <p>If the ambient order is a lattice, they your order is indeed a lattice order. To see this, suppose that we have intervals (a,b) and (a',b'), in your sense that $a\le b$ and $a'\le b'$. If $b\lt b'$, then the least upper bound, written $(a,b)\vee(a',b')$, is $(a'\vee b,b')$. If $b=b'$, then $(a,b)\vee(a',b')=(a\vee a',b)$. Similarly, the case $b'\le b$ is symmetric, and so the remaining case is when $b\perp b'$, in which case $(a,b)\vee(a',b')=(b\vee b',b\vee b')$. A symmetric argument shows $(a,b)\wedge(a',b')$ exists, so it is a lattice.</p> <p>This argument shows that if the ambient order is an upper semi-lattice, then so is your order, and the smae for lower semi-lattice, since we only needed $\vee$ in the underlying order to define $\vee$ in your order, and the same for $\wedge$. </p> <p>Also, if the underlying order is well-founded, then your order is also well-founded, since any descending sequence must descend infinitely in one of the coordinates. If the rank of the ambient order is $\omega$, then the new rank is also $\omega$, since every pair would have only have finitely many predecessors in your order. But for larger ordinal ranks, it seems to go up, and one could calculate some bounds if this was a case you were interested in. </p> http://mathoverflow.net/questions/23632/a-b-a-b-iff-b-a-or-b-b-and-a-a-where-ab-and-ab-has-any-on/23994#23994 Answer by Suresh Venkat for (a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a ≤ a') where a≤b and a'≤b'. Has any one seen this order? Suresh Venkat 2010-05-09T06:32:03Z 2010-05-09T06:32:03Z <p>In the realm of interval orders, it's often convenient to lift the interval [a,b] to the point (a,b) (which necessarily is above the x=y diagonal). Once you do that, lots of questions about interval containment/intersection can be phrased geometrically in terms of regions. Your order has a somewhat unusual, but reasonable-to-represent form. as follows:</p> <p>Given the interval [a,b] to the point (a,b). Associate with (a,b) the half infinite rectangular region whose lower end is the horizontal line segment (a,b) - (b,b), and which extends upwards to infinity. Then all intervals greater than (a,b) in your order correspond to all points to the right of this rectangle (and above the diagonal) and the line segment (a,b)-(b,b) itself. </p> <p>While this looks a little weird, it makes sense once you complete the diagram by reflecting this diagram around the normal to (x=y) passing through (a,b). It's a bit hard to explain without a figure, but the region described above is actually one half of two "wedges" (the lower half containing all intervals that are less than (a,b). </p> <p>So each point is then associated with these two wedges. Questions about the resulting partial order can (I think) be then phrased in terms of unions and intersections of these regions, which should give you a more Boolean-lattice-like structure to work with. </p> http://mathoverflow.net/questions/23632/a-b-a-b-iff-b-a-or-b-b-and-a-a-where-ab-and-ab-has-any-on/24003#24003 Answer by supercooldave for (a,b) ≤ (a',b') iff b ≤ a' or (b' = b and a ≤ a') where a≤b and a'≤b'. Has any one seen this order? supercooldave 2010-05-09T08:42:52Z 2010-05-09T08:42:52Z <p>If you are indeed reasoning about intervals, then perhaps Allen's Interval Algebra might provide some guidance: <a href="http://en.wikipedia.org/wiki/Allen%27s_Interval_Algebra" rel="nofollow">http://en.wikipedia.org/wiki/Allen's_Interval_Algebra</a> . Allen's Interval Algebra is a Boolean Algebra. Using Allen's terminology, you can more concisely state what order you are aiming at, namely that the first interval <em>takes place before</em> the second one <strong>or</strong> the second interval <em>finishes</em> the first.</p>