Add lemma `StronglySorted_app_iff`
Compare changes
Files
2+ 36
− 13
@@ -48,25 +48,48 @@ 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
.