Definition. Inference Rule Schema - Hoare logic [0043]

To denote the idea of syntactic consequence / inference within Hoare logic we use the notation:

Which says that if we can derive the hoare triple \(\{P\}\ s_1\ \{Q\}\) and so on up to \(\{Q\}\ s_n\ \{R\}\) using the inference rules of Hoare logic, then we can derive the hoare triple \(\{P\}\ s\ \{R\}\).

Inference rules without any hypotheses are considered base cases.