Add lemma `StronglySorted_app_iff`
Compare changes
Files
2+ 27
− 15
@@ -2,6 +2,7 @@
@@ -48,25 +49,36 @@ Inductive TlRel {A} (R : relation A) (a : A) : list A → Prop :=
This merge request adds the lemma StronglySorted_app_iff
(and the corollary StronglySorted_app
), and rewrites the existing *_app
lemmas as a corollary of StronglySorted_app_iff
.