Step * 1 2 1 of Lemma apply-partial


1. Type
2. A ⟶ Type
3. Base
4. Base
5. b ∈ (partial(a:A ⟶ B[a]) × A)
6. value-type(B[snd(a)])
7. snd(a) ∈ A
8. ¬is-exception(fst(a))
9. (fst(a))↓  (fst(a) ∈ a:A ⟶ B[a])
10. (fst(a)) (snd(a)) ∈ partial(B[snd(a)])
⊢ ¬is-exception((fst(a)) (snd(a)))
BY
((D THENA Auto)
   THEN SquashConcl
   THEN ExceptionCases (-1)
   THEN All (Fold `is-exception`)
   THEN Auto
   THEN (D -4 THENA (HypSubst' (-1) THEN Reduce THEN Complete (Auto)))
   THEN FLemma `exception-not-value` [-3]
   THEN Auto) }


Latex:


Latex:

1.  A  :  Type
2.  B  :  A  {}\mrightarrow{}  Type
3.  a  :  Base
4.  b  :  Base
5.  c  :  a  =  b
6.  value-type(B[snd(a)])
7.  snd(a)  \mmember{}  A
8.  \mneg{}is-exception(fst(a))
9.  (fst(a))\mdownarrow{}  {}\mRightarrow{}  (fst(a)  \mmember{}  a:A  {}\mrightarrow{}  B[a])
10.  (fst(a))  (snd(a))  \mmember{}  partial(B[snd(a)])
\mvdash{}  \mneg{}is-exception((fst(a))  (snd(a)))


By


Latex:
((D  0  THENA  Auto)
  THEN  SquashConcl
  THEN  ExceptionCases  (-1)
  THEN  All  (Fold  `is-exception`)
  THEN  Auto
  THEN  (D  -4  THENA  (HypSubst'  (-1)  0  THEN  Reduce  0  THEN  Complete  (Auto)))
  THEN  FLemma  `exception-not-value`  [-3]
  THEN  Auto)




Home Index