Real binary-power semantics #
Rational and directed rounding share this low-level real binary-power API. The file deliberately
does not import executable arithmetic, allowing native kernels to reuse the logarithm proofs
without an import cycle through Model.Arithmetic.
@[reducible, inline]
Binary power as a real number.
Instances For
Every real binary power is positive.
Every real binary power is nonnegative.
@[simp]
The binary power at exponent zero is one.
@[simp]
The binary power at exponent one is two.
@[simp]
The binary power at exponent minus one is one half.
A binary power at a negative successor is the inverse natural power of two.