From 91608afc9477e53108883ae3d02ba237877a9efa Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Mon, 30 Mar 2020 17:40:54 +0200 Subject: inject_l injected_end --- backend/Injectproof.v | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) (limited to 'backend/Injectproof.v') diff --git a/backend/Injectproof.v b/backend/Injectproof.v index a805aa3e..f048bfb9 100644 --- a/backend/Injectproof.v +++ b/backend/Injectproof.v @@ -335,6 +335,96 @@ Proof. lia. Qed. +Lemma inject_l_injected_end: + forall injections prog injnum pc i l extra_pc + (BEFORE : PTree.get pc prog = Some i) + (DISTINCT : list_norepet (map fst injections)) + (BELOW : forallb (fun injection => (fst injection) -- cgit