Skip to content
Snippets Groups Projects
Commit 00b874ce authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

ofe_funC_ofe_discrete and ofe_funR_cmra_discrete.

parent 43416360
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@ Section ofe.
Implicit Types x : A.
Implicit Types f g : ofe_fun B.
Global Instance ofe_funC_ofe_discrete :
( i, OfeDiscrete (B i)) OfeDiscrete (ofe_funC B).
Proof. intros HB f f' Heq i. apply HB, Heq. Qed.
(** Properties of ofe_fun_insert. *)
Global Instance ofe_fun_insert_ne x :
NonExpansive2 (ofe_fun_insert (B:=B) x).
......@@ -52,6 +56,10 @@ Section cmra.
Implicit Types x : A.
Implicit Types f g : ofe_fun B.
Global Instance ofe_funR_cmra_discrete:
( i, CmraDiscrete (B i)) CmraDiscrete (ofe_funR B).
Proof. intros HB. split; [apply _|]. intros x Hv i. apply HB, Hv. Qed.
Global Instance ofe_fun_singleton_ne x :
NonExpansive (ofe_fun_singleton x : B x _).
Proof. intros n y1 y2 ?; apply ofe_fun_insert_ne. done. by apply equiv_dist. Qed.
......
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