Help Understanding the Law of the Excluded Middle and Constructivism

  • Thread starter B-Con
  • Start date
  • Tags
    Law
In summary, Constructivism and Godel's Incompleteness theorems were discussed in relation to the need for axioms and logic in mathematics. It was argued that ZFC is incomplete and inconsistent, leading to apprehension towards using the Law of the Excluded Middle in this system. However, it was pointed out that this reasoning may not be sufficient to reject LEM. The question of whether constructivism's rejection of LEM is more than a fear of using it in an incomplete system was raised, and the concept of undecidable propositions was discussed. Finally, an example of computing the square root of 0.5 using a simple scheme was provided.
  • #1
B-Con
26
0
I've been researching Constructivism and Godel's Incompleteness theorems as of late. I was hoping to get feedback on this question.

In order to do math, we need a set of axioms A and a system of logic L. This pair (A,L) is called "incomplete" if there exist propositions (in the language of A) that are not derivable from A using L. This pair (A,L) is called "inconsistent" if a proposition can be shown to be both true and false.

We know that ZFC is incomplete because there exist problems, such as the Continuum Hypothesis, that are independent of ZFC.

Because ZFC cannot answer all propositions, it does not necessarily make sense to include the Law of the Excluded Middle when working in ZFC (or even just ZF) because we do not know that a given proposition in question is either true or false. Applying the LEM to a statement that is independent from the axioms will yield invalid math, hence apprehension to using it. (By this reasoning, it would make sense to reject the LEM for any incomplete system.)

So, does that last paragraph follow?

I favor Platonism myself, but I can certainly sympathize with the above reasoning. It simply seems dangerous to assume that a statement is decidable in ZFC without knowing so for a fact. It seems as if MOST of the time they are, but still, I can sympathize a conservative approach.

However, consider the classic proof that there exist a,b irrational such that a^b is rational. When considering .5^.5, do we actually need the LEM? By definition, if a number is not rational then it is irrational, and we have a precise definition for "rational". The number .5^.5 is in one of the two sets, because if it is not rational then we get to define it to be irrational. I have heard it said that constructivists reject this non-constructive proof, but why? It seems as if their reason for rejecting the LEM does not apply here.

And therein lies the question... Is the constructivist's reasoning for rejecting the LEM more than just a fear of using it in an incomplete system?
 
Physics news on Phys.org
  • #2
How does it make sense to say that we don't know whether a statement is true or not in a given mathematical system if it is unprovable? The validity of a statement is closely related to its proof. Proof by contradiction has the property of falsifying statements. But the logical error (which doesn't make proof by contradiction useless) is to say that not not A = A.
 
  • #3
Vectorcube
 
  • #4
How do you do .5^.5? I know I can plug it into a calculator and get an answer but I don't understand how you actualy do it... like on paper? Anyone? My thought is it would simply be 1/2 of 1/2 but that's not what the calculator is telling me...
 
  • #5
You don't "do" 0.5^0.5. 0.5^0.5 denotes the number which multiplied by itself yields 1/2. This is a real number since R is closed under exponentiation of positive reals.
 
Last edited:
  • #6
B-Con said:
Because ZFC cannot answer all propositions, it does not necessarily make sense to include the Law of the Excluded Middle when working in ZFC (or even just ZF) because we do not know that a given proposition in question is either true or false. Applying the LEM to a statement that is independent from the axioms will yield invalid math, hence apprehension to using it. (By this reasoning, it would make sense to reject the LEM for any incomplete system.)
Excellent post. I personally disagree with rejecting LEM, and I don't think that this reason for doing so is sufficient. Just because a proposition cannot be proven true does not imply that it is false. Just because a proposition cannot be proven false does not imply that it is true. Similarly, just because a proposition cannot be proven either true or false does not imply that it is neither true nor false. All three assertions make the same error.
 
  • #7
DaleSpam said:
Excellent post. I personally disagree with rejecting LEM, and I don't think that this reason for doing so is sufficient. Just because a proposition cannot be proven true does not imply that it is false. Just because a proposition cannot be proven false does not imply that it is true. Similarly, just because a proposition cannot be proven either true or false does not imply that it is neither true nor false. All three assertions make the same error.
Thank you.

How are you using the term "can" with regards to proving propositions? Do you mean that we have not yet been able to prove such a thing or that it is impossible to prove such a thing with the given set of axioms and system of logic? If you mean "can" in the former sense then I agree with you.

If you mean "can" in the latter sense, I again agree with you on the first two statements, but if a proposition cannot be proved true or false, does that not mean that it is by definition undecidable, and thus not either true or false?
 
  • #8
magpies said:
How do you do .5^.5? I know I can plug it into a calculator and get an answer but I don't understand how you actualy do it... like on paper? Anyone? My thought is it would simply be 1/2 of 1/2 but that's not what the calculator is telling me...
Well, if you understand this to be the square root of 1/2, you can set up a simple scheme like this:

First choice of "a":
0.5 itself.

Now, 0.5*0.5=0.25<0.5, hence, 0.5 is LESS than the square root of 0.5.

First choice of "b":
We now look at say, 0.8.
Since 0.8*0.8=0.64>0.5, this means that 0.8 is GREATER than square root of 0.5

Computing first mid-point, (a+b)/2:
This is (0.5+0.8)/2=1.3/2=0.65

We see that 0.65*0.65=0.4225<0.5;

Thus, we get 0.65<square root of 0.5<0.8 (0.65 being your second choice for "a", 0.8 being your second choice for "b")

Now, we take the average of our bounds:
(0.65+0.8)/2=0.725.

Computing 0.725*0.725=0.525625>0.5

