Helper

interp_sound

Section interp_sound_section
Type Lemma
Proof Lines 16

Signature

Lemma interp_sound n h (ps : n.-tuple (proc data)) : exists (final : n.-tuple (proc data)) tr, rsteps ps final tr /\ tval final = interp1 (tval ps) h.

Description

Interpreter soundness: h rounds of interp produce an rsteps proof

Uses (0)

This lemma does not use any other lemmas from the stats.

Used By (0)

No lemmas in the stats use this lemma.

Coq Source Code

View on GitHub
Loading source code...
← Back to Stats