src/HOL/Tools/BNF/bnf_def.ML
author blanchet
Thu, 24 Jul 2014 00:24:00 +0200
changeset 57631 959caab43a3d
parent 57567 d554b0097ad4
child 57632 231e90cf2892
permissions -rw-r--r--
use the noted theorem whenever possible, also in 'BNF_Def'
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55061
a0adf838e2d1 adjusted comments
blanchet
parents: 55060
diff changeset
     1
(*  Title:      HOL/Tools/BNF/bnf_def.ML
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     2
    Author:     Dmitriy Traytel, TU Muenchen
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     3
    Author:     Jasmin Blanchette, TU Muenchen
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     4
    Copyright   2012
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     5
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     6
Definition of bounded natural functors.
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     7
*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     8
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
     9
signature BNF_DEF =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    10
sig
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    11
  type bnf
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    12
  type nonemptiness_witness = {I: int list, wit: term, prop: thm list}
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    13
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    14
  val morph_bnf: morphism -> bnf -> bnf
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
    15
  val morph_bnf_defs: morphism -> bnf -> bnf
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    16
  val bnf_of: Proof.context -> string -> bnf option
56346
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
    17
  val bnf_interpretation: (bnf -> theory -> theory) -> theory -> theory
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
    18
  val register_bnf: string -> bnf -> local_theory -> local_theory
49434
433dc7e028c8 separated registration of BNFs from bnf_def (BNFs are now stored only for bnf_def and (co)data commands)
traytel
parents: 49430
diff changeset
    19
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    20
  val name_of_bnf: bnf -> binding
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    21
  val T_of_bnf: bnf -> typ
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    22
  val live_of_bnf: bnf -> int
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    23
  val lives_of_bnf: bnf -> typ list
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    24
  val dead_of_bnf: bnf -> int
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    25
  val deads_of_bnf: bnf -> typ list
56346
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
    26
  val bd_of_bnf: bnf -> term
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    27
  val nwits_of_bnf: bnf -> int
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    28
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    29
  val mapN: string
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
    30
  val relN: string
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    31
  val setN: string
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    32
  val mk_setN: int -> string
55025
1ac0a0194428 support declaration of nonemptiness witnesses in bnf_decl
traytel
parents: 54921
diff changeset
    33
  val mk_witN: int -> string
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    34
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    35
  val map_of_bnf: bnf -> term
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    36
  val sets_of_bnf: bnf -> term list
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    37
  val rel_of_bnf: bnf -> term
49214
2a3cb4c71b87 construct the right iterator theorem in the recursive case
blanchet
parents: 49123
diff changeset
    38
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    39
  val mk_T_of_bnf: typ list -> typ list -> bnf -> typ
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    40
  val mk_bd_of_bnf: typ list -> typ list -> bnf -> term
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    41
  val mk_map_of_bnf: typ list -> typ list -> typ list -> bnf -> term
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    42
  val mk_rel_of_bnf: typ list -> typ list -> typ list -> bnf -> term
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    43
  val mk_sets_of_bnf: typ list list -> typ list list -> bnf -> term list
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    44
  val mk_wits_of_bnf: typ list list -> typ list list -> bnf -> (int list * term) list
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    45
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    46
  val bd_Card_order_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    47
  val bd_Cinfinite_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    48
  val bd_Cnotzero_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    49
  val bd_card_order_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    50
  val bd_cinfinite_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    51
  val collect_set_map_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    52
  val in_bd_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    53
  val in_cong_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    54
  val in_mono_of_bnf: bnf -> thm
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    55
  val in_rel_of_bnf: bnf -> thm
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
    56
  val inj_map_of_bnf: bnf -> thm
53287
271b34513bfb renamed BNF axiom
blanchet
parents: 53285
diff changeset
    57
  val map_comp0_of_bnf: bnf -> thm
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
    58
  val map_comp_of_bnf: bnf -> thm
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    59
  val map_cong0_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    60
  val map_cong_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    61
  val map_def_of_bnf: bnf -> thm
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
    62
  val map_id0_of_bnf: bnf -> thm
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
    63
  val map_id_of_bnf: bnf -> thm
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
    64
  val map_ident0_of_bnf: bnf -> thm
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
    65
  val map_ident_of_bnf: bnf -> thm
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
    66
  val map_transfer_of_bnf: bnf -> thm
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
    67
  val le_rel_OO_of_bnf: bnf -> thm
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    68
  val rel_def_of_bnf: bnf -> thm
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    69
  val rel_Grp_of_bnf: bnf -> thm
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    70
  val rel_OO_of_bnf: bnf -> thm
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    71
  val rel_OO_Grp_of_bnf: bnf -> thm
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    72
  val rel_cong_of_bnf: bnf -> thm
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    73
  val rel_conversep_of_bnf: bnf -> thm
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
    74
  val rel_mono_of_bnf: bnf -> thm
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
    75
  val rel_mono_strong_of_bnf: bnf -> thm
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    76
  val rel_eq_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    77
  val rel_flip_of_bnf: bnf -> thm
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    78
  val set_bd_of_bnf: bnf -> thm list
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    79
  val set_defs_of_bnf: bnf -> thm list
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
    80
  val set_map0_of_bnf: bnf -> thm list
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
    81
  val set_map_of_bnf: bnf -> thm list
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    82
  val wit_thms_of_bnf: bnf -> thm list
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    83
  val wit_thmss_of_bnf: bnf -> thm list list
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    84
54236
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
    85
  val mk_map: int -> typ list -> typ list -> term -> term
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
    86
  val mk_rel: int -> typ list -> typ list -> term -> term
57303
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
    87
  val build_map: Proof.context -> typ list -> (typ * typ -> term) -> typ * typ -> term
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
    88
  val build_rel: Proof.context -> typ list -> (typ * typ -> term) -> typ * typ -> term
54246
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
    89
  val flatten_type_args_of_bnf: bnf -> 'a -> 'a list -> 'a list
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
    90
  val map_flattened_map_args: Proof.context -> string -> (term list -> 'a list) -> term list ->
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
    91
    'a list
54236
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
    92
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    93
  val mk_witness: int list * term -> thm list -> nonemptiness_witness
49103
3caaa80f53a4 generalized signature
traytel
parents: 49021
diff changeset
    94
  val minimize_wits: (''a list * 'b) list -> (''a list * 'b) list
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
    95
  val wits_of_bnf: bnf -> nonemptiness_witness list
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
    96
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
    97
  val zip_axioms: 'a -> 'a -> 'a -> 'a list -> 'a -> 'a -> 'a list -> 'a -> 'a -> 'a list
49456
fa8302c8dea1 adapted BNF composition to new relator approach
blanchet
parents: 49455
diff changeset
    98
55854
ee270328a781 make 'typedef' optional, depending on size of original type
blanchet
parents: 55480
diff changeset
    99
  datatype inline_policy = Dont_Inline | Hardly_Inline | Smart_Inline | Do_Inline
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
   100
  datatype fact_policy = Dont_Note | Note_Some | Note_All
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
   101
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   102
  val bnf_note_all: bool Config.T
53143
ba80154a1118 configuration option to control timing output for (co)datatypes
traytel
parents: 53126
diff changeset
   103
  val bnf_timing: bool Config.T
49435
483007ddbdc2 bnf_note_all mode for "pre_"-BNFs
traytel
parents: 49434
diff changeset
   104
  val user_policy: fact_policy -> Proof.context -> fact_policy
52720
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   105
  val note_bnf_thms: fact_policy -> (binding -> binding) -> binding -> bnf -> Proof.context ->
57631
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   106
    bnf * Proof.context
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   107
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   108
  val print_bnfs: Proof.context -> unit
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   109
  val prepare_def: inline_policy -> (Proof.context -> fact_policy) -> bool ->
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   110
    (binding -> binding) -> (Proof.context -> 'a -> typ) -> (Proof.context -> 'b -> term) ->
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   111
    typ list option -> binding -> binding -> binding list ->
54601
91a1e4aa7c80 command for axiomatic declaration of bnfs---allow theoreticians to fix an arbitrary type with functorial structure and work abstractly on it
traytel
parents: 54490
diff changeset
   112
    (((((binding * 'a) * 'b) * 'b list) * 'b) * 'b list) * 'b option -> Proof.context ->
91a1e4aa7c80 command for axiomatic declaration of bnfs---allow theoreticians to fix an arbitrary type with functorial structure and work abstractly on it
traytel
parents: 54490
diff changeset
   113
    string * term list *
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
   114
    ((Proof.context -> thm list -> tactic) option * term list list) *
54601
91a1e4aa7c80 command for axiomatic declaration of bnfs---allow theoreticians to fix an arbitrary type with functorial structure and work abstractly on it
traytel
parents: 54490
diff changeset
   115
    ((thm list -> thm list list) -> thm list list -> Proof.context -> bnf * local_theory) *
91a1e4aa7c80 command for axiomatic declaration of bnfs---allow theoreticians to fix an arbitrary type with functorial structure and work abstractly on it
traytel
parents: 54490
diff changeset
   116
    local_theory * thm list
91a1e4aa7c80 command for axiomatic declaration of bnfs---allow theoreticians to fix an arbitrary type with functorial structure and work abstractly on it
traytel
parents: 54490
diff changeset
   117
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   118
  val define_bnf_consts: inline_policy -> fact_policy -> bool -> typ list option ->
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   119
    binding -> binding -> binding list ->
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   120
    (((((binding * typ) * term) * term list) * term) * term list) * term option -> local_theory ->
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   121
      ((typ list * typ list * typ list * typ) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   122
       (term * term list * term * (int list * term) list * term) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   123
       (thm * thm list * thm * thm list * thm) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   124
       ((typ list -> typ list -> typ list -> term) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   125
        (typ list -> typ list -> term -> term) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   126
        (typ list -> typ list -> typ -> typ) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   127
        (typ list -> typ list -> typ list -> term) *
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   128
        (typ list -> typ list -> typ list -> term))) * local_theory
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   129
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   130
  val bnf_def: inline_policy -> (Proof.context -> fact_policy) -> bool -> (binding -> binding) ->
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
   131
    (Proof.context -> tactic) list ->
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
   132
    (Proof.context -> tactic) -> typ list option -> binding ->
51767
bbcdd8519253 honor user-specified name for relator + generalize syntax
blanchet
parents: 51766
diff changeset
   133
    binding -> binding list ->
54421
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
   134
    (((((binding * typ) * term) * term list) * term) * term list) * term option ->
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
   135
    local_theory -> bnf * local_theory
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   136
end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   137
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   138
structure BNF_Def : BNF_DEF =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   139
struct
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   140
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   141
open BNF_Util
49463
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   142
open BNF_Tactics
49284
5f39b7940b49 spin off "bnf_def_tactics.ML"
blanchet
parents: 49279
diff changeset
   143
open BNF_Def_Tactics
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   144
54624
36301c99ed26 revert making 'map_cong' a 'cong' -- it breaks too many proofs in the AFP
blanchet
parents: 54620
diff changeset
   145
val fundefcong_attrs = @{attributes [fundef_cong]};
51765
224b6eb2313a added "fundef_cong" attribute to "map_cong"
blanchet
parents: 51762
diff changeset
   146
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   147
type axioms = {
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
   148
  map_id0: thm,
53287
271b34513bfb renamed BNF axiom
blanchet
parents: 53285
diff changeset
   149
  map_comp0: thm,
51761
4c9f08836d87 renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents: 51758
diff changeset
   150
  map_cong0: thm,
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   151
  set_map0: thm list,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   152
  bd_card_order: thm,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   153
  bd_cinfinite: thm,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   154
  set_bd: thm list,
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   155
  le_rel_OO: thm,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   156
  rel_OO_Grp: thm
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   157
};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   158
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   159
fun mk_axioms' ((((((((id, comp), cong), map), c_o), cinf), set_bd), le_rel_OO), rel) =
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   160
  {map_id0 = id, map_comp0 = comp, map_cong0 = cong, set_map0 = map, bd_card_order = c_o,
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   161
   bd_cinfinite = cinf, set_bd = set_bd, le_rel_OO = le_rel_OO, rel_OO_Grp = rel};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   162
51930
52fd62618631 prefer explicitly qualified exceptions, which is particular important for robust handlers;
wenzelm
parents: 51917
diff changeset
   163
fun dest_cons [] = raise List.Empty
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   164
  | dest_cons (x :: xs) = (x, xs);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   165
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   166
fun mk_axioms n thms = thms
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   167
  |> map the_single
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   168
  |> dest_cons
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   169
  ||>> dest_cons
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   170
  ||>> dest_cons
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   171
  ||>> chop n
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   172
  ||>> dest_cons
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   173
  ||>> dest_cons
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   174
  ||>> chop n
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   175
  ||>> dest_cons
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   176
  ||> the_single
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   177
  |> mk_axioms';
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   178
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   179
fun zip_axioms mid mcomp mcong smap bdco bdinf sbd le_rel_OO rel =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   180
  [mid, mcomp, mcong] @ smap @ [bdco, bdinf] @ sbd @ [le_rel_OO, rel];
49460
4dd451a075ce fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents: 49459
diff changeset
   181
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   182
fun dest_axioms {map_id0, map_comp0, map_cong0, set_map0, bd_card_order, bd_cinfinite, set_bd,
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   183
  le_rel_OO, rel_OO_Grp} =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   184
  zip_axioms map_id0 map_comp0 map_cong0 set_map0 bd_card_order bd_cinfinite set_bd le_rel_OO
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   185
    rel_OO_Grp;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   186
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   187
fun map_axioms f {map_id0, map_comp0, map_cong0, set_map0, bd_card_order, bd_cinfinite, set_bd,
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   188
  le_rel_OO, rel_OO_Grp} =
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
   189
  {map_id0 = f map_id0,
53287
271b34513bfb renamed BNF axiom
blanchet
parents: 53285
diff changeset
   190
    map_comp0 = f map_comp0,
51761
4c9f08836d87 renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents: 51758
diff changeset
   191
    map_cong0 = f map_cong0,
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   192
    set_map0 = map f set_map0,
49463
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   193
    bd_card_order = f bd_card_order,
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   194
    bd_cinfinite = f bd_cinfinite,
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   195
    set_bd = map f set_bd,
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   196
    le_rel_OO = f le_rel_OO,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   197
    rel_OO_Grp = f rel_OO_Grp};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   198
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   199
val morph_axioms = map_axioms o Morphism.thm;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   200
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   201
type defs = {
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   202
  map_def: thm,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   203
  set_defs: thm list,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   204
  rel_def: thm
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   205
}
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   206
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   207
fun mk_defs map sets rel = {map_def = map, set_defs = sets, rel_def = rel};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   208
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   209
fun map_defs f {map_def, set_defs, rel_def} =
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   210
  {map_def = f map_def, set_defs = map f set_defs, rel_def = f rel_def};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   211
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   212
val morph_defs = map_defs o Morphism.thm;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   213
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   214
type facts = {
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   215
  bd_Card_order: thm,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   216
  bd_Cinfinite: thm,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   217
  bd_Cnotzero: thm,
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
   218
  collect_set_map: thm lazy,
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
   219
  in_bd: thm lazy,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   220
  in_cong: thm lazy,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   221
  in_mono: thm lazy,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   222
  in_rel: thm lazy,
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
   223
  inj_map: thm lazy,
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
   224
  map_comp: thm lazy,
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   225
  map_cong: thm lazy,
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
   226
  map_id: thm lazy,
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   227
  map_ident0: thm lazy,
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
   228
  map_ident: thm lazy,
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   229
  map_transfer: thm lazy,
49591
91b228e26348 generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents: 49585
diff changeset
   230
  rel_eq: thm lazy,
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   231
  rel_flip: thm lazy,
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
   232
  set_map: thm lazy list,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   233
  rel_cong: thm lazy,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   234
  rel_mono: thm lazy,
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   235
  rel_mono_strong: thm lazy,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   236
  rel_Grp: thm lazy,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   237
  rel_conversep: thm lazy,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   238
  rel_OO: thm lazy
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   239
};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   240
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
   241
fun mk_facts bd_Card_order bd_Cinfinite bd_Cnotzero collect_set_map in_bd in_cong in_mono in_rel
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   242
    inj_map map_comp map_cong map_id map_ident0 map_ident map_transfer rel_eq rel_flip set_map
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   243
    rel_cong rel_mono rel_mono_strong rel_Grp rel_conversep rel_OO = {
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   244
  bd_Card_order = bd_Card_order,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   245
  bd_Cinfinite = bd_Cinfinite,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   246
  bd_Cnotzero = bd_Cnotzero,
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
   247
  collect_set_map = collect_set_map,
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
   248
  in_bd = in_bd,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   249
  in_cong = in_cong,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   250
  in_mono = in_mono,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   251
  in_rel = in_rel,
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
   252
  inj_map = inj_map,
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
   253
  map_comp = map_comp,
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   254
  map_cong = map_cong,
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
   255
  map_id = map_id,
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   256
  map_ident0 = map_ident0,
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
   257
  map_ident = map_ident,
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   258
  map_transfer = map_transfer,
49591
91b228e26348 generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents: 49585
diff changeset
   259
  rel_eq = rel_eq,
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   260
  rel_flip = rel_flip,
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
   261
  set_map = set_map,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   262
  rel_cong = rel_cong,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   263
  rel_mono = rel_mono,
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   264
  rel_mono_strong = rel_mono_strong,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   265
  rel_Grp = rel_Grp,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   266
  rel_conversep = rel_conversep,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   267
  rel_OO = rel_OO};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   268
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   269
fun map_facts f {
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   270
  bd_Card_order,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   271
  bd_Cinfinite,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   272
  bd_Cnotzero,
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
   273
  collect_set_map,
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
   274
  in_bd,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   275
  in_cong,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   276
  in_mono,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   277
  in_rel,
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
   278
  inj_map,
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
   279
  map_comp,
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   280
  map_cong,
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
   281
  map_id,
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   282
  map_ident0,
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
   283
  map_ident,
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   284
  map_transfer,
49591
91b228e26348 generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents: 49585
diff changeset
   285
  rel_eq,
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   286
  rel_flip,
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
   287
  set_map,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   288
  rel_cong,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   289
  rel_mono,
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   290
  rel_mono_strong,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   291
  rel_Grp,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   292
  rel_conversep,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   293
  rel_OO} =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   294
  {bd_Card_order = f bd_Card_order,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   295
    bd_Cinfinite = f bd_Cinfinite,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   296
    bd_Cnotzero = f bd_Cnotzero,
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
   297
    collect_set_map = Lazy.map f collect_set_map,
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
   298
    in_bd = Lazy.map f in_bd,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   299
    in_cong = Lazy.map f in_cong,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   300
    in_mono = Lazy.map f in_mono,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   301
    in_rel = Lazy.map f in_rel,
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
   302
    inj_map = Lazy.map f inj_map,
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
   303
    map_comp = Lazy.map f map_comp,
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   304
    map_cong = Lazy.map f map_cong,
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
   305
    map_id = Lazy.map f map_id,
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   306
    map_ident0 = Lazy.map f map_ident0,
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
   307
    map_ident = Lazy.map f map_ident,
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   308
    map_transfer = Lazy.map f map_transfer,
49591
91b228e26348 generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents: 49585
diff changeset
   309
    rel_eq = Lazy.map f rel_eq,
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   310
    rel_flip = Lazy.map f rel_flip,
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
   311
    set_map = map (Lazy.map f) set_map,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   312
    rel_cong = Lazy.map f rel_cong,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   313
    rel_mono = Lazy.map f rel_mono,
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   314
    rel_mono_strong = Lazy.map f rel_mono_strong,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   315
    rel_Grp = Lazy.map f rel_Grp,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   316
    rel_conversep = Lazy.map f rel_conversep,
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   317
    rel_OO = Lazy.map f rel_OO};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   318
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   319
val morph_facts = map_facts o Morphism.thm;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   320
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   321
type nonemptiness_witness = {
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   322
  I: int list,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   323
  wit: term,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   324
  prop: thm list
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   325
};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   326
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   327
fun mk_witness (I, wit) prop = {I = I, wit = wit, prop = prop};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   328
fun map_witness f g {I, wit, prop} = {I = I, wit = f wit, prop = map g prop};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   329
fun morph_witness phi = map_witness (Morphism.term phi) (Morphism.thm phi);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   330
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
   331
datatype bnf = BNF of {
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   332
  name: binding,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   333
  T: typ,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   334
  live: int,
53261
3c26a7042d8e removed outdated comments
panny
parents: 53143
diff changeset
   335
  lives: typ list, (*source type variables of map*)
3c26a7042d8e removed outdated comments
panny
parents: 53143
diff changeset
   336
  lives': typ list, (*target type variables of map*)
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   337
  dead: int,
53261
3c26a7042d8e removed outdated comments
panny
parents: 53143
diff changeset
   338
  deads: typ list,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   339
  map: term,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   340
  sets: term list,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   341
  bd: term,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   342
  axioms: axioms,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   343
  defs: defs,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   344
  facts: facts,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   345
  nwits: int,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   346
  wits: nonemptiness_witness list,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   347
  rel: term
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   348
};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   349
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   350
(* getters *)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   351
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   352
fun rep_bnf (BNF bnf) = bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   353
val name_of_bnf = #name o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   354
val T_of_bnf = #T o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   355
fun mk_T_of_bnf Ds Ts bnf =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   356
  let val bnf_rep = rep_bnf bnf
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   357
  in Term.typ_subst_atomic ((#deads bnf_rep ~~ Ds) @ (#lives bnf_rep ~~ Ts)) (#T bnf_rep) end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   358
val live_of_bnf = #live o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   359
val lives_of_bnf = #lives o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   360
val dead_of_bnf = #dead o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   361
val deads_of_bnf = #deads o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   362
val axioms_of_bnf = #axioms o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   363
val facts_of_bnf = #facts o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   364
val nwits_of_bnf = #nwits o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   365
val wits_of_bnf = #wits o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   366
53031
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   367
fun flatten_type_args_of_bnf bnf dead_x xs =
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   368
  let
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   369
    val Type (_, Ts) = T_of_bnf bnf;
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   370
    val lives = lives_of_bnf bnf;
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   371
    val deads = deads_of_bnf bnf;
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   372
  in
55480
59cc4a8bc28a allow different functions to recurse on the same type, like in the old package
blanchet
parents: 55444
diff changeset
   373
    permute_like_unique (op =) (deads @ lives) Ts (replicate (length deads) dead_x @ xs)
53031
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   374
  end;
83cbe188855a moved useful library functions upstream
blanchet
parents: 52957
diff changeset
   375
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   376
(*terms*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   377
val map_of_bnf = #map o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   378
val sets_of_bnf = #sets o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   379
fun mk_map_of_bnf Ds Ts Us bnf =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   380
  let val bnf_rep = rep_bnf bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   381
  in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   382
    Term.subst_atomic_types
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   383
      ((#deads bnf_rep ~~ Ds) @ (#lives bnf_rep ~~ Ts) @ (#lives' bnf_rep ~~ Us)) (#map bnf_rep)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   384
  end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   385
fun mk_sets_of_bnf Dss Tss bnf =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   386
  let val bnf_rep = rep_bnf bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   387
  in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   388
    map2 (fn (Ds, Ts) => Term.subst_atomic_types
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   389
      ((#deads bnf_rep ~~ Ds) @ (#lives bnf_rep ~~ Ts))) (Dss ~~ Tss) (#sets bnf_rep)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   390
  end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   391
val bd_of_bnf = #bd o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   392
fun mk_bd_of_bnf Ds Ts bnf =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   393
  let val bnf_rep = rep_bnf bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   394
  in Term.subst_atomic_types ((#deads bnf_rep ~~ Ds) @ (#lives bnf_rep ~~ Ts)) (#bd bnf_rep) end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   395
fun mk_wits_of_bnf Dss Tss bnf =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   396
  let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   397
    val bnf_rep = rep_bnf bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   398
    val wits = map (fn x => (#I x, #wit x)) (#wits bnf_rep);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   399
  in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   400
    map2 (fn (Ds, Ts) => apsnd (Term.subst_atomic_types
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   401
      ((#deads bnf_rep ~~ Ds) @ (#lives bnf_rep ~~ Ts)))) (Dss ~~ Tss) wits
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   402
  end;
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   403
val rel_of_bnf = #rel o rep_bnf;
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   404
fun mk_rel_of_bnf Ds Ts Us bnf =
49462
blanchet
parents: 49461
diff changeset
   405
  let val bnf_rep = rep_bnf bnf;
blanchet
parents: 49461
diff changeset
   406
  in
blanchet
parents: 49461
diff changeset
   407
    Term.subst_atomic_types
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   408
      ((#deads bnf_rep ~~ Ds) @ (#lives bnf_rep ~~ Ts) @ (#lives' bnf_rep ~~ Us)) (#rel bnf_rep)
49462
blanchet
parents: 49461
diff changeset
   409
  end;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   410
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   411
(*thms*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   412
val bd_card_order_of_bnf = #bd_card_order o #axioms o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   413
val bd_cinfinite_of_bnf = #bd_cinfinite o #axioms o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   414
val bd_Card_order_of_bnf = #bd_Card_order o #facts o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   415
val bd_Cinfinite_of_bnf = #bd_Cinfinite o #facts o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   416
val bd_Cnotzero_of_bnf = #bd_Cnotzero o #facts o rep_bnf;
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
   417
val collect_set_map_of_bnf = Lazy.force o #collect_set_map o #facts o rep_bnf;
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
   418
val in_bd_of_bnf = Lazy.force o #in_bd o #facts o rep_bnf;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   419
val in_cong_of_bnf = Lazy.force o #in_cong o #facts o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   420
val in_mono_of_bnf = Lazy.force o #in_mono o #facts o rep_bnf;
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   421
val in_rel_of_bnf = Lazy.force o #in_rel o #facts o rep_bnf;
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
   422
val inj_map_of_bnf = Lazy.force o #inj_map o #facts o rep_bnf;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   423
val map_def_of_bnf = #map_def o #defs o rep_bnf;
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
   424
val map_id0_of_bnf = #map_id0 o #axioms o rep_bnf;
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
   425
val map_id_of_bnf = Lazy.force o #map_id o #facts o rep_bnf;
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
   426
val map_ident0_of_bnf = Lazy.force o #map_ident0 o #facts o rep_bnf;
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
   427
val map_ident_of_bnf = Lazy.force o #map_ident o #facts o rep_bnf;
53287
271b34513bfb renamed BNF axiom
blanchet
parents: 53285
diff changeset
   428
val map_comp0_of_bnf = #map_comp0 o #axioms o rep_bnf;
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
   429
val map_comp_of_bnf = Lazy.force o #map_comp o #facts o rep_bnf;
51761
4c9f08836d87 renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents: 51758
diff changeset
   430
val map_cong0_of_bnf = #map_cong0 o #axioms o rep_bnf;
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   431
val map_cong_of_bnf = Lazy.force o #map_cong o #facts o rep_bnf;
52731
dacd47a0633f transfer rule for {c,d}tor_{,un}fold
traytel
parents: 52725
diff changeset
   432
val map_transfer_of_bnf = Lazy.force o #map_transfer o #facts o rep_bnf;
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   433
val le_rel_OO_of_bnf = #le_rel_OO o #axioms o rep_bnf;
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   434
val rel_def_of_bnf = #rel_def o #defs o rep_bnf;
49591
91b228e26348 generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents: 49585
diff changeset
   435
val rel_eq_of_bnf = Lazy.force o #rel_eq o #facts o rep_bnf;
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   436
val rel_flip_of_bnf = Lazy.force o #rel_flip o #facts o rep_bnf;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   437
val set_bd_of_bnf = #set_bd o #axioms o rep_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   438
val set_defs_of_bnf = #set_defs o #defs o rep_bnf;
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   439
val set_map0_of_bnf = #set_map0 o #axioms o rep_bnf;
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
   440
val set_map_of_bnf = map Lazy.force o #set_map o #facts o rep_bnf;
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   441
val rel_cong_of_bnf = Lazy.force o #rel_cong o #facts o rep_bnf;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   442
val rel_mono_of_bnf = Lazy.force o #rel_mono o #facts o rep_bnf;
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   443
val rel_mono_strong_of_bnf = Lazy.force o #rel_mono_strong o #facts o rep_bnf;
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   444
val rel_Grp_of_bnf = Lazy.force o #rel_Grp o #facts o rep_bnf;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   445
val rel_conversep_of_bnf = Lazy.force o #rel_conversep o #facts o rep_bnf;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   446
val rel_OO_of_bnf = Lazy.force o #rel_OO o #facts o rep_bnf;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   447
val rel_OO_Grp_of_bnf = #rel_OO_Grp o #axioms o rep_bnf;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   448
val wit_thms_of_bnf = maps #prop o wits_of_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   449
val wit_thmss_of_bnf = map #prop o wits_of_bnf;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   450
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   451
fun mk_bnf name T live lives lives' dead deads map sets bd axioms defs facts wits rel =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   452
  BNF {name = name, T = T,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   453
       live = live, lives = lives, lives' = lives', dead = dead, deads = deads,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   454
       map = map, sets = sets, bd = bd,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   455
       axioms = axioms, defs = defs, facts = facts,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   456
       nwits = length wits, wits = wits, rel = rel};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   457
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   458
fun map_bnf f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 f13 f14 f15 f16
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   459
  (BNF {name = name, T = T, live = live, lives = lives, lives' = lives',
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   460
  dead = dead, deads = deads, map = map, sets = sets, bd = bd,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   461
  axioms = axioms, defs = defs, facts = facts,
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   462
  nwits = nwits, wits = wits, rel = rel}) =
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   463
  BNF {name = f1 name, T = f2 T,
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   464
       live = f3 live, lives = f4 lives, lives' = f5 lives', dead = f6 dead, deads = f7 deads,
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   465
       map = f8 map, sets = f9 sets, bd = f10 bd,
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   466
       axioms = f11 axioms, defs = f12 defs, facts = f13 facts,
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   467
       nwits = f14 nwits, wits = f15 wits, rel = f16 rel};
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   468
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   469
fun morph_bnf phi =
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   470
  let
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   471
    val Tphi = Morphism.typ phi;
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   472
    val tphi = Morphism.term phi;
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   473
  in
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   474
    map_bnf (Morphism.binding phi) Tphi I (map Tphi) (map Tphi) I (map Tphi) tphi (map tphi) tphi
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   475
      (morph_axioms phi) (morph_defs phi) (morph_facts phi) I (map (morph_witness phi)) tphi
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   476
  end;
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   477
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   478
fun morph_bnf_defs phi = map_bnf I I I I I I I I I I I (morph_defs phi) I I I I;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   479
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   480
structure Data = Generic_Data
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   481
(
51837
087498724486 lowercase type constructor, for consistency (cf. fp_result not FP_result nor FP_Result)
blanchet
parents: 51836
diff changeset
   482
  type T = bnf Symtab.table;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   483
  val empty = Symtab.empty;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   484
  val extend = I;
55394
d5ebe055b599 more liberal merging of BNFs and constructor sugar
blanchet
parents: 55356
diff changeset
   485
  fun merge data : T = Symtab.merge (K true) data;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   486
);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   487
53126
f4d2c64c7aa8 transfer stored fp_sugar theorems into the "current" theory when retrieving an fp_sugar (avoids non-trivial merges)
traytel
parents: 53040
diff changeset
   488
fun bnf_of ctxt =
f4d2c64c7aa8 transfer stored fp_sugar theorems into the "current" theory when retrieving an fp_sugar (avoids non-trivial merges)
traytel
parents: 53040
diff changeset
   489
  Symtab.lookup (Data.get (Context.Proof ctxt))
54740
91f54d386680 maintain morphism names for diagnostic purposes;
wenzelm
parents: 54624
diff changeset
   490
  #> Option.map (morph_bnf (Morphism.transfer_morphism (Proof_Context.theory_of ctxt)));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   491
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   492
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   493
(* Utilities *)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   494
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   495
fun normalize_set insts instA set =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   496
  let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   497
    val (T, T') = dest_funT (fastype_of set);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   498
    val A = fst (Term.dest_TVar (HOLogic.dest_setT T'));
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   499
    val params = Term.add_tvar_namesT T [];
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   500
  in Term.subst_TVars ((A :: params) ~~ (instA :: insts)) set end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   501
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   502
fun normalize_rel ctxt instTs instA instB rel =
49462
blanchet
parents: 49461
diff changeset
   503
  let
blanchet
parents: 49461
diff changeset
   504
    val thy = Proof_Context.theory_of ctxt;
blanchet
parents: 49461
diff changeset
   505
    val tyenv =
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   506
      Sign.typ_match thy (fastype_of rel, Library.foldr (op -->) (instTs, mk_pred2T instA instB))
49463
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   507
        Vartab.empty;
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   508
  in Envir.subst_term (tyenv, Vartab.empty) rel end
49453
ff0e540d8758 add rel as first-class citizen of BNF
blanchet
parents: 49452
diff changeset
   509
  handle Type.TYPE_MATCH => error "Bad relator";
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   510
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   511
fun normalize_wit insts CA As wit =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   512
  let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   513
    fun strip_param (Ts, T as Type (@{type_name fun}, [T1, T2])) =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   514
        if Type.raw_instance (CA, T) then (Ts, T) else strip_param (T1 :: Ts, T2)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   515
      | strip_param x = x;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   516
    val (Ts, T) = strip_param ([], fastype_of wit);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   517
    val subst = Term.add_tvar_namesT T [] ~~ insts;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   518
    fun find y = find_index (fn x => x = y) As;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   519
  in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   520
    (map (find o Term.typ_subst_TVars subst) (rev Ts), Term.subst_TVars subst wit)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   521
  end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   522
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   523
fun minimize_wits wits =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   524
 let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   525
   fun minimize done [] = done
49103
3caaa80f53a4 generalized signature
traytel
parents: 49021
diff changeset
   526
     | minimize done ((I, wit) :: todo) =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   527
       if exists (fn (J, _) => subset (op =) (J, I)) (done @ todo)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   528
       then minimize done todo
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   529
       else minimize ((I, wit) :: done) todo;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   530
 in minimize [] wits end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   531
54236
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   532
fun mk_map live Ts Us t =
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   533
  let val (Type (_, Ts0), Type (_, Us0)) = strip_typeN (live + 1) (fastype_of t) |>> List.last in
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   534
    Term.subst_atomic_types (Ts0 @ Us0 ~~ Ts @ Us) t
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   535
  end;
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   536
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   537
fun mk_rel live Ts Us t =
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   538
  let val [Type (_, Ts0), Type (_, Us0)] = binder_types (snd (strip_typeN live (fastype_of t))) in
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   539
    Term.subst_atomic_types (Ts0 @ Us0 ~~ Ts @ Us) t
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   540
  end;
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   541
57303
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
   542
fun build_map_or_rel mk const of_bnf dest ctxt simpleTs build_simple =
54236
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   543
  let
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   544
    fun build (TU as (T, U)) =
57303
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
   545
      if exists (curry (op =) T) simpleTs then
57301
7b997028aaac generate 'rel_coinduct0' theorem for codatatypes
desharna
parents: 56954
diff changeset
   546
        build_simple TU
57303
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
   547
      else if T = U andalso not (exists_subtype_in simpleTs T) then
54236
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   548
        const T
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   549
      else
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   550
        (case TU of
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   551
          (Type (s, Ts), Type (s', Us)) =>
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   552
          if s = s' then
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   553
            let
54237
7cc6e286fe28 made sugared 'coinduct' theorem construction n2m-proof
blanchet
parents: 54236
diff changeset
   554
              val bnf = the (bnf_of ctxt s);
54236
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   555
              val live = live_of_bnf bnf;
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   556
              val mapx = mk live Ts Us (of_bnf bnf);
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   557
              val TUs' = map dest (fst (strip_typeN live (fastype_of mapx)));
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   558
            in Term.list_comb (mapx, map build TUs') end
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   559
          else
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   560
            build_simple TU
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   561
        | _ => build_simple TU);
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   562
  in build end;
e00009523727 moved code around
blanchet
parents: 54189
diff changeset
   563
57303
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
   564
val build_map = build_map_or_rel mk_map HOLogic.id_const map_of_bnf dest_funT;
498a62e65f5f tune the implementation of 'rel_coinduct'
desharna
parents: 57301
diff changeset
   565
val build_rel = build_map_or_rel mk_rel HOLogic.eq_const rel_of_bnf dest_pred2T;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   566
54246
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   567
fun map_flattened_map_args ctxt s map_args fs =
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   568
  let
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   569
    val flat_fs = flatten_type_args_of_bnf (the (bnf_of ctxt s)) Term.dummy fs;
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   570
    val flat_fs' = map_args flat_fs;
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   571
  in
55480
59cc4a8bc28a allow different functions to recurse on the same type, like in the old package
blanchet
parents: 55444
diff changeset
   572
    permute_like_unique (op aconv) flat_fs fs flat_fs'
54246
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   573
  end;
8fdb4dc08ed1 split 'primrec_new' and 'primcorec' code (to ease bootstrapping, e.g. dependency on datatype 'String' in 'primcorec')
blanchet
parents: 54237
diff changeset
   574
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   575
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   576
(* Names *)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   577
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   578
val mapN = "map";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   579
val setN = "set";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   580
fun mk_setN i = setN ^ nonzero_string_of_int i;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   581
val bdN = "bd";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   582
val witN = "wit";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   583
fun mk_witN i = witN ^ nonzero_string_of_int i;
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   584
val relN = "rel";
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   585
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   586
val bd_card_orderN = "bd_card_order";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   587
val bd_cinfiniteN = "bd_cinfinite";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   588
val bd_Card_orderN = "bd_Card_order";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   589
val bd_CinfiniteN = "bd_Cinfinite";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   590
val bd_CnotzeroN = "bd_Cnotzero";
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
   591
val collect_set_mapN = "collect_set_map";
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   592
val in_bdN = "in_bd";
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   593
val in_monoN = "in_mono";
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   594
val in_relN = "in_rel";
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
   595
val inj_mapN = "inj_map";
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
   596
val map_id0N = "map_id0";
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
   597
val map_idN = "map_id";
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
   598
val map_identN = "map_ident";
53287
271b34513bfb renamed BNF axiom
blanchet
parents: 53285
diff changeset
   599
val map_comp0N = "map_comp0";
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
   600
val map_compN = "map_comp";
51761
4c9f08836d87 renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents: 51758
diff changeset
   601
val map_cong0N = "map_cong0";
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   602
val map_congN = "map_cong";
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   603
val map_transferN = "map_transfer";
49591
91b228e26348 generate high-level "coinduct" and "strong_coinduct" properties
blanchet
parents: 49585
diff changeset
   604
val rel_eqN = "rel_eq";
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   605
val rel_flipN = "rel_flip";
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   606
val set_map0N = "set_map0";
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
   607
val set_mapN = "set_map";
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
   608
val set_bdN = "set_bd";
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   609
val rel_GrpN = "rel_Grp";
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   610
val rel_conversepN = "rel_conversep";
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   611
val rel_monoN = "rel_mono"
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   612
val rel_mono_strongN = "rel_mono_strong"
54620
blanchet
parents: 54619
diff changeset
   613
val rel_comppN = "rel_compp";
blanchet
parents: 54619
diff changeset
   614
val rel_compp_GrpN = "rel_compp_Grp";
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   615
55854
ee270328a781 make 'typedef' optional, depending on size of original type
blanchet
parents: 55480
diff changeset
   616
datatype inline_policy = Dont_Inline | Hardly_Inline | Smart_Inline | Do_Inline;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   617
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
   618
datatype fact_policy = Dont_Note | Note_Some | Note_All;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   619
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   620
val bnf_note_all = Attrib.setup_config_bool @{binding bnf_note_all} (K false);
53143
ba80154a1118 configuration option to control timing output for (co)datatypes
traytel
parents: 53126
diff changeset
   621
val bnf_timing = Attrib.setup_config_bool @{binding bnf_timing} (K false);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   622
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
   623
fun user_policy policy ctxt = if Config.get ctxt bnf_note_all then Note_All else policy;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   624
55854
ee270328a781 make 'typedef' optional, depending on size of original type
blanchet
parents: 55480
diff changeset
   625
val smart_max_inline_term_size = 25; (*FUDGE*)
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   626
57631
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   627
fun note_bnf_thms fact_policy qualify0 bnf_b bnf lthy =
52720
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   628
  let
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   629
    val axioms = axioms_of_bnf bnf;
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   630
    val facts = facts_of_bnf bnf;
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   631
    val wits = wits_of_bnf bnf;
54045
369a4a14583a keep the qualification of bindings when noting bnf theorems
traytel
parents: 53561
diff changeset
   632
    val qualify =
369a4a14583a keep the qualification of bindings when noting bnf theorems
traytel
parents: 53561
diff changeset
   633
      let val (_, qs, _) = Binding.dest bnf_b;
56766
ba2fa4e99729 more reliable 'name_of_bnf'
blanchet
parents: 56657
diff changeset
   634
      in fold_rev (fn (s, mand) => Binding.qualify mand s) qs #> qualify0 end;
57631
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   635
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   636
    fun note_if_note_all (noted0, lthy0) =
52720
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   637
      let
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   638
        val witNs = if length wits = 1 then [witN] else map mk_witN (1 upto length wits);
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   639
        val notes =
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   640
          [(bd_card_orderN, [#bd_card_order axioms]),
57631
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   641
           (bd_cinfiniteN, [#bd_cinfinite axioms]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   642
           (bd_Card_orderN, [#bd_Card_order facts]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   643
           (bd_CinfiniteN, [#bd_Cinfinite facts]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   644
           (bd_CnotzeroN, [#bd_Cnotzero facts]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   645
           (collect_set_mapN, [Lazy.force (#collect_set_map facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   646
           (in_bdN, [Lazy.force (#in_bd facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   647
           (in_monoN, [Lazy.force (#in_mono facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   648
           (in_relN, [Lazy.force (#in_rel facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   649
           (inj_mapN, [Lazy.force (#inj_map facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   650
           (map_comp0N, [#map_comp0 axioms]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   651
           (map_transferN, [Lazy.force (#map_transfer facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   652
           (rel_mono_strongN, [Lazy.force (#rel_mono_strong facts)]),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   653
           (set_map0N, #set_map0 axioms),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   654
           (set_bdN, #set_bd axioms)] @
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   655
          (witNs ~~ wit_thmss_of_bnf bnf)
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   656
          |> map (fn (thmN, thms) =>
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   657
            ((qualify (Binding.qualify true (Binding.name_of bnf_b) (Binding.name thmN)), []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   658
             [(thms, [])]));
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   659
      in
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   660
        Local_Theory.notes notes lthy0 |>> append noted0
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   661
      end
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   662
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   663
    fun note_unless_dont_note (noted0, lthy0) =
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   664
      let
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   665
        val notes =
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   666
          [(map_compN, [Lazy.force (#map_comp facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   667
           (map_cong0N, [#map_cong0 axioms], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   668
           (map_congN, [Lazy.force (#map_cong facts)], fundefcong_attrs),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   669
           (map_idN, [Lazy.force (#map_id facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   670
           (map_id0N, [#map_id0 axioms], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   671
           (map_identN, [Lazy.force (#map_ident facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   672
           (rel_comppN, [Lazy.force (#rel_OO facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   673
           (rel_compp_GrpN, no_refl [#rel_OO_Grp axioms], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   674
           (rel_conversepN, [Lazy.force (#rel_conversep facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   675
           (rel_eqN, [Lazy.force (#rel_eq facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   676
           (rel_flipN, [Lazy.force (#rel_flip facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   677
           (rel_GrpN, [Lazy.force (#rel_Grp facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   678
           (rel_monoN, [Lazy.force (#rel_mono facts)], []),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   679
           (set_mapN, map Lazy.force (#set_map facts), [])]
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   680
          |> filter_out (null o #2)
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   681
          |> map (fn (thmN, thms, attrs) =>
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   682
            ((qualify (Binding.qualify true (Binding.name_of bnf_b) (Binding.name thmN)), attrs),
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   683
             [(thms, [])]));
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   684
      in
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   685
        Local_Theory.notes notes lthy0 |>> append noted0
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   686
      end
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   687
  in
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   688
    ([], lthy)
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   689
    |> fact_policy = Note_All ? note_if_note_all
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   690
    |> fact_policy <> Dont_Note ? note_unless_dont_note
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
   691
    |>> (fn [] => bnf | noted => morph_bnf (substitute_noted_thm noted) bnf)
52720
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   692
  end;
fdc04f9bf906 separate ML interface to note facts of a bnf
traytel
parents: 52719
diff changeset
   693
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   694
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   695
(* Define new BNFs *)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   696
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   697
fun define_bnf_consts const_policy fact_policy internal Ds_opt map_b rel_b set_bs
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   698
  ((((((bnf_b, T_rhs), map_rhs), set_rhss), bd_rhs), wit_rhss), rel_rhs_opt) no_defs_lthy =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   699
  let
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   700
    val live = length set_rhss;
53265
cc9a2976f836 qualify BNF constants properly
blanchet
parents: 53261
diff changeset
   701
54156
a8cf84bfa9be conceal even more ugly constructions
blanchet
parents: 54045
diff changeset
   702
    val def_qualify = Binding.conceal o Binding.qualify false (Binding.name_of bnf_b);
53265
cc9a2976f836 qualify BNF constants properly
blanchet
parents: 53261
diff changeset
   703
54490
930409d43211 use suffix '_list' etc. instead of prefix 'list_' for constants not present in the old package
blanchet
parents: 54426
diff changeset
   704
    fun mk_prefix_binding pre = Binding.prefix_name (pre ^ "_") bnf_b;
49434
433dc7e028c8 separated registration of BNFs from bnf_def (BNFs are now stored only for bnf_def and (co)data commands)
traytel
parents: 49430
diff changeset
   705
49463
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   706
    fun maybe_define user_specified (b, rhs) lthy =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   707
      let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   708
        val inline =
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
   709
          (user_specified orelse fact_policy = Dont_Note) andalso
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   710
          (case const_policy of
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   711
            Dont_Inline => false
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   712
          | Hardly_Inline => Term.is_Free rhs orelse Term.is_Const rhs
55854
ee270328a781 make 'typedef' optional, depending on size of original type
blanchet
parents: 55480
diff changeset
   713
          | Smart_Inline => Term.size_of_term rhs <= smart_max_inline_term_size
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   714
          | Do_Inline => true)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   715
      in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   716
        if inline then
49460
4dd451a075ce fixed infinite loop with trivial rel_O_Gr + tuning
blanchet
parents: 49459
diff changeset
   717
          ((rhs, Drule.reflexive_thm), lthy)
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   718
        else
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   719
          let val b = b () in
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   720
            apfst (apsnd snd)
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   721
              ((if internal then Local_Theory.define_internal else Local_Theory.define)
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   722
                ((b, NoSyn), ((Thm.def_binding b, []), rhs)) lthy)
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   723
          end
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   724
      end;
49459
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
   725
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
   726
    fun maybe_restore lthy_old lthy =
57534
d2617d923aa1 got rid of a pointer equality
blanchet
parents: 57399
diff changeset
   727
      lthy |> not (Theory.eq_thy (pairself Proof_Context.theory_of (lthy_old, lthy)))
d2617d923aa1 got rid of a pointer equality
blanchet
parents: 57399
diff changeset
   728
        ? Local_Theory.restore;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   729
51758
55963309557b honor user-specified name for map function
blanchet
parents: 51757
diff changeset
   730
    val map_bind_def =
54490
930409d43211 use suffix '_list' etc. instead of prefix 'list_' for constants not present in the old package
blanchet
parents: 54426
diff changeset
   731
      (fn () => def_qualify (if Binding.is_empty map_b then mk_prefix_binding mapN else map_b),
53265
cc9a2976f836 qualify BNF constants properly
blanchet
parents: 53261
diff changeset
   732
         map_rhs);
49459
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
   733
    val set_binds_defs =
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
   734
      let
51757
7babcb61aa5c honor user-specified set function names
blanchet
parents: 51551
diff changeset
   735
        fun set_name i get_b =
7babcb61aa5c honor user-specified set function names
blanchet
parents: 51551
diff changeset
   736
          (case try (nth set_bs) (i - 1) of
7babcb61aa5c honor user-specified set function names
blanchet
parents: 51551
diff changeset
   737
            SOME b => if Binding.is_empty b then get_b else K b
53265
cc9a2976f836 qualify BNF constants properly
blanchet
parents: 53261
diff changeset
   738
          | NONE => get_b) #> def_qualify;
54490
930409d43211 use suffix '_list' etc. instead of prefix 'list_' for constants not present in the old package
blanchet
parents: 54426
diff changeset
   739
        val bs = if live = 1 then [set_name 1 (fn () => mk_prefix_binding setN)]
930409d43211 use suffix '_list' etc. instead of prefix 'list_' for constants not present in the old package
blanchet
parents: 54426
diff changeset
   740
          else map (fn i => set_name i (fn () => mk_prefix_binding (mk_setN i))) (1 upto live);
51757
7babcb61aa5c honor user-specified set function names
blanchet
parents: 51551
diff changeset
   741
      in bs ~~ set_rhss end;
54490
930409d43211 use suffix '_list' etc. instead of prefix 'list_' for constants not present in the old package
blanchet
parents: 54426
diff changeset
   742
    val bd_bind_def = (fn () => def_qualify (mk_prefix_binding bdN), bd_rhs);
49459
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
   743
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
   744
    val ((((bnf_map_term, raw_map_def),
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   745
      (bnf_set_terms, raw_set_defs)),
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
   746
      (bnf_bd_term, raw_bd_def)), (lthy, lthy_old)) =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   747
        no_defs_lthy
49463
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   748
        |> maybe_define true map_bind_def
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   749
        ||>> apfst split_list o fold_map (maybe_define true) set_binds_defs
83ac281bcdc2 provide predicator, define relator
blanchet
parents: 49462
diff changeset
   750
        ||>> maybe_define true bd_bind_def
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   751
        ||> `(maybe_restore no_defs_lthy);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   752
49459
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
   753
    val phi = Proof_Context.export_morphism lthy_old lthy;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   754
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   755
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   756
    val bnf_map_def = Morphism.thm phi raw_map_def;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   757
    val bnf_set_defs = map (Morphism.thm phi) raw_set_defs;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   758
    val bnf_bd_def = Morphism.thm phi raw_bd_def;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   759
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   760
    val bnf_map = Morphism.term phi bnf_map_term;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   761
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   762
    (*TODO: handle errors*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   763
    (*simple shape analysis of a map function*)
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   764
    val ((alphas, betas), (Calpha, _)) =
49395
323414474c1f use strip_typeN in bnf_def (instead of repairing strip_type)
traytel
parents: 49386
diff changeset
   765
      fastype_of bnf_map
323414474c1f use strip_typeN in bnf_def (instead of repairing strip_type)
traytel
parents: 49386
diff changeset
   766
      |> strip_typeN live
323414474c1f use strip_typeN in bnf_def (instead of repairing strip_type)
traytel
parents: 49386
diff changeset
   767
      |>> map_split dest_funT
323414474c1f use strip_typeN in bnf_def (instead of repairing strip_type)
traytel
parents: 49386
diff changeset
   768
      ||> dest_funT
323414474c1f use strip_typeN in bnf_def (instead of repairing strip_type)
traytel
parents: 49386
diff changeset
   769
      handle TYPE _ => error "Bad map function";
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   770
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   771
    val Calpha_params = map TVar (Term.add_tvarsT Calpha []);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   772
54426
edb87aac9cca prohibit locally fixed type variables in bnf definitions
traytel
parents: 54425
diff changeset
   773
    val bnf_T = Morphism.typ phi T_rhs;
edb87aac9cca prohibit locally fixed type variables in bnf definitions
traytel
parents: 54425
diff changeset
   774
    val bad_args = Term.add_tfreesT bnf_T [];
edb87aac9cca prohibit locally fixed type variables in bnf definitions
traytel
parents: 54425
diff changeset
   775
    val _ = if null bad_args then () else error ("Locally fixed type arguments " ^
edb87aac9cca prohibit locally fixed type variables in bnf definitions
traytel
parents: 54425
diff changeset
   776
      commas_quote (map (Syntax.string_of_typ no_defs_lthy o TFree) bad_args));
edb87aac9cca prohibit locally fixed type variables in bnf definitions
traytel
parents: 54425
diff changeset
   777
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   778
    val bnf_sets =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   779
      map2 (normalize_set Calpha_params) alphas (map (Morphism.term phi) bnf_set_terms);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   780
    val bnf_bd =
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   781
      Term.subst_TVars (Term.add_tvar_namesT bnf_T [] ~~ Calpha_params)
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   782
        (Morphism.term phi bnf_bd_term);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   783
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   784
    (*TODO: assert Ds = (TVars of bnf_map) \ (alphas @ betas) as sets*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   785
    val deads = (case Ds_opt of
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   786
      NONE => subtract (op =) (alphas @ betas) (map TVar (Term.add_tvars bnf_map []))
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   787
    | SOME Ds => map (Morphism.typ phi) Ds);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   788
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   789
    (*TODO: further checks of type of bnf_map*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   790
    (*TODO: check types of bnf_sets*)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   791
    (*TODO: check type of bnf_bd*)
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
   792
    (*TODO: check type of bnf_rel*)
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   793
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   794
    fun mk_bnf_map Ds As' Bs' =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   795
      Term.subst_atomic_types ((deads ~~ Ds) @ (alphas ~~ As') @ (betas ~~ Bs')) bnf_map;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   796
    fun mk_bnf_t Ds As' = Term.subst_atomic_types ((deads ~~ Ds) @ (alphas ~~ As'));
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   797
    fun mk_bnf_T Ds As' = Term.typ_subst_atomic ((deads ~~ Ds) @ (alphas ~~ As'));
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   798
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   799
    val (((As, Bs), Ds), names_lthy) = lthy
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   800
      |> mk_TFrees live
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   801
      ||>> mk_TFrees live
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   802
      ||>> mk_TFrees (length deads);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   803
    val RTs = map2 (curry HOLogic.mk_prodT) As Bs;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   804
    val pred2RTs = map2 mk_pred2T As Bs;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   805
    val (Rs, Rs') = names_lthy |> mk_Frees' "R" pred2RTs |> fst
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   806
    val CA = mk_bnf_T Ds As Calpha;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   807
    val CR = mk_bnf_T Ds RTs Calpha;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   808
    val setRs =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   809
      map3 (fn R => fn T => fn U =>
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   810
          HOLogic.Collect_const (HOLogic.mk_prodT (T, U)) $ HOLogic.mk_split R) Rs As Bs;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   811
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   812
    (*Grp (in (Collect (split R1) .. Collect (split Rn))) (map fst .. fst)^--1 OO
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   813
      Grp (in (Collect (split R1) .. Collect (split Rn))) (map snd .. snd)*)
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   814
    val OO_Grp =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   815
      let
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   816
        val map1 = Term.list_comb (mk_bnf_map Ds RTs As, map fst_const RTs);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   817
        val map2 = Term.list_comb (mk_bnf_map Ds RTs Bs, map snd_const RTs);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   818
        val bnf_in = mk_in setRs (map (mk_bnf_t Ds RTs) bnf_sets) CR;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   819
      in
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   820
        mk_rel_compp (mk_conversep (mk_Grp bnf_in map1), mk_Grp bnf_in map2)
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   821
        |> fold_rev Term.absfree Rs'
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   822
      end;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   823
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   824
    val rel_rhs = the_default OO_Grp rel_rhs_opt;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   825
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   826
    val rel_bind_def =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   827
      (fn () => def_qualify (if Binding.is_empty rel_b then mk_prefix_binding relN else rel_b),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   828
         rel_rhs);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   829
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   830
    val wit_rhss =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   831
      if null wit_rhss then
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   832
        [fold_rev Term.absdummy As (Term.list_comb (mk_bnf_map Ds As As,
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   833
          map2 (fn T => fn i => Term.absdummy T (Bound i)) As (live downto 1)) $
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   834
          Const (@{const_name undefined}, CA))]
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   835
      else wit_rhss;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   836
    val nwits = length wit_rhss;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   837
    val wit_binds_defs =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   838
      let
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   839
        val bs = if nwits = 1 then [fn () => def_qualify (mk_prefix_binding witN)]
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   840
          else map (fn i => fn () => def_qualify (mk_prefix_binding (mk_witN i))) (1 upto nwits);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   841
      in bs ~~ wit_rhss end;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   842
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   843
    val (((bnf_rel_term, raw_rel_def), (bnf_wit_terms, raw_wit_defs)), (lthy, lthy_old)) =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   844
      lthy
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   845
      |> maybe_define (is_some rel_rhs_opt) rel_bind_def
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   846
      ||>> apfst split_list o fold_map (maybe_define (not (null wit_rhss))) wit_binds_defs
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   847
      ||> `(maybe_restore lthy);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   848
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   849
    val phi = Proof_Context.export_morphism lthy_old lthy;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   850
    val bnf_rel_def = Morphism.thm phi raw_rel_def;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   851
    val bnf_rel = Morphism.term phi bnf_rel_term;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   852
    fun mk_bnf_rel Ds As' Bs' =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   853
      normalize_rel lthy (map2 mk_pred2T As' Bs') (mk_bnf_T Ds As' Calpha) (mk_bnf_T Ds Bs' Calpha)
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   854
        bnf_rel;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   855
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   856
    val bnf_wit_defs = map (Morphism.thm phi) raw_wit_defs;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   857
    val bnf_wits =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   858
      map (normalize_wit Calpha_params Calpha alphas o Morphism.term phi) bnf_wit_terms;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   859
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   860
    fun mk_OO_Grp Ds' As' Bs' =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   861
      Term.subst_atomic_types ((Ds ~~ Ds') @ (As ~~ As') @ (Bs ~~ Bs')) OO_Grp;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   862
  in
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   863
    (((alphas, betas, deads, Calpha),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   864
     (bnf_map, bnf_sets, bnf_bd, bnf_wits, bnf_rel),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   865
     (bnf_map_def, bnf_set_defs, bnf_bd_def, bnf_wit_defs, bnf_rel_def),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   866
     (mk_bnf_map, mk_bnf_t, mk_bnf_T, mk_bnf_rel, mk_OO_Grp)), lthy)
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   867
  end;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   868
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   869
fun prepare_def const_policy mk_fact_policy internal qualify prep_typ prep_term Ds_opt map_b rel_b
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   870
  set_bs ((((((raw_bnf_b, raw_bnf_T), raw_map), raw_sets), raw_bd), raw_wits), raw_rel_opt)
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   871
  no_defs_lthy =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   872
  let
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   873
    val fact_policy = mk_fact_policy no_defs_lthy;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   874
    val bnf_b = qualify raw_bnf_b;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   875
    val live = length raw_sets;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   876
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   877
    val T_rhs = prep_typ no_defs_lthy raw_bnf_T;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   878
    val map_rhs = prep_term no_defs_lthy raw_map;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   879
    val set_rhss = map (prep_term no_defs_lthy) raw_sets;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   880
    val bd_rhs = prep_term no_defs_lthy raw_bd;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   881
    val wit_rhss = map (prep_term no_defs_lthy) raw_wits;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   882
    val rel_rhs_opt = Option.map (prep_term no_defs_lthy) raw_rel_opt;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   883
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   884
    fun err T =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   885
      error ("Trying to register the type " ^ quote (Syntax.string_of_typ no_defs_lthy T) ^
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   886
        " as unnamed BNF");
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   887
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   888
    val (bnf_b, key) =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   889
      if Binding.eq_name (bnf_b, Binding.empty) then
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   890
        (case T_rhs of
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   891
          Type (C, Ts) => if forall (can dest_TFree) Ts
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   892
            then (Binding.qualified_name C, C) else err T_rhs
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   893
        | T => err T)
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   894
      else (bnf_b, Local_Theory.full_name no_defs_lthy bnf_b);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   895
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   896
    val (((alphas, betas, deads, Calpha),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   897
     (bnf_map, bnf_sets, bnf_bd, bnf_wits, bnf_rel),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   898
     (bnf_map_def, bnf_set_defs, bnf_bd_def, bnf_wit_defs, bnf_rel_def),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   899
     (mk_bnf_map_Ds, mk_bnf_t_Ds, mk_bnf_T_Ds, _, mk_OO_Grp)), lthy) =
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
   900
       define_bnf_consts const_policy fact_policy internal Ds_opt map_b rel_b set_bs
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   901
         ((((((bnf_b, T_rhs), map_rhs), set_rhss), bd_rhs), wit_rhss), rel_rhs_opt) no_defs_lthy;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   902
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   903
    val dead = length deads;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   904
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   905
    val ((((((As', Bs'), Cs), Ds), B1Ts), B2Ts), (Ts, T)) = lthy
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   906
      |> mk_TFrees live
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   907
      ||>> mk_TFrees live
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   908
      ||>> mk_TFrees live
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   909
      ||>> mk_TFrees dead
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   910
      ||>> mk_TFrees live
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   911
      ||>> mk_TFrees live
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   912
      ||> fst o mk_TFrees 1
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   913
      ||> the_single
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   914
      ||> `(replicate live);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   915
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   916
    val mk_bnf_map = mk_bnf_map_Ds Ds;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   917
    val mk_bnf_t = mk_bnf_t_Ds Ds;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   918
    val mk_bnf_T = mk_bnf_T_Ds Ds;
49453
ff0e540d8758 add rel as first-class citizen of BNF
blanchet
parents: 49452
diff changeset
   919
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   920
    val pred2RTs = map2 mk_pred2T As' Bs';
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   921
    val pred2RTsAsCs = map2 mk_pred2T As' Cs;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   922
    val pred2RTsBsCs = map2 mk_pred2T Bs' Cs;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   923
    val pred2RT's = map2 mk_pred2T Bs' As';
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   924
    val self_pred2RTs = map2 mk_pred2T As' As';
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   925
    val transfer_domRTs = map2 mk_pred2T As' B1Ts;
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   926
    val transfer_ranRTs = map2 mk_pred2T Bs' B2Ts;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   927
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   928
    val CA' = mk_bnf_T As' Calpha;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   929
    val CB' = mk_bnf_T Bs' Calpha;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   930
    val CC' = mk_bnf_T Cs Calpha;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   931
    val CB1 = mk_bnf_T B1Ts Calpha;
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   932
    val CB2 = mk_bnf_T B2Ts Calpha;
49453
ff0e540d8758 add rel as first-class citizen of BNF
blanchet
parents: 49452
diff changeset
   933
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   934
    val bnf_map_AsAs = mk_bnf_map As' As';
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   935
    val bnf_map_AsBs = mk_bnf_map As' Bs';
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   936
    val bnf_map_AsCs = mk_bnf_map As' Cs;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   937
    val bnf_map_BsCs = mk_bnf_map Bs' Cs;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   938
    val bnf_sets_As = map (mk_bnf_t As') bnf_sets;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   939
    val bnf_sets_Bs = map (mk_bnf_t Bs') bnf_sets;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   940
    val bnf_bd_As = mk_bnf_t As' bnf_bd;
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   941
    fun mk_bnf_rel RTs CA CB = normalize_rel lthy RTs CA CB bnf_rel;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   942
49595
e8c57e59cbf8 got rid of other instance of shaky "Thm.generalize"
blanchet
parents: 49594
diff changeset
   943
    val pre_names_lthy = lthy;
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   944
    val (((((((((((((((fs, gs), hs), x), y), zs), ys), As),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   945
      As_copy), bs), Rs), Rs_copy), Ss),
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   946
      transfer_domRs), transfer_ranRs), names_lthy) = pre_names_lthy
52923
traytel
parents: 52844
diff changeset
   947
      |> mk_Frees "f" (map2 (curry op -->) As' Bs')
traytel
parents: 52844
diff changeset
   948
      ||>> mk_Frees "g" (map2 (curry op -->) Bs' Cs)
traytel
parents: 52844
diff changeset
   949
      ||>> mk_Frees "h" (map2 (curry op -->) As' Ts)
51894
traytel
parents: 51893
diff changeset
   950
      ||>> yield_singleton (mk_Frees "x") CA'
traytel
parents: 51893
diff changeset
   951
      ||>> yield_singleton (mk_Frees "y") CB'
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   952
      ||>> mk_Frees "z" As'
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
   953
      ||>> mk_Frees "y" Bs'
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   954
      ||>> mk_Frees "A" (map HOLogic.mk_setT As')
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   955
      ||>> mk_Frees "A" (map HOLogic.mk_setT As')
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   956
      ||>> mk_Frees "b" As'
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
   957
      ||>> mk_Frees "R" pred2RTs
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   958
      ||>> mk_Frees "R" pred2RTs
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   959
      ||>> mk_Frees "S" pred2RTsBsCs
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   960
      ||>> mk_Frees "R" transfer_domRTs
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   961
      ||>> mk_Frees "S" transfer_ranRTs;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   962
56651
fc105315822a localize new size function generation code
blanchet
parents: 56635
diff changeset
   963
    val fs_copy = map2 (retype_const_or_free o fastype_of) fs gs;
fc105315822a localize new size function generation code
blanchet
parents: 56635
diff changeset
   964
    val x_copy = retype_const_or_free CA' y;
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   965
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
   966
    val rel = mk_bnf_rel pred2RTs CA' CB';
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
   967
    val relAsAs = mk_bnf_rel self_pred2RTs CA' CA';
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
   968
    val bnf_wit_As = map (apsnd (mk_bnf_t As')) bnf_wits;
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
   969
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
   970
    val map_id0_goal =
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   971
      let val bnf_map_app_id = Term.list_comb (bnf_map_AsAs, map HOLogic.id_const As') in
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   972
        mk_Trueprop_eq (bnf_map_app_id, HOLogic.id_const CA')
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   973
      end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   974
53287
271b34513bfb renamed BNF axiom
blanchet
parents: 53285
diff changeset
   975
    val map_comp0_goal =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   976
      let
49018
b2884253b421 renamed ML function for consistency
blanchet
parents: 49016
diff changeset
   977
        val bnf_map_app_comp = Term.list_comb (bnf_map_AsCs, map2 (curry HOLogic.mk_comp) gs fs);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   978
        val comp_bnf_map_app = HOLogic.mk_comp
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   979
          (Term.list_comb (bnf_map_BsCs, gs), Term.list_comb (bnf_map_AsBs, fs));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   980
      in
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49111
diff changeset
   981
        fold_rev Logic.all (fs @ gs) (mk_Trueprop_eq (bnf_map_app_comp, comp_bnf_map_app))
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   982
      end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   983
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   984
    fun mk_map_cong_prem x z set f f_copy =
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   985
      Logic.all z (Logic.mk_implies
57567
d554b0097ad4 add mk_Trueprop_mem utility function
desharna
parents: 57534
diff changeset
   986
        (mk_Trueprop_mem (z, set $ x), mk_Trueprop_eq (f $ z, f_copy $ z)));
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   987
51761
4c9f08836d87 renamed "map_cong" axiom to "map_cong0" in preparation for real "map_cong"
blanchet
parents: 51758
diff changeset
   988
    val map_cong0_goal =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   989
      let
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   990
        val prems = map4 (mk_map_cong_prem x) zs bnf_sets_As fs fs_copy;
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   991
        val eq = mk_Trueprop_eq (Term.list_comb (bnf_map_AsBs, fs) $ x,
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   992
          Term.list_comb (bnf_map_AsBs, fs_copy) $ x);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   993
      in
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
   994
        fold_rev Logic.all (x :: fs @ fs_copy) (Logic.list_implies (prems, eq))
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   995
      end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   996
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
   997
    val set_map0s_goal =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   998
      let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
   999
        fun mk_goal setA setB f =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1000
          let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1001
            val set_comp_map =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1002
              HOLogic.mk_comp (setB, Term.list_comb (bnf_map_AsBs, fs));
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1003
            val image_comp_set = HOLogic.mk_comp (mk_image f, setA);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1004
          in
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49111
diff changeset
  1005
            fold_rev Logic.all fs (mk_Trueprop_eq (set_comp_map, image_comp_set))
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1006
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1007
      in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1008
        map3 mk_goal bnf_sets_As bnf_sets_Bs fs
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1009
      end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1010
49458
blanchet
parents: 49456
diff changeset
  1011
    val card_order_bd_goal = HOLogic.mk_Trueprop (mk_card_order bnf_bd_As);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1012
49458
blanchet
parents: 49456
diff changeset
  1013
    val cinfinite_bd_goal = HOLogic.mk_Trueprop (mk_cinfinite bnf_bd_As);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1014
49458
blanchet
parents: 49456
diff changeset
  1015
    val set_bds_goal =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1016
      let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1017
        fun mk_goal set =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1018
          Logic.all x (HOLogic.mk_Trueprop (mk_ordLeq (mk_card_of (set $ x)) bnf_bd_As));
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1019
      in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1020
        map mk_goal bnf_sets_As
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1021
      end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1022
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1023
    val relAsCs = mk_bnf_rel pred2RTsAsCs CA' CC';
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1024
    val relBsCs = mk_bnf_rel pred2RTsBsCs CB' CC';
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1025
    val rel_OO_lhs = Term.list_comb (relAsCs, map2 (curry mk_rel_compp) Rs Ss);
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1026
    val rel_OO_rhs = mk_rel_compp (Term.list_comb (rel, Rs), Term.list_comb (relBsCs, Ss));
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1027
    val le_rel_OO_goal =
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1028
      fold_rev Logic.all (Rs @ Ss) (HOLogic.mk_Trueprop (mk_leq rel_OO_rhs rel_OO_lhs));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1029
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1030
    val rel_OO_Grp_goal = fold_rev Logic.all Rs (mk_Trueprop_eq (Term.list_comb (rel, Rs),
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1031
      Term.list_comb (mk_OO_Grp Ds As' Bs', Rs)));
49453
ff0e540d8758 add rel as first-class citizen of BNF
blanchet
parents: 49452
diff changeset
  1032
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
  1033
    val goals = zip_axioms map_id0_goal map_comp0_goal map_cong0_goal set_map0s_goal
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1034
      card_order_bd_goal cinfinite_bd_goal set_bds_goal le_rel_OO_goal rel_OO_Grp_goal;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1035
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1036
    fun mk_wit_goals (I, wit) =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1037
      let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1038
        val xs = map (nth bs) I;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1039
        fun wit_goal i =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1040
          let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1041
            val z = nth zs i;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1042
            val set_wit = nth bnf_sets_As i $ Term.list_comb (wit, xs);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1043
            val concl = HOLogic.mk_Trueprop
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1044
              (if member (op =) I i then HOLogic.mk_eq (z, nth bs i)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1045
              else @{term False});
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1046
          in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1047
            fold_rev Logic.all (z :: xs)
57567
d554b0097ad4 add mk_Trueprop_mem utility function
desharna
parents: 57534
diff changeset
  1048
              (Logic.mk_implies (mk_Trueprop_mem (z, set_wit), concl))
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1049
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1050
      in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1051
        map wit_goal (0 upto live - 1)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1052
      end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1053
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1054
    fun triv_wit_tac ctxt = mk_trivial_wit_tac ctxt bnf_wit_defs;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1055
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1056
    val wit_goalss =
54921
862c36b6e57c avoid schematic variable in goal, which sometimes gets instantiated by tactic
blanchet
parents: 54841
diff changeset
  1057
      (if null raw_wits then SOME triv_wit_tac else NONE, map mk_wit_goals bnf_wit_As);
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1058
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1059
    fun after_qed mk_wit_thms thms lthy =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1060
      let
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1061
        val (axioms, nontriv_wit_thms) = apfst (mk_axioms live) (chop (length goals) thms);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1062
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1063
        val bd_Card_order = #bd_card_order axioms RS @{thm conjunct2[OF card_order_on_Card_order]};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1064
        val bd_Cinfinite = @{thm conjI} OF [#bd_cinfinite axioms, bd_Card_order];
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1065
        val bd_Cnotzero = bd_Cinfinite RS @{thm Cinfinite_Cnotzero};
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1066
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
  1067
        fun mk_collect_set_map () =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1068
          let
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1069
            val defT = mk_bnf_T Ts Calpha --> HOLogic.mk_setT T;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1070
            val collect_map = HOLogic.mk_comp
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1071
              (mk_collect (map (mk_bnf_t Ts) bnf_sets) defT,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1072
              Term.list_comb (mk_bnf_map As' Ts, hs));
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1073
            val image_collect = mk_collect
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1074
              (map2 (fn h => fn set => HOLogic.mk_comp (mk_image h, set)) hs bnf_sets_As)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1075
              defT;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1076
            (*collect {set1 ... setm} o map f1 ... fm = collect {f1` o set1 ... fm` o setm}*)
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49111
diff changeset
  1077
            val goal = fold_rev Logic.all hs (mk_Trueprop_eq (collect_map, image_collect));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1078
          in
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
  1079
            Goal.prove_sorry lthy [] [] goal (K (mk_collect_set_map_tac (#set_map0 axioms)))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1080
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1081
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1082
51766
f19a4d0ab1bf renamed "set_natural" to "set_map", reflecting {Bl,Po,Tr} concensus
blanchet
parents: 51765
diff changeset
  1083
        val collect_set_map = Lazy.lazy mk_collect_set_map;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1084
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1085
        fun mk_in_mono () =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1086
          let
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1087
            val prems_mono = map2 (HOLogic.mk_Trueprop oo mk_leq) As As_copy;
49458
blanchet
parents: 49456
diff changeset
  1088
            val in_mono_goal =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1089
              fold_rev Logic.all (As @ As_copy)
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1090
                (Logic.list_implies (prems_mono, HOLogic.mk_Trueprop
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1091
                  (mk_leq (mk_in As bnf_sets_As CA') (mk_in As_copy bnf_sets_As CA'))));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1092
          in
51551
88d1d19fb74f tuned signature and module arrangement;
wenzelm
parents: 49631
diff changeset
  1093
            Goal.prove_sorry lthy [] [] in_mono_goal (K (mk_in_mono_tac live))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1094
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1095
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1096
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
  1097
        val in_mono = Lazy.lazy mk_in_mono;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1098
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1099
        fun mk_in_cong () =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1100
          let
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1101
            val prems_cong = map2 (curry mk_Trueprop_eq) As As_copy;
49458
blanchet
parents: 49456
diff changeset
  1102
            val in_cong_goal =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1103
              fold_rev Logic.all (As @ As_copy)
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1104
                (Logic.list_implies (prems_cong,
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1105
                  mk_Trueprop_eq (mk_in As bnf_sets_As CA', mk_in As_copy bnf_sets_As CA')));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1106
          in
51798
ad3a241def73 uniform Proof.context for hyp_subst_tac;
wenzelm
parents: 51790
diff changeset
  1107
            Goal.prove_sorry lthy [] [] in_cong_goal
ad3a241def73 uniform Proof.context for hyp_subst_tac;
wenzelm
parents: 51790
diff changeset
  1108
              (K ((TRY o hyp_subst_tac lthy THEN' rtac refl) 1))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1109
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1110
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1111
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
  1112
        val in_cong = Lazy.lazy mk_in_cong;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1113
53285
f09645642984 renamed BNF fact
blanchet
parents: 53270
diff changeset
  1114
        val map_id = Lazy.lazy (fn () => mk_map_id (#map_id0 axioms));
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
  1115
        val map_ident0 = Lazy.lazy (fn () => mk_map_ident lthy (#map_id0 axioms));
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
  1116
        val map_ident = Lazy.lazy (fn () => mk_map_ident lthy (Lazy.force map_id));
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
  1117
        val map_comp = Lazy.lazy (fn () => mk_map_comp (#map_comp0 axioms));
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1118
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1119
        fun mk_map_cong () =
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1120
          let
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1121
            val prem0 = mk_Trueprop_eq (x, x_copy);
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1122
            val prems = map4 (mk_map_cong_prem x_copy) zs bnf_sets_As fs fs_copy;
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1123
            val eq = mk_Trueprop_eq (Term.list_comb (bnf_map_AsBs, fs) $ x,
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1124
              Term.list_comb (bnf_map_AsBs, fs_copy) $ x_copy);
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1125
            val goal = fold_rev Logic.all (x :: x_copy :: fs @ fs_copy)
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1126
              (Logic.list_implies (prem0 :: prems, eq));
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1127
          in
51798
ad3a241def73 uniform Proof.context for hyp_subst_tac;
wenzelm
parents: 51790
diff changeset
  1128
            Goal.prove_sorry lthy [] [] goal (fn _ => mk_map_cong_tac lthy (#map_cong0 axioms))
51762
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1129
            |> Thm.close_derivation
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1130
          end;
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1131
219a3063ed29 derive "map_cong"
blanchet
parents: 51761
diff changeset
  1132
        val map_cong = Lazy.lazy mk_map_cong;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1133
56635
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1134
        fun mk_inj_map () =
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1135
          let
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1136
            val prems = map (HOLogic.mk_Trueprop o mk_inj) fs;
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1137
            val concl = HOLogic.mk_Trueprop (mk_inj (Term.list_comb (bnf_map_AsBs, fs)));
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1138
            val goal = fold_rev Logic.all fs (Logic.list_implies (prems, concl));
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1139
          in
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1140
            Goal.prove_sorry lthy [] [] goal (fn _ => mk_inj_map_tac live (Lazy.force map_id)
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1141
              (Lazy.force map_comp) (#map_cong0 axioms) (Lazy.force map_cong))
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1142
            |> Thm.close_derivation
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1143
          end;
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1144
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1145
        val inj_map = Lazy.lazy mk_inj_map;
b07c8ad23010 added 'inj_map' as auxiliary BNF theorem
blanchet
parents: 56523
diff changeset
  1146
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
  1147
        val set_map = map (fn thm => Lazy.lazy (fn () => mk_set_map thm)) (#set_map0 axioms);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1148
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1149
        val wit_thms =
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1150
          if null nontriv_wit_thms then mk_wit_thms (map Lazy.force set_map) else nontriv_wit_thms;
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1151
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1152
        fun mk_in_bd () =
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1153
          let
52813
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1154
            val bdT = fst (dest_relT (fastype_of bnf_bd_As));
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1155
            val bdTs = replicate live bdT;
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1156
            val bd_bnfT = mk_bnf_T bdTs Calpha;
52813
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1157
            val surj_imp_ordLeq_inst = (if live = 0 then TrueI else
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1158
              let
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1159
                val ranTs = map (fn AT => mk_sumT (AT, HOLogic.unitT)) As';
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1160
                val funTs = map (fn T => bdT --> T) ranTs;
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1161
                val ran_bnfT = mk_bnf_T ranTs Calpha;
52813
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1162
                val (revTs, Ts) = `rev (bd_bnfT :: funTs);
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1163
                val cTs = map (SOME o certifyT lthy) [ran_bnfT, Library.foldr1 HOLogic.mk_prodT Ts];
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1164
                val tinst = fold (fn T => fn t => HOLogic.mk_split (Term.absdummy T t)) (tl revTs)
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1165
                  (Term.absdummy (hd revTs) (Term.list_comb (mk_bnf_map bdTs ranTs,
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1166
                    map Bound (live - 1 downto 0)) $ Bound live));
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1167
                val cts = [NONE, SOME (certify lthy tinst)];
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1168
              in
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1169
                Drule.instantiate' cTs cts @{thm surj_imp_ordLeq}
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1170
              end);
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1171
            val bd = mk_cexp
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1172
              (if live = 0 then ctwo
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1173
                else mk_csum (Library.foldr1 (uncurry mk_csum) (map mk_card_of As)) ctwo)
52813
963297a24206 more robust tactic
traytel
parents: 52731
diff changeset
  1174
              (mk_csum bnf_bd_As (mk_card_of (HOLogic.mk_UNIV bd_bnfT)));
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1175
            val in_bd_goal =
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1176
              fold_rev Logic.all As
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1177
                (HOLogic.mk_Trueprop (mk_ordLeq (mk_card_of (mk_in As bnf_sets_As CA')) bd));
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1178
          in
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1179
            Goal.prove_sorry lthy [] [] in_bd_goal
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1180
              (fn {context = ctxt, prems = _} => mk_in_bd_tac ctxt live surj_imp_ordLeq_inst
53288
050d0bc9afa5 renamed BNF fact
blanchet
parents: 53287
diff changeset
  1181
                (Lazy.force map_comp) (Lazy.force map_id) (#map_cong0 axioms)
53290
b6c3be868217 renamed BNF fact
blanchet
parents: 53289
diff changeset
  1182
                (map Lazy.force set_map) (#set_bd axioms) (#bd_card_order axioms)
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1183
                bd_Card_order bd_Cinfinite bd_Cnotzero)
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1184
            |> Thm.close_derivation
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1185
          end;
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1186
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1187
        val in_bd = Lazy.lazy mk_in_bd;
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1188
53561
92bcac4f9ac9 simplified derivation of in_rel
traytel
parents: 53290
diff changeset
  1189
        val rel_OO_Grp = #rel_OO_Grp axioms;
92bcac4f9ac9 simplified derivation of in_rel
traytel
parents: 53290
diff changeset
  1190
        val rel_OO_Grps = no_refl [rel_OO_Grp];
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1191
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1192
        fun mk_rel_Grp () =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1193
          let
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1194
            val lhs = Term.list_comb (rel, map2 mk_Grp As fs);
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1195
            val rhs = mk_Grp (mk_in As bnf_sets_As CA') (Term.list_comb (bnf_map_AsBs, fs));
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49111
diff changeset
  1196
            val goal = fold_rev Logic.all (As @ fs) (mk_Trueprop_eq (lhs, rhs));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1197
          in
51551
88d1d19fb74f tuned signature and module arrangement;
wenzelm
parents: 49631
diff changeset
  1198
            Goal.prove_sorry lthy [] [] goal
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1199
              (fn {context = ctxt, prems = _} => mk_rel_Grp_tac ctxt rel_OO_Grps (#map_id0 axioms)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1200
                (#map_cong0 axioms) (Lazy.force map_id) (Lazy.force map_comp)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1201
                (map Lazy.force set_map))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1202
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1203
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1204
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1205
        val rel_Grp = Lazy.lazy mk_rel_Grp;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1206
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1207
        fun mk_rel_prems f = map2 (HOLogic.mk_Trueprop oo f) Rs Rs_copy
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1208
        fun mk_rel_concl f = HOLogic.mk_Trueprop
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1209
          (f (Term.list_comb (rel, Rs), Term.list_comb (rel, Rs_copy)));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1210
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1211
        fun mk_rel_mono () =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1212
          let
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1213
            val mono_prems = mk_rel_prems mk_leq;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1214
            val mono_concl = mk_rel_concl (uncurry mk_leq);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1215
          in
51551
88d1d19fb74f tuned signature and module arrangement;
wenzelm
parents: 49631
diff changeset
  1216
            Goal.prove_sorry lthy [] []
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1217
              (fold_rev Logic.all (Rs @ Rs_copy) (Logic.list_implies (mono_prems, mono_concl)))
52844
66fa0f602cc4 more robust tactics (don't use unfolding when RHS might contain schematics not contained on the LHS)
traytel
parents: 52813
diff changeset
  1218
              (K (mk_rel_mono_tac rel_OO_Grps (Lazy.force in_mono)))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1219
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1220
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1221
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1222
        fun mk_rel_cong () =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1223
          let
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1224
            val cong_prems = mk_rel_prems (curry HOLogic.mk_eq);
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1225
            val cong_concl = mk_rel_concl HOLogic.mk_eq;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1226
          in
51551
88d1d19fb74f tuned signature and module arrangement;
wenzelm
parents: 49631
diff changeset
  1227
            Goal.prove_sorry lthy [] []
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1228
              (fold_rev Logic.all (Rs @ Rs_copy) (Logic.list_implies (cong_prems, cong_concl)))
51798
ad3a241def73 uniform Proof.context for hyp_subst_tac;
wenzelm
parents: 51790
diff changeset
  1229
              (fn _ => (TRY o hyp_subst_tac lthy THEN' rtac refl) 1)
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1230
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1231
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1232
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1233
        val rel_mono = Lazy.lazy mk_rel_mono;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1234
        val rel_cong = Lazy.lazy mk_rel_cong;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1235
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1236
        fun mk_rel_eq () =
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1237
          Goal.prove_sorry lthy [] []
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1238
            (mk_Trueprop_eq (Term.list_comb (relAsAs, map HOLogic.eq_const As'),
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1239
              HOLogic.eq_const CA'))
53270
c8628119d18e renamed BNF axiom
blanchet
parents: 53265
diff changeset
  1240
            (K (mk_rel_eq_tac live (Lazy.force rel_Grp) (Lazy.force rel_cong) (#map_id0 axioms)))
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1241
          |> Thm.close_derivation;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1242
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1243
        val rel_eq = Lazy.lazy mk_rel_eq;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1244
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1245
        fun mk_rel_conversep () =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1246
          let
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1247
            val relBsAs = mk_bnf_rel pred2RT's CB' CA';
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1248
            val lhs = Term.list_comb (relBsAs, map mk_conversep Rs);
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1249
            val rhs = mk_conversep (Term.list_comb (rel, Rs));
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1250
            val le_goal = fold_rev Logic.all Rs (HOLogic.mk_Trueprop (mk_leq lhs rhs));
51551
88d1d19fb74f tuned signature and module arrangement;
wenzelm
parents: 49631
diff changeset
  1251
            val le_thm = Goal.prove_sorry lthy [] [] le_goal
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1252
              (fn {context = ctxt, prems = _} => mk_rel_conversep_le_tac ctxt rel_OO_Grps
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1253
                (Lazy.force rel_eq) (#map_cong0 axioms) (Lazy.force map_comp)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1254
                (map Lazy.force set_map))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1255
              |> Thm.close_derivation
49123
263b0e330d8b more work on sugar + simplify Trueprop + eq idiom everywhere
blanchet
parents: 49111
diff changeset
  1256
            val goal = fold_rev Logic.all Rs (mk_Trueprop_eq (lhs, rhs));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1257
          in
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1258
            Goal.prove_sorry lthy [] [] goal
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1259
              (K (mk_rel_conversep_tac le_thm (Lazy.force rel_mono)))
49109
0e5b859e1c91 no more aliases for Local_Theory.note; use Thm.close_derivation in internal theorems;
traytel
parents: 49103
diff changeset
  1260
            |> Thm.close_derivation
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1261
          end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1262
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1263
        val rel_conversep = Lazy.lazy mk_rel_conversep;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1264
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1265
        fun mk_rel_OO () =
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1266
          Goal.prove_sorry lthy [] []
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1267
            (fold_rev Logic.all (Rs @ Ss) (HOLogic.mk_Trueprop (mk_leq rel_OO_lhs rel_OO_rhs)))
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1268
            (fn {context = ctxt, prems = _} => mk_rel_OO_le_tac ctxt rel_OO_Grps (Lazy.force rel_eq)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1269
              (#map_cong0 axioms) (Lazy.force map_comp) (map Lazy.force set_map))
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1270
          |> Thm.close_derivation
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1271
          |> (fn thm => @{thm antisym} OF [thm, #le_rel_OO axioms]);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1272
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1273
        val rel_OO = Lazy.lazy mk_rel_OO;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1274
53561
92bcac4f9ac9 simplified derivation of in_rel
traytel
parents: 53290
diff changeset
  1275
        fun mk_in_rel () = trans OF [rel_OO_Grp, @{thm OO_Grp_alt}] RS @{thm predicate2_eqD};
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1276
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1277
        val in_rel = Lazy.lazy mk_in_rel;
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1278
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1279
        fun mk_rel_flip () =
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1280
          let
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1281
            val rel_conversep_thm = Lazy.force rel_conversep;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1282
            val cts = map (SOME o certify lthy) Rs;
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1283
            val rel_conversep_thm' = cterm_instantiate_pos cts rel_conversep_thm;
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1284
          in
51917
f964a9887713 store proper theorems even for fixed points that have no passive live variables
traytel
parents: 51916
diff changeset
  1285
            unfold_thms lthy @{thms conversep_iff} (rel_conversep_thm' RS @{thm predicate2_eqD})
49595
e8c57e59cbf8 got rid of other instance of shaky "Thm.generalize"
blanchet
parents: 49594
diff changeset
  1286
            |> singleton (Proof_Context.export names_lthy pre_names_lthy)
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1287
          end;
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1288
49538
c90818b63599 simplified fact policies
blanchet
parents: 49537
diff changeset
  1289
        val rel_flip = Lazy.lazy mk_rel_flip;
49537
fe1deee434b6 generate "rel_as_srel" and "rel_flip" properties
blanchet
parents: 49536
diff changeset
  1290
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1291
        fun mk_rel_mono_strong () =
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1292
          let
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1293
            fun mk_prem setA setB R S a b =
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1294
              HOLogic.mk_Trueprop
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1295
                (mk_Ball (setA $ x) (Term.absfree (dest_Free a)
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1296
                  (mk_Ball (setB $ y) (Term.absfree (dest_Free b)
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1297
                    (HOLogic.mk_imp (R $ a $ b, S $ a $ b))))));
57301
7b997028aaac generate 'rel_coinduct0' theorem for codatatypes
desharna
parents: 56954
diff changeset
  1298
            val prems = HOLogic.mk_Trueprop (Term.list_comb (rel, Rs) $ x $ y) ::
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1299
              map6 mk_prem bnf_sets_As bnf_sets_Bs Rs Rs_copy zs ys;
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1300
            val concl = HOLogic.mk_Trueprop (Term.list_comb (rel, Rs_copy) $ x $ y);
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1301
          in
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1302
            Goal.prove_sorry lthy [] []
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1303
              (fold_rev Logic.all (x :: y :: Rs @ Rs_copy) (Logic.list_implies (prems, concl)))
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1304
              (fn {context = ctxt, prems = _} => mk_rel_mono_strong_tac ctxt (Lazy.force in_rel)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1305
                (map Lazy.force set_map))
51916
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1306
            |> Thm.close_derivation
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1307
          end;
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1308
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1309
        val rel_mono_strong = Lazy.lazy mk_rel_mono_strong;
eac9e9a45bf5 stronger monotonicity property for relators
traytel
parents: 51915
diff changeset
  1310
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1311
        fun mk_map_transfer () =
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1312
          let
55945
e96383acecf9 renamed 'fun_rel' to 'rel_fun'
blanchet
parents: 55854
diff changeset
  1313
            val rels = map2 mk_rel_fun transfer_domRs transfer_ranRs;
e96383acecf9 renamed 'fun_rel' to 'rel_fun'
blanchet
parents: 55854
diff changeset
  1314
            val rel = mk_rel_fun
52725
ba2bbe825a5e proper transfer rule format for map_transfer
traytel
parents: 52721
diff changeset
  1315
              (Term.list_comb (mk_bnf_rel transfer_domRTs CA' CB1, transfer_domRs))
ba2bbe825a5e proper transfer rule format for map_transfer
traytel
parents: 52721
diff changeset
  1316
              (Term.list_comb (mk_bnf_rel transfer_ranRTs CB' CB2, transfer_ranRs));
ba2bbe825a5e proper transfer rule format for map_transfer
traytel
parents: 52721
diff changeset
  1317
            val concl = HOLogic.mk_Trueprop
55945
e96383acecf9 renamed 'fun_rel' to 'rel_fun'
blanchet
parents: 55854
diff changeset
  1318
              (fold_rev mk_rel_fun rels rel $ bnf_map_AsBs $ mk_bnf_map B1Ts B2Ts);
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1319
          in
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1320
            Goal.prove_sorry lthy [] []
52725
ba2bbe825a5e proper transfer rule format for map_transfer
traytel
parents: 52721
diff changeset
  1321
              (fold_rev Logic.all (transfer_domRs @ transfer_ranRs) concl)
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1322
              (fn {context = ctxt, prems = _} => mk_map_transfer_tac ctxt (Lazy.force rel_mono)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1323
                (Lazy.force in_rel) (map Lazy.force set_map) (#map_cong0 axioms)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1324
                (Lazy.force map_comp))
52719
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1325
            |> Thm.close_derivation
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1326
          end;
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1327
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1328
        val map_transfer = Lazy.lazy mk_map_transfer;
480a3479fa47 transfer rule for map (not yet registered as a transfer rule)
traytel
parents: 52635
diff changeset
  1329
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1330
        val defs = mk_defs bnf_map_def bnf_set_defs bnf_rel_def;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1331
52635
4f84b730c489 got rid of in_bd BNF property (derivable from set_bd+map_cong+map_comp+map_id)
traytel
parents: 51930
diff changeset
  1332
        val facts = mk_facts bd_Card_order bd_Cinfinite bd_Cnotzero collect_set_map in_bd in_cong
57399
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
  1333
          in_mono in_rel inj_map map_comp map_cong map_id map_ident0 map_ident map_transfer rel_eq
cfc19f0a6261 compile
blanchet
parents: 57303
diff changeset
  1334
          rel_flip set_map rel_cong rel_mono rel_mono_strong rel_Grp rel_conversep rel_OO;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1335
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1336
        val wits = map2 mk_witness bnf_wits wit_thms;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1337
49507
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
  1338
        val bnf_rel =
8826d5a4332b renamed "pred" to "rel" (relator)
blanchet
parents: 49506
diff changeset
  1339
          Term.subst_atomic_types ((Ds ~~ deads) @ (As' ~~ alphas) @ (Bs' ~~ betas)) rel;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1340
54841
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1341
        val bnf = mk_bnf bnf_b Calpha live alphas betas dead deads bnf_map bnf_sets bnf_bd axioms
af71b753c459 express weak pullback property of bnfs only in terms of the relator
traytel
parents: 54740
diff changeset
  1342
          defs facts wits bnf_rel;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1343
      in
57631
959caab43a3d use the noted theorem whenever possible, also in 'BNF_Def'
blanchet
parents: 57567
diff changeset
  1344
        note_bnf_thms fact_policy qualify bnf_b bnf lthy
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1345
      end;
49459
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
  1346
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
  1347
    val one_step_defs =
51893
596baae88a88 got rid of the set based relator---use (binary) predicate based relator instead
traytel
parents: 51837
diff changeset
  1348
      no_reflexive (bnf_map_def :: bnf_bd_def :: bnf_set_defs @ bnf_wit_defs @ [bnf_rel_def]);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1349
  in
49459
3f8e2b5249ec adapted FP code to new relator approach
blanchet
parents: 49458
diff changeset
  1350
    (key, goals, wit_goalss, after_qed, lthy, one_step_defs)
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1351
  end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1352
56346
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1353
structure BNF_Interpretation = Interpretation
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1354
(
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1355
  type T = bnf;
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1356
  val eq: T * T -> bool = op = o pairself T_of_bnf;
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1357
);
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1358
56523
2ae16e3d8b6d revert idiomatic handling of namings from 5a93b8f928a2 because in combination with Named_Target.theory_init global names are sometimes created
kuncar
parents: 56522
diff changeset
  1359
(* FIXME naming *)
56376
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1360
fun with_repaired_path f bnf thy =
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1361
  let
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1362
    val qualifiers =
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1363
      (case Binding.dest (name_of_bnf bnf) of
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1364
        (* arbitrarily use "Fun" as prefix for "fun"*)
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1365
        (_, [], @{type_name fun}) => [(Context.theory_name @{theory Fun}, false)]
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1366
      | (_, qs, _) => qs)
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1367
  in
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1368
    thy
56766
ba2fa4e99729 more reliable 'name_of_bnf'
blanchet
parents: 56657
diff changeset
  1369
    |> Sign.root_path
ba2fa4e99729 more reliable 'name_of_bnf'
blanchet
parents: 56657
diff changeset
  1370
    |> fold (uncurry (fn true => Sign.mandatory_path | false => Sign.add_path) o swap) qualifiers
56522
f54003750e7d don't forget to init Interpretation and transfer theorems in the interpretation hook
kuncar
parents: 56376
diff changeset
  1371
    |> (fn thy => f (morph_bnf (Morphism.transfer_morphism thy) bnf) thy)
56766
ba2fa4e99729 more reliable 'name_of_bnf'
blanchet
parents: 56657
diff changeset
  1372
    |> Sign.restore_naming thy
56376
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1373
  end;
5a93b8f928a2 added same idiomatic handling of namings for Ctr_Sugar/BNF-related interpretation hooks as for typedef and (old-style) datatypes
blanchet
parents: 56346
diff changeset
  1374
56657
558afd429255 made SML/NJ happier
blanchet
parents: 56651
diff changeset
  1375
fun bnf_interpretation f = BNF_Interpretation.interpretation (with_repaired_path f);
56346
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1376
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1377
fun register_bnf key bnf =
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1378
  Local_Theory.declaration {syntax = false, pervasive = true}
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1379
    (fn phi => Data.map (Symtab.update (key, morph_bnf phi bnf)))
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1380
  #> Local_Theory.background_theory (BNF_Interpretation.data bnf);
49434
433dc7e028c8 separated registration of BNFs from bnf_def (BNFs are now stored only for bnf_def and (co)data commands)
traytel
parents: 49430
diff changeset
  1381
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
  1382
fun bnf_def const_policy fact_policy internal qualify tacs wit_tac Ds map_b rel_b set_bs =
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1383
  (fn (_, goals, (triv_tac_opt, wit_goalss), after_qed, lthy, one_step_defs) =>
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1384
  let
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1385
    fun mk_wits_tac ctxt set_maps =
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1386
      TRYALL Goal.conjunction_tac THEN
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1387
      (case triv_tac_opt of
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1388
        SOME tac => tac ctxt set_maps
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1389
      | NONE => unfold_thms_tac ctxt one_step_defs THEN wit_tac ctxt);
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1390
    val wit_goals = map Logic.mk_conjunction_balanced wit_goalss;
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1391
    fun mk_wit_thms set_maps =
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1392
      Goal.prove_sorry lthy [] [] (Logic.mk_conjunction_balanced wit_goals)
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1393
        (fn {context = ctxt, prems = _} => mk_wits_tac ctxt set_maps)
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1394
        |> Conjunction.elim_balanced (length wit_goals)
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1395
        |> map2 (Conjunction.elim_balanced o length) wit_goalss
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1396
        |> map (map (Thm.close_derivation o Thm.forall_elim_vars 0));
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1397
  in
51551
88d1d19fb74f tuned signature and module arrangement;
wenzelm
parents: 49631
diff changeset
  1398
    map2 (Thm.close_derivation oo Goal.prove_sorry lthy [] [])
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1399
      goals (map (fn tac => fn {context = ctxt, prems = _} =>
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1400
        unfold_thms_tac ctxt one_step_defs THEN tac ctxt) tacs)
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1401
    |> (fn thms => after_qed mk_wit_thms (map single thms) lthy)
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
  1402
  end) oo prepare_def const_policy fact_policy internal qualify (K I) (K I) Ds map_b rel_b set_bs;
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1403
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1404
val bnf_cmd = (fn (key, goals, (triv_tac_opt, wit_goalss), after_qed, lthy, defs) =>
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1405
  let
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1406
    val wit_goals = map Logic.mk_conjunction_balanced wit_goalss;
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1407
    fun mk_triv_wit_thms tac set_maps =
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1408
      Goal.prove_sorry lthy [] [] (Logic.mk_conjunction_balanced wit_goals)
55197
5a54ed681ba2 less hermetic tactics
traytel
parents: 55061
diff changeset
  1409
        (fn {context = ctxt, prems = _} => TRYALL Goal.conjunction_tac THEN tac ctxt set_maps)
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1410
        |> Conjunction.elim_balanced (length wit_goals)
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1411
        |> map2 (Conjunction.elim_balanced o length) wit_goalss
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1412
        |> map (map (Thm.close_derivation o Thm.forall_elim_vars 0));
57301
7b997028aaac generate 'rel_coinduct0' theorem for codatatypes
desharna
parents: 56954
diff changeset
  1413
    val (mk_wit_thms, nontriv_wit_goals) =
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1414
      (case triv_tac_opt of
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1415
        NONE => (fn _ => [], map (map (rpair [])) wit_goalss)
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1416
      | SOME tac => (mk_triv_wit_thms tac, []));
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1417
  in
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1418
    Proof.unfolding ([[(defs, [])]])
56346
42533f8f4729 added BNF interpretation hook
blanchet
parents: 56016
diff changeset
  1419
      (Proof.theorem NONE (uncurry (register_bnf key) oo after_qed mk_wit_thms)
54189
c0186a0d8cb3 define a trivial nonemptiness witness if none is provided
traytel
parents: 54158
diff changeset
  1420
        (map (single o rpair []) goals @ nontriv_wit_goals) lthy)
56016
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
  1421
  end) oo prepare_def Do_Inline (user_policy Note_Some) false I Syntax.read_typ Syntax.read_term
8875cdcfc85b unfold intermediate definitions after sealing the bnf
traytel
parents: 55945
diff changeset
  1422
    NONE Binding.empty Binding.empty [];
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1423
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1424
fun print_bnfs ctxt =
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1425
  let
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1426
    fun pretty_set sets i = Pretty.block
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1427
      [Pretty.str (mk_setN (i + 1) ^ ":"), Pretty.brk 1,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1428
          Pretty.quote (Syntax.pretty_term ctxt (nth sets i))];
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1429
56903
69b6369a98fa generate 'map_ident' theorem for BNFs
desharna
parents: 56766
diff changeset
  1430
    fun pretty_bnf (key, BNF {T, map, sets, bd, live, lives, dead, deads, ...}) =
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1431
      Pretty.big_list
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1432
        (Pretty.string_of (Pretty.block [Pretty.str key, Pretty.str ":", Pretty.brk 1,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1433
          Pretty.quote (Syntax.pretty_typ ctxt T)]))
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1434
        ([Pretty.block [Pretty.str "live:", Pretty.brk 1, Pretty.str (string_of_int live),
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1435
            Pretty.brk 3, Pretty.list "[" "]" (List.map (Syntax.pretty_typ ctxt) lives)],
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1436
          Pretty.block [Pretty.str "dead:", Pretty.brk 1, Pretty.str (string_of_int dead),
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1437
            Pretty.brk 3, Pretty.list "[" "]" (List.map (Syntax.pretty_typ ctxt) deads)],
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1438
          Pretty.block [Pretty.str (mapN ^ ":"), Pretty.brk 1,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1439
            Pretty.quote (Syntax.pretty_term ctxt map)]] @
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1440
          List.map (pretty_set sets) (0 upto length sets - 1) @
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1441
          [Pretty.block [Pretty.str (bdN ^ ":"), Pretty.brk 1,
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1442
            Pretty.quote (Syntax.pretty_term ctxt bd)]]);
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1443
  in
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1444
    Pretty.big_list "BNFs:" (map pretty_bnf (Symtab.dest (Data.get (Context.Proof ctxt))))
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1445
    |> Pretty.writeln
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1446
  end;
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1447
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1448
val _ =
51836
4d6dcd51dd52 renamed "bnf_def" keyword to "bnf" (since it's not a definition, but rather a registration)
blanchet
parents: 51823
diff changeset
  1449
  Outer_Syntax.improper_command @{command_spec "print_bnfs"}
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
  1450
    "print all bounded natural functors"
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1451
    (Scan.succeed (Toplevel.keep (print_bnfs o Toplevel.context_of)));
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1452
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1453
val _ =
51836
4d6dcd51dd52 renamed "bnf_def" keyword to "bnf" (since it's not a definition, but rather a registration)
blanchet
parents: 51823
diff changeset
  1454
  Outer_Syntax.local_theory_to_proof @{command_spec "bnf"}
53289
5e0623448bdb renamed BNF axiom
blanchet
parents: 53288
diff changeset
  1455
    "register a type as a bounded natural functor"
54421
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1456
    (parse_opt_binding_colon -- Parse.typ --|
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1457
       (Parse.reserved "map" -- @{keyword ":"}) -- Parse.term --
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1458
       (Scan.option ((Parse.reserved "sets" -- @{keyword ":"}) |--
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1459
         Scan.repeat1 (Scan.unless (Parse.reserved "bd") Parse.term)) >> the_default []) --|
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1460
       (Parse.reserved "bd" -- @{keyword ":"}) -- Parse.term --
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1461
       (Scan.option ((Parse.reserved "wits" -- @{keyword ":"}) |--
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1462
         Scan.repeat1 (Scan.unless (Parse.reserved "rel") Parse.term)) >> the_default []) --
632be352a5a3 more explicit syntax for defining a bnf
traytel
parents: 54285
diff changeset
  1463
       Scan.option ((Parse.reserved "rel" -- @{keyword ":"}) |-- Parse.term)
51836
4d6dcd51dd52 renamed "bnf_def" keyword to "bnf" (since it's not a definition, but rather a registration)
blanchet
parents: 51823
diff changeset
  1464
       >> bnf_cmd);
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1465
56522
f54003750e7d don't forget to init Interpretation and transfer theorems in the interpretation hook
kuncar
parents: 56376
diff changeset
  1466
val _ = Context.>> (Context.map_theory BNF_Interpretation.init);
f54003750e7d don't forget to init Interpretation and transfer theorems in the interpretation hook
kuncar
parents: 56376
diff changeset
  1467
48975
7f79f94a432c added new (co)datatype package + theories of ordinals and cardinals (with Dmitriy and Andrei)
blanchet
parents:
diff changeset
  1468
end;