Thus, we have narrowed our bound to:
0.65<square root of 0.5<0.725 (0.65 being your third choice for "a", 0.725 your third choice for "b")

And thus, you may continue.. :smile:


What you get is two sequences of finite decimal numbers approaching other (an "a"-sequence of lower bounds, a "b"-sequence of upper bounds), and where your desired real number will be squeezed in betweeen the terms of these two sequences.

When you feel the two sequences yield terms close enough to each other, pick one of those terms to be an APPROXIMATION to square root of 0.5
 
Last edited:
  • #9
DaleSpam said:
Excellent post. I personally disagree with rejecting LEM, and I don't think that this reason for doing so is sufficient. Just because a proposition cannot be proven true does not imply that it is false. Just because a proposition cannot be proven false does not imply that it is true. Similarly, just because a proposition cannot be proven either true or false does not imply that it is neither true nor false. All three assertions make the same error.

Agreed. Also, "if a number is not rational then it is irrational" - sounds like LEM to me :smile:.

You also state, "By this reasoning, it would make sense to reject the LEM for any incomplete system." Aren't all consistent systems incomplete? Wouldn't that force you to just flat out reject LEM from any system?

I'm not familiar with the arguments you reference - just making some observations.
 
  • #10
Aren't all consistent systems incomplete?
No. I think we can make systems both complete and consistent, otherwise, completeness and consistency would not be logically independent properties.

But, I think we need to call Hurkyl on this:

HURKYL!
HURKYL!
HURRKYL!
 
  • #11
arildno said:
No. I think we can make systems both complete and consistent, otherwise, completeness and consistency would not be logically independent properties.

I think you're right. I was in a math mindset. I'm pretty sure you can get a complete and consistent system by sufficiently restricting the scope.

When it comes to numbers though, we run into Godel. In the context of number systems:
The First Incompleteness Theorem as Gödel stated it is as follows:

Theorem 3 (Gödel's First Incompleteness Theorem)
If P is ω-consistent, then there is a sentence which is neither provable nor refutable from P.

http://plato.stanford.edu/entries/goedel/#ProComThe

If you can't prove or refute it, your system isn't complete. Consistency implies incompleteness.
 
  • #12
kote said:
Agreed. Also, "if a number is not rational then it is irrational" - sounds like LEM to me :smile:.
That is by definition. The key, I think, is to look at it from the perspective of provability, not the perspective of definition. If a number is not rational we define it to be irrational. But if a number is not provably rational, it may not be provably irrational. The key there being that there may exist numbers that cannot be proven to be rational or not. Since we cannot prove which they are, they are neither. But the moment we assume they are rational and prove that they cannot be, I believe they are known to be irrational at that point.

You also state, "By this reasoning, it would make sense to reject the LEM for any incomplete system." Aren't all consistent systems incomplete? Wouldn't that force you to just flat out reject LEM from any system?
Since I think that, for the large part, we're only interested in consistent systems, then yes, I think that the LEM would be excluded from all systems. I believe that constructivists (with whom I am sympathizing more and more) would hold that position.
 
  • #13
B-Con said:
That is by definition. The key, I think, is to look at it from the perspective of provability, not the perspective of definition. If a number is not rational we define it to be irrational. But if a number is not provably rational, it may not be provably irrational. The key there being that there may exist numbers that cannot be proven to be rational or not. Since we cannot prove which they are, they are neither. But the moment we assume they are rational and prove that they cannot be, I believe they are known to be irrational at that point.

Yep, I was thinking of noncontradiction. Looks like I was a little off my game this morning :smile:.
 

Related to Help Understanding the Law of the Excluded Middle and Constructivism

1. What is the Law of the Excluded Middle?

The Law of the Excluded Middle is a fundamental principle in classical logic that states that a statement is either true or false, and there is no middle ground. In other words, something cannot be both true and false at the same time.

2. How does the Law of the Excluded Middle relate to Constructivism?

Constructivism is a philosophical approach that emphasizes the role of human consciousness and experience in the creation of knowledge. It challenges the idea that there is a single, objective truth and instead suggests that truth is constructed by individuals. The Law of the Excluded Middle is often rejected by constructivists, who argue that reality is not limited to binary choices and can be interpreted in multiple ways.

3. Why is the Law of the Excluded Middle important in scientific research?

The Law of the Excluded Middle allows scientists to make clear and definitive conclusions about their research findings. By establishing that a statement can only be true or false, it helps to eliminate ambiguity and uncertainty in scientific theories and experiments.

4. Can the Law of the Excluded Middle be applied in all situations?

While the Law of the Excluded Middle is a widely accepted principle in classical logic, it has been challenged and rejected by some alternative approaches, such as fuzzy logic and paraconsistent logic. These alternative logics allow for the existence of middle ground and multiple truth values, making them more applicable in certain situations.

5. What are the implications of rejecting the Law of the Excluded Middle?

Rejecting the Law of the Excluded Middle can have significant implications in various fields, such as philosophy, mathematics, and computer science. It challenges the idea of absolute truth and encourages individuals to consider multiple perspectives and interpretations. However, it can also lead to ambiguity and difficulty in making definitive conclusions.

Similar threads

  • Set Theory, Logic, Probability, Statistics
2
Replies
40
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Quantum Interpretations and Foundations
Replies
10
Views
2K
  • Introductory Physics Homework Help
Replies
3
Views
193
Replies
14
Views
2K
  • Quantum Interpretations and Foundations
2
Replies
54
Views
4K
  • General Discussion
2
Replies
38
Views
6K
  • Quantum Physics
Replies
31
Views
5K
  • Introductory Physics Homework Help
Replies
13
Views
1K
Back
Top