Nuprl Definition : s-sub

s-sub(T;s;t) ==  ∃f:ℕ ⟶ ℕ((∀i:ℕi < (i 1)) ∧ (∀i:ℕ(s-nth(i;t) s-nth(f i;s) ∈ T)))



Definitions occuring in Statement :  s-nth: s-nth(n;s) nat: less_than: a < b all: x:A. B[x] exists: x:A. B[x] and: P ∧ Q apply: a function: x:A ⟶ B[x] add: m natural_number: $n equal: t ∈ T
Definitions occuring in definition :  exists: x:A. B[x] function: x:A ⟶ B[x] and: P ∧ Q less_than: a < b add: m natural_number: $n all: x:A. B[x] nat: equal: t ∈ T s-nth: s-nth(n;s) apply: a
FDL editor aliases :  s-sub

Latex:
s-sub(T;s;t)  ==    \mexists{}f:\mBbbN{}  {}\mrightarrow{}  \mBbbN{}.  ((\mforall{}i:\mBbbN{}.  f  i  <  f  (i  +  1))  \mwedge{}  (\mforall{}i:\mBbbN{}.  (s-nth(i;t)  =  s-nth(f  i;s))))



Date html generated: 2019_06_20-PM-00_37_50
Last ObjectModification: 2018_11_29-PM-05_17_22

Theory : co-recursion


Home Index