@nprofile1q... Often a bit simpler. The specification of a sorting algorithm, for example, may just be a post condition that, for all indexes n and n+1, the value at n+1 is greater than or equal to the value at index n. That’s simpler than, say, a quicksort implementation. But the proof that quicksort satisfies this specification is often more complex than the quicksort.