R "Zettelkasten/Hub Notes/NNFM Ontology.canvas" -> "NNFM Ontology.canvas" R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Assembly/Assembly Canvas.canvas" -> "Programming/Assembly/Assembly Canvas.canvas" R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Assembly/Untitled.md" -> Programming/Assembly/Untitled.md R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Formal Methods/LEAN/Learning Plan.md" -> "Programming/Formal Methods/LEAN/Learning Plan.md" R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Formal Methods/LEAN/Tutorial World.md" -> "Programming/Formal Methods/LEAN/Tutorial World.md" R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Formal Methods/TLA/TLA Canvas.canvas" -> "Programming/Formal Methods/TLA/TLA Canvas.canvas" R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Formal Methods/TLA/TLA+ Learning Plan.md" -> "Programming/Formal Methods/TLA/TLA+ Learning Plan.md" R "Zettelkasten/Hub Notes/Permanent Notes/Programming/Formal Methods/TLA/What is TLA?.md" -> "Programming/Formal Methods/TLA/What is TLA?.md"
23 lines
422 B
Markdown
23 lines
422 B
Markdown
---
|
|
id: 20250818165010
|
|
title: Liveness Properties
|
|
type: permanent
|
|
created: 2025-08-18T20:50:10Z
|
|
modified: 2025-08-18T20:54:38Z
|
|
tags: []
|
|
---
|
|
|
|
# Liveness Properties
|
|
|
|
Liveness properties are kinda the dual of
|
|
[[safety-properties]], but instead they say that something
|
|
good will eventually happen.
|
|
|
|
Here's an example:
|
|
|
|
*If there's someone waiting, the light will eventually turn
|
|
green:*
|
|
|
|
$ G(request \rightarrow F\, green)$
|
|
|