TorchLean API

NN.Floats.Interval.IEEEExec32MinMaxSoundness

minOfFour/maxOfFour real semantics (finite regime) #

NN/Floats/Interval/IEEEExec32.lean exposes helper combinators:

used to implement the classical 4-corner multiplication enclosure rule.

This file provides small lemmas that compute the toReal semantics of these helpers when all arguments are finite.

These lemmas are intended as building blocks for a larger Interval32.mul soundness theorem.

Real semantics of Interval32.minOfFour in the finite regime.

If all four arguments are finite, then toReal (minOfFour a b c d) is the corresponding nested min of the four real values.

Real semantics of Interval32.maxOfFour in the finite regime.

If all four arguments are finite, then toReal (maxOfFour a b c d) is the corresponding nested max of the four real values.