Core of Verifier in Isabelle/HOL
问题 Question What is the core algorithm of the Isabelle/HOL verifier? I'm looking for something on the level of a scheme metacircular evaluator. Clarification I'm only interested in the Verifier , not the strategies for automated theorem proving. Context I want to implement a simple proof verifier from scratch (purely for education reasons, not for production use.) I want to understand the core Verifier algorithm of Isabelle/HOL. I don't care about the strategies / code used for automated theorem