[Merged by Bors] - fix(ModelTheory): make some defs into abbrevs#6171
[Merged by Bors] - fix(ModelTheory): make some defs into abbrevs#6171ChrisHughes24 wants to merge 1 commit intomasterfrom
Conversation
|
Is there a reason not to delete the Otherwise LGTM bors d+ |
|
✌️ ChrisHughes24 can now approve this pull request. To approve and merge a pull request, simply reply with |
|
The issue is that the simp lemmas didn't trigger because there were two definitions of |
|
bors merge |
|
Ah right I understand now. Thanks! |
|
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Formulais currently an abbreviation forBoundedFormula. There were some definitions likenotwhich were defined on bothBoundedFormulaandFormula, and I have made theFormulaversions intoabbrevso there is no need to duplicatesimplemmas.A concrete advantage of this PR is that the following lemma is proved by
simpwith the lemmaFormula.realize_notwhere it wasn't before.