In order to avoid extra (annoying) uses of proof irrelevance, especially when unfolding Zconst, then either
- The proof of
FPCore.fprec_lt_femax should just be (Pos2Z.is_pos (fprecp _)), transparently (Defined, not Qed); or
- The definition of Zconst should use
FPCore.fprec_lt_femax;
or both (1) and (2).
In order to avoid extra (annoying) uses of proof irrelevance, especially when unfolding Zconst, then either
FPCore.fprec_lt_femaxshould just be(Pos2Z.is_pos (fprecp _)), transparently (Defined, not Qed); orFPCore.fprec_lt_femax;or both (1) and (2).