VAR
  
  a[2]
  b[2]
  c[2]

DEFINE
  
  a := case b = c : inc(c); 1 : b; esac;

SPEC
  
  AG a != b
