Literature.
[1] Ján Komara. Specification and Verification of Programs. Online.
[2] Ján Kľuka. Úvod do deklaratívneho programovania. Online.
[3] Ján Komara. Recursive Functions. Online.
Chapter. Propositional Logic.
Section. Language.
Formulas.
[CL] Syntax. Examples:
Atomic formulas: R , Q .
Propositional connectives: ⊤ , ⊥ , ¬R . R∧Q , R∨Q , R→Q , R↔Q .
Section. The Method of Propositional Tableaux.
[CL] Remark. The module Mlogicp in the file mlogicp.cl contains the syntax of propositional tableau rules.
###
Exercise. (1 point) Prove that logical disjunction is distributive over logical conjunction:
##
Exercise. Prove that logical implication is transitive:
Exercise. Prove that contrapositives of logical implication are logically equivalent:
[CL] Propositional logic with automatic rules.
Exercise. Prove that logical disjunction is distributive over logical conjunction: