From b937a4c10226930b7109ae6c9707255e53a0dd2b Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Mon, 30 Mar 2020 18:27:23 +0200 Subject: inject_l_redirects --- backend/Injectproof.v | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) (limited to 'backend/Injectproof.v') diff --git a/backend/Injectproof.v b/backend/Injectproof.v index f048bfb9..b0dcfad5 100644 --- a/backend/Injectproof.v +++ b/backend/Injectproof.v @@ -425,6 +425,88 @@ Proof. } Qed. + +Lemma inject_l_redirects: + 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