Hello,
I am working on a large-scale formal verification project using Coq and could use some advice. As the codebase grows…, managing proofs has become increasingly challenging. I am particularly struggling with:
Modularity :- How do you structure proofs to keep them reusable across different parts of the project: ??
Performance :- Some proofs are taking excessively long to compile. Are there best practices to optimize proof scripts; ??
Documentation :- What is the most efficient way to document proofs to make them understandable for team members unfamiliar with the details: ??
I am aware of tactics like Proof using and Section but would appreciate more hands on examples or resources that could help. Additionally…, how do you handle dependencies when integrating multiple proofs: ??
I have already searched on the forum for the solution to my query and found this thread https://coq.discourse.group/t/how-to-represent-mathematical-structures-in-coq-servicenow but couldn’t find any solution.
Looking forward to learning from your experiences and insights. Any advice, tools or resources you could share would be greatly appreciated !!
Thanks in advance !!
With REgards,
Daniel Jose