Skip to content

Files

Latest commit

0bedda8 · Dec 2, 2019

History

History
13 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 268 Bytes

coq_fft_proof

Proof that the FFT implements the DFT, written in Coq.

This proof was developed using Coq 8.10.1.

Usage

Compile the complex numbers library with:

coqc Complex.v

Then you can proceed to load the FFT.v into CoqIDE and step through it.