Nuprl Definition : fan

Fan ==
  ∀A:(𝔹 List) ⟶ ℙ
    ((∀as:𝔹 List. Dec(A as))  (∀f:ℕ ⟶ 𝔹. ∃n:ℕ(A map(f;upto(n))))  (∃k:ℕ. ∀f:ℕ ⟶ 𝔹. ∃n:ℕk. (A map(f;upto(n)))))



Definitions occuring in Statement :  upto: upto(n) map: map(f;as) list: List int_seg: {i..j-} nat: bool: 𝔹 decidable: Dec(P) prop: all: x:A. B[x] exists: x:A. B[x] implies:  Q apply: a function: x:A ⟶ B[x] natural_number: $n
Definitions occuring in definition :  prop: list: List decidable: Dec(P) implies:  Q all: x:A. B[x] function: x:A ⟶ B[x] nat: bool: 𝔹 exists: x:A. B[x] int_seg: {i..j-} natural_number: $n apply: a map: map(f;as) upto: upto(n)
FDL editor aliases :  fan

Latex:
Fan  ==
    \mforall{}A:(\mBbbB{}  List)  {}\mrightarrow{}  \mBbbP{}
        ((\mforall{}as:\mBbbB{}  List.  Dec(A  as))
        {}\mRightarrow{}  (\mforall{}f:\mBbbN{}  {}\mrightarrow{}  \mBbbB{}.  \mexists{}n:\mBbbN{}.  (A  map(f;upto(n))))
        {}\mRightarrow{}  (\mexists{}k:\mBbbN{}.  \mforall{}f:\mBbbN{}  {}\mrightarrow{}  \mBbbB{}.  \mexists{}n:\mBbbN{}k.  (A  map(f;upto(n)))))



Date html generated: 2016_05_14-PM-04_12_26
Last ObjectModification: 2015_09_22-PM-06_02_22

Theory : fan-theorem


Home Index