Nuprl Definition : AbstractFOAtomic

If is structure (for domain Dom), then ⌈n ∈ (Dom List) ─→ ℙ⌉.
If is an assignment on Dom, then ⌈map(a;L) ∈ Dom List⌉Thus, the
meaning of the atomic formula ⌈n(L)⌉ 
(which is predicate symbol ⌈n ∈ Atom⌉ applied to variable list ⌈L ∈ ℤ List⌉)
is map(a;L)⋅

AbstractFOAtomic(n;L) ==  λDom,S,a. (S map(a;L))



Definitions occuring in Statement :  map: map(f;as) apply: a lambda: λx.A[x]
FDL editor aliases :  AbstractFOAtomic
AbstractFOAtomic(n;L)  ==    \mlambda{}Dom,S,a.  (S  n  map(a;L))



Date html generated: 2015_07_17-AM-07_53_14
Last ObjectModification: 2014_06_16-PM-01_00_12

Home Index