Jump to content

Universal generalization: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m See also section
m rv edit by 128.135.147.223 on 20:08, 7 November 2009: should be "y is not mentioned in Γ", not "x is not mentioned in Γ"
Line 5: Line 5:


==Generalization with hypotheses==
==Generalization with hypotheses==
The full generalization rule allows for hypotheses to the left of the [[turnstile (symbol)|turnstile]], but with restrictions. Assume Γ is a set of formulas, φ a formula, and <math>\Gamma \vdash \phi(y)</math> has been derived. The generalization rule states that <math>\Gamma \vdash \forall x \phi(x)</math> can be derived if ''x'' is not mentioned in &Gamma; and ''x'' does not occur in φ.
The full generalization rule allows for hypotheses to the left of the [[turnstile (symbol)|turnstile]], but with restrictions. Assume Γ is a set of formulas, φ a formula, and <math>\Gamma \vdash \phi(y)</math> has been derived. The generalization rule states that <math>\Gamma \vdash \forall x \phi(x)</math> can be derived if ''y'' is not mentioned in &Gamma; and ''x'' does not occur in φ.


These restrictions are necessary for soundness. Without the first restriction, one could conclude <math>\forall x P(x)</math> from the hypothesis <math>P(y)</math>. Without the second restriction, one could make the following deduction:
These restrictions are necessary for soundness. Without the first restriction, one could conclude <math>\forall x P(x)</math> from the hypothesis <math>P(y)</math>. Without the second restriction, one could make the following deduction:

Revision as of 17:39, 29 January 2011

Template:Rules of inference In mathematical logic, generalization (also universal generalization, GEN) is an inference rule of predicate calculus. It states that if has been derived, then can be derived.

Generalization with hypotheses

The full generalization rule allows for hypotheses to the left of the turnstile, but with restrictions. Assume Γ is a set of formulas, φ a formula, and has been derived. The generalization rule states that can be derived if y is not mentioned in Γ and x does not occur in φ.

These restrictions are necessary for soundness. Without the first restriction, one could conclude from the hypothesis . Without the second restriction, one could make the following deduction:

  1. (Hypothesis)
  2. (Existential instantiation)
  3. (Existential instantiation)
  4. (Faulty universal generalization)

This purports to show that which is an unsound deduction.

Example of a proof

Prove: .

Proof:

Number Formula Justification
1 Hypothesis
2 Hypothesis
3 Axiom PRED-1
4 From (1) and (3) by Modus Ponens
5 Axiom PRED-1
6 From (2) and (5) by Modus Ponens
7 From (6) and (4) by Modus Ponens
8 From (7) by Generalization
9 Summary of (1) through (8)
10 From (9) by Deduction Theorem
11 From (10) by Deduction Theorem

In this proof, the deduction theorem was applicable in steps 10 and 11 because the formulas being moved have no free variables.

See also