Nuprl Lemma : fpf-split
∀[A:Type]
  ∀eq:EqDecider(A)
    ∀[B:A ─→ Type]
      ∀f:a:A fp-> B[a]
        ∀[P:A ─→ ℙ]
          ((∀a:A. Dec(P[a]))
          ⇒ (∃fp,fnp:a:A fp-> B[a]
               ((f ⊆ fp ⊕ fnp ∧ fp ⊕ fnp ⊆ f)
               ∧ ((∀a:A. P[a] supposing ↑a ∈ dom(fp)) ∧ (∀a:A. ¬P[a] supposing ↑a ∈ dom(fnp)))
               ∧ fpf-domain(fp) ⊆ fpf-domain(f)
               ∧ fpf-domain(fnp) ⊆ fpf-domain(f))))
Proof
Definitions occuring in Statement : 
fpf-join: f ⊕ g, 
fpf-sub: f ⊆ g, 
fpf-domain: fpf-domain(f), 
fpf-dom: x ∈ dom(f), 
fpf: a:A fp-> B[a], 
deq: EqDecider(T), 
sublist: L1 ⊆ L2, 
assert: ↑b, 
decidable: Dec(P), 
uimplies: b supposing a, 
uall: ∀[x:A]. B[x], 
prop: ℙ, 
so_apply: x[s], 
all: ∀x:A. B[x], 
exists: ∃x:A. B[x], 
not: ¬A, 
implies: P ⇒ Q, 
and: P ∧ Q, 
function: x:A ─→ B[x], 
universe: Type
Lemmas : 
all_wf, 
decidable_wf, 
fpf_wf, 
deq_wf, 
l_member_wf, 
filter_wf5, 
dcdr-to-bool_wf, 
subtype_rel_dep_function, 
subtype_rel_sets, 
member_filter_2, 
subtype_rel_self, 
set_wf, 
bnot_wf, 
assert_witness, 
fpf-dom_wf, 
subtype-fpf2, 
top_wf, 
subtype_top, 
assert_wf, 
fpf-sub_wf, 
fpf-join_wf, 
isect_wf, 
not_wf, 
sublist_wf, 
fpf-domain_wf, 
exists_wf, 
fpf_ap_pair_lemma, 
assert-deq-member, 
append_wf, 
deq-member_wf, 
member_append, 
member_filter, 
or_wf, 
dcdr-to-bool-equivalence, 
iff_transitivity, 
iff_weakening_uiff, 
assert_of_bnot, 
bool_wf, 
equal-wf-T-base, 
eqtt_to_assert, 
eqff_to_assert, 
equal_wf, 
bool_cases_sqequal, 
subtype_base_sq, 
bool_subtype_base, 
assert-bnot, 
filter_is_sublist
\mforall{}[A:Type]
    \mforall{}eq:EqDecider(A)
        \mforall{}[B:A  {}\mrightarrow{}  Type]
            \mforall{}f:a:A  fp->  B[a]
                \mforall{}[P:A  {}\mrightarrow{}  \mBbbP{}]
                    ((\mforall{}a:A.  Dec(P[a]))
                    {}\mRightarrow{}  (\mexists{}fp,fnp:a:A  fp->  B[a]
                              ((f  \msubseteq{}  fp  \moplus{}  fnp  \mwedge{}  fp  \moplus{}  fnp  \msubseteq{}  f)
                              \mwedge{}  ((\mforall{}a:A.  P[a]  supposing  \muparrow{}a  \mmember{}  dom(fp))  \mwedge{}  (\mforall{}a:A.  \mneg{}P[a]  supposing  \muparrow{}a  \mmember{}  dom(fnp)))
                              \mwedge{}  fpf-domain(fp)  \msubseteq{}  fpf-domain(f)
                              \mwedge{}  fpf-domain(fnp)  \msubseteq{}  fpf-domain(f))))
 Date html generated: 
2015_07_17-AM-11_08_47
 Last ObjectModification: 
2015_01_28-AM-07_50_47
Home
Index