Questions tagged [coinduction]
18 questions
2
votes
0 answers
How to prove by coinduction?
Previously, I've asked a question about coinduction. That gave me a lot of useful high-level insights on what coinduction provides, and what are the usefulness of coinductive proofs.
This question is about walking through an example in more detail.…

Russell
- 153
- 3
2
votes
0 answers
"Practical coinduction" over $\mathbb N_\infty$?
I've just finished reading the paper Practical Coinduction by Kozen and Silva. What is the difference between induction over $\mathbb N$ and coinduction over $\mathbb N_\infty$?
From the paper, it seems that coinduction is almost the same as…

wlad
- 479
- 2
- 11
0
votes
1 answer
Bisimulations: Proof that the following LTS are not bisimilar
I have the two LTS (labeled transition system) as seen in the following picture:
And the book is telling me that between those two LTS, their $1$ and $1'$ are non-bisimilar.
So I tried to get a bisimilation starting from the pair $\{\{1,1'\}\}$ by…

Sudix
- 709
- 3
- 12