Ok, it is now time for some format logic.
First: The rules for logic, for proofs, especially for infinites, was changed after Godel demonstrated numerous flaws in the system of hand-waving that used to be used.
Second: The axioms of set theory are now vasty different than they used to be. For finite universes, they are equivalent -- Godel demonstrated that both basic arithmetic, and first-order logic, were self-consistent. Second order logic, however, can not be proven self consistent. That does not mean it was proven inconsistent.
Proving something true,
Proving that something cannot be proven true,
Proving that something is false
Are three different, valid, states of an idea.
The claim of "P or ~P", in other words, is *false* in a model/universe of unlimited things. There are restrictions on where you can just arbitrarily apply negation.
Self-referential with "not" in the infinite case is almost entirely invalid.
===
Proof by induction on positive integers:
To prove something true for infinite sets, the simplest way is proof by induction. For this, you have to first prove something true for some ground cases; then, you have to prove that if the previous was true, the next is true.
Example:
I know that F[0] is 0, and F[1] is one. I know that F[n] = F[n-2] + F[n-1]. Therefore, I know what F[x] is for any x.
In your case:
I know that item(0) is true. **I know that if item(n-1) is true, then item(n) is true**. Therefore, ...
What do you conclude? Proof by induction would say that they are all true, and there is no false.
Your flaws are:
1. That starred statement cannot even be made -- you made the assertion that each item is independent, and does not depend on the previous.
2. Even if you could, actually stating the proof formally, instead of hand-waving, leads to the conclusion that is opposite of what you said.
Please, rather than trying to be slick with english words, try to actually formulate what you are claiming in logic symbols.