Fallacies
Fallacies
Fallacies
Rules of Inference
3. a rule of inference is a simple valid argument form that can be used as laws
4. rules of inference
1
Definition: We define x to be an even integer if x = 2k, ∃k ∈ Z. Similarly, we define
x to be an odd integer if x = 2k + 1, ∃k ∈ Z.
1. universal instantiation: knowing ∀x, P (x) we can deduce P (a) for any value a that
we need.
2. universal generalization: knowing P (a) for an arbitrary a we can deduce that ∀xP (x)
since a was arbitrary.
3. existential instantiation: knowing ∃x, P (x) we can deduce P (a) for some value a
(sometimes you don’t know the value of a but we know of its existence)
4. existential generalization: knowing P (a) for some value of a we can deduce that
∃xP (x) since there is at least one value for which it is true, for example the value a
Example: Prove that there is an even integer who is the sum of two odd
numbers.
Proof: Let 1 and 5 be the two odd numbers (existential instantiation). Note that
1 + 5 = 6 is even (reasoning). Since the even number 6 can be written as the sum
of two odd numbers, it follows that there is an even integer who is the sum of two
odd numbers.