Skip to content
Snippets Groups Projects
Commit 6ed0574d authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'ralf/csum_valid' into 'master'

add Cinl_valid, Cinr_valid

See merge request iris/iris!621
parents 086b3519 3de1a0e8
No related branches found
No related tags found
No related merge requests found
...@@ -178,6 +178,11 @@ Proof. done. Qed. ...@@ -178,6 +178,11 @@ Proof. done. Qed.
Lemma Cinr_op b b' : Cinr (b b') = Cinr b Cinr b'. Lemma Cinr_op b b' : Cinr (b b') = Cinr b Cinr b'.
Proof. done. Qed. Proof. done. Qed.
Lemma Cinl_valid a : (Cinl a) a.
Proof. done. Qed.
Lemma Cinr_valid b : (Cinr b) b.
Proof. done. Qed.
Lemma csum_included x y : Lemma csum_included x y :
x y y = CsumBot ( a a', x = Cinl a y = Cinl a' a a') x y y = CsumBot ( a a', x = Cinl a y = Cinl a' a a')
( b b', x = Cinr b y = Cinr b' b b'). ( b b', x = Cinr b y = Cinr b' b b').
......
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