As the title says, can Coq be used as a model checker? Can I mix model checking with Coq proving? Is this usual? Google talks about a \"µ-calculus\", does anyone have experience
There is some work on using Coq as a model checker, for instance see https://github.com/coq-contribs/smc. However, I do not know of people who have used this in serious applications.