Step
*
1
1
2
of Lemma
apply-partial
1. A : Type
2. B : A ⟶ Type
3. a : Base
4. b : Base
5. c : a = 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)])
11. ((fst(b)) (snd(b)))↓
12. (fst(b)) = (fst(a)) ∈ (a:A ⟶ B[a])
⊢ ((fst(a)) (snd(a)))↓
BY
{ (InstLemma `value-type-has-value` [⌜B[snd(a)]⌝;⌜(fst(a)) (snd(a))⌝]⋅
   THEN Auto
   THEN GenConcl ⌜(fst(a)) = f ∈ (a:A ⟶ B[a])⌝⋅
   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)])
11.  ((fst(b))  (snd(b)))\mdownarrow{}
12.  (fst(b))  =  (fst(a))
\mvdash{}  ((fst(a))  (snd(a)))\mdownarrow{}
By
Latex:
(InstLemma  `value-type-has-value`  [\mkleeneopen{}B[snd(a)]\mkleeneclose{};\mkleeneopen{}(fst(a))  (snd(a))\mkleeneclose{}]\mcdot{}
  THEN  Auto
  THEN  GenConcl  \mkleeneopen{}(fst(a))  =  f\mkleeneclose{}\mcdot{}
  THEN  Auto)\mcdot{}
Home
Index