X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsyntax%2Fbdd_term.ma;h=d9f371823579474ec24bba792624aceb4388e81c;hb=cc178d85bc4fec05b6a9dd176f338b3275beb3d9;hp=1f8dfd1b5187339e38c655d3206d5ec85f10f371;hpb=5489d0b66ed7bff17b9dedb89708f57f1d542adc;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/syntax/bdd_term.ma b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/bdd_term.ma index 1f8dfd1b5..d9f371823 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/syntax/bdd_term.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/syntax/bdd_term.ma @@ -24,10 +24,10 @@ include "delayed_updating/notation/functions/class_d_phi_0.ma". (* BY-DEPTH DELAYED (BDD) TERM **********************************************) inductive bdd: 𝒫❨preterm❩ ≝ -| bdd_oref: ∀n. bdd #n -| bdd_iref: ∀t,n. bdd t → bdd 𝛗n.t -| bdd_abst: ∀t. bdd t → bdd 𝛌.t -| bdd_appl: ∀u,t. bdd u → bdd t → bdd @u.t +| bdd_oref: ∀n. bdd (#n) +| bdd_iref: ∀t,n. bdd t → bdd (𝛗n.t) +| bdd_abst: ∀t. bdd t → bdd (𝛌.t) +| bdd_appl: ∀u,t. bdd u → bdd t → bdd (@u.t) | bdd_conv: ∀t1,t2. t1 ⇔ t2 → bdd t1 → bdd t2 .