Skip to content
Snippets Groups Projects

Show that the solution of the COFE solver is inhabited.

Merged Robbert Krebbers requested to merge robbert/cofe_solver_inhabited into master

Following the discussion here: https://mattermost.mpi-sws.org/iris/pl/y8igjzdnj7fzmbpbci4a4hb1ka

Note that we do not get this for free. Take F X := ▶ X, then a possible solution is Empty_set:

Lemma foo : ofe_iso Empty_set (later Empty_set).
Proof.
  assert (NonExpansive (@later_car Empty_set)) by (intros ? [[]]).
  refine (OfeIso (OfeMor Next) (OfeMor later_car) _ _).
  - intros [[]].
  - intros [].
Qed.
Edited by Robbert Krebbers

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading