Proving x' ≠ x: Exploring Foundations of Analysis by Edmund Landau

In summary, the conversation discusses the book "Foundations of Analysis" by Edmund Landau, which aims to establish the foundations of analysis from basic arithmetic. The problem being discussed is how to prove that x' ≠ x using the 5 axioms for natural numbers. After clarifying a misquoted axiom, it is determined that the proof can be broken down into a base case for x = 1 and a general case for all other numbers. The general case can be proved by defining numbers as compositions of 1's and (')'s and applying Axiom V.
  • #1
sponsoredwalk
533
5
Hi I'm reading this great book Foundations of Analysis by Edmund Landau, a really old book that aims to build the foundations of analysis from basic arithmetic.

I'm not that strong on proofing yet but am trying, here is my problem.

Using these 5 axioms for the Natural numbers;

[tex] I) \ 1 \in \mathbb{N}[/tex]

[tex]II) \ \forall \ x \ \exists \ x' \ : x' \ = \ x \ + \ 1[/tex]

[tex]III) \ x' \ \neq \ 1[/tex]

[tex]IV) \ if \ x' \ = \ y' \ then \ x \ = \ y[/tex]

[tex]V) \ \exists \ \mathbb{R} \ : \ \mathbb{N} \ \subset \ \mathbb{R} \ , \ with \ the \ following \ properties \ - \ i) \ 1 \ \in \ \mathbb{R}, \ ii) \ if \ x \ \in \ \mathbb{R} \ then \ x' \ \in \ \mathbb{R}[/tex]

I want to prove that x' ≠ x. It's the second theorem, the first being;

If x ≠ y then x' ≠ y'

which is proved by assuming x ≠ y and x' = y'

so we find a contradiction with axiom IV above because x' = y' means x = y.

This is beautiful and understandable but in proving x' ≠ x the proof goes as follows,

By axioms I and III above,

i) 1' ≠ 1 because 1' = 1 + 1.

so 1 belongs in R.

Then it says;

ii) If x ∈ R then x' ≠ x and by theorem 1 (x')' ≠ x' so x' ∈ R

This makes no sense to me, where did it come from :confused:

EDIT: I don't know why you can't use axiom II and just rearrange x' = x + 1 into x = x' - 1 to prove it :confused:
 
Last edited:
Physics news on Phys.org
  • #2
I am not familiar with the book, but I took a look at it in Google Books (page 2), and I see that you have misquoted Axiom V. It reads as follows:

Axiom V (Axiom of Induction)
Let there be given a set [itex]R[/itex] of natural numbers, with the following properties:
I) [itex]1 \in R[/itex]
II) If [itex]x \in R[/itex] then [itex]x' \in R[/itex]
Then [itex]R[/itex] contains all of [itex]N[/itex], i.e., [itex]N \subset R[/itex]. In fact, this means [itex]N = R[/itex] since [itex]R[/itex] doesn't contain anything that is not a natural number.

This is quite different from what you wrote: namely, you started with the hypothesis that [itex]N \subset R[/itex], whereas it's supposed to be the conclusion only if I) and II) are satisfied.

Now, we want to prove that, for all natural numbers [itex]x[/itex], we have [itex]x \neq x'[/itex]. To do this, we define [itex]R[/itex] to be the set of all natural numbers such that [itex]x \neq x'[/itex]. The goal is to show that [itex]R[/itex] satisfies parts I) and II) of Axiom V, and therefore [itex]R = N[/itex].

So let's check condition I). To do this, we must show that [itex]1 \in R[/itex], which by definition is true if [itex]1 \neq 1'[/itex]. Now, we know that [itex]1 \in N[/itex] (by Axiom I), and no element of [itex]N[/itex] can have 1 as its successor (Axiom 3), so [itex]1 \neq 1'[/itex]. Thus [itex]1 \in R[/itex] as desired.

Now let's check condition II). Let [itex]x[/itex] be any member of [itex]R[/itex]. The goal is to show that [itex]x' \in R[/itex]. Since [itex]x \in R[/itex], by definition that means that [itex]x \neq x'[/itex]. Now, can [itex]x' = x''[/itex]? If it were true, then by Axiom 4 we would have [itex]x = x'[/itex], but we just said that [itex]x \neq x'[/itex]. Therefore [itex]x' \neq x''[/itex]. But this by definition means that [itex]x' \in R[/itex]. Thus condition II) is satisfied.

