Distributivity Concern With Ordinals

  • Thread starter Thread starter Oxymoron
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around the properties of ordinal arithmetic, specifically focusing on the concepts of left-distributivity and right-distributivity. Participants explore why left-distributivity holds for ordinals while right-distributivity does not, using examples involving the ordinal \(\omega\) and questioning the implications of these properties.

Discussion Character

  • Exploratory, Conceptual clarification, Assumption checking

Approaches and Questions Raised

  • Participants attempt to understand the differences between left and right distributivity in ordinal multiplication, raising questions about specific examples and counterexamples. They discuss the implications of definitions and properties of ordinals, including the behavior of infinite ordinals.

Discussion Status

The conversation is ongoing, with participants providing insights and counterexamples related to ordinal arithmetic. Some guidance has been offered regarding the importance of order-preserving bijections in understanding the properties of ordinals, but no consensus has been reached on the underlying reasons for the observed behaviors.

Contextual Notes

Participants express uncertainty about the definitions and axioms of ordinal arithmetic, and there is mention of homework constraints that may limit the scope of their exploration. The discussion includes a focus on proving properties for all triples of ordinals, which adds complexity to the problem at hand.

Oxymoron
Messages
868
Reaction score
0
1. Why does left-distributivity work for ordinals [itex]\alpha[/itex], [itex]\beta[/itex], and [itex]\gamma[/itex] but not right-distributivity?

2. Suppose I have the ordinal [itex]\omega[/itex]. Then why does the second equality hold?

[tex](\omega + 1) \cdot \omega = \omega \cdot \omega + 1 \cdot \omega = \omega \cdot \omega[/tex]

Why is it not [itex]\omega \cdot \omega + \omega[/itex]?

Does 2. have anything to do with the reason behind 1.?
 
Physics news on Phys.org
The answers, presumably, are because the definitions allow us to

1. find a counter example
2. show that w.w+1.w = w.w

As I would be guessing what the precise axioms of ordinal arithmetic are I can't say anymore than that.
 
For any ordinal, w, w+ 1= w.
 
For any infinite ordinal 1+w=w, not w+1=w, surely?
 
Posted by Matt Grime:

The answers, presumably, are because the definitions allow us to

1. find a counter example
2. show that w.w+1.w = w.w

As I would be guessing what the precise axioms of ordinal arithmetic are I can't say anymore than that.

For any ordinal [itex]\omega[/itex], does the following calculation say that [itex]1+\omega = \omega[/itex]?

[tex]1+\omega = \sup\{1+n\,:\,n\in\omega\} = \sup\{m \,:\,0 < m \in \omega\} = \omega[/tex]

So would the following be correct?

[tex](1+1)\cdot\omega = 1\cdot\omega + 1\cdot\omega = \omega + \omega = 2\cdot\omega[/tex]

[tex]\omega\cdot(1+1) = \omega\cdot 1 + \omega\cdot 1 = \omega\cdot(1+\omega)\cdot 1 = \omega\cdot\omega\cdot 1 = \omega\cdot\omega[/tex]

Which shows that for an ordinal w,

[tex](1+1)\cdot\omega \neq \omega\cdot(1+1)[/tex]

So basically, this is my counter-example that Matt proposed. Where I took [itex]\alpha = \omega[/itex], [itex]\beta = \gamma = 1[/itex].
 
Last edited:
Posted by Matt Grime:

For any infinite ordinal 1+w=w, not w+1=w, surely?

Yeah, I think he meant to write 1+w=w because w+1 does not equal w because w+1 has a maximal element and w does not.
 
Ok, so I can show that for the ordinal [itex]\omega[/itex] that

[tex](1+1)\cdot\omega \neq \omega\cdot(1+1)[/tex]

but this does not help me with three ordinals. Besides, I am meant to show that

[tex]\alpha\cdot(\beta + \gamma) = \alpha\beta + \alpha\gamma[/tex]

and I don't see that there is anything to prove! We all know that ordinals are left-distributive so there is nothing to show! What am I meant to do?
 
