Quiz. Finding inductive invariants [004g]

Consider the following statement \(W\):


  while x < n do
    x := y;
    y := x + 1 

Say that we wanted to prove the following Hoare triple:

\[ \{x = 0 \land y = 1\}\ W\ \{x \geq 0\} \]

What is an inductive invariant \(I\) which allows us to prove the triple?