I am writing a paper in which one part of the proof uses a certified computation (for example, interval arithmetic, exact arithmetic checks, or machine-checkable certificates), and I would like to present it in a way that is clear to referees and future readers.
What are current best practices for documenting and citing such computations in a mathematics paper?
For example:
- What should go in the main text vs. an appendix vs. supplementary material?
- Is it better to cite a repository, or to archive a specific version (e.g. with a DOI)?
- What level of implementation/environment detail is usually expected?
- If certificates/checker output are used, how are they typically presented and cited?
Examples of papers or references with especially good practice would also be appreciated!