return to top
source
This file provides instances on x y : Q($α) such that x + y = q($x + $y).
x y : Q($α)
x + y = q($x + $y)
Produce a One instance for Q($α) such that 1 : Q($α) is q(1 : $α).
One
Q($α)
1 : Q($α)
q(1 : $α)
Produce a Zero instance for Q($α) such that 0 : Q($α) is q(0 : $α).
Zero
0 : Q($α)
q(0 : $α)
Produce a Mul instance for Q($α) such that x * y : Q($α) is q($x * $y).
Mul
x * y : Q($α)
q($x * $y)
Produce an Add instance for Q($α) such that x + y : Q($α) is q($x + $y).
Add
x + y : Q($α)
q($x + $y)