X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Fnstream.ma;h=8d7dacc4ed7632a7270f33473076f238b6c20601;hb=ad3d1cac216cf3882e4adf691b27c00838c6b9b1;hp=aaa1ba9b6551f67099861a199fdf067f9169e558;hpb=b9526dac808d40bf89dc378cf9c5ea0c121526a4;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream.ma b/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream.ma index aaa1ba9b6..8d7dacc4e 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream.ma @@ -13,8 +13,7 @@ (**************************************************************************) include "ground_2/notation/functions/lift_1.ma". -include "ground_2/lib/arith.ma". -include "ground_2/lib/streams.ma". +include "ground_2/lib/streams_tls.ma". (* RELOCATION N-STREAM ******************************************************) @@ -88,3 +87,11 @@ lemma iota_push: ∀R,a,b,f. a f = case_type0 R a b (↑f). lemma iota_next: ∀R,a,b,f. b f = case_type0 R a b (⫯f). #R #a #b * // qed. + +(* Specific properties ******************************************************) + +lemma tl_push: ∀f. f = ↓↑f. +// qed. + +lemma tl_next: ∀f. ↓f = ↓⫯f. +* // qed.