TorchLean API

FloatLib.Floats.Formats.BinaryInterchange.Arithmetic.Proof

Refinement of format-parameterized binary arithmetic #

The executable model operations agree with the independent descriptor-aware specifications for every validated FloatFormat.

These theorems connect the arithmetic dispatchers to the format's specifications before a result is transported to configured storage. Each dispatcher proof covers its optimized backends and generic fallback.

Public addition agrees with its descriptor-aware specification for every FloatFormat.

Public subtraction agrees with its descriptor-aware specification for every FloatFormat.

Public multiplication agrees with its descriptor-aware specification for every FloatFormat.

Public division agrees with its descriptor-aware specification for every FloatFormat.

Public square root agrees with its descriptor-aware specification for every FloatFormat.

Public FMA agrees with its descriptor-aware specification for every FloatFormat.