(* Title: Modal_Labels_Example.thy Author: Arthur Freitas Ramos, David Barros Hulak, Ruy J. G. B. de Queiroz, 2026 Maintainer: Arthur Freitas Ramos Possible-world modal instance: instantiates the framework locale as @{term modal_labels} and extends the propositional labelled calculus with modal BoxI and BoxE rules; carries the soundness link to Kripke validity. *) theory Modal_Labels_Example imports Label_Algebra begin text ‹ This theory instantiates the framework locale as @{term modal_labels} and then extends the resulting propositional labelled calculus with modal @{text BoxI} and @{text BoxE} rules. Modal labels carry possible-world annotations; the propositional constructors preserve the current world, while box elimination projects to an accessible world. ›