src/HOL/Complex/CStar.ML
changeset 14370 b0064703967b
parent 13957 10dbf16be15f
child 14377 f454b3004f8f
equal deleted inserted replaced
14369:c50188fe6366 14370:b0064703967b
    93 by (auto_tac (claset(),simpset() addsimps [STARC_Compl]));
    93 by (auto_tac (claset(),simpset() addsimps [STARC_Compl]));
    94 qed "STARC_mem_Compl";
    94 qed "STARC_mem_Compl";
    95 
    95 
    96 Goal "*sc* (A - B) = *sc* A - *sc* B";
    96 Goal "*sc* (A - B) = *sc* A - *sc* B";
    97 by (auto_tac (claset(),simpset() addsimps 
    97 by (auto_tac (claset(),simpset() addsimps 
    98          [set_diff_iff2,STARC_Int,STARC_Compl]));
    98          [Diff_eq,STARC_Int,STARC_Compl]));
    99 qed "STARC_diff";
    99 qed "STARC_diff";
   100 
   100 
   101 Goalw [starsetC_n_def] 
   101 Goalw [starsetC_n_def] 
   102       "*scn* (%n. (A n) - (B n)) = *scn* A - *scn* B";
   102       "*scn* (%n. (A n) - (B n)) = *scn* A - *scn* B";
   103 by (Auto_tac);
   103 by (Auto_tac);