# Overview Non-linear math is generally undecidable; hence Dafny (and Z3) rely on heuristics to prove such properties. While wonderful when they work, these heuristics can lead to unstable proofs. Hence, in many projects, it can be helpful to turn off these heuristics (via Dafny's `/noNLarith` flag) and instead explicitly invoke the lemmas in this library. All files in this portion of the library (except those in `Internals/*Nonlinear.dfy`) verify with the `/noNLarith` flag, which should keep the library itself stable. In general, it shouldn't be necessary to directly reference anything in `Internals`.