Closed alxest closed 3 years ago
I found the following lemma useful during the proof. Maybe we can add it to the library?
Lemma gpaco4_paco4 clo r rg : paco4 gf r <4= gpaco4 gf clo r rg . Proof. intros. econstructor. econstructor. left. eapply paco4_mon; eauto. unfold Basics.compose. eapply paco4_mon_gen; eauto. intros. eapply gf_mon; eauto. intros. econstructor. eauto. Qed.
gpaco[N]_final is more strong.
gpaco[N]_final
I found the following lemma useful during the proof. Maybe we can add it to the library?