4 lines
128 B
Text
4 lines
128 B
Text
import Std.Tactic.BVDecide
|
|
|
|
theorem cex (n : Nat) (hn : BitVec.ofNat 64 n ≠ 0) : BitVec.ofNat 64 n ≠ 0#64 := by
|
|
bv_decide
|