src/HOL/Nominal/nominal_permeq.ML
changeset 22808 a7daa74e2980
parent 22656 13302b2d0948
child 24519 5c435b2ea137
equal deleted inserted replaced
22807:715d01b34abb 22808:a7daa74e2980
    53 val finite_Un     = thm "finite_Un";
    53 val finite_Un     = thm "finite_Un";
    54 val conj_absorb   = thm "conj_absorb";
    54 val conj_absorb   = thm "conj_absorb";
    55 val not_false     = thm "not_False_eq_True"
    55 val not_false     = thm "not_False_eq_True"
    56 val perm_fun_def  = thm "Nominal.perm_fun_def"
    56 val perm_fun_def  = thm "Nominal.perm_fun_def"
    57 val perm_eq_app   = thm "Nominal.pt_fun_app_eq"
    57 val perm_eq_app   = thm "Nominal.pt_fun_app_eq"
    58 val supports_def  = thm "Nominal.op supports_def";
    58 val supports_def  = thm "Nominal.supports_def";
    59 val fresh_def     = thm "Nominal.fresh_def";
    59 val fresh_def     = thm "Nominal.fresh_def";
    60 val fresh_prod    = thm "Nominal.fresh_prod";
    60 val fresh_prod    = thm "Nominal.fresh_prod";
    61 val fresh_unit    = thm "Nominal.fresh_unit";
    61 val fresh_unit    = thm "Nominal.fresh_unit";
    62 val supports_rule = thm "supports_finite";
    62 val supports_rule = thm "supports_finite";
    63 val supp_prod     = thm "supp_prod";
    63 val supp_prod     = thm "supp_prod";