vault backup: 2025-04-14 17:10:00
This commit is contained in:
parent
7227bcbc96
commit
a8929fe551
2 changed files with 6 additions and 11 deletions
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -238,10 +238,10 @@
|
||||||
"companion:Toggle completion": false
|
"companion:Toggle completion": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "84845736e00d5c98",
|
"active": "2882ba3b76891dd0",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Concurrent Systems/slides/class 12.pdf",
|
|
||||||
"Concurrent Systems/notes/12 - CCS (che non so cosa voglia dire).md",
|
"Concurrent Systems/notes/12 - CCS (che non so cosa voglia dire).md",
|
||||||
|
"Concurrent Systems/slides/class 12.pdf",
|
||||||
"Pasted image 20250414164549.png",
|
"Pasted image 20250414164549.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250414082824.png",
|
"Concurrent Systems/notes/images/Pasted image 20250414082824.png",
|
||||||
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
"Concurrent Systems/notes/11 - LTSs and Bisimulation.md",
|
||||||
|
|
|
@ -130,18 +130,13 @@ $$A' \mid B \xrightarrow{\tau} A \mid B'$$
|
||||||
|
|
||||||
##### ▶️ Step 3: Transition from B'
|
##### ▶️ Step 3: Transition from B'
|
||||||
From the definition:
|
From the definition:
|
||||||
- $BB' \triangleq \bar{c}.B$
|
- $B' \triangleq \bar{c}.B$
|
||||||
- So: B′→cˉBB' \xrightarrow{\bar{c}} B
|
- So: $B' \xrightarrow{\bar{c}} B$
|
||||||
|
|
||||||
Now use the **right parallel rule**:
|
Now use the **right parallel rule**:
|
||||||
|
$$\frac{B' \xrightarrow{\bar{c}} B}{A \mid B' \xrightarrow{\bar{c}} A \mid B}$$
|
||||||
B′→cˉBA∣B′→cˉA∣B\frac{B' \xrightarrow{\bar{c}} B}{A \mid B' \xrightarrow{\bar{c}} A \mid B}
|
|
||||||
|
|
||||||
✅ **Third transition:**
|
✅ **Third transition:**
|
||||||
|
$$A \mid B' \xrightarrow{\bar{c}} A \mid B$$
|
||||||
A∣B′→cˉA∣BA \mid B' \xrightarrow{\bar{c}} A \mid B
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 🔄 Full Transition Path
|
## 🔄 Full Transition Path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue