vault backup: 2025-05-05 08:47:04
This commit is contained in:
parent
eeeab36055
commit
13fbfd08ec
3 changed files with 8 additions and 3 deletions
4
.obsidian/workspace.json
vendored
4
.obsidian/workspace.json
vendored
|
@ -213,9 +213,10 @@
|
||||||
},
|
},
|
||||||
"active": "cdcc59f1bf6d4ae1",
|
"active": "cdcc59f1bf6d4ae1",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Pasted image 20250505083948.png",
|
"Pasted image 20250505084556.png",
|
||||||
"Concurrent Systems/slides/class 15.pdf",
|
"Concurrent Systems/slides/class 15.pdf",
|
||||||
"Concurrent Systems/notes/15 - A formal language for LTSs.md",
|
"Concurrent Systems/notes/15 - A formal language for LTSs.md",
|
||||||
|
"Pasted image 20250505083948.png",
|
||||||
"Pasted image 20250505083500.png",
|
"Pasted image 20250505083500.png",
|
||||||
"Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md",
|
"Concurrent Systems/notes/14 Checking bisimilarity, an inference system.md",
|
||||||
"Concurrent Systems/notes/12b - CCS cose varie.md",
|
"Concurrent Systems/notes/12b - CCS cose varie.md",
|
||||||
|
@ -236,7 +237,6 @@
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250429092543.png",
|
"Concurrent Systems/notes/images/Pasted image 20250429092543.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250429092305.png",
|
"Concurrent Systems/notes/images/Pasted image 20250429092305.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250429092055.png",
|
"Concurrent Systems/notes/images/Pasted image 20250429092055.png",
|
||||||
"Concurrent Systems/notes/images/Pasted image 20250429091959.png",
|
|
||||||
"Concurrent Systems/slides/class 12.pdf",
|
"Concurrent Systems/slides/class 12.pdf",
|
||||||
"HCIW/slides/HCI in the car.pdf",
|
"HCIW/slides/HCI in the car.pdf",
|
||||||
"Concurrent Systems/slides/class 11.pdf",
|
"Concurrent Systems/slides/class 11.pdf",
|
||||||
|
|
|
@ -16,4 +16,9 @@ The language generated by this grammar will be denoted by Form; every element of
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
To simplify the proofs, we consider a more general form of conjunction: $\land_{i \in I, \phi i}$
|
To simplify the proofs, we consider a more general form of conjunction: $$\land_{i \in I, \phi_{i}}$$
|
||||||
|
where I is any indexing set (possibility, also infinite). Satisfiability for this operator is similar to that for the binary operator.
|
||||||
|
|
||||||
|
Of course, we can use the boolean constant FALSE (FF) and classical logical operators like disjunction $\lor$ and implication $=>$ (they can all be derived in the usual way from $TT, \lnot, \land$).
|
||||||
|
|
||||||
|
Another very useful logical operator is "box": let us define $\lnot \lozenge a p$
|
BIN
Pasted image 20250505084556.png
Normal file
BIN
Pasted image 20250505084556.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 126 KiB |
Loading…
Add table
Add a link
Reference in a new issue