The standard functional model and the forward presentation (issue #10, Unit 3a) #
The graph-language code reduct along the base embedding, and the standard functional
expansion on ℕ built from a base code c and a branch g:
c^M = 0,s^M = succ(sonumMap = id);f^M n = 1exactly whenqueryCode c n = true;g^M = g;- base relations read off
c; tree ninterpreted byT n, withfalseoutside bit-coded first halves.
Forward acceptance gate (subset_pcClass): c ∈ B → ∃ d, codeReduct d = c ∧ d ∈ ModelsOf (pcSentence side T) — without IsomorphismInvariant.
The code reduct #
The base-language code reduct of a graphLanguage (KLang L)-code: read each base query
through the graph-language image G_base(Sum.inl R) of the base relation.
Equations
Instances For
Compatibility with decoded structures: the reduct code's relations are the base graph relations of the decoded structure.
The standard functional structure #
Decode a {0,1}-valued numeral back to a bit.
Equations
Instances For
The witness function interpretation on ℕ: c ↦ 0, s ↦ succ, f ↦ the query bit,
g ↦ the branch.
Equations
- FirstOrder.Language.LopezStd.wFun c g FirstOrder.Language.WitnessFun.c x_3 = 0
- FirstOrder.Language.LopezStd.wFun c g FirstOrder.Language.WitnessFun.s a = a 0 + 1
- FirstOrder.Language.LopezStd.wFun c g FirstOrder.Language.WitnessFun.f a = bif FirstOrder.Language.queryCode c (a 0) then 1 else 0
- FirstOrder.Language.LopezStd.wFun c g FirstOrder.Language.WitnessFun.g a = g (a 0)
Instances For
The witness (tree) relation interpretation on ℕ: tree n decodes the first half as
bits, the second half as τ, and asks membership in T n.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The standard MidLang L-structure on ℕ from a code c, branch g, tree T.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The standard KLang L-structure on ℕ: both witness copies interpreted identically,
so its reduct along either side's embedding is standardMid.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Reductions of the semantic maps in the standard model #
The tree tuple / path tuple extractions #
The standard model satisfies Θ #
Lifting to KLang and graph-expanding #
sideEmb is an expansion of standardK onto standardMid.
The forward code and its two properties #
The forward code: the encoded graph expansion of the standard KLang model (independent
of the side).
Equations
Instances For
The forward presentation #
Forward gate (subset_pcClass): if T characterizes B by branches (Unit 0), then
every code of B is the base reduct of a model of the PC sentence. No IsomorphismInvariant.