Universal generalization

From The Right Wiki
Jump to navigationJump to search
Universal generalization
TypeRule of inference
FieldPredicate logic
StatementSuppose P is true of any arbitrarily selected p, then P is true of everything.
Symbolic statementP(x), xP(x)

In predicate logic, generalization (also universal generalization, universal introduction,[1][2][3] GEN, UG) is a valid inference rule. It states that if P(x) has been derived, then xP(x) 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 Γφ(y) has been derived. The generalization rule states that Γxφ(x) 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 xP(x) from the hypothesis P(y). Without the second restriction, one could make the following deduction:

  1. zw(z=w) (Hypothesis)
  2. w(y=w) (Existential instantiation)
  3. y=x (Existential instantiation)
  4. x(x=x) (Faulty universal generalization)

This purports to show that zw(z=w)x(x=x), which is an unsound deduction. Note that Γyφ(y) is permissible if y is not mentioned in Γ (the second restriction need not apply, as the semantic structure of φ(y) is not being changed by the substitution of any variables).

Example of a proof

Prove: x(P(x)Q(x))(xP(x)xQ(x)) is derivable from x(P(x)Q(x)) and xP(x). Proof:

Step Formula Justification
1 x(P(x)Q(x)) Hypothesis
2 xP(x) Hypothesis
3 (x(P(x)Q(x)))(P(y)Q(y)) From (1) by Universal instantiation
4 P(y)Q(y) From (1) and (3) by Modus ponens
5 (xP(x))P(y) From (2) by Universal instantiation
6 P(y) From (2) and (5) by Modus ponens
7 Q(y) From (6) and (4) by Modus ponens
8 xQ(x) From (7) by Generalization
9 x(P(x)Q(x)),xP(x)xQ(x) Summary of (1) through (8)
10 x(P(x)Q(x))xP(x)xQ(x) From (9) by Deduction theorem
11 x(P(x)Q(x))(xP(x)xQ(x)) From (10) by Deduction theorem

In this proof, universal generalization was used in step 8. The deduction theorem was applicable in steps 10 and 11 because the formulas being moved have no free variables.

See also

References

  1. Copi and Cohen
  2. Hurley
  3. Moore and Parker