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