Step
*
1
1
2
1
1
of Lemma
fpf-decompose
1. A : Type
2. eq : EqDecider(A)@i
3. B : A ⟶ Type
4. f : a:A fp-> B[a]@i
5. ||fpf-domain(f)|| ≥ 1 
6. 0 < ||fpf-domain(f)||
7. fp : a:A fp-> B[a]
8. fnp : a:A fp-> B[a]
9. f ⊆ fp ⊕ fnp
10. fp ⊕ fnp ⊆ f
11. ∀a:A. ↑¬b(eqof(eq) a hd(fpf-domain(f))) supposing ↑a ∈ dom(fp)
12. ∀a:A. ¬↑¬b(eqof(eq) a hd(fpf-domain(f))) supposing ↑a ∈ dom(fnp)
13. fpf-domain(fp) ⊆ fpf-domain(f)
14. fpf-domain(fnp) ⊆ fpf-domain(f)
15. ↑hd(fpf-domain(f)) ∈ dom(f)
16. ↑hd(fpf-domain(f)) ∈ dom(fp)
17. ↑¬b(eqof(eq) hd(fpf-domain(f)) hd(fpf-domain(f)))
⊢ False
BY
{ (Unfold `eqof` -1 THEN (RW assert_pushdownC (-1)) THEN Auto) }
Latex:
Latex:
1.  A  :  Type
2.  eq  :  EqDecider(A)@i
3.  B  :  A  {}\mrightarrow{}  Type
4.  f  :  a:A  fp->  B[a]@i
5.  ||fpf-domain(f)||  \mgeq{}  1 
6.  0  <  ||fpf-domain(f)||
7.  fp  :  a:A  fp->  B[a]
8.  fnp  :  a:A  fp->  B[a]
9.  f  \msubseteq{}  fp  \moplus{}  fnp
10.  fp  \moplus{}  fnp  \msubseteq{}  f
11.  \mforall{}a:A.  \muparrow{}\mneg{}\msubb{}(eqof(eq)  a  hd(fpf-domain(f)))  supposing  \muparrow{}a  \mmember{}  dom(fp)
12.  \mforall{}a:A.  \mneg{}\muparrow{}\mneg{}\msubb{}(eqof(eq)  a  hd(fpf-domain(f)))  supposing  \muparrow{}a  \mmember{}  dom(fnp)
13.  fpf-domain(fp)  \msubseteq{}  fpf-domain(f)
14.  fpf-domain(fnp)  \msubseteq{}  fpf-domain(f)
15.  \muparrow{}hd(fpf-domain(f))  \mmember{}  dom(f)
16.  \muparrow{}hd(fpf-domain(f))  \mmember{}  dom(fp)
17.  \muparrow{}\mneg{}\msubb{}(eqof(eq)  hd(fpf-domain(f))  hd(fpf-domain(f)))
\mvdash{}  False
By
Latex:
(Unfold  `eqof`  -1  THEN  (RW  assert\_pushdownC  (-1))  THEN  Auto)
Home
Index