Step
*
1
2
2
1
3
of Lemma
fixpoint-induction-bottom
1. E : Type
2. S : Type
3. value-type(E)
4. mono(E)
5. ⊥ ∈ S
6. a : Base
7. b : Base
8. c : a = b ∈ (S ⟶ partial(E) × (S ⟶ S))
9. fst(a) ∈ S ⟶ partial(E)
10. fst(b) ∈ S ⟶ partial(E)
11. snd(a) ∈ S ⟶ S
12. snd(b) ∈ S ⟶ S
13. ((fst(a)) fix((snd(a))))↓
14. j : ℕ
15. ((fst(a)) (snd(a)^j ⊥))↓
⊢ ((fst(a)) fix((snd(a)))) = ((fst(b)) fix((snd(b)))) ∈ E
BY
{ Thin (-3) }
1
1. E : Type
2. S : Type
3. value-type(E)
4. mono(E)
5. ⊥ ∈ S
6. a : Base
7. b : Base
8. c : a = b ∈ (S ⟶ partial(E) × (S ⟶ S))
9. fst(a) ∈ S ⟶ partial(E)
10. fst(b) ∈ S ⟶ partial(E)
11. snd(a) ∈ S ⟶ S
12. snd(b) ∈ S ⟶ S
13. j : ℕ
14. ((fst(a)) (snd(a)^j ⊥))↓
⊢ ((fst(a)) fix((snd(a)))) = ((fst(b)) fix((snd(b)))) ∈ E
Latex:
Latex:
1.  E  :  Type
2.  S  :  Type
3.  value-type(E)
4.  mono(E)
5.  \mbot{}  \mmember{}  S
6.  a  :  Base
7.  b  :  Base
8.  c  :  a  =  b
9.  fst(a)  \mmember{}  S  {}\mrightarrow{}  partial(E)
10.  fst(b)  \mmember{}  S  {}\mrightarrow{}  partial(E)
11.  snd(a)  \mmember{}  S  {}\mrightarrow{}  S
12.  snd(b)  \mmember{}  S  {}\mrightarrow{}  S
13.  ((fst(a))  fix((snd(a))))\mdownarrow{}
14.  j  :  \mBbbN{}
15.  ((fst(a))  (snd(a)\^{}j  \mbot{}))\mdownarrow{}
\mvdash{}  ((fst(a))  fix((snd(a))))  =  ((fst(b))  fix((snd(b))))
By
Latex:
Thin  (-3)
Home
Index