Gliese 570: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Bibcode Bot
m Adding 1 arxiv eprint(s), 0 bibcode(s) and 0 doi(s). Did it miss something? Report bugs, errors, and suggestions at User talk:Bibcode Bot
 
en>Monkbot
Line 1: Line 1:
Hello friend. Let me introduce myself. I am Luther Aubrey. Some time ago he chose to reside in Idaho. My occupation is a messenger. The factor I adore most bottle tops gathering and now I have time to take on new things.<br><br>my web-site - [http://Www.silentgaming.ch/index.php?mod=users&action=view&id=11176 extended auto warranty]
{{Transformation rules}}
 
In [[predicate logic]], '''generalization''' (also '''universal generalization''',<ref>Copi and Cohen</ref><ref>Hurley</ref><ref>Moore and Parker</ref> '''GEN''') is a [[validity|valid]] [[rule of inference|inference rule]]. It states that if <math> \vdash P(x) </math> has been derived, then <math> \vdash \forall x \, P(x) </math> can be derived.
 
==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 \varphi(y)</math> has been derived. The generalization rule states that <math>\Gamma \vdash \forall x \varphi(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:
#<math>\exists z \exists w ( z \not = w) </math> (Hypothesis)
#<math>\exists w (y \not = w) </math> (Existential instantiation)
#<math>y \not = x</math> (Existential instantiation)
#<math>\forall x (x \not = x)</math> (Faulty universal generalization)
This purports to show that <math>\exists z \exists w ( z \not = w) \vdash \forall x (x \not = x),</math> which is an unsound deduction.
 
==Example of a proof==
'''Prove:''' <math> \forall x \, (P(x) \rightarrow Q(x)) \rightarrow (\forall x \, P(x) \rightarrow \forall x \, Q(x)) </math>.
 
'''Proof:'''
{| border="1" cellpadding="3"
! style="background:#93D7AE;"| Number
! style="background:#93D7AE;"| Formula
! style="background:#93D7AE;"| Justification
|-
| 1
| <math> \forall x \, (P(x) \rightarrow Q(x)) </math>
| Hypothesis
|-
| 2
| <math> \forall x \, P(x) </math>
| Hypothesis
|-
| 3
| <math> (\forall x \, (P(x) \rightarrow Q(x))) \rightarrow (P(y) \rightarrow Q(y)))  </math>
| [[Universal instantiation]]
|-
| 4
| <math> P(y) \rightarrow Q(y) </math>
| From (1) and (3) by [[Modus ponens]]
|-
| 5
| <math> (\forall x \, P(x)) \rightarrow P(y) </math>
| [[Universal instantiation]]
|-
| 6
| <math> P(y) \ </math>
| From (2) and (5) by [[Modus ponens]]
|-
| 7
| <math> Q(y) \ </math>
| From (6) and (4) by [[Modus ponens]]
|-
| 8
| <math> \forall x \, Q(x) </math>
| From (7) by Generalization
|-
| 9
| <math> \forall x \, (P(x) \rightarrow Q(x)), \forall x \, P(x) \vdash \forall x \, Q(x) </math>
| Summary of (1) through (8)
|-
| 10
| <math> \forall x \, (P(x) \rightarrow Q(x)) \vdash \forall x \, P(x) \rightarrow \forall x \, Q(x) </math>
| From (9) by [[Deduction theorem]]
|-
| 11
| <math> \vdash \forall x \, (P(x) \rightarrow Q(x)) \rightarrow (\forall x \, P(x) \rightarrow \forall x \, Q(x)) </math>
| 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==
*[[First-order logic]]
*[[Hasty generalization]]
*[[Universal instantiation]]
 
== References ==
{{reflist}}
 
{{DEFAULTSORT:Generalization (Logic)}}
[[Category:Rules of inference]]
[[Category:Predicate logic]]

Revision as of 22:56, 19 January 2014

Template:Transformation rules

In predicate logic, generalization (also universal generalization,[1][2][3] GEN) 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.

Example of a proof

Prove: x(P(x)Q(x))(xP(x)xQ(x)).

Proof:

Number Formula Justification
1 x(P(x)Q(x)) Hypothesis
2 xP(x) Hypothesis
3 (x(P(x)Q(x)))(P(y)Q(y))) Universal instantiation
4 P(y)Q(y) From (1) and (3) by Modus ponens
5 (xP(x))P(y) 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

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

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