]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/etc/relocation/tr.etc
ba3287eb6d5193fc1b579433f54d58854fde1f61
[helm.git] / matita / matita / contribs / lambdadelta / ground / etc / relocation / tr.etc
1 lemma pippo (f):
2       f@āØšŸā©āØ®ā‡‚f = f.
3 * #p #f //
4 qed.
5
6 corec lemma tr_compose_id_dx (f):
7             f ā‰— fāˆ˜š¢.
8 cases tr_id_unfold
9 cases tr_compose_unfold
10 cases (pippo f) in āŠ¢ (??%?);
11 @stream_eq_cons /2 width=1 by/
12 qed.
13
14 axiom pippo2 (f) (p):
15       f@āØpā© + (ā‡‚*[ninj p]f)@āØšŸā© = f@āØā†‘pā©.
16
17 lemma tr_uni_tl (n):
18       (š¢) = ā‡‚š®āØnā©.
19 // qed.
20
21 axiom tr_uni_tls_pos (p:pnat) (n):
22       (š¢) = ā‡‚*[p]š®āØnā©.
23 (*
24 #p #n
25 >nsucc_pnpred <stream_tls_swap
26 <tr_uni_tl <tr_id_tls
27 // qed.
28 *)
29