I propose that a rigorous, consistent theory be developed assuming a largest integer.
The problem is, as stated, it just can't work, because every integer has a successor.
Alternatively, because whenever m and n are both integers, so is m+n. As a side note, + doesn't even have to be a function: even m+n is merely taken as a particular string of symbols, it sufficies for the addition operation, as long as the appropriate axioms are satisfied.
(and, since 1 is positive, m+1 > m)
You -might- be able to do what you propose by making some unusual modifications to the concept of theory, but what you
really want to do, probably, is to develop some new theory about something that is merely analogous to the integers.
And, from what little I know, and from what I have learned here, I suspect that the principle of transfinite induction is the source of my distrust and concern.
The principle of transfinite induction is sound, its proof is similar to that of ordinary induction.
Definition: < is said to be a
well-ordering of a set S iff < is an ordering of S that has the following property: whenever T is a nonempty subset of S, T has a smallest element (according to <).
Thm: Let < be a well-ordering of S. Let e be the smallest element of S. Let P be a logical proposition. Suppose also that:
Whenever P(x) is true for all x < y, then P(y) is true.
Then, we can conclude that P(s) is true for all s in S.
Proof: Let T be the subset of S of all elements such that P(s) is false. Formally: T := { s in S | P(s) is false }. Suppose T is a nonempty set. Because < is a well ordering, T has a smallest element; call it t. Because of the way T and t are defined, P(x) is true for all x < t. By the hypothesis, this means P(t) is true, which is a contradiction. T must be an empty set, so P(s) is true for all s in S.
So, your problem is probably with the
well-ordering principle which asserts that every set can be well-ordered. (which is logically equivalent to the axiom of choice)
An important thing to know is that the axiom of choice has been proven
independent of the ZF axioms. This means that if ZF-C (the ZF axioms, plus the denial of the axiom of choice) is a consistent theory, then so is ZFC (the ZF axioms, plus the axiom of choice), and vice versa.
Oh, it may help to see examples of well-orderderings.
The natural numbers are well-ordered by their usual ordering.
The integers are not well-ordered by their usual ordering. {..., -3, -2, -1, -0} doesn't have a smallest element.
The integers
are well ordered by an alternate ordering, <<, that puts the integers in this order:
0, -1, 1, -2, 2, -3, 3, ...
More precisely:
a << b iff |a| < |b| or (|a| = |b| and a < 0 < b)
Also, I'd like to note that, while I stated the well-ordering principle in terms of sets, it is more general (but requires a lot more care to use properly).