Grid Invariants for NF #
NF permits raw real-valued construction for approximation proofs, while its smart constructor and
primitive arithmetic round onto the declared format. This file proves the corresponding
NF.IsRepresentable closure properties without adding generic-format theory to the core scalar
module's import surface.
The smart constructor rounds its input onto the declared format grid.
Negation through the smart constructor remains on the declared format grid.
Addition through the smart constructor remains on the declared format grid.
Subtraction through the smart constructor remains on the declared format grid.
Multiplication through the smart constructor remains on the declared format grid.
Division through the smart constructor remains on the declared format grid.