Skip to content
Snippets Groups Projects
Commit 2fedcccb authored by Ralf Jung's avatar Ralf Jung
Browse files

fix a comment

parent 90bc7991
No related branches found
No related tags found
No related merge requests found
...@@ -290,7 +290,7 @@ Section type_dist2. ...@@ -290,7 +290,7 @@ Section type_dist2.
Proof. destruct n as [|n]; first by split. apply type_dist2_equivalence. Qed. Proof. destruct n as [|n]; first by split. apply type_dist2_equivalence. Qed.
(* The hierarchy of metrics: (* The hierarchy of metrics:
dist n → type_dist2 n → dist_later n → type_dist2_later. *) dist n → type_dist2 n → dist_later n → type_dist2_later n. *)
Lemma type_dist_dist2 n ty1 ty2 : dist n ty1 ty2 type_dist2 n ty1 ty2. Lemma type_dist_dist2 n ty1 ty2 : dist n ty1 ty2 type_dist2 n ty1 ty2.
Proof. intros EQ. split; intros; try apply dist_dist_later; apply EQ. Qed. Proof. intros EQ. split; intros; try apply dist_dist_later; apply EQ. Qed.
Lemma type_dist2_dist_later n ty1 ty2 : type_dist2 n ty1 ty2 dist_later n ty1 ty2. Lemma type_dist2_dist_later n ty1 ty2 : type_dist2 n ty1 ty2 dist_later n ty1 ty2.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment