Neha Patil (Editor)

Redundant proof

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematical logic, a redundant proof is a proof that has a subset that is a shorter proof of the same result. That is, a proof ψ of κ is considered redundant if there exists another proof ψ of κ such that κ κ (i.e. κ subsumes κ ) and | ψ | < | ψ | where | φ | is the number of nodes in φ .

Contents

Local redundancy

A proof containing a subproof of the shapes (here omitted pivots indicate that the resolvents must be uniquely defined)

( η η 1 ) ( η η 2 )  or  η ( η 1 ( η η 2 ) )

is locally redundant.

Indeed, both of these subproofs can be equivalently replaced by the shorter subproof η ( η 1 η 2 ) . In the case of local redundancy, the pairs of redundant inferences having the same pivot occur close to each other in the proof. However, redundant inferences can also occur far apart in the proof.

The following definition generalizes local redundancy by considering inferences with the same pivot that occur within different contexts. We write ψ [ η ] to denote a proof-context ψ [ ] with a single placeholder replaced by the subproof η .

Global redundancy

A proof

ψ [ ψ 1 [ η p η 1 ] ψ 2 [ η p η 2 ] ]  or  ψ [ ψ 1 [ η p ( η 1 ψ 2 [ η p η 2 ] ) ] ]

is potentially (globally) redundant. Furthermore, it is (globally) redundant if it can be rewritten to one of the following shorter proofs:

ψ [ η p ( ψ 1 [ η 1 ] ψ 2 [ η 2 ] ) ]  or  η p ψ [ ψ 1 [ η 1 ] ψ 2 [ η 2 ] ]  or  ψ [ ψ 1 [ η 1 ] ψ 2 [ η 2 ] ] .

Example

The proof

η : p , q η 1 : ¬ p , r q , r p η 3 : ¬ q r q η η 2 : ¬ p , s , ¬ r q , s , ¬ r p η 3 s , ¬ r q ψ : s r

is locally redundant as it is an instance of the first pattern in the definition ( ( η p η 1 ) η 3 ) ( ( η p η 2 ) η 3 ) .

  • The pattern is ψ [ ψ 1 [ η p η 1 ] ψ 2 [ η p η 2 ] ]
  • ψ 1 [ ] = ψ 2 [ ] = _ η 3  and  ψ [ ] = _
  • But it is not globally redundant because the replacement terms according to the definition contain ψ 1 [ η 1 ] ψ 2 [ η 2 ] in all the cases and ψ 1 [ η 1 ] ψ 2 [ η 2 ] = ( η 1 η 3 ) ( η 2 η 3 ) does not correspond to a proof. In particular, neither η 1 nor η 2 can be resolved with η 3 , as they do not contain the literal q .

    The second pattern of potentially globally redundant proofs appearing in global redundancy definition is related to the well-known notion of regularity. Informally, a proof is irregular if there is a path from a node to the root of the proof such that a literal is used more than once as a pivot in this path.

    References

    Redundant proof Wikipedia