src/HOL/Codatatype/Tools/bnf_comp_tactics.ML
changeset 49488 02eb07152998
parent 49463 83ac281bcdc2
child 49490 394870e51d18
equal deleted inserted replaced
49487:7e7ac4956117 49488:02eb07152998
    54 val csum_Cnotzero2 = @{thm csum_Cnotzero2};
    54 val csum_Cnotzero2 = @{thm csum_Cnotzero2};
    55 val ctwo_Cnotzero = @{thm ctwo_Cnotzero};
    55 val ctwo_Cnotzero = @{thm ctwo_Cnotzero};
    56 val o_eq_dest_lhs = @{thm o_eq_dest_lhs};
    56 val o_eq_dest_lhs = @{thm o_eq_dest_lhs};
    57 val ordIso_transitive = @{thm ordIso_transitive};
    57 val ordIso_transitive = @{thm ordIso_transitive};
    58 val ordLeq_csum2 = @{thm ordLeq_csum2};
    58 val ordLeq_csum2 = @{thm ordLeq_csum2};
    59 val set_mp = @{thm set_mp};
       
    60 val subset_UNIV = @{thm subset_UNIV};
    59 val subset_UNIV = @{thm subset_UNIV};
    61 val trans_image_cong_o_apply = @{thm trans[OF image_cong[OF o_apply refl]]};
    60 val trans_image_cong_o_apply = @{thm trans[OF image_cong[OF o_apply refl]]};
    62 val trans_o_apply = @{thm trans[OF o_apply]};
    61 val trans_o_apply = @{thm trans[OF o_apply]};
    63 
    62 
    64 
    63