As you can see in the questions in my profile I am struggling with mathematical notation. Now my objective is to define numbers and I find out that can be defined as sets:
$$0=\varnothing,1=\{\varnothing\},2=\{\varnothing,\{\varnothing\}\}\cdots $$ $$0=\{\},1=\{0\},2=\{0,1\}\cdots $$
This definition was gave by von Neumann to define ordinal numbers. My question is, can these numbers be used as normal? For example: $$\mathbb{N}=\{\varnothing,\{\varnothing\},\cdots\}$$ Is this possible? Because we would be saying that $\mathbb{N}$ is another ordinal, not a set of numbers. $$1+2=\{\varnothing\}+\{\varnothing,\{\varnothing\}\}=\{\{\varnothing,\{\varnothing\}\},\{\varnothing,\{\varnothing\}\}\}=3$$
I don't know if this is equalities make sense (probably not) but I want to know if there's a way to formalize numbers to give them a formal definition
NEW QUESTION
If we take this definition of 1 does this work? $$A=\{x,y,z\}$$ $$A\cup\{0\}=A\cup1=\{x,y,z,0\}=\{x,y,z,\varnothing\}$$ It looks weird but should be right. Am I wrong?
We can build mathematics based on these von Neumann ordinals, but we have to do some ground work first, like Peano did to axiomatize arithmetic:
These definitions are clunkier than the intuitive operations on sets like taking unions (as far as I know this clunkiness of von Neumann ordinals is a popular argument for using simpler type-theory-based definitions as a foundation for arithmetic.) However as pointed out in the main comments, they're necessary, as taking unions fails to perform addition. (In fact, $a\cup b$ for two ordinal numbers is only $\textrm{max}(a,b)$, since each ordinal number is the set of ordinals less than itself.)