Rule of Simplification/Proof Rule

From ProofWiki
Jump to navigation Jump to search

Proof Rule

The rule of simplification is a valid argument in types of logic dealing with conjunctions $\land$.

This includes propositional logic and predicate logic, and in particular natural deduction.


As a proof rule it is expressed in either of the two forms:

$(1): \quad$ If we can conclude $\phi \land \psi$, then we may infer $\phi$.
$(2): \quad$ If we can conclude $\phi \land \psi$, then we may infer $\psi$.


It can be written:

$\ds {\phi \land \psi \over \phi} \land_{e_1} \qquad \qquad {\phi \land \psi \over \psi} \land_{e_2}$


Tableau Form

Let $\phi \land \psi$ be a well-formed formula in a tableau proof whose main connective is the conjunction operator.

The Rule of Simplification is invoked for $\phi \land \psi$ in either of the two forms:


Form 1
Pool:    The pooled assumptions of $\phi \land \psi$      
Formula:    $\phi$      
Description:    Rule of Simplification      
Depends on:    The line containing $\phi \land \psi$      
Abbreviation:    $\operatorname {Simp}_1$ or $\land \EE_1$      


Form 2
Pool:    The pooled assumptions of $\phi \land \psi$      
Formula:    $\psi$      
Description:    Rule of Simplification      
Depends on:    The line containing $\phi \land \psi$      
Abbreviation:    $\operatorname {Simp}_2$ or $\land \EE_2$      


Explanation

The rule of simplification consists of two proof rules in one.

The first of the two can be expressed in natural language as:

Given a conjunction, we may infer the first of the conjuncts.

The second of the two can be expressed in natural language as:

Given a conjunction, we may infer the second of the conjuncts.


Also known as

The Rule of Simplification can also be referred to as the rule of and-elimination.


Some sources give this as the law of simplification for logical multiplication.

Such treatments may also refer to the Rule of Addition as the law of simplification for logical addition.

This extra level of wordage has not been adopted by $\mathsf{Pr} \infty \mathsf{fWiki}$, as it is argued that it may cause clarity to suffer.


Also see


Technical Note

When invoking the Rule of Simplification in a tableau proof, use the {{Simplification}} template:

{{Simplification|line|pool|statement|depend|1 or 2}}

or:

{{Simplification|line|pool|statement|depend|1 or 2|comment}}

where:

line is the number of the line on the tableau proof where the Rule of Simplification is to be invoked
pool is the pool of assumptions (comma-separated list)
statement is the statement of logic that is to be displayed in the Formula column, without the $ ... $ delimiters
depend is the line of the tableau proof upon which this line directly depends
1 or 2 should hold 1 for Simplification_1, and 2 for Simplification_2
comment is the (optional) comment that is to be displayed in the Notes column.


Sources