When you say 'we all know that' have you actually proved it?

It is common to assume some result ina course, and ask for its proof as an exercise.

And I don't understand your concern abuot the other issue. You *have* found 3 ordinals for which it fails, so what if two of them are the same? (At least, assuming your argument is correct; I don't think it is). Or do you think you have to prove it for all triples of ordinals?
 
Last edited:
My first question was to determine why left-distributivity and right-distributivity did not coincide with ordinals. You told me to find a counterexample and I did. Now, my second quest is to discover exactly why

[tex]\alpha(\beta + \gamma) = \alpha\beta + \alpha\gamma[/tex]

but I am stumped.
 
  • #10
No, you first question was to determine why right distributivity does not hold. No one mentioned anything about showing it agrees with left distibrutivity, though I think it is a small step from there assuming that ordinal multiplication is commutative.

Just write out the definitions and see what you can conclude.
 
  • #11
Posted by Matt Grime:

No, you first question was to determine why right distributivity does not hold. No one mentioned anything about showing it agrees with left distibrutivity, though I think it is a small step from there assuming that ordinal multiplication is commutative.

Yes, my mistake.

Posted by Matt Grime:

Just write out the definitions and see what you can conclude.

Ok. Well I know that I can define the addition of two ordinals [itex]\beta[/itex] and [itex]\gamma[/itex] to be the unique ordinal for which there is an order-preserving bijection:

[tex]((\{1\}\times \beta)\cup(\{2\}\times\gamma),\leq) \rightarrow \beta + \alpha[/tex]

Therefore I can assume in my calculations that

[tex]\alpha+\beta[/tex] is isomorphic to [tex](\alpha\times\{1\})\cup(\beta\times\{2\})[/tex]

and

[tex]\alpha\cdot\beta[/tex] is isomorphic to [tex]\alpha\times\beta[/tex]

[tex]\alpha\cdot(\beta + \gamma) \cong \alpha\times(\beta + \gamma)[/tex]
[tex]{}\quad\quad\quad\quad\cong \alpha \times ((\beta \times\{1\})\cup(\gamma\times\{2\}))[/tex]
[tex]{}\quad\quad\quad\quad\cong(\alpha \times \beta \times \{1\})\cup(\alpha\times\beta\times\{2\})[/tex]
[tex]{}\quad\quad\quad\quad\cong(\alpha \times \beta) + (\alpha \times \beta)[/tex]
[tex]{}\quad\quad\quad\quad\cong\alpha\cdot\beta + \alpha\cdot\beta[/tex]

The problem with doing it this way is that I need to check whether at each step the obvious bijection is in fact an order-isomorphism. Otherwise I could probably do this using induction on [itex]\gamma[/itex]. What do you think?
 
Last edited:
  • #12
presumably you mean a.b is isomorphic to axb with the lexicographic ordering. Ordinals are ordered sets. You appear to be ignoring that fact.
 
  • #13
yes, I believe the ordering needs to be lexicographic.

Ordinals are ordered sets. You appear to be ignoring that fact.

Does this mean that my attempt method is flawed? Completely incorrect? Close? Or is this a hint?
 
Last edited:
  • #14
It's an observation. You say you're having trouble proving these are whatever, but you're not paying attention to the ordering, so it's not surprising. If you just paid attention to the ordering it will probably be obvious why these are order-isomorphisms.
 
  • #15
Posted by Matt Grime:

It's an observation. You say you're having trouble proving these are whatever, but you're not paying attention to the ordering, so it's not surprising. If you just paid attention to the ordering it will probably be obvious why these are order-isomorphisms.

Ah! Of course. The proposition that says

For every well-ordered set there exists a unique ordinal number such that there is an order-preserving bijection from the well-ordered set to the ordinal.

Therefore, since ordinals are ordered sets the bijections must be order-preserving. Thanks Matt, I had to read through the proposition again to understand why it works, but I wouldn't have figured it out as quickly as I did without your guidance.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
6
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
Replies
3
Views
1K
  • · Replies 10 ·
Replies
10
Views
2K