TorchLean API

FloatLib.Floats.Formats.BinaryInterchange.StaticByte.Conversion.Proof

Static-byte exact conversion proofs #

Exact conversion satisfies reduction equations for finite, infinite, and exceptional observations, and its installed exact decoder agrees with the public runtime function.

@[simp]

Finite observations are handled by the shared exact rational binary quantizer.

@[simp]

Infinity observations dispatch to the infinity quantizer.

@[simp]

Exceptional observations dispatch to the exceptional-value quantizer.

The static-byte converter inherits the shared nearest-value and complete-outcome clauses.

@[simp]

The installed exact decoder is the public static-byte decoder.