X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Fsteps%2Frtc.ma;h=482a6da39ed2684266e34d1f3f16fecc878e0bd6;hb=f308429a0fde273605a2330efc63268b4ac36c99;hp=87c091b19f8a8eaae60fac4542bbff5822cae57c;hpb=138e01310a2334cd531819122c794d72d14c6e8c;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground_2/steps/rtc.ma b/matita/matita/contribs/lambdadelta/ground_2/steps/rtc.ma index 87c091b19..482a6da39 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/steps/rtc.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/steps/rtc.ma @@ -12,10 +12,10 @@ (* *) (**************************************************************************) -include "ground_2/notation/constructors/tuple_4.ma". -include "ground_2/notation/constructors/zerozero_0.ma". -include "ground_2/notation/constructors/zeroone_0.ma". -include "ground_2/notation/constructors/onezero_0.ma". +include "ground_2/notation/functions/tuple_4.ma". +include "ground_2/notation/functions/zerozero_0.ma". +include "ground_2/notation/functions/zeroone_0.ma". +include "ground_2/notation/functions/onezero_0.ma". include "ground_2/lib/arith.ma". (* RT-TRANSITION COUNTER ****************************************************) @@ -43,7 +43,7 @@ definition eq_f: relation rtc ≝ λc1,c2. ⊤. inductive eq_t: relation rtc ≝ | eq_t_intro: ∀ri1,ri2,rs1,rs2,ti,ts. - eq_t (〈ri1, rs1, ti, ts〉) (〈ri2, rs2, ti, ts〉) + eq_t (〈ri1,rs1,ti,ts〉) (〈ri2,rs2,ti,ts〉) . (* Basic properties *********************************************************)