Theory Prop_Logic
theory Prop_Logic
imports Main
begin
chapter ‹Normalisation›
text ‹We define here the normalisation from formula towards conjunctive and disjunctive normal form,
including normalisation towards multiset of multisets to represent CNF.›
section ‹Logics›
text ‹In this section we define the syntax of the formula and an abstraction over it to have simpler
proofs. After that we define some properties like subformula and rewriting.›
subsection ‹Definition and Abstraction›
text ‹The propositional logic is defined inductively. The type parameter is the type of the
variables. ›