Earlier quoted context omitted.
The parent comment didn't call it out, but this proof relies on the fact that √2 - 1 is less than 1. (This is necessary when we conclude that k(√2 - 1) is less than k.) The same is not true of √4 - 1. If you look at my more explicit proof sidethread, the problem occurs in line L1, where instead of going from "√2 < 2" to "√2 - 1 < 1", you'd go from "√4 < 4" to "√4 - 1 < 3" and then you'd be stuck. (My proof won't even…
>> The parent comment didn't call it out, but this proof relies on the fact that √2 - 1 is less than 1. Doesn't it also rely on √2 being positive?
Formalising a new proof that the square root of two is irrational
41–50 of 94 posts
Re: Formalising a new proof that the square root of two is irrational
#42The new proof rephrased: Let K be the set of positive integers k such that k √2 is an integer. Suppose K is non-empty, denote its minimum as k. Consider the positive integer k' = k √2 - k = k (√2 - 1). Then k' < k and k' is also in K since k' √2 = 2 k - k √2, contradicting non-emptyness of K.
Love a proof by infinite descent! But you do make the assumption that (√2 - 1) is positive and less than 1. Root 2 can be negative.
Re: Formalising a new proof that the square root of two is irrational
#43Earlier quoted context omitted.
Love a proof by infinite descent! But you do make the assumption that (√2 - 1) is positive and less than 1. Root 2 can be negative.
I think we are basing it on what we know about root 2. That it's larger than one and less than 2.
Re: Formalising a new proof that the square root of two is irrational
#44Earlier quoted context omitted.
What am I missing about why this couldn't also argue sqrt(4) is irrational?
The parent comment didn't call it out, but this proof relies on the fact that √2 - 1 is less than 1. (This is necessary when we conclude that k(√2 - 1) is less than k.) The same is not true of √4 - 1. If you look at my more explicit proof sidethread, the problem occurs in line L1, where instead of going from "√2 < 2" to "√2 - 1 < 1", you'd go from "√4 < 4" to "√4 - 1 < 3" and then you'd be stuck. (My proof won't even…
Re: Formalising a new proof that the square root of two is irrational
#45Re: Formalising a new proof that the square root of two is irrational
#46Re: Formalising a new proof that the square root of two is irrational
#47Earlier quoted context omitted.
I think we are basing it on what we know about root 2. That it's larger than one and less than 2.
You forget that √x always has 2 solutions: 1 positive and 1 negative.
My definition of the square root is as follows: the square root of a positive real number x is the positive number, noted √x, such that (√x) ^ 2 = x. To make this a useable definition, we need to prove that equation has a solution (using the fact the function t -> t^2 is zero for t=0, diverges to +inf when t -> +inf, and is continuous between the two) and that solution is unique (using the fact the same function is strictly increasing).
Do you have any other definition of √x?
Re: Formalising a new proof that the square root of two is irrational
#48Earlier quoted context omitted.
Which it is, by definition?
-1.4ish is another square root of 2
My definition of the square root is as follows: the square root of a positive real number x is the positive number, noted √x, such that (√x) ^ 2 = x. To make this a useable definition, we need to prove that equation has a solution (using the fact the function t -> t^2 is zero for t=0, diverges to +inf when t -> +inf, and is continuous between the two) and that solution is unique (using the fact the same function is strictly increasing).
Do you have any other definition of √x?
Re: Formalising a new proof that the square root of two is irrational
#49The new proof rephrased: Let K be the set of positive integers k such that k √2 is an integer. Suppose K is non-empty, denote its minimum as k. Consider the positive integer k' = k √2 - k = k (√2 - 1). Then k' < k and k' is also in K since k' √2 = 2 k - k √2, contradicting non-emptyness of K.
Love a proof by infinite descent! But you do make the assumption that (√2 - 1) is positive and less than 1. Root 2 can be negative.
Re: Formalising a new proof that the square root of two is irrational
#50The new proof rephrased: Let K be the set of positive integers k such that k √2 is an integer. Suppose K is non-empty, denote its minimum as k. Consider the positive integer k' = k √2 - k = k (√2 - 1). Then k' < k and k' is also in K since k' √2 = 2 k - k √2, contradicting non-emptyness of K.
... which contradicts the hypothesis that k is the minimum. Therefore, K is empty.