Soundness
Definition. A proof theory is sound if whenever (proof) then (truth/valid).
Reminder from Logic: → Proof Theory, pronounced “proves” → Semantics, pronounced “entails” / “valid” / “semantic entailment”
Algorithm
From F1TENTH.
An algorithm is said to be complete if
- if terminates in finite time and
- it returns a solution when one exists and it returns failure otherwise
Oh, this sounds awfully like Total Correctness in SE212.