ElisTarskiPf
B
Sections
NuprlLIB
Doc
Def
RespectsNot(Tr; L) ==
t:Term. Tr(NOT(t))
L(t) &
Tr(t)
is mentioned by
Def
RepsTruth(L; Tr; tr) == (
S:Term. (
t:Term. S reps t)
L(tr/S)) & RespectsNot(Tr; L) & ReflectsProp(Tr; tr; Tr)
[RepsTruth]
ElisTarskiPf
B
Sections
NuprlLIB
Doc