dc5ca99afa
At real.comm_ring, `add` is `@add real real_has_add`. This is bad for any tactic (e.g., blast) that only unfolds reducible definitions. `add` is not reducible. So, the tactic will not be able to establish that `@add real real_has_add` is definitionally equal to `real.add`. |
||
---|---|---|
.. | ||
basic.lean | ||
complete.lean | ||
default.lean | ||
division.lean | ||
order.lean | ||
real.md |