Theory Order_Lattice_Props_Wenzel
section ‹Duality Based on a Data Type›
theory Order_Lattice_Props_Wenzel
imports Main
begin
unbundle lattice_syntax
subsection ‹Wenzel's Approach Revisited›
text ‹This approach is similar to, but inferior to the explicit class-based one. The main caveat is that duality is not involutive
with this approach, and this allows dualising less theorems.›
text ‹I copy Wenzel's development \<^cite>‹"Wenzel"› in this subsection and extend it with additional properties. I show only the most important properties.›