Define non-eventually-constant $f: I to {a, b}$ from arbitrary upwards-directed poset $I$
$begingroup$
Is the following provable and how? I feel like I am missing some proof technique or strong theorems, I'd be grateful for any pointer.
Let $(I, leq)$ be an upwards-directed poset. Define an $f: I to {a,b}$ such that $f$ is not eventually constant.
Upwards-directed ("every path can be recombined"): $forall i_1, i_2 in I exists j in I.quad j geq i_1, j geq i_2$.
Eventually constant ("a path on which $f$ is constant"): $exists C in {a, b} exists i in I forall j geq i.quad f(j) = C$
If $I = (mathbb{N}, leq)$ with the usual ordering, then my solution would be:
Set $f(0) := a$ and inductively choose $f(n + 1) neq f(n)$.
Or put differently, define $f$ recursively by
$$f(n) = begin{cases} a &, n = 0 \ mathrm{flip}(f(n-1)) &, n > 0. end{cases}$$
In general, if $I$ is wellordered, then such a (non-constructive) definition by transfinite recursion works.
What if $I$ is not wellordered? While the set $I$ can always be wellordered, that assigned order is not necessarily compatible with the old order.
The question popped up while attempting an exercise in Dr. Pete L. Clark's notes on nets & filters in topology, p. 10f., exercise 3.1.11. It asks readers to prove the following statement:
Within a topology $X$ we have: $$x text{ is an isolated point} Leftrightarrow text{every net converging to } x text{ is eventually constant}$$
$Rightarrow$ is clear to me, my attempted solution for the rest:
For the direction $Leftarrow$ I'd like to show the contraposition $$x text{ is not isolated} Rightarrow exists text{ net } f text{ converging to x, which is not eventually constant.}$$
$x$ is not isolated, hence every neighborhood of $x$ has at least two elements. Define $f: (mathcal{V}(x), supseteq) to X$ mapping neighborhoods to one of their elements, so that $f$ is not eventually constant (how?).
order-theory axiom-of-choice nets
$endgroup$
add a comment |
$begingroup$
Is the following provable and how? I feel like I am missing some proof technique or strong theorems, I'd be grateful for any pointer.
Let $(I, leq)$ be an upwards-directed poset. Define an $f: I to {a,b}$ such that $f$ is not eventually constant.
Upwards-directed ("every path can be recombined"): $forall i_1, i_2 in I exists j in I.quad j geq i_1, j geq i_2$.
Eventually constant ("a path on which $f$ is constant"): $exists C in {a, b} exists i in I forall j geq i.quad f(j) = C$
If $I = (mathbb{N}, leq)$ with the usual ordering, then my solution would be:
Set $f(0) := a$ and inductively choose $f(n + 1) neq f(n)$.
Or put differently, define $f$ recursively by
$$f(n) = begin{cases} a &, n = 0 \ mathrm{flip}(f(n-1)) &, n > 0. end{cases}$$
In general, if $I$ is wellordered, then such a (non-constructive) definition by transfinite recursion works.
What if $I$ is not wellordered? While the set $I$ can always be wellordered, that assigned order is not necessarily compatible with the old order.
The question popped up while attempting an exercise in Dr. Pete L. Clark's notes on nets & filters in topology, p. 10f., exercise 3.1.11. It asks readers to prove the following statement:
Within a topology $X$ we have: $$x text{ is an isolated point} Leftrightarrow text{every net converging to } x text{ is eventually constant}$$
$Rightarrow$ is clear to me, my attempted solution for the rest:
For the direction $Leftarrow$ I'd like to show the contraposition $$x text{ is not isolated} Rightarrow exists text{ net } f text{ converging to x, which is not eventually constant.}$$
$x$ is not isolated, hence every neighborhood of $x$ has at least two elements. Define $f: (mathcal{V}(x), supseteq) to X$ mapping neighborhoods to one of their elements, so that $f$ is not eventually constant (how?).
order-theory axiom-of-choice nets
$endgroup$
add a comment |
$begingroup$
Is the following provable and how? I feel like I am missing some proof technique or strong theorems, I'd be grateful for any pointer.
Let $(I, leq)$ be an upwards-directed poset. Define an $f: I to {a,b}$ such that $f$ is not eventually constant.
Upwards-directed ("every path can be recombined"): $forall i_1, i_2 in I exists j in I.quad j geq i_1, j geq i_2$.
Eventually constant ("a path on which $f$ is constant"): $exists C in {a, b} exists i in I forall j geq i.quad f(j) = C$
If $I = (mathbb{N}, leq)$ with the usual ordering, then my solution would be:
Set $f(0) := a$ and inductively choose $f(n + 1) neq f(n)$.
Or put differently, define $f$ recursively by
$$f(n) = begin{cases} a &, n = 0 \ mathrm{flip}(f(n-1)) &, n > 0. end{cases}$$
In general, if $I$ is wellordered, then such a (non-constructive) definition by transfinite recursion works.
What if $I$ is not wellordered? While the set $I$ can always be wellordered, that assigned order is not necessarily compatible with the old order.
The question popped up while attempting an exercise in Dr. Pete L. Clark's notes on nets & filters in topology, p. 10f., exercise 3.1.11. It asks readers to prove the following statement:
Within a topology $X$ we have: $$x text{ is an isolated point} Leftrightarrow text{every net converging to } x text{ is eventually constant}$$
$Rightarrow$ is clear to me, my attempted solution for the rest:
For the direction $Leftarrow$ I'd like to show the contraposition $$x text{ is not isolated} Rightarrow exists text{ net } f text{ converging to x, which is not eventually constant.}$$
$x$ is not isolated, hence every neighborhood of $x$ has at least two elements. Define $f: (mathcal{V}(x), supseteq) to X$ mapping neighborhoods to one of their elements, so that $f$ is not eventually constant (how?).
order-theory axiom-of-choice nets
$endgroup$
Is the following provable and how? I feel like I am missing some proof technique or strong theorems, I'd be grateful for any pointer.
Let $(I, leq)$ be an upwards-directed poset. Define an $f: I to {a,b}$ such that $f$ is not eventually constant.
Upwards-directed ("every path can be recombined"): $forall i_1, i_2 in I exists j in I.quad j geq i_1, j geq i_2$.
Eventually constant ("a path on which $f$ is constant"): $exists C in {a, b} exists i in I forall j geq i.quad f(j) = C$
If $I = (mathbb{N}, leq)$ with the usual ordering, then my solution would be:
Set $f(0) := a$ and inductively choose $f(n + 1) neq f(n)$.
Or put differently, define $f$ recursively by
$$f(n) = begin{cases} a &, n = 0 \ mathrm{flip}(f(n-1)) &, n > 0. end{cases}$$
In general, if $I$ is wellordered, then such a (non-constructive) definition by transfinite recursion works.
What if $I$ is not wellordered? While the set $I$ can always be wellordered, that assigned order is not necessarily compatible with the old order.
The question popped up while attempting an exercise in Dr. Pete L. Clark's notes on nets & filters in topology, p. 10f., exercise 3.1.11. It asks readers to prove the following statement:
Within a topology $X$ we have: $$x text{ is an isolated point} Leftrightarrow text{every net converging to } x text{ is eventually constant}$$
$Rightarrow$ is clear to me, my attempted solution for the rest:
For the direction $Leftarrow$ I'd like to show the contraposition $$x text{ is not isolated} Rightarrow exists text{ net } f text{ converging to x, which is not eventually constant.}$$
$x$ is not isolated, hence every neighborhood of $x$ has at least two elements. Define $f: (mathcal{V}(x), supseteq) to X$ mapping neighborhoods to one of their elements, so that $f$ is not eventually constant (how?).
order-theory axiom-of-choice nets
order-theory axiom-of-choice nets
asked Dec 18 '18 at 13:45
ComFreekComFreek
5321411
5321411
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Since you tagged this question under axiom-of-choice, I'd like to add some information about that as well.
Theorem. It is consistent that there is a linearly ordered set without a maximal element, where every net which takes finitely many values is eventually constant.
The proof, of course, relies on a technical construction. Mostowski proved it is consistent to have a linear order which is dense, without end points, and every subset is a finite union of intervals.
Let $(I,leq)$ be such linear order. Take $fcolon Ito{0,dots,n}$ be any function. Then $A_i=f^{-1}(i)$ is a finite union of intervals for each $ileq n$. If $f$ is not eventually constant, then there is some $ileq n$ such that $A_i$ contains infinitely many intervals (every time you switch from $i$ to a different value, and back), so this is impossible.
Therefore every net is eventually constant in this case. $square$
(This proof extends to define the term as a Läuchli continuum.)
So we need some modicum of choice in order to prove the theorem you're talking about. But we do not need to well-order $I$ or anything. We just need to split $I$ into two cofinal sets, which is far weaker, of course. Choice makes it easier, of course: well-order the set, and by transfinite recursion construct the two sets: each step add the element with the least index which is not bounded by some member of your set, and zigzag between the two sets.
$endgroup$
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
add a comment |
$begingroup$
In order for the statement to be true, you need $(I, le)$ to have no maximal elements; however, you don't need it to be upwards-directed—except perhaps to make sense of 'eventually constant'. The only assumption you need is that $(I, le)$ is a poset with no maximal elements.
What follows is a proof—admittedly not a particularly elegant one—that if $(I, le)$ is an arbitrary poset with no maximal elements, then there is a function $f : I to { a, b }$ such that, for all $C in { a, b }$ and all $i in I$, there is some $j ge i$ such that $f(j) ne C$.
Every partial order $le$ extends to a total order $le_{text{t}}$—that is, if $(I, le)$ is a partially ordered set, then there is a total order $le_{text{t}}$ on $I$ such that if $i le j$, then $i le_{text{t}} j$. The proof of this fact isn't entirely trivial (see here for example) and it depends on the axiom of choice, which is fine by me if it's fine by you. Note furthermore that if $(I, le)$ has no maximal elements, then neither does $(I, le_{text{t}})$.
But then if $(I, le_{text{t}})$ is a totally ordered set, you can take some cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$, where $alpha$ is (necessarily) some limit ordinal, and then define $f : I to { a, b }$ by letting $f(i) = a$ if $i ne i_{gamma}$ for any $gamma < alpha$ or if $i=i_{gamma}$ for some limit ordinal $gamma < alpha$, and letting $f(i_{gamma+1}) = mathrm{flip}(f(i_{gamma}))$ for all $gamma < alpha$. You can then verify that $f$ is non-eventually-constant on $(I, le)$.
Addendum: A neater and (slightly) more elementary approach under the assumption that $(I, le)$ is upwards-directed is to simply avoid extending $le$ to a total order. In this case, the fact that $(I, le)$ itself has a cofinal sequence follows from the fact that it is upwards-directed.
$endgroup$
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
1
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3045184%2fdefine-non-eventually-constant-f-i-to-a-b-from-arbitrary-upwards-direct%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Since you tagged this question under axiom-of-choice, I'd like to add some information about that as well.
Theorem. It is consistent that there is a linearly ordered set without a maximal element, where every net which takes finitely many values is eventually constant.
The proof, of course, relies on a technical construction. Mostowski proved it is consistent to have a linear order which is dense, without end points, and every subset is a finite union of intervals.
Let $(I,leq)$ be such linear order. Take $fcolon Ito{0,dots,n}$ be any function. Then $A_i=f^{-1}(i)$ is a finite union of intervals for each $ileq n$. If $f$ is not eventually constant, then there is some $ileq n$ such that $A_i$ contains infinitely many intervals (every time you switch from $i$ to a different value, and back), so this is impossible.
Therefore every net is eventually constant in this case. $square$
(This proof extends to define the term as a Läuchli continuum.)
So we need some modicum of choice in order to prove the theorem you're talking about. But we do not need to well-order $I$ or anything. We just need to split $I$ into two cofinal sets, which is far weaker, of course. Choice makes it easier, of course: well-order the set, and by transfinite recursion construct the two sets: each step add the element with the least index which is not bounded by some member of your set, and zigzag between the two sets.
$endgroup$
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
add a comment |
$begingroup$
Since you tagged this question under axiom-of-choice, I'd like to add some information about that as well.
Theorem. It is consistent that there is a linearly ordered set without a maximal element, where every net which takes finitely many values is eventually constant.
The proof, of course, relies on a technical construction. Mostowski proved it is consistent to have a linear order which is dense, without end points, and every subset is a finite union of intervals.
Let $(I,leq)$ be such linear order. Take $fcolon Ito{0,dots,n}$ be any function. Then $A_i=f^{-1}(i)$ is a finite union of intervals for each $ileq n$. If $f$ is not eventually constant, then there is some $ileq n$ such that $A_i$ contains infinitely many intervals (every time you switch from $i$ to a different value, and back), so this is impossible.
Therefore every net is eventually constant in this case. $square$
(This proof extends to define the term as a Läuchli continuum.)
So we need some modicum of choice in order to prove the theorem you're talking about. But we do not need to well-order $I$ or anything. We just need to split $I$ into two cofinal sets, which is far weaker, of course. Choice makes it easier, of course: well-order the set, and by transfinite recursion construct the two sets: each step add the element with the least index which is not bounded by some member of your set, and zigzag between the two sets.
$endgroup$
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
add a comment |
$begingroup$
Since you tagged this question under axiom-of-choice, I'd like to add some information about that as well.
Theorem. It is consistent that there is a linearly ordered set without a maximal element, where every net which takes finitely many values is eventually constant.
The proof, of course, relies on a technical construction. Mostowski proved it is consistent to have a linear order which is dense, without end points, and every subset is a finite union of intervals.
Let $(I,leq)$ be such linear order. Take $fcolon Ito{0,dots,n}$ be any function. Then $A_i=f^{-1}(i)$ is a finite union of intervals for each $ileq n$. If $f$ is not eventually constant, then there is some $ileq n$ such that $A_i$ contains infinitely many intervals (every time you switch from $i$ to a different value, and back), so this is impossible.
Therefore every net is eventually constant in this case. $square$
(This proof extends to define the term as a Läuchli continuum.)
So we need some modicum of choice in order to prove the theorem you're talking about. But we do not need to well-order $I$ or anything. We just need to split $I$ into two cofinal sets, which is far weaker, of course. Choice makes it easier, of course: well-order the set, and by transfinite recursion construct the two sets: each step add the element with the least index which is not bounded by some member of your set, and zigzag between the two sets.
$endgroup$
Since you tagged this question under axiom-of-choice, I'd like to add some information about that as well.
Theorem. It is consistent that there is a linearly ordered set without a maximal element, where every net which takes finitely many values is eventually constant.
The proof, of course, relies on a technical construction. Mostowski proved it is consistent to have a linear order which is dense, without end points, and every subset is a finite union of intervals.
Let $(I,leq)$ be such linear order. Take $fcolon Ito{0,dots,n}$ be any function. Then $A_i=f^{-1}(i)$ is a finite union of intervals for each $ileq n$. If $f$ is not eventually constant, then there is some $ileq n$ such that $A_i$ contains infinitely many intervals (every time you switch from $i$ to a different value, and back), so this is impossible.
Therefore every net is eventually constant in this case. $square$
(This proof extends to define the term as a Läuchli continuum.)
So we need some modicum of choice in order to prove the theorem you're talking about. But we do not need to well-order $I$ or anything. We just need to split $I$ into two cofinal sets, which is far weaker, of course. Choice makes it easier, of course: well-order the set, and by transfinite recursion construct the two sets: each step add the element with the least index which is not bounded by some member of your set, and zigzag between the two sets.
answered Dec 18 '18 at 21:40
Asaf Karagila♦Asaf Karagila
303k32429760
303k32429760
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
add a comment |
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
$begingroup$
ME Rudin's approach to proofs: well-order everything in sight!
$endgroup$
– Henno Brandsma
Dec 18 '18 at 22:40
add a comment |
$begingroup$
In order for the statement to be true, you need $(I, le)$ to have no maximal elements; however, you don't need it to be upwards-directed—except perhaps to make sense of 'eventually constant'. The only assumption you need is that $(I, le)$ is a poset with no maximal elements.
What follows is a proof—admittedly not a particularly elegant one—that if $(I, le)$ is an arbitrary poset with no maximal elements, then there is a function $f : I to { a, b }$ such that, for all $C in { a, b }$ and all $i in I$, there is some $j ge i$ such that $f(j) ne C$.
Every partial order $le$ extends to a total order $le_{text{t}}$—that is, if $(I, le)$ is a partially ordered set, then there is a total order $le_{text{t}}$ on $I$ such that if $i le j$, then $i le_{text{t}} j$. The proof of this fact isn't entirely trivial (see here for example) and it depends on the axiom of choice, which is fine by me if it's fine by you. Note furthermore that if $(I, le)$ has no maximal elements, then neither does $(I, le_{text{t}})$.
But then if $(I, le_{text{t}})$ is a totally ordered set, you can take some cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$, where $alpha$ is (necessarily) some limit ordinal, and then define $f : I to { a, b }$ by letting $f(i) = a$ if $i ne i_{gamma}$ for any $gamma < alpha$ or if $i=i_{gamma}$ for some limit ordinal $gamma < alpha$, and letting $f(i_{gamma+1}) = mathrm{flip}(f(i_{gamma}))$ for all $gamma < alpha$. You can then verify that $f$ is non-eventually-constant on $(I, le)$.
Addendum: A neater and (slightly) more elementary approach under the assumption that $(I, le)$ is upwards-directed is to simply avoid extending $le$ to a total order. In this case, the fact that $(I, le)$ itself has a cofinal sequence follows from the fact that it is upwards-directed.
$endgroup$
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
1
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
add a comment |
$begingroup$
In order for the statement to be true, you need $(I, le)$ to have no maximal elements; however, you don't need it to be upwards-directed—except perhaps to make sense of 'eventually constant'. The only assumption you need is that $(I, le)$ is a poset with no maximal elements.
What follows is a proof—admittedly not a particularly elegant one—that if $(I, le)$ is an arbitrary poset with no maximal elements, then there is a function $f : I to { a, b }$ such that, for all $C in { a, b }$ and all $i in I$, there is some $j ge i$ such that $f(j) ne C$.
Every partial order $le$ extends to a total order $le_{text{t}}$—that is, if $(I, le)$ is a partially ordered set, then there is a total order $le_{text{t}}$ on $I$ such that if $i le j$, then $i le_{text{t}} j$. The proof of this fact isn't entirely trivial (see here for example) and it depends on the axiom of choice, which is fine by me if it's fine by you. Note furthermore that if $(I, le)$ has no maximal elements, then neither does $(I, le_{text{t}})$.
But then if $(I, le_{text{t}})$ is a totally ordered set, you can take some cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$, where $alpha$ is (necessarily) some limit ordinal, and then define $f : I to { a, b }$ by letting $f(i) = a$ if $i ne i_{gamma}$ for any $gamma < alpha$ or if $i=i_{gamma}$ for some limit ordinal $gamma < alpha$, and letting $f(i_{gamma+1}) = mathrm{flip}(f(i_{gamma}))$ for all $gamma < alpha$. You can then verify that $f$ is non-eventually-constant on $(I, le)$.
Addendum: A neater and (slightly) more elementary approach under the assumption that $(I, le)$ is upwards-directed is to simply avoid extending $le$ to a total order. In this case, the fact that $(I, le)$ itself has a cofinal sequence follows from the fact that it is upwards-directed.
$endgroup$
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
1
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
add a comment |
$begingroup$
In order for the statement to be true, you need $(I, le)$ to have no maximal elements; however, you don't need it to be upwards-directed—except perhaps to make sense of 'eventually constant'. The only assumption you need is that $(I, le)$ is a poset with no maximal elements.
What follows is a proof—admittedly not a particularly elegant one—that if $(I, le)$ is an arbitrary poset with no maximal elements, then there is a function $f : I to { a, b }$ such that, for all $C in { a, b }$ and all $i in I$, there is some $j ge i$ such that $f(j) ne C$.
Every partial order $le$ extends to a total order $le_{text{t}}$—that is, if $(I, le)$ is a partially ordered set, then there is a total order $le_{text{t}}$ on $I$ such that if $i le j$, then $i le_{text{t}} j$. The proof of this fact isn't entirely trivial (see here for example) and it depends on the axiom of choice, which is fine by me if it's fine by you. Note furthermore that if $(I, le)$ has no maximal elements, then neither does $(I, le_{text{t}})$.
But then if $(I, le_{text{t}})$ is a totally ordered set, you can take some cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$, where $alpha$ is (necessarily) some limit ordinal, and then define $f : I to { a, b }$ by letting $f(i) = a$ if $i ne i_{gamma}$ for any $gamma < alpha$ or if $i=i_{gamma}$ for some limit ordinal $gamma < alpha$, and letting $f(i_{gamma+1}) = mathrm{flip}(f(i_{gamma}))$ for all $gamma < alpha$. You can then verify that $f$ is non-eventually-constant on $(I, le)$.
Addendum: A neater and (slightly) more elementary approach under the assumption that $(I, le)$ is upwards-directed is to simply avoid extending $le$ to a total order. In this case, the fact that $(I, le)$ itself has a cofinal sequence follows from the fact that it is upwards-directed.
$endgroup$
In order for the statement to be true, you need $(I, le)$ to have no maximal elements; however, you don't need it to be upwards-directed—except perhaps to make sense of 'eventually constant'. The only assumption you need is that $(I, le)$ is a poset with no maximal elements.
What follows is a proof—admittedly not a particularly elegant one—that if $(I, le)$ is an arbitrary poset with no maximal elements, then there is a function $f : I to { a, b }$ such that, for all $C in { a, b }$ and all $i in I$, there is some $j ge i$ such that $f(j) ne C$.
Every partial order $le$ extends to a total order $le_{text{t}}$—that is, if $(I, le)$ is a partially ordered set, then there is a total order $le_{text{t}}$ on $I$ such that if $i le j$, then $i le_{text{t}} j$. The proof of this fact isn't entirely trivial (see here for example) and it depends on the axiom of choice, which is fine by me if it's fine by you. Note furthermore that if $(I, le)$ has no maximal elements, then neither does $(I, le_{text{t}})$.
But then if $(I, le_{text{t}})$ is a totally ordered set, you can take some cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$, where $alpha$ is (necessarily) some limit ordinal, and then define $f : I to { a, b }$ by letting $f(i) = a$ if $i ne i_{gamma}$ for any $gamma < alpha$ or if $i=i_{gamma}$ for some limit ordinal $gamma < alpha$, and letting $f(i_{gamma+1}) = mathrm{flip}(f(i_{gamma}))$ for all $gamma < alpha$. You can then verify that $f$ is non-eventually-constant on $(I, le)$.
Addendum: A neater and (slightly) more elementary approach under the assumption that $(I, le)$ is upwards-directed is to simply avoid extending $le$ to a total order. In this case, the fact that $(I, le)$ itself has a cofinal sequence follows from the fact that it is upwards-directed.
edited Dec 18 '18 at 14:08
answered Dec 18 '18 at 14:01
Clive NewsteadClive Newstead
51.2k474135
51.2k474135
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
1
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
add a comment |
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
1
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
$begingroup$
Do you have a reference or a short explanation of the notation $(i_gamma | gamma < alpha)$? Having never worked with ordinals before, your definition of $f$ stills seems a bit informal to me. What is the underlying principle? E.g. via transfinite recursion, existence and uniqueness of a solution can be proven.
$endgroup$
– ComFreek
Dec 18 '18 at 14:12
1
1
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
$begingroup$
@ComFreek: There might be too much to explain if you've never used ordinals before. A cofinal sequence $(i_{gamma} mid gamma < alpha)$ in $(I, le_{text{t}})$ is just a well-ordered (with respect to $le_{text{t}}$) subset of $I$, such that for each $i in I$, there is some element of the subset that is $ge i$. The existence and uniqueness of the function $f : (I, le_{text{t}}) to { a, b }$ as defined follows from transfinite recursion (in much the same way that the existence of the $f : mathbb{N} to { a, b }$ in your question follows from regular recursion on $mathbb{N}$).
$endgroup$
– Clive Newstead
Dec 18 '18 at 14:20
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3045184%2fdefine-non-eventually-constant-f-i-to-a-b-from-arbitrary-upwards-direct%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown