Documentation

Minimal.Reduction.Parallel.Substitution

def substitution_lemma (i : Nat) {t t' u u' : Term} (tt' : t t') (uu' : u u') (min_free_locs_u' : le_nat_option_nat i (min_free_loc 0 u')) :

Substitution Lemma [KS22, Lemma 3.5]

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def substitution_lemma_Lst (i : Nat) {lst : List Attr} {l l' : Bindings lst} (premise : Premise l l') {u u' : Term} (uu' : u u') (min_free_locs_u : le_nat_option_nat i (min_free_loc 0 u')) :
    Equations
    Instances For