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]
Definitions occuring in definition :  lambda: λx.A[x] apply: a map: map(f;as)
FDL editor aliases :  AbstractFOAtomic

Latex:
AbstractFOAtomic(n;L)  ==    \mlambda{}Dom,S,a.  (S  n  map(a;L))



Date html generated: 2016_07_08-PM-05_19_23
Last ObjectModification: 2015_09_23-AM-08_22_45

Theory : minimal-first-order-logic


Home Index