X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Fsteps%2Frtc_ist.ma;h=3f6f70dae955840cadc0f8ce51956703cf83656a;hp=4b4c8ac8fcf4d8812f2e38a6b9bb899ca4e08cc6;hb=bd53c4e895203eb049e75434f638f26b5a161a2b;hpb=3b7b8afcb429a60d716d5226a5b6ab0d003228b1 diff --git a/matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist.ma b/matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist.ma index 4b4c8ac8f..3f6f70dae 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/steps/rtc_ist.ma @@ -25,32 +25,32 @@ interpretation "test for t-transition counter (rtc)" (* Basic properties *********************************************************) -lemma isr_00: 𝐓⦃0,𝟘𝟘⦄. +lemma isr_00: 𝐓❪0,𝟘𝟘❫. // qed. -lemma ist_01: 𝐓⦃1,𝟘𝟙⦄. +lemma ist_01: 𝐓❪1,𝟘𝟙❫. // qed. (* Basic inversion properties ***********************************************) -lemma ist_inv_00: ∀n. 𝐓⦃n,𝟘𝟘⦄ → 0 = n. +lemma ist_inv_00: ∀n. 𝐓❪n,𝟘𝟘❫ → 0 = n. #n #H destruct // qed-. -lemma ist_inv_01: ∀n. 𝐓⦃n,𝟘𝟙⦄ → 1 = n. +lemma ist_inv_01: ∀n. 𝐓❪n,𝟘𝟙❫ → 1 = n. #n #H destruct // qed-. -lemma ist_inv_10: ∀n. 𝐓⦃n,𝟙𝟘⦄ → ⊥. +lemma ist_inv_10: ∀n. 𝐓❪n,𝟙𝟘❫ → ⊥. #h #H destruct qed-. (* Main inversion properties ************************************************) -theorem ist_inj: ∀n1,n2,c. 𝐓⦃n1,c⦄ → 𝐓⦃n2,c⦄ → n1 = n2. +theorem ist_inj: ∀n1,n2,c. 𝐓❪n1,c❫ → 𝐓❪n2,c❫ → n1 = n2. #n1 #n2 #c #H1 #H2 destruct // qed-. -theorem ist_mono: ∀n,c1,c2. 𝐓⦃n,c1⦄ → 𝐓⦃n,c2⦄ → c1 = c2. +theorem ist_mono: ∀n,c1,c2. 𝐓❪n,c1❫ → 𝐓❪n,c2❫ → c1 = c2. #n #c1 #c2 #H1 #H2 destruct // qed-.