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