在这段代码中
https://rise4fun.com/Dafny/DmBh
断言 forall x:: x in multisetOfTree(t.right) ==> t.root <= x;
在第 36 行没有证明,但是它是不变量的一部分。实际上,您可以取消注释第 31 行中的不变量并注释第 36 行并且它可以工作。
在这段代码中
https://rise4fun.com/Dafny/DmBh
断言 forall x:: x in multisetOfTree(t.right) ==> t.root <= x;
在第 36 行没有证明,但是它是不变量的一部分。实际上,您可以取消注释第 31 行中的不变量并注释第 36 行并且它可以工作。