doc-src/ERRATA.txt
author lcp
Wed, 27 Jul 1994 19:04:21 +0200
changeset 491 1a7717eca145
parent 479 db5a95f2952e
child 507 a00301e9e64b
permissions -rw-r--r--
logics update
     1 ERRATA in Springer book
     2 
     3 Thanks to Sara Kalvala, Tobias Nipkow
     4 
     5 * = corrected by sending new pages
     6 
     7 *page 50: In section heading, Mixfix should be mixfix
     8 
     9 page 52: the declaration  "types bool,nat"  is illegal    
    10 
    11 *page 217 and 251: fst and snd should be fst_conv and snd_conv.
    12 *Also affects index: pages 310 and 317!
    13 
    14 pages 222, 223: The braces need escaping in
    15 \tdx{qconverse_def}   qconverse(r) == {z. w:r, EX x y. w=<x;y> & z=<y;x>}
    16 \tdx{QSigma_def}      QSigma(A,B)  == UN x:A. UN y:B(x). {<x;y>}
    17 \tdx{lfp_def}        lfp(D,h) == Inter({X: Pow(D). h(X) <= X})
    18 \tdx{gfp_def}        gfp(D,h) == Union({X: Pow(D). X <= h(X)})
    19 
    20 *page 224: type of id, namely $\To i$, should be $i \To i$ 
    21 
    22 Intro/advanced.tex:val add_ss = FOL_ss addrews [add_0, add_Suc]
    23 should be addsimps
    24 
    25 Ref/tactic: documented subgoals_tac
    26 
    27 Ref/theories: added init_thy_reader and removed extend_theory.
    28 
    29 Ref/defining: type constraints ("::") now have a very low priority of 4.
    30               As in ML, they must be enclosed in paretheses most of the time.
    31 
    32 Ref/syntax (page 145?): there is a repeated "the" in "before the the .thy file"
    33 
    34 Logics/ZF: renamed mem_anti_sym and mem_anti_refl to mem_asym and mem_irrefl
    35 renamed union_iff to Union_iff
    36 renamed power_set to Pow_iff
    37 DiffD2: now is really a destruction rule