Universal Quantifier Intro: Natural Deduction in Predicate Logic

In summary: This is why it is important to carefully consider the free variables and their occurrences in the hypotheses before applying the universal introduction rule. We must ensure that the resulting formula is indeed true in the structure.
  • #1
Mathelogician
35
0
In Natural deduction in Predicate logic we have a rule which says [assume the set of hypotheses to be H)

HTML:
if H implies phi(x) then H implies [for all x phi(x)] such that x doesn't belong to FV(psi) for all psi in H [indeed such that x occurs free in no one of formulas in H]

In other words, if we want to proof a universal quantified formula, we need only to prove the formula without any quantifier (x occurs free in all hypotheses ; or arbitrarily chosen in other words) and then assert it in (universally) quantified form.

Now i need an example of real case in math. For example let the structure contain the set R\{0} of real numbers without 0 and the natural ordering < ; we want to prove : for all x x^2>0.

Now i don't get what 'the occurrence of x as free' means here when we aim to prove the theorem for an arbitrary x [ I myself tried to solve it for two cases x>0 and x<0 ; but i know that here we have x as free in both hypotheses! ]
Anyway I'm a bit confused about the real application of the rule; And any help is welcome!
Regards
 
Last edited:
Physics news on Phys.org
  • #2
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

Mathelogician said:
Now i need an example of real case in math. For example let the structure contain the set R\{0} of real numbers without 0 and the natural ordering < ; we want to prove : for all x x^2>0.
First, you are asking for an example of an application of an inference rule, i.e., an example of a derivation, but derivations have nothing to do with structures. Derivations are purely symtactic objects (trees of formulas), while structures are about semantics: they determine truth values of formulas. The relationship between syntax and semantics is established by the soundness and completeness theorems, but these are very different things.

Almost all universal statements that are not proved by induction are proved using universal introduction $({\forall}I)$. (And inductive steps, as universal statements, are usually proved by $({\forall}I)$.) We can indeed derive $\forall x\,(x\ne0\to x^2>0)$ from the axioms of ordered rings. We fix an arbitrary $x$, assume $x\ne 0$ and use it to derive $x^2>0$. Now, at this point we cannot apply universal introduction because $x$ occurs free in the assumption $x\ne0$. If we did apply $({\forall}I)$ followed by implication introduction at this point, we would get $x\ne0\to\forall x\,x^2>0$. Now we can change the name of the bound variable to $y$ and apply $({\forall}I)$ again to get $\forall x\,(x\ne0\to\forall y\,y^2>0)$. This formula is equivalent (using pure logic) to $(\exists x\,x\ne0)\to\forall y\,y^2>0$, which is obviously false.

The correct way is to first apply inplication introduction to close the assumption $x\ne0$ and to get $x\ne0\to x^2>0$. Now there are no more open assumptions (except universally quantified ordered ring axioms), so we can apply $({\forall}I)$ to get $\forall x\,(x\ne0\to x^2>0)$, as required.
 
  • #3
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

Perfect!
Just a 2questions:
1- Is the tactic (which here for example comes from the axioms of the structure) to reach phi, included in the inference tree? Or we just use the tactic outside of the tree and then just use the resulting phi and continue to make the inference?

2- FORMALLY,the condition to use the universal introduction rule is that x occurs free in no one of the hypotheses. But how we believe this is happened when we are canceled the hypotheses that x occurs free in?!

Thanks anyway!
 
  • #4
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

Mathelogician said:
1- Is the tactic (which here for example comes from the axioms of the structure) to reach phi, included in the inference tree? Or we just use the tactic outside of the tree and then just use the resulting phi and continue to make the inference?
If you want a complete derivation, then it must include every relevant application of inference rules, inluding those that use axioms.

Mathelogician said:
2- FORMALLY,the condition to use the universal introduction rule is that x occurs free in no one of the hypotheses. But how we believe this is happened when we are canceled the hypotheses that x occurs free in?!
The condition is that the variable being generalized does not occur in open assumptions at the moment when the universal introduction rule is applied. Before that, the variable can, of course, occur in open assumptions. Those assumptions have to be closed before the application of universal introduction.
 
  • #5
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

Evgeny.Makarov said:
The condition is that the variable being generalized does not occur in open assumptions at the moment when the universal introduction rule is applied. Before that, the variable can, of course, occur in open assumptions. Those assumptions have to be closed before the application of universal introduction.
I mean how these two assertions are the same?
1-The variable x does not occur free in elements of H. 2- those hypotheses which contain x as a free variable, get canceled before using the universal introduction rule.
Thanks.
 
  • #6
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

Mathelogician said:
I mean how these two assertions are the same?
1-The variable x does not occur free in elements of H. 2- those hypotheses which contain x as a free variable, get canceled before using the universal introduction rule.
I assume 1 also talks about the moment of application of the universal introduction rule. Statement 1 is the official condition of applying the universal introduction rule. One way to ensure it is to cancel hypotheses that contain $x$ free as described in 2. The other is to have $x$ never occur free in the hypotheses in the first place.
 
  • #7
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

