Cartesian Product syntax in dictionary order relation definition

Click For Summary
SUMMARY

The discussion clarifies the definition of the dictionary order relation on the Cartesian product of two sets A and B, as presented in Munkres' work. The order relation is defined such that for elements a_1 x b_1 and a_2 x b_2, a_1 x b_1 < a_2 x b_2 if a_1 <_A a_2, or if a_1 = a_2 and b_1 <_B b_2. The notation change from (a, b) to a_1 x b_1 is intended to avoid confusion with the set notation for order relations. An example illustrates this ordering with sets A = {1, 2, 3} and B = {a, b, c}, demonstrating the sorting mechanism akin to dictionary entries.

PREREQUISITES
  • Understanding of order relations in set theory
  • Familiarity with Cartesian products of sets
  • Knowledge of Munkres' definitions and notation
  • Basic concepts of lexicographic ordering
NEXT STEPS
  • Study Munkres' "Topology" for deeper insights into order relations
  • Explore examples of Cartesian products in set theory
  • Learn about lexicographic ordering in more complex sets
  • Investigate applications of dictionary order in computer science
USEFUL FOR

Mathematicians, computer scientists, and students studying set theory or order relations who seek to understand the implications of dictionary order in Cartesian products.

Diffy
Messages
441
Reaction score
0
Definition. Suppose that A and B are two sets with order relations &lt;_A and &lt;_B respectively. Define an order relation < on A x B by defining a_1 \ x \ b_1 &lt; a_2 \ x \ b_2 if a_1 &lt;_A a_2, or if a_1 = a_2 and b_1 &lt;_B b_2. It is called the dictionary order relation on A X B.

OK. I think I am just confused by the syntax here. Up to this point Munkres has used (a , b) to denote an element of A x B. I think here he wants a_1 \ x \ b_1 to be what I am used to being (a_1 , b_1 )

I think possibly the reason he changed notation, is that in an order relation (a , b) = { x| a < x < b} and he doesn't want us to get confused.

I just need verification.

What do you think?
 
Physics news on Phys.org
Suppose set A is (1,2,3) while set B is (a,b,c). Members of A and B do not compare.

The reason this is called dictionary order is because this is essentially the way we sort words. Suppose you have two words. First you compare the first letter in each word to each other; game over if these letters differ. You only go on to the second letter if the first letters match. You go on to the third if the second letters match, and so on.

Now back to the original example. With this ordering, (1,b) < (1,c) < (2,a) (for example).
 

Similar threads

  • · Replies 62 ·
3
Replies
62
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 35 ·
2
Replies
35
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K