Commit 2023-12-16 02:09 a5732e8f
View on Github →chore(ModelTheory/ElementarySubstructures): Split elementary substructures into their own file (#9026)
This PR splits the file ModelTheory/ElementaryMaps
into two files, moving elementary substructure code into ModelTheory/ElementarySubstructures
, to make room for new API on those.
Two basic lemmas, FirstOrder.Language.Substructure.realize_boundedFormula_top
and FirstOrder.Language.Substructure.realize_formula_top
, are instead moved to the file ModelTheory/Substructures
.