We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78648d commit 2bba8e2Copy full SHA for 2bba8e2
src/Rewriter/RulesProofs.v
@@ -584,7 +584,7 @@ Lemma relaxed_rules_work rland rm1 rv v :
584
Proof.
585
intros H1 H2 H3 H4 H5 H6.
586
replace (ident.cast rland v) with (ident.cast rland (ident.cast rv v)).
587
- - interp_good_t_step_arith. interp_good_t_step_arith. rewrite Z.land_ones.
+ - do 3 interp_good_t_step_arith. rewrite Z.land_ones.
588
+ replace (2 ^ Z.succ (Z.log2 (upper rland))) with (upper rland + 1).
589
-- rewrite <- ident.cast_out_of_bounds_simple_0_mod.
590
++ destruct rland. simpl in *. subst. apply ident.cast_idempotent.
0 commit comments