theory equational_clausal_logic (* N. Peltier - http://membres-lig.imag.fr/peltier/ *) imports Main terms "HOL-Library.Multiset" begin section ‹Equational Clausal Logic› text ‹The syntax and semantics of clausal equational logic are defined as usual. Interpretations are congruences on binary trees.› subsection ‹Syntax› text ‹We first define the syntax of equational clauses.›