src/HOLCF/Cprod3.ML
changeset 1779 1155c06fa956
parent 1461 6bcb44e4d6e5
child 2033 639de962ded4
equal deleted inserted replaced
1778:6c942cf3bf68 1779:1155c06fa956
   281         (rtac cont_fst 1),
   281         (rtac cont_fst 1),
   282         (rtac lub_cprod 1),
   282         (rtac lub_cprod 1),
   283         (atac 1)
   283         (atac 1)
   284         ]);
   284         ]);
   285 
   285 
   286 val thelub_cprod2 = (lub_cprod2 RS thelubI);
   286 bind_thm ("thelub_cprod2", lub_cprod2 RS thelubI);
   287 (*
   287 (*
   288 is_chain ?S1 ==>
   288 is_chain ?S1 ==>
   289  lub (range ?S1) =
   289  lub (range ?S1) =
   290  <lub (range (%i. cfst`(?S1 i))), lub (range (%i. csnd`(?S1 i)))>" 
   290  <lub (range (%i. cfst`(?S1 i))), lub (range (%i. csnd`(?S1 i)))>" 
   291 *)
   291 *)