We now conclude by Axiom V that [itex]R = N[/itex], i.e. [itex]R[/itex] contains every natural number, i.e. every natural number [itex]x[/itex] satisfies [itex]x \neq x'[/itex].
 
Last edited:
  • #3
P.S., regarding this question:

sponsoredwalk said:
EDIT: I don't know why you can't use axiom II and just rearrange x' = x + 1 into x = x' - 1 to prove it :confused:

You can't do this because subtraction hasn't even been defined yet! Even if it had been, and this manipulation was therefore meaningful at this point, how would it prove that [itex]x \neq x'[/itex]?
 
  • #4
What's worse is that even addition hasn't been defined yet :-p

It's like coming out of the matrix here :smile:

I was trying to include N as part of the reals but they aren't defined either, nothing exists except the mind :eek: Cogito Ergo Sum!

Okay...

So, to prove x' ≠ x we prove x = 1 first then move onto the general case x ≠ x' because, by axiom V, this will account for all natural numbers 1 upwards.

If 1 = x, 1' = x' by Axiom IV and 1 ≠ x' because if 1 = x' this breaks Axiom III, and theorem I.

So, by theorem 1, x ≠ x' for x = 1 because if x = x' and 1 = x then 1 = x = x' and this contradicts Axiom III.
This should settle the question for the base case, x = 1.

If we assume x to be something other than one, say 3, it is defined under this arithmetic as;

(x')' where x is 1. I think this makes sense, (1')'=(2)'=3 as defined by axiom II as it's written in the book. To me it seems logical, what do you think?

If we define numbers this way we can use the base case proof, define x as 1 so that
x ≠ x' can be iterated,

1 ≠ 1' ⇒ 1≠ 2
1' ≠ (1')' ⇒ 2≠ 3
(1')'≠ ((1')')' ⇒ 3 ≠ 4
etc...

so, for any x we choose it can be composed of 1's and (')'s and this applies for all x and x' by axiom V.

If you see what I'm trying to do, maybe it could be cleaned up? Thanks for the help so far anyway :D
 

FAQ: Proving x' ≠ x: Exploring Foundations of Analysis by Edmund Landau

What is the purpose of "Proving x' ≠ x: Exploring Foundations of Analysis by Edmund Landau"?

The purpose of "Proving x' ≠ x: Exploring Foundations of Analysis by Edmund Landau" is to provide a comprehensive and rigorous analysis of the foundations of mathematics, specifically the concept of infinity and its relationship to real numbers. It aims to prove that the derivative of a function, denoted by x', is not equal to the original function, x, by using a combination of logic and mathematical proofs.

Who is Edmund Landau and why is his work significant in this book?

Edmund Landau was a German mathematician who made significant contributions to the fields of number theory, complex analysis, and differential equations. His work on the foundations of analysis, particularly his concept of "big O" notation, is considered groundbreaking and has had a lasting impact on the study of mathematics. His work is significant in this book because it serves as the basis for many of the proofs and arguments presented.

What makes this book different from other textbooks on analysis?

This book stands out from other textbooks on analysis because of its focus on exploring the foundations of mathematics and its emphasis on rigorous proofs. It delves into the concept of infinity and its implications on real numbers, which is often not covered in other textbooks. It also presents a unique perspective on the concept of the derivative, challenging the commonly accepted belief that x' is equal to x.

Is this book suitable for beginners in mathematics?

No, this book is not suitable for beginners in mathematics. It assumes a solid understanding of calculus and real analysis, as well as familiarity with mathematical notation and proof techniques. It is better suited for advanced students and researchers in mathematics who are interested in a deeper understanding of the foundations of analysis.

How does this book contribute to the field of mathematics?

This book contributes to the field of mathematics by presenting a new and thought-provoking perspective on the concept of the derivative and its relationship to real numbers. It challenges traditional beliefs and offers a fresh approach to understanding the foundations of analysis. It also serves as a valuable resource for researchers and mathematicians interested in exploring the concept of infinity and its implications on mathematics.

Similar threads

Replies
18
Views
409
Replies
5
Views
1K
Replies
1
Views
1K
Replies
5
Views
134
Replies
2
Views
2K
Replies
3
Views
2K
Replies
9
Views
1K
Back
Top