The document discusses proving the decidability of the intuitionistic propositional calculus (IPC) on the Coq proof assistant. It outlines the methodology as: 1) Eliminating the cut rule through cut elimination, 2) Eliminating the contraction rule, 3) Splitting the →L rule into 4 pieces, and 4) Proving that every rule is strictly decreasing under a well-founded relation. This will prove the decidability of IPC by showing that all rules are finitary. Details are provided on implementing cut elimination and contraction elimination in Coq.