Download pdf

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Willard Van Orman Quine wikipedia , lookup

Catuṣkoṭi wikipedia , lookup

Fuzzy logic wikipedia , lookup

Foundations of mathematics wikipedia , lookup

Jesús Mosterín wikipedia , lookup

Inquiry wikipedia , lookup

Modal logic wikipedia , lookup

Syllogism wikipedia , lookup

Mathematical proof wikipedia , lookup

Quantum logic wikipedia , lookup

History of logic wikipedia , lookup

Mathematical logic wikipedia , lookup

Propositional calculus wikipedia , lookup

Laws of Form wikipedia , lookup

Combinatory logic wikipedia , lookup

Intuitionistic logic wikipedia , lookup

Law of thought wikipedia , lookup

Curry–Howard correspondence wikipedia , lookup

Natural deduction wikipedia , lookup

Transcript
Problem Set 6
Due Date: Thurs, March 6
Reading
skim Chapter IV, p. 43-51 for Tuesday, March 4
Problems
1. A proof rule is reversible if its main goal is equivalent to the conjunction of all its
subgoals.
(a) Show that all rules of Gentzen’s multi-conclusioned sequent calculus are reversible.
(b) Show that the refinement logic rule impL is irreversible
2. For the completeness proof of refinement logic we have introduced the following rules.
H ` A ∨ (B ∨ C) by orAssocL
H ` (A⊃B) ∨ G∗ by impR∗
H ` (A ∨ B) ∨ C
H, A ` B ∨ G∗
Prove that both rules can be derived in refinement logic, i.e. give a proof fragment that
simultates the rules.
3. Prove that the magic rule is equivalent to the following rule
H ` G by contradiction
H, ∼G ` f
Show how to derive contradiction in refinement logic and how to derive magic in a
refinement logic with contradiction (and without magic).
Note that using the cut rule is not necessary but simplifies the derivation.
1