Why are used Von Neumann ordinals and not Zermelo ordinals?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












Why we use Von Neumann ordinals
$$ 0 = emptyset $$
$$ n+1 = n cup n $$



and not Zermelo ordinals?
$$ 0 = emptyset $$
$$ n+1 = n $$










share|cite|improve this question







New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • math.stackexchange.com/questions/85672/…
    – Asaf Karagila♦
    12 mins ago














up vote
1
down vote

favorite












Why we use Von Neumann ordinals
$$ 0 = emptyset $$
$$ n+1 = n cup n $$



and not Zermelo ordinals?
$$ 0 = emptyset $$
$$ n+1 = n $$










share|cite|improve this question







New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • math.stackexchange.com/questions/85672/…
    – Asaf Karagila♦
    12 mins ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Why we use Von Neumann ordinals
$$ 0 = emptyset $$
$$ n+1 = n cup n $$



and not Zermelo ordinals?
$$ 0 = emptyset $$
$$ n+1 = n $$










share|cite|improve this question







New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Why we use Von Neumann ordinals
$$ 0 = emptyset $$
$$ n+1 = n cup n $$



and not Zermelo ordinals?
$$ 0 = emptyset $$
$$ n+1 = n $$







set-theory






share|cite|improve this question







New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 27 mins ago









Maicake

61




61




New contributor




Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Maicake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • math.stackexchange.com/questions/85672/…
    – Asaf Karagila♦
    12 mins ago
















  • math.stackexchange.com/questions/85672/…
    – Asaf Karagila♦
    12 mins ago















math.stackexchange.com/questions/85672/…
– Asaf Karagila♦
12 mins ago




math.stackexchange.com/questions/85672/…
– Asaf Karagila♦
12 mins ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote













There is no real, deep, fundamental reason. You can find a bijection between the set of Von Neumann naturals and Zermelo naturals, so anything you can do with the one set you can do with the other.



However, Von Neumann naturals are more convenient in practice for a lot of reasons. For one, the element we call $n$ also has exactly $n$ elements. That means that we can use the actual set $n$ as a cardinality, defining "the set $A$ has $n$ elements" to mean that there is a bijection between $A$ and $n$. For another, a convenient way to define the ordinals is to say that they are the transitive sets which are linearly ordered by $in$. Then the Von Neumann naturals are precisely the finite ordinals, which is a natural and important way to think about the finite ordinals.






share|cite|improve this answer
















  • 1




    The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
    – Asaf Karagila♦
    8 mins ago










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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Maicake is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2975907%2fwhy-are-used-von-neumann-ordinals-and-not-zermelo-ordinals%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote













There is no real, deep, fundamental reason. You can find a bijection between the set of Von Neumann naturals and Zermelo naturals, so anything you can do with the one set you can do with the other.



However, Von Neumann naturals are more convenient in practice for a lot of reasons. For one, the element we call $n$ also has exactly $n$ elements. That means that we can use the actual set $n$ as a cardinality, defining "the set $A$ has $n$ elements" to mean that there is a bijection between $A$ and $n$. For another, a convenient way to define the ordinals is to say that they are the transitive sets which are linearly ordered by $in$. Then the Von Neumann naturals are precisely the finite ordinals, which is a natural and important way to think about the finite ordinals.






share|cite|improve this answer
















  • 1




    The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
    – Asaf Karagila♦
    8 mins ago














up vote
4
down vote













There is no real, deep, fundamental reason. You can find a bijection between the set of Von Neumann naturals and Zermelo naturals, so anything you can do with the one set you can do with the other.



However, Von Neumann naturals are more convenient in practice for a lot of reasons. For one, the element we call $n$ also has exactly $n$ elements. That means that we can use the actual set $n$ as a cardinality, defining "the set $A$ has $n$ elements" to mean that there is a bijection between $A$ and $n$. For another, a convenient way to define the ordinals is to say that they are the transitive sets which are linearly ordered by $in$. Then the Von Neumann naturals are precisely the finite ordinals, which is a natural and important way to think about the finite ordinals.






share|cite|improve this answer
















  • 1




    The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
    – Asaf Karagila♦
    8 mins ago












up vote
4
down vote










up vote
4
down vote









There is no real, deep, fundamental reason. You can find a bijection between the set of Von Neumann naturals and Zermelo naturals, so anything you can do with the one set you can do with the other.



However, Von Neumann naturals are more convenient in practice for a lot of reasons. For one, the element we call $n$ also has exactly $n$ elements. That means that we can use the actual set $n$ as a cardinality, defining "the set $A$ has $n$ elements" to mean that there is a bijection between $A$ and $n$. For another, a convenient way to define the ordinals is to say that they are the transitive sets which are linearly ordered by $in$. Then the Von Neumann naturals are precisely the finite ordinals, which is a natural and important way to think about the finite ordinals.






share|cite|improve this answer












There is no real, deep, fundamental reason. You can find a bijection between the set of Von Neumann naturals and Zermelo naturals, so anything you can do with the one set you can do with the other.



However, Von Neumann naturals are more convenient in practice for a lot of reasons. For one, the element we call $n$ also has exactly $n$ elements. That means that we can use the actual set $n$ as a cardinality, defining "the set $A$ has $n$ elements" to mean that there is a bijection between $A$ and $n$. For another, a convenient way to define the ordinals is to say that they are the transitive sets which are linearly ordered by $in$. Then the Von Neumann naturals are precisely the finite ordinals, which is a natural and important way to think about the finite ordinals.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 22 mins ago









Mees de Vries

15.9k12553




15.9k12553







  • 1




    The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
    – Asaf Karagila♦
    8 mins ago












  • 1




    The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
    – Asaf Karagila♦
    8 mins ago







1




1




The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
– Asaf Karagila♦
8 mins ago




The fact that exactly one of these generalizes to the transfinite is pretty deep and fundamental.
– Asaf Karagila♦
8 mins ago










Maicake is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















Maicake is a new contributor. Be nice, and check out our Code of Conduct.












Maicake is a new contributor. Be nice, and check out our Code of Conduct.











Maicake is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2975907%2fwhy-are-used-von-neumann-ordinals-and-not-zermelo-ordinals%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What does second last employer means? [closed]

List of Gilmore Girls characters

Confectionery