MatchingLogic.EntryIII.FiniteReduction #
Strong local completeness restricted to theories presented by finite lists.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
MatchingLogic.Model.denote_conj_eq_denoteSet_list
{S : Signature}
{Var : Type}
[DecidableEq Var]
(M : Model S)
(rho : Var → M.carrier)
(l : List (Pattern S Var))
:
A finite conjunction denotes the same set as the conjunctive denotation of the corresponding list-membership theory.
theorem
MatchingLogic.localCons_list_iff
{S : Signature}
{Var : Type}
[DecidableEq Var]
(l : List (Pattern S Var))
(phi : Pattern S Var)
:
Pointwise form of local consequence from a finite list.
theorem
MatchingLogic.strongLocalCompleteness_of_finiteLocalCompleteness
{S : Signature}
{Var : Type}
[DecidableEq Var]
(hfinite : FiniteLocalCompleteness S Var)
:
StrongLocalCompleteness S Var
Semantic compactness reduces full strong local completeness to its finite-list form.