Dyadic rationals #
This file provides general API for Dyadic rationals that are used in Mathlib but not available in core.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
One unit on the dyadic grid with precision prec.
Equations
- Dyadic.step prec = Dyadic.ofOdd 1 prec Dyadic.step._proof_1
Instances For
@[simp]
Dyadic.toReal as an additive monoid homomorphism.
Equations
- Dyadic.toRealAddMonoidHom = { toFun := Dyadic.toReal, map_zero' := Dyadic.toRealAddMonoidHom._proof_2, map_add' := Dyadic.toReal_add }