Quiz. Computing the strongest post-condition [005k]

Consider the following set of Horn clauses

\[ \begin {align} x = 0 &\to q(x) \\ (q(y) \land y < 6 \land x = y + 1) \to q(x) \end {align} \]