Commit 2024-09-17 09:07 0bdd5fad
View on Github →chore(ModelTheory/Equivalence): Cleanup of FirstOrder.Language.Theory.SemanticallyEquivalent (#16799)
Moves the definition and API of FirstOrder.Language.Theory.SemanticallyEquivalent to a new file, Mathlib/ModelTheory/Equivalence.lean, anticipating further development
Cleans up the use of the namespace FirstOrder.Language.Theory.SemanticallyEquivalent
Defines the notation φ ⇔[T] ψ for T.SemanticallyEquivalent φ ψ
Other moving files, moving variables, introducing notation, and editing documentation, no changes were made.