I don't understand your point #1, the 'definition' of N. When you're defining your own field you can't just use ellipses that vaguely! But I can address your third point, assuming that N is some distinguished element of a set S over which your field lies:
arbol said:
3. There must be a field, a set of elements having two operations, designated addition and multiplication, satisfying the conditions that multiplication is distributive over addition, that the set is a group under addition (where N is the unit of all the other elements in the set), and that the elements with the exception of an additive identity form a group under multiplication.
a. If X, Y, and Z are elements in the said set, then
1.) X + Y = Y + X.
2.) X*Y = Y*X.
3.) (X + Y) + Z = X + (Y + Z).
4.) (X*Y)*Z = X*(Y*Z).
5.) X*(Y + Z) = X*Y + X*Z.
6.) 0 + X = X.
7.) N*N^(-1) = 1.
There does exist at least one such field: GF(2) suffices, for example. Here's the correspondence:
0 := 0
1 := 1
N := 1
N^{-1} := 1
GF(3) also suffices. Here's one correspondence:
0 := 0
1 := 1
N := 2
N^{-1} := 2
Heck, any field suffices, since there has to exist some invertible element, which is all 7 requires. (Of course all nonzero elements are invertible in a field.)
Now in the context of a field, let's examine the 'definition' for N:
"N = infinity = 1234567891011121314..."
Now "infinity" has no meaning in abstract algebra, so we ignore that part: clearly, that's just an alternate name for N. But "1234567891011121314..." seems to have meaning: let's examine that.
Definitions (over a generic field with additive identity 0 and multiplicative identity 1):
0 := 0
1 := 1
2 := 1 + 1
3 := 1 + 1 + 1
4 := 1 + 1 + 1 + 1
. . .
9 := 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1
f(n) := n * (1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 + 1)
Further, define g(n) to be the digit in the nth decimal place of the Champernowne constant, defined additively as above.
Let N_0 = 0 and N_k=f(N_{k-1})+g(k).
Now N is naturally defined as the limit of the N_k if such limit is defined. But I can't think of any field in which it is defined, unless you consider the degenerate 0=1 (which convention does not consider a field). It's not defined for any Galois field, and it's not defined for the real or rational numbers.