Calc
FreshVar()
FreshVars()
Inductive()
Lemma()
NewType()
PTheorem()
Proof
QExists()
QForAll()
QImplies()
Struct()
Theorem()
axiom()
cond()
define()
prove()
search()
simp()
BVNot()
BitVecN
BitVecNConst()
BitVecNVal()
BitVecSort()
PopCount()
SelectConcat()
StoreConcat()
UnConcat()
fromBV()
select_concat()
toBV()
vmap()
>>> BV32 = BitVecSort(32) >>> BV32.bvadd_comm |= ForAll([x, y], x + y == y + x)