summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2012-02-09 15:33:38 +0100
committerHelmut Grohne <helmut@subdivi.de>2012-02-09 15:33:38 +0100
commitab5bd5693f85750462418566e0310cb42a6cf6b0 (patch)
treedbdda7e0094b2741209a488f4f68173e8ca2d3f0
parentaf1cc6bc8685515ffbf269e420449219a105301c (diff)
downloadbidiragda-ab5bd5693f85750462418566e0310cb42a6cf6b0.tar.gz
formulate theorem-2
-rw-r--r--Bidir.agda3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bidir.agda b/Bidir.agda
index 332cc55..23381d0 100644
--- a/Bidir.agda
+++ b/Bidir.agda
@@ -151,3 +151,6 @@ theorem-1 get eq s = begin
just (map (denumerate s) (enumerate s))
≡⟨ cong just (lemma-map-denumerate-enumerate s) ⟩
just s ∎
+
+theorem-2 : (get : {α : Set} → List α → List α) → {τ : Set} → (eq : EqInst τ) → (v s u : List τ) → bff get eq s v ≡ just u → get u ≡ v
+theorem-2 get eq v s u p = {!!}