Helpers to invoke functions involving algebra at tactic time #
This file provides instances on x y : Q($α) such that x + y = q($x + $y).
@[implicit_reducible]
Produce a One instance for Q($α) such that 1 : Q($α) is q(1 : $α).
Instances For
@[implicit_reducible]
Produce a Zero instance for Q($α) such that 0 : Q($α) is q(0 : $α).
Instances For
@[implicit_reducible]
Produce a Mul instance for Q($α) such that x * y : Q($α) is q($x * $y).
Instances For
@[implicit_reducible]
Produce an Add instance for Q($α) such that x + y : Q($α) is q($x + $y).