Documentation

Mathlib.Tactic.ArithMult

Multiplicativity #

We define the arith_mult tactic using aesop

The arith_mult attribute used to tag IsMultiplicative statements for the arith_mult tactic.

Equations

arith_mult solves goals of the form IsMultiplicative f for f : ArithmeticFunction R by applying lemmas tagged with the user attribute arith_mult.

Equations
  • One or more equations did not get rendered due to their size.

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.

Equations
  • One or more equations did not get rendered due to their size.