Multiplicativity #
We define the arith_mult tactic using aesop
The arith_mult
attribute used to tag IsMultiplicative
statements for the
arith_mult
tactic.
Equations
Instances For
arith_mult
solves goals of the form IsMultiplicative f
for f : ArithmeticFunction R
by applying lemmas tagged with the user attribute arith_mult
.
Equations
Instances For
arith_mult
solves goals of the form IsMultiplicative f
for f : ArithmeticFunction R
by applying lemmas tagged with the user attribute arith_mult
, and prints out the generated
proof term.