Step
*
1
1
of Lemma
coinduction-principle
.....assertion..... 
1. F : Type ⟶ Type
2. ContinuousMonotone(T.F[T])
3. R : corec(T.F[T]) ⟶ corec(T.F[T]) ⟶ ℙ
4. x,y.R[x;y] is an T.F[T]-bisimulation
⊢ ∀n:ℕ. ∀[x,y:corec(T.F[T])].  x = y ∈ primrec(n;Top;λ,T. F[T]) supposing R[x;y]
BY
{ (InductionOnNat THEN Reduce 0 THEN Auto) }
1
1. F : Type ⟶ Type
2. ContinuousMonotone(T.F[T])
3. R : corec(T.F[T]) ⟶ corec(T.F[T]) ⟶ ℙ
4. x,y.R[x;y] is an T.F[T]-bisimulation
5. n : ℤ
6. 0 < n
7. ∀[x,y:corec(T.F[T])].  x = y ∈ primrec(n - 1;Top;λ,T. F[T]) supposing R[x;y]
8. x : corec(T.F[T])
9. y : corec(T.F[T])
10. R[x;y]
⊢ x = y ∈ primrec(n;Top;λ,T. F[T])
Latex:
Latex:
.....assertion..... 
1.  F  :  Type  {}\mrightarrow{}  Type
2.  ContinuousMonotone(T.F[T])
3.  R  :  corec(T.F[T])  {}\mrightarrow{}  corec(T.F[T])  {}\mrightarrow{}  \mBbbP{}
4.  x,y.R[x;y]  is  an  T.F[T]-bisimulation
\mvdash{}  \mforall{}n:\mBbbN{}.  \mforall{}[x,y:corec(T.F[T])].    x  =  y  supposing  R[x;y]
By
Latex:
(InductionOnNat  THEN  Reduce  0  THEN  Auto)
Home
Index