Skip to content

Commit

Permalink
rename some things
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouxm committed Sep 2, 2016
1 parent d3f470d commit 7cbd146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proof.v
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ Module ParId.
in_app ct e \/ in_lib ct' e'.
Proof.
intros ct ct' c e e' m pfc pfc' c_in_app c_res_e c_res_e' rel.
remember pfc as pfcr. induction pfcr.
remember pfc as pfcr. induction pfcr as [| i ms d pfd IHd c_ext_d not_lib_app app_ext_app].
(* c is Obj *)
- unfold mresolve in c_res_e. inversion c_res_e.
(* c extends d *)
- unfold mresolve in c_res_e. fold mresolve in c_res_e. destruct (existsb (fun m' : id => beq_id m m') ms) in c_res_e.
(* m-res *)
+ inversion c_res_e. left. apply c_in_app.
(* m-res-inh *)
+ destruct o.
+ destruct app_ext_app as [d_in_lib | d_in_app].
* destruct a. inversion H2. apply H3 in H. apply in_app_in_table in H.
apply H4 in e0 as [Dt' extCD'].
assert (in_lib ct' d) as Dl'.
Expand Down

0 comments on commit 7cbd146

Please sign in to comment.