Evgeny.Makarov said:
One way to ensure it is to cancel hypotheses that contain $x$ free as described in 2.
I mean: how do we ensure this?!
 
  • #8
Re: A question on 'universal quantifier Intriduction' rule in Natural deduction of Predicate logic

My guess is that you are missing some parts of the definition of natural deduction derivations (possibly you are not clear on what open hypotheses are). In addition, there are probably some translation issues. I am not sure I understand your last several questions.

Mathelogician said:
2- FORMALLY,the condition to use the universal introduction rule is that x occurs free in no one of the open (E.M.) hypotheses. But how we believe this is happened when we are canceled the hypotheses that x occurs free in?!
It's precisely because we canceled open hypotheses containing x that x now does not occur free in open hypotheses. The key word here is "open". When you are proving A -> B, you assume A and prove B. In the process of proving B, A is an open hypothesis. Then, when B is finally proved, you apply the implication introduction rule, cancel (or close) A and derive A -> B. At this point, A is strictly speaking still a hypothesis (because it is a leaf in the derivation tree), but it is now a canceled (or closed) hypothesis. Usually when we are talking about hypotheses, we mean open hypotheses only.

Evgeny.Makarov said:
One way to ensure it is to cancel hypotheses that contain $x$ free as described in 2

Mathelogician said:
I mean: how do we ensure this?!
Again, I am not sure I understand the question. By canceling open hypotheses that contain x, we make them (hypotheses) canceled, or closed, rather than open. If we cancel all such hypotheses, there are no more open (not canceled) ones that contain x, and so the requirement associated with the universal introduction rule is fulfilled.

Does this answer your question? If not, then you may need to come up with an example or ask questions more formally (not using words like "we believe" or "we ensure", which may be subjective).
 
  • #9
I think my problem with the concepts of closed and open hypotheses is more philosophical than mathematical. You may remember that we have had a discussion on that before! but now i think i am still unconvinced about that!
So i prefer to first talk about those concepts (Closed and Open hypothesis).
As in Van Dalen (p. 31) we see the two Quires attached bellow!
Here Van Dalen himself says that it is more a matter of psychology than formal logic to cancel hypothesis in the Implication introduction rule!
I think it is also mostly a matter of pure Syntax than any meaningful notion in real! (How do you define Real? ;)). Maybe the two quires lead you to such a conception of the notion too! Or maybe i still need more discussions on the concept!
[Note: In the first line of the query 1, it is talking about the proof of the theorem that two angles of a isosceles triangle are equal]

Regards.
 

Attachments

  • query.png
    query.png
    22.5 KB · Views: 48
  • #10
Mathelogician said:
Here Van Dalen himself says that it is more a matter of psychology than formal logic to cancel hypothesis in the Implication introduction rule!
Not exactly. He says it is a matter of psychology to experience superfluous hypotheses as confusing and/or misleading. For soundness (i.e., for every derived formula to be valid) we can cancel any number of (occurrences of) hypotheses A when using (->I) to derive A -> B. For completeness (to be able to derive every valid formula) it is important to be able to cancel all relevant hypotheses. Otherwise, we can't derive A -> A from the empty set of open hypotheses.

Mathelogician said:
I think it is also mostly a matter of pure Syntax than any meaningful notion in real!
Yes, as any mathematical definition, the definition of a natural deduction derivation is somewhat arbitrary. But it is "correct" in the sense that it reflects actual mathematical reasoning. Also, the fact that the resulting concept has nice properties (such as soundness, completeness and strong normalization) adds confidence that it is designed correctly. At least it is mathematically interesting.
 

Related to Universal Quantifier Intro: Natural Deduction in Predicate Logic

1. What is a universal quantifier in predicate logic?

A universal quantifier in predicate logic represents "for all" or "for every" in mathematical statements. It is denoted by the symbol ∀ and is used to make generalizations about a set of objects or individuals.

2. How is the universal quantifier introduced in natural deduction?

The universal quantifier is introduced in natural deduction using the rule of universal introduction, also known as the "Generalization" rule. This rule allows us to generalize from a specific instance to a universally quantified statement.

3. What is the difference between universal introduction and universal elimination in natural deduction?

The rule of universal introduction introduces a universally quantified statement, while the rule of universal elimination allows us to infer a specific instance from a universally quantified statement. In other words, universal introduction moves from the specific to the general, while universal elimination moves from the general to the specific.

4. Can universal quantifier intro be used in all types of predicate logic statements?

Yes, the rule of universal introduction can be applied to all types of predicate logic statements, including ones with multiple quantifiers. It allows us to make generalizations about a set of objects or individuals within a logical system.

5. Are there any restrictions or limitations to the use of universal quantifier intro?

Yes, there are some restrictions to the use of universal quantifier intro. It cannot be used in statements that involve existential quantifiers or negations. Additionally, it cannot be used to introduce a quantifier that is already present in the statement.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
10
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
Back
Top