src/ZF/CardinalArith.ML
author wenzelm
Wed, 11 Jan 1995 10:57:39 +0100
changeset 843 c1a4a4206102
parent 823 33dc37d46296
child 846 c4566750dc12
permissions -rw-r--r--
removed print_sign, print_axioms;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
     1
(*  Title: 	ZF/CardinalArith.ML
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
     2
    ID:         $Id$
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
     3
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
     4
    Copyright   1994  University of Cambridge
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
     5
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
     6
Cardinal arithmetic -- WITHOUT the Axiom of Choice
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
     7
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
     8
Note: Could omit proving the associative laws for cardinal addition and
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
     9
multiplication.  On finite cardinals these operations coincide with
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    10
addition and multiplication of natural numbers; on infinite cardinals they
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    11
coincide with union (maximum).  Either way we get associativity for free.
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    12
*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    13
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    14
open CardinalArith;
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    15
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    16
(*** Elementary properties ***)
467
92868dab2939 new cardinal arithmetic developments
lcp
parents: 437
diff changeset
    17
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    18
(*Use AC to discharge first premise*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    19
goal CardinalArith.thy
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    20
    "!!A B. [| well_ord(B,r);  A lepoll B |] ==> |A| le |B|";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    21
by (res_inst_tac [("i","|A|"),("j","|B|")] Ord_linear_le 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    22
by (REPEAT_FIRST (ares_tac [Ord_cardinal, le_eqI]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    23
by (rtac (eqpollI RS cardinal_cong) 1 THEN assume_tac 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    24
by (rtac lepoll_trans 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    25
by (rtac (well_ord_cardinal_eqpoll RS eqpoll_sym RS eqpoll_imp_lepoll) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    26
by (assume_tac 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    27
by (etac (le_imp_subset RS subset_imp_lepoll RS lepoll_trans) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    28
by (rtac eqpoll_imp_lepoll 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    29
by (rewtac lepoll_def);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    30
by (etac exE 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    31
by (rtac well_ord_cardinal_eqpoll 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    32
by (etac well_ord_rvimage 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    33
by (assume_tac 1);
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
    34
qed "well_ord_lepoll_imp_Card_le";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    35
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    36
(*Each element of Fin(A) is equivalent to a natural number*)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    37
goal CardinalArith.thy
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    38
    "!!X A. X: Fin(A) ==> EX n:nat. X eqpoll n";
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    39
by (etac Fin_induct 1);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    40
by (fast_tac (ZF_cs addIs [eqpoll_refl, nat_0I]) 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    41
by (fast_tac (ZF_cs addSIs [cons_eqpoll_cong, 
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    42
			    rewrite_rule [succ_def] nat_succI] 
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    43
                            addSEs [mem_irrefl]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    44
qed "Fin_eqpoll";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    45
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    46
(*** Cardinal addition ***)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    47
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    48
(** Cardinal addition is commutative **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    49
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    50
goalw CardinalArith.thy [eqpoll_def] "A+B eqpoll B+A";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    51
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    52
by (res_inst_tac [("c", "case(Inr, Inl)"), ("d", "case(Inr, Inl)")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    53
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    54
by (safe_tac (ZF_cs addSEs [sumE]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    55
by (ALLGOALS (asm_simp_tac case_ss));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    56
qed "sum_commute_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    57
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    58
goalw CardinalArith.thy [cadd_def] "i |+| j = j |+| i";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    59
by (rtac (sum_commute_eqpoll RS cardinal_cong) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    60
qed "cadd_commute";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    61
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    62
(** Cardinal addition is associative **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    63
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    64
goalw CardinalArith.thy [eqpoll_def] "(A+B)+C eqpoll A+(B+C)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    65
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    66
by (res_inst_tac [("c", "case(case(Inl, %y.Inr(Inl(y))), %y. Inr(Inr(y)))"),
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    67
		  ("d", "case(%x.Inl(Inl(x)), case(%x.Inl(Inr(x)), Inr))")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    68
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    69
by (ALLGOALS (asm_simp_tac (case_ss setloop etac sumE)));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    70
qed "sum_assoc_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    71
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    72
(*Unconditional version requires AC*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    73
goalw CardinalArith.thy [cadd_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    74
    "!!i j k. [| well_ord(i,ri); well_ord(j,rj); well_ord(k,rk) |] ==>	\
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    75
\             (i |+| j) |+| k = i |+| (j |+| k)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    76
by (rtac cardinal_cong 1);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    77
by (rtac ([well_ord_cardinal_eqpoll, eqpoll_refl] MRS sum_eqpoll_cong RS
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    78
	  eqpoll_trans) 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    79
by (rtac (sum_assoc_eqpoll RS eqpoll_trans) 2);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    80
by (rtac ([eqpoll_refl, well_ord_cardinal_eqpoll] MRS sum_eqpoll_cong RS
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
    81
	  eqpoll_sym) 2);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    82
by (REPEAT (ares_tac [well_ord_radd] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    83
qed "well_ord_cadd_assoc";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    84
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    85
(** 0 is the identity for addition **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    86
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    87
goalw CardinalArith.thy [eqpoll_def] "0+A eqpoll A";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    88
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    89
by (res_inst_tac [("c", "case(%x.x, %y.y)"), ("d", "Inr")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    90
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    91
by (ALLGOALS (asm_simp_tac (case_ss setloop eresolve_tac [sumE,emptyE])));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    92
qed "sum_0_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    93
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
    94
goalw CardinalArith.thy [cadd_def] "!!K. Card(K) ==> 0 |+| K = K";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    95
by (asm_simp_tac (ZF_ss addsimps [sum_0_eqpoll RS cardinal_cong, 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    96
				  Card_cardinal_eq]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
    97
qed "cadd_0";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
    98
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
    99
(** Addition by another cardinal **)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   100
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   101
goalw CardinalArith.thy [lepoll_def, inj_def] "A lepoll A+B";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   102
by (res_inst_tac [("x", "lam x:A. Inl(x)")] exI 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   103
by (asm_simp_tac (sum_ss addsimps [lam_type]) 1);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   104
qed "sum_lepoll_self";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   105
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   106
(*Could probably weaken the premises to well_ord(K,r), or removing using AC*)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   107
goalw CardinalArith.thy [cadd_def]
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   108
    "!!K. [| Card(K);  Ord(L) |] ==> K le (K |+| L)";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   109
by (rtac ([Card_cardinal_le, well_ord_lepoll_imp_Card_le] MRS le_trans) 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   110
by (rtac sum_lepoll_self 3);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   111
by (REPEAT (ares_tac [well_ord_radd, well_ord_Memrel, Card_is_Ord] 1));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   112
qed "cadd_le_self";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   113
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   114
(** Monotonicity of addition **)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   115
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   116
goalw CardinalArith.thy [lepoll_def]
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   117
     "!!A B C D. [| A lepoll C;  B lepoll D |] ==> A + B  lepoll  C + D";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   118
by (REPEAT (etac exE 1));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   119
by (res_inst_tac [("x", "lam z:A+B. case(%w. Inl(f`w), %y. Inr(fa`y), z)")] 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   120
    exI 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   121
by (res_inst_tac 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   122
      [("d", "case(%w. Inl(converse(f)`w), %y. Inr(converse(fa)`y))")] 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   123
      lam_injective 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   124
by (typechk_tac ([inj_is_fun,case_type, InlI, InrI] @ ZF_typechecks));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   125
by (etac sumE 1);
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   126
by (ALLGOALS (asm_simp_tac (sum_ss addsimps [left_inverse])));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   127
qed "sum_lepoll_mono";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   128
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   129
goalw CardinalArith.thy [cadd_def]
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   130
    "!!K. [| K' le K;  L' le L |] ==> (K' |+| L') le (K |+| L)";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   131
by (safe_tac (ZF_cs addSDs [le_subset_iff RS iffD1]));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   132
by (rtac well_ord_lepoll_imp_Card_le 1);
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   133
by (REPEAT (ares_tac [sum_lepoll_mono, subset_imp_lepoll] 2));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   134
by (REPEAT (ares_tac [well_ord_radd, well_ord_Memrel] 1));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   135
qed "cadd_le_mono";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   136
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   137
(** Addition of finite cardinals is "ordinary" addition **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   138
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   139
goalw CardinalArith.thy [eqpoll_def] "succ(A)+B eqpoll succ(A+B)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   140
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   141
by (res_inst_tac [("c", "%z.if(z=Inl(A),A+B,z)"), 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   142
		  ("d", "%z.if(z=A+B,Inl(A),z)")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   143
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   144
by (ALLGOALS
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   145
    (asm_simp_tac (case_ss addsimps [succI2, mem_imp_not_eq]
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   146
		           setloop eresolve_tac [sumE,succE])));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   147
qed "sum_succ_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   148
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   149
(*Pulling the  succ(...)  outside the |...| requires m, n: nat  *)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   150
(*Unconditional version requires AC*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   151
goalw CardinalArith.thy [cadd_def]
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   152
    "!!m n. [| Ord(m);  Ord(n) |] ==> succ(m) |+| n = |succ(m |+| n)|";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   153
by (rtac (sum_succ_eqpoll RS cardinal_cong RS trans) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   154
by (rtac (succ_eqpoll_cong RS cardinal_cong) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   155
by (rtac (well_ord_cardinal_eqpoll RS eqpoll_sym) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   156
by (REPEAT (ares_tac [well_ord_radd, well_ord_Memrel] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   157
qed "cadd_succ_lemma";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   158
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   159
val [mnat,nnat] = goal CardinalArith.thy
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   160
    "[| m: nat;  n: nat |] ==> m |+| n = m#+n";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   161
by (cut_facts_tac [nnat] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   162
by (nat_ind_tac "m" [mnat] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   163
by (asm_simp_tac (arith_ss addsimps [nat_into_Card RS cadd_0]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   164
by (asm_simp_tac (arith_ss addsimps [nat_into_Ord, cadd_succ_lemma,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   165
				     nat_into_Card RS Card_cardinal_eq]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   166
qed "nat_cadd_eq_add";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   167
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   168
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   169
(*** Cardinal multiplication ***)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   170
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   171
(** Cardinal multiplication is commutative **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   172
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   173
(*Easier to prove the two directions separately*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   174
goalw CardinalArith.thy [eqpoll_def] "A*B eqpoll B*A";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   175
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   176
by (res_inst_tac [("c", "split(%x y.<y,x>)"), ("d", "split(%x y.<y,x>)")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   177
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   178
by (safe_tac ZF_cs);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   179
by (ALLGOALS (asm_simp_tac ZF_ss));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   180
qed "prod_commute_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   181
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   182
goalw CardinalArith.thy [cmult_def] "i |*| j = j |*| i";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   183
by (rtac (prod_commute_eqpoll RS cardinal_cong) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   184
qed "cmult_commute";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   185
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   186
(** Cardinal multiplication is associative **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   187
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   188
goalw CardinalArith.thy [eqpoll_def] "(A*B)*C eqpoll A*(B*C)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   189
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   190
by (res_inst_tac [("c", "split(%w z. split(%x y. <x,<y,z>>, w))"),
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   191
		  ("d", "split(%x.   split(%y z. <<x,y>, z>))")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   192
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   193
by (safe_tac ZF_cs);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   194
by (ALLGOALS (asm_simp_tac ZF_ss));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   195
qed "prod_assoc_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   196
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   197
(*Unconditional version requires AC*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   198
goalw CardinalArith.thy [cmult_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   199
    "!!i j k. [| well_ord(i,ri); well_ord(j,rj); well_ord(k,rk) |] ==>	\
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   200
\             (i |*| j) |*| k = i |*| (j |*| k)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   201
by (rtac cardinal_cong 1);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   202
by (rtac ([well_ord_cardinal_eqpoll, eqpoll_refl] MRS prod_eqpoll_cong RS
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   203
	  eqpoll_trans) 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   204
by (rtac (prod_assoc_eqpoll RS eqpoll_trans) 2);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   205
by (rtac ([eqpoll_refl, well_ord_cardinal_eqpoll] MRS prod_eqpoll_cong RS
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   206
	  eqpoll_sym) 2);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   207
by (REPEAT (ares_tac [well_ord_rmult] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   208
qed "well_ord_cmult_assoc";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   209
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   210
(** Cardinal multiplication distributes over addition **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   211
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   212
goalw CardinalArith.thy [eqpoll_def] "(A+B)*C eqpoll (A*C)+(B*C)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   213
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   214
by (res_inst_tac
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   215
    [("c", "split(%x z. case(%y.Inl(<y,z>), %y.Inr(<y,z>), x))"),
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   216
     ("d", "case(split(%x y.<Inl(x),y>), split(%x y.<Inr(x),y>))")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   217
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   218
by (safe_tac (ZF_cs addSEs [sumE]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   219
by (ALLGOALS (asm_simp_tac case_ss));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   220
qed "sum_prod_distrib_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   221
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   222
(** Multiplication by 0 yields 0 **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   223
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   224
goalw CardinalArith.thy [eqpoll_def] "0*A eqpoll 0";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   225
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   226
by (rtac lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   227
by (safe_tac ZF_cs);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   228
qed "prod_0_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   229
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   230
goalw CardinalArith.thy [cmult_def] "0 |*| i = 0";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   231
by (asm_simp_tac (ZF_ss addsimps [prod_0_eqpoll RS cardinal_cong, 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   232
				  Card_0 RS Card_cardinal_eq]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   233
qed "cmult_0";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   234
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   235
(** 1 is the identity for multiplication **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   236
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   237
goalw CardinalArith.thy [eqpoll_def] "{x}*A eqpoll A";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   238
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   239
by (res_inst_tac [("c", "snd"), ("d", "%z.<x,z>")] lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   240
by (safe_tac ZF_cs);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   241
by (ALLGOALS (asm_simp_tac ZF_ss));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   242
qed "prod_singleton_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   243
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   244
goalw CardinalArith.thy [cmult_def, succ_def] "!!K. Card(K) ==> 1 |*| K = K";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   245
by (asm_simp_tac (ZF_ss addsimps [prod_singleton_eqpoll RS cardinal_cong, 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   246
				  Card_cardinal_eq]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   247
qed "cmult_1";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   248
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   249
(*** Some inequalities for multiplication ***)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   250
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   251
goalw CardinalArith.thy [lepoll_def, inj_def] "A lepoll A*A";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   252
by (res_inst_tac [("x", "lam x:A. <x,x>")] exI 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   253
by (simp_tac (ZF_ss addsimps [lam_type]) 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   254
qed "prod_square_lepoll";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   255
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   256
(*Could probably weaken the premise to well_ord(K,r), or remove using AC*)
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   257
goalw CardinalArith.thy [cmult_def] "!!K. Card(K) ==> K le K |*| K";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   258
by (rtac le_trans 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   259
by (rtac well_ord_lepoll_imp_Card_le 2);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   260
by (rtac prod_square_lepoll 3);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   261
by (REPEAT (ares_tac [well_ord_rmult, well_ord_Memrel, Card_is_Ord] 2));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   262
by (asm_simp_tac (ZF_ss addsimps [le_refl, Card_is_Ord, Card_cardinal_eq]) 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   263
qed "cmult_square_le";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   264
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   265
(** Multiplication by a non-zero cardinal **)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   266
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   267
goalw CardinalArith.thy [lepoll_def, inj_def] "!!b. b: B ==> A lepoll A*B";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   268
by (res_inst_tac [("x", "lam x:A. <x,b>")] exI 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   269
by (asm_simp_tac (ZF_ss addsimps [lam_type]) 1);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   270
qed "prod_lepoll_self";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   271
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   272
(*Could probably weaken the premises to well_ord(K,r), or removing using AC*)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   273
goalw CardinalArith.thy [cmult_def]
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   274
    "!!K. [| Card(K);  Ord(L);  0<L |] ==> K le (K |*| L)";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   275
by (rtac ([Card_cardinal_le, well_ord_lepoll_imp_Card_le] MRS le_trans) 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   276
by (rtac prod_lepoll_self 3);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   277
by (REPEAT (ares_tac [well_ord_rmult, well_ord_Memrel, Card_is_Ord, ltD] 1));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   278
qed "cmult_le_self";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   279
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   280
(** Monotonicity of multiplication **)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   281
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   282
goalw CardinalArith.thy [lepoll_def]
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   283
     "!!A B C D. [| A lepoll C;  B lepoll D |] ==> A * B  lepoll  C * D";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   284
by (REPEAT (etac exE 1));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   285
by (res_inst_tac [("x", "lam z:A*B. split(%w y.<f`w, fa`y>, z)")] exI 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   286
by (res_inst_tac [("d", "split(%w y.<converse(f)`w, converse(fa)`y>)")] 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   287
		  lam_injective 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   288
by (typechk_tac (inj_is_fun::ZF_typechecks));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   289
by (etac SigmaE 1);
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   290
by (asm_simp_tac (ZF_ss addsimps [left_inverse]) 1);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   291
qed "prod_lepoll_mono";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   292
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   293
goalw CardinalArith.thy [cmult_def]
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   294
    "!!K. [| K' le K;  L' le L |] ==> (K' |*| L') le (K |*| L)";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   295
by (safe_tac (ZF_cs addSDs [le_subset_iff RS iffD1]));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   296
by (rtac well_ord_lepoll_imp_Card_le 1);
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   297
by (REPEAT (ares_tac [prod_lepoll_mono, subset_imp_lepoll] 2));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   298
by (REPEAT (ares_tac [well_ord_rmult, well_ord_Memrel] 1));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   299
qed "cmult_le_mono";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   300
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   301
(*** Multiplication of finite cardinals is "ordinary" multiplication ***)
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   302
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   303
goalw CardinalArith.thy [eqpoll_def] "succ(A)*B eqpoll B + A*B";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   304
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   305
by (res_inst_tac [("c", "split(%x y. if(x=A, Inl(y), Inr(<x,y>)))"), 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   306
		  ("d", "case(%y. <A,y>, %z.z)")] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   307
    lam_bijective 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   308
by (safe_tac (ZF_cs addSEs [sumE]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   309
by (ALLGOALS
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   310
    (asm_simp_tac (case_ss addsimps [succI2, if_type, mem_imp_not_eq])));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   311
qed "prod_succ_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   312
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   313
(*Unconditional version requires AC*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   314
goalw CardinalArith.thy [cmult_def, cadd_def]
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   315
    "!!m n. [| Ord(m);  Ord(n) |] ==> succ(m) |*| n = n |+| (m |*| n)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   316
by (rtac (prod_succ_eqpoll RS cardinal_cong RS trans) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   317
by (rtac (cardinal_cong RS sym) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   318
by (rtac ([eqpoll_refl, well_ord_cardinal_eqpoll] MRS sum_eqpoll_cong) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   319
by (REPEAT (ares_tac [well_ord_rmult, well_ord_Memrel] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   320
qed "cmult_succ_lemma";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   321
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   322
val [mnat,nnat] = goal CardinalArith.thy
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   323
    "[| m: nat;  n: nat |] ==> m |*| n = m#*n";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   324
by (cut_facts_tac [nnat] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   325
by (nat_ind_tac "m" [mnat] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   326
by (asm_simp_tac (arith_ss addsimps [cmult_0]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   327
by (asm_simp_tac (arith_ss addsimps [nat_into_Ord, cmult_succ_lemma,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   328
				     nat_cadd_eq_add]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   329
qed "nat_cmult_eq_mult";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   330
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   331
goal CardinalArith.thy "!!m n. Card(n) ==> 2 |*| n = n |+| n";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   332
by (asm_simp_tac 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   333
    (ZF_ss addsimps [Ord_0, Ord_succ, cmult_0, cmult_succ_lemma, Card_is_Ord,
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   334
		     read_instantiate [("j","0")] cadd_commute, cadd_0]) 1);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   335
qed "cmult_2";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   336
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   337
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   338
(*** Infinite Cardinals are Limit Ordinals ***)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   339
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   340
(*This proof is modelled upon one assuming nat<=A, with injection
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   341
  lam z:cons(u,A). if(z=u, 0, if(z : nat, succ(z), z))  and inverse
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   342
  %y. if(y:nat, nat_case(u,%z.z,y), y).  If f: inj(nat,A) then
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   343
  range(f) behaves like the natural numbers.*)
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 488
diff changeset
   344
goalw CardinalArith.thy [lepoll_def]
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   345
    "!!i. nat lepoll A ==> cons(u,A) lepoll A";
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   346
by (etac exE 1);
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 488
diff changeset
   347
by (res_inst_tac [("x",
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   348
    "lam z:cons(u,A). if(z=u, f`0, 	\
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   349
\                        if(z: range(f), f`succ(converse(f)`z), z))")] exI 1);
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   350
by (res_inst_tac [("d", "%y. if(y: range(f), 	\
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   351
\                               nat_case(u, %z.f`z, converse(f)`y), y)")] 
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 488
diff changeset
   352
    lam_injective 1);
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   353
by (fast_tac (ZF_cs addSIs [if_type, nat_0I, nat_succI, apply_type]
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   354
                    addIs  [inj_is_fun, inj_converse_fun]) 1);
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 488
diff changeset
   355
by (asm_simp_tac 
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   356
    (ZF_ss addsimps [inj_is_fun RS apply_rangeI,
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   357
		     inj_converse_fun RS apply_rangeI,
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   358
		     inj_converse_fun RS apply_funtype,
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   359
		     left_inverse, right_inverse, nat_0I, nat_succI, 
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   360
		     nat_case_0, nat_case_succ]
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 488
diff changeset
   361
           setloop split_tac [expand_if]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   362
qed "nat_cons_lepoll";
516
1957113f0d7d installation of new inductive/datatype sections
lcp
parents: 488
diff changeset
   363
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   364
goal CardinalArith.thy "!!i. nat lepoll A ==> cons(u,A) eqpoll A";
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   365
by (etac (nat_cons_lepoll RS eqpollI) 1);
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   366
by (rtac (subset_consI RS subset_imp_lepoll) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   367
qed "nat_cons_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   368
571
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   369
(*Specialized version required below*)
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   370
goalw CardinalArith.thy [succ_def] "!!i. nat <= A ==> succ(A) eqpoll A";
0b03ce5b62f7 ZF/Cardinal: some results moved here from CardinalArith
lcp
parents: 523
diff changeset
   371
by (eresolve_tac [subset_imp_lepoll RS nat_cons_eqpoll] 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   372
qed "nat_succ_eqpoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   373
488
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   374
goalw CardinalArith.thy [InfCard_def] "InfCard(nat)";
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   375
by (fast_tac (ZF_cs addIs [Card_nat, le_refl, Card_is_Ord]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   376
qed "InfCard_nat";
488
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   377
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   378
goalw CardinalArith.thy [InfCard_def] "!!K. InfCard(K) ==> Card(K)";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   379
by (etac conjunct1 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   380
qed "InfCard_is_Card";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   381
523
972119df615e ZF/CardinalArith/InfCard_Un: new
lcp
parents: 517
diff changeset
   382
goalw CardinalArith.thy [InfCard_def]
972119df615e ZF/CardinalArith/InfCard_Un: new
lcp
parents: 517
diff changeset
   383
    "!!K L. [| InfCard(K);  Card(L) |] ==> InfCard(K Un L)";
972119df615e ZF/CardinalArith/InfCard_Un: new
lcp
parents: 517
diff changeset
   384
by (asm_simp_tac (ZF_ss addsimps [Card_Un, Un_upper1_le RSN (2,le_trans), 
972119df615e ZF/CardinalArith/InfCard_Un: new
lcp
parents: 517
diff changeset
   385
				  Card_is_Ord]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   386
qed "InfCard_Un";
523
972119df615e ZF/CardinalArith/InfCard_Un: new
lcp
parents: 517
diff changeset
   387
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   388
(*Kunen's Lemma 10.11*)
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   389
goalw CardinalArith.thy [InfCard_def] "!!K. InfCard(K) ==> Limit(K)";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   390
by (etac conjE 1);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   391
by (forward_tac [Card_is_Ord] 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   392
by (rtac (ltI RS non_succ_LimitI) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   393
by (etac ([asm_rl, nat_0I] MRS (le_imp_subset RS subsetD)) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   394
by (safe_tac (ZF_cs addSDs [Limit_nat RS Limit_le_succD]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   395
by (rewtac Card_def);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   396
by (dtac trans 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   397
by (etac (le_imp_subset RS nat_succ_eqpoll RS cardinal_cong) 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   398
by (etac (Ord_succD RS Ord_cardinal_le RS lt_trans2 RS lt_irrefl) 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   399
by (REPEAT (ares_tac [le_eqI, Ord_cardinal] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   400
qed "InfCard_is_Limit";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   401
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   402
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   403
(*** An infinite cardinal equals its square (Kunen, Thm 10.12, page 29) ***)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   404
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   405
(*A general fact about ordermap*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   406
goalw Cardinal.thy [eqpoll_def]
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   407
    "!!A. [| well_ord(A,r);  x:A |] ==> ordermap(A,r)`x eqpoll pred(A,x,r)";
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   408
by (rtac exI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   409
by (asm_simp_tac (ZF_ss addsimps [ordermap_eq_image, well_ord_is_wf]) 1);
467
92868dab2939 new cardinal arithmetic developments
lcp
parents: 437
diff changeset
   410
by (etac (ordermap_bij RS bij_is_inj RS restrict_bij RS bij_converse_bij) 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   411
by (rtac pred_subset 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   412
qed "ordermap_eqpoll_pred";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   413
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   414
(** Establishing the well-ordering **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   415
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   416
goalw CardinalArith.thy [inj_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   417
 "!!K. Ord(K) ==>	\
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   418
\ (lam z:K*K. split(%x y. <x Un y, <x, y>>, z)) : inj(K*K, K*K*K)";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   419
by (safe_tac ZF_cs);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   420
by (fast_tac (ZF_cs addIs [lam_type, Un_least_lt RS ltD, ltI]
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   421
                    addSEs [split_type]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   422
by (asm_full_simp_tac ZF_ss 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   423
qed "csquare_lam_inj";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   424
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   425
goalw CardinalArith.thy [csquare_rel_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   426
 "!!K. Ord(K) ==> well_ord(K*K, csquare_rel(K))";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   427
by (rtac (csquare_lam_inj RS well_ord_rvimage) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   428
by (REPEAT (ares_tac [well_ord_rmult, well_ord_Memrel] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   429
qed "well_ord_csquare";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   430
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   431
(** Characterising initial segments of the well-ordering **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   432
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   433
goalw CardinalArith.thy [csquare_rel_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   434
 "!!K. [| x<K;  y<K;  z<K |] ==> \
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   435
\      <<x,y>, <z,z>> : csquare_rel(K) --> x le z & y le z";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   436
by (REPEAT (etac ltE 1));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   437
by (asm_simp_tac (ZF_ss addsimps [rvimage_iff, rmult_iff, Memrel_iff,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   438
                                  Un_absorb, Un_least_mem_iff, ltD]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   439
by (safe_tac (ZF_cs addSEs [mem_irrefl] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   440
                    addSIs [Un_upper1_le, Un_upper2_le]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   441
by (ALLGOALS (asm_simp_tac (ZF_ss addsimps [lt_def, succI2, Ord_succ])));
800
23f55b829ccb Limit_csucc: moved to InfDatatype and proved explicitly in
lcp
parents: 782
diff changeset
   442
val csquareD_lemma = result();
23f55b829ccb Limit_csucc: moved to InfDatatype and proved explicitly in
lcp
parents: 782
diff changeset
   443
23f55b829ccb Limit_csucc: moved to InfDatatype and proved explicitly in
lcp
parents: 782
diff changeset
   444
bind_thm ("csquareD", csquareD_lemma RS mp);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   445
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   446
goalw CardinalArith.thy [pred_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   447
 "!!K. z<K ==> pred(K*K, <z,z>, csquare_rel(K)) <= succ(z)*succ(z)";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   448
by (safe_tac (lemmas_cs addSEs [SigmaE]));	(*avoids using succCI*)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   449
by (rtac (csquareD RS conjE) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   450
by (rewtac lt_def);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   451
by (assume_tac 4);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   452
by (ALLGOALS (fast_tac ZF_cs));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   453
qed "pred_csquare_subset";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   454
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   455
goalw CardinalArith.thy [csquare_rel_def]
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   456
 "!!K. [| x<z;  y<z;  z<K |] ==>  <<x,y>, <z,z>> : csquare_rel(K)";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   457
by (subgoals_tac ["x<K", "y<K"] 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   458
by (REPEAT (eresolve_tac [asm_rl, lt_trans] 2));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   459
by (REPEAT (etac ltE 1));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   460
by (asm_simp_tac (ZF_ss addsimps [rvimage_iff, rmult_iff, Memrel_iff,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   461
                                  Un_absorb, Un_least_mem_iff, ltD]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   462
qed "csquare_ltI";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   463
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   464
(*Part of the traditional proof.  UNUSED since it's harder to prove & apply *)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   465
goalw CardinalArith.thy [csquare_rel_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   466
 "!!K. [| x le z;  y le z;  z<K |] ==> \
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   467
\      <<x,y>, <z,z>> : csquare_rel(K) | x=z & y=z";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   468
by (subgoals_tac ["x<K", "y<K"] 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   469
by (REPEAT (eresolve_tac [asm_rl, lt_trans1] 2));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   470
by (REPEAT (etac ltE 1));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   471
by (asm_simp_tac (ZF_ss addsimps [rvimage_iff, rmult_iff, Memrel_iff,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   472
                                  Un_absorb, Un_least_mem_iff, ltD]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   473
by (REPEAT_FIRST (etac succE));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   474
by (ALLGOALS
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   475
    (asm_simp_tac (ZF_ss addsimps [subset_Un_iff RS iff_sym, 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   476
				   subset_Un_iff2 RS iff_sym, OrdmemD])));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   477
qed "csquare_or_eqI";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   478
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   479
(** The cardinality of initial segments **)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   480
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   481
goal CardinalArith.thy
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   482
    "!!K. [| InfCard(K);  x<K;  y<K;  z=succ(x Un y) |] ==> \
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   483
\         ordermap(K*K, csquare_rel(K)) ` <x,y> lepoll 		\
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   484
\         ordermap(K*K, csquare_rel(K)) ` <z,z>";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   485
by (subgoals_tac ["z<K", "well_ord(K*K, csquare_rel(K))"] 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   486
by (etac (InfCard_is_Card RS Card_is_Ord RS well_ord_csquare) 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   487
by (fast_tac (ZF_cs addSIs [Un_least_lt, InfCard_is_Limit, Limit_has_succ]) 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   488
by (rtac (OrdmemD RS subset_imp_lepoll) 1);
467
92868dab2939 new cardinal arithmetic developments
lcp
parents: 437
diff changeset
   489
by (res_inst_tac [("z1","z")] (csquare_ltI RS ordermap_mono) 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   490
by (etac well_ord_is_wf 4);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   491
by (ALLGOALS 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   492
    (fast_tac (ZF_cs addSIs [Un_upper1_le, Un_upper2_le, Ord_ordermap] 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   493
                     addSEs [ltE])));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   494
qed "ordermap_z_lepoll";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   495
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   496
(*Kunen: "each <x,y>: K*K has no more than z*z predecessors..." (page 29) *)
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   497
goalw CardinalArith.thy [cmult_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   498
  "!!K. [| InfCard(K);  x<K;  y<K;  z=succ(x Un y) |] ==> \
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   499
\       | ordermap(K*K, csquare_rel(K)) ` <x,y> | le  |succ(z)| |*| |succ(z)|";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   500
by (rtac (well_ord_rmult RS well_ord_lepoll_imp_Card_le) 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   501
by (REPEAT (ares_tac [Ord_cardinal, well_ord_Memrel] 1));
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   502
by (subgoals_tac ["z<K"] 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   503
by (fast_tac (ZF_cs addSIs [Un_least_lt, InfCard_is_Limit, 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   504
                            Limit_has_succ]) 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   505
by (rtac (ordermap_z_lepoll RS lepoll_trans) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   506
by (REPEAT_SOME assume_tac);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   507
by (rtac (ordermap_eqpoll_pred RS eqpoll_imp_lepoll RS lepoll_trans) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   508
by (etac (InfCard_is_Card RS Card_is_Ord RS well_ord_csquare) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   509
by (fast_tac (ZF_cs addIs [ltD]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   510
by (rtac (pred_csquare_subset RS subset_imp_lepoll RS lepoll_trans) 1 THEN
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   511
    assume_tac 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   512
by (REPEAT_FIRST (etac ltE));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   513
by (rtac (prod_eqpoll_cong RS eqpoll_sym RS eqpoll_imp_lepoll) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   514
by (REPEAT_FIRST (etac (Ord_succ RS Ord_cardinal_eqpoll)));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   515
qed "ordermap_csquare_le";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   516
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   517
(*Kunen: "... so the order type <= K" *)
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   518
goal CardinalArith.thy
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   519
    "!!K. [| InfCard(K);  ALL y:K. InfCard(y) --> y |*| y = y |]  ==>  \
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   520
\         ordertype(K*K, csquare_rel(K)) le K";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   521
by (forward_tac [InfCard_is_Card RS Card_is_Ord] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   522
by (rtac all_lt_imp_le 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   523
by (assume_tac 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   524
by (etac (well_ord_csquare RS Ord_ordertype) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   525
by (rtac Card_lt_imp_lt 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   526
by (etac InfCard_is_Card 3);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   527
by (etac ltE 2 THEN assume_tac 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   528
by (asm_full_simp_tac (ZF_ss addsimps [ordertype_unfold]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   529
by (safe_tac (ZF_cs addSEs [ltE]));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   530
by (subgoals_tac ["Ord(xb)", "Ord(y)"] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   531
by (REPEAT (eresolve_tac [asm_rl, Ord_in_Ord] 2));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   532
by (rtac (ordermap_csquare_le RS lt_trans1) 1  THEN
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   533
    REPEAT (ares_tac [refl] 1 ORELSE etac ltI 1));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   534
by (res_inst_tac [("i","xb Un y"), ("j","nat")] Ord_linear2 1  THEN
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   535
    REPEAT (ares_tac [Ord_Un, Ord_nat] 1));
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   536
(*the finite case: xb Un y < nat *)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   537
by (res_inst_tac [("j", "nat")] lt_trans2 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   538
by (asm_full_simp_tac (FOL_ss addsimps [InfCard_def]) 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   539
by (asm_full_simp_tac
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   540
    (ZF_ss addsimps [lt_def, nat_cmult_eq_mult, nat_succI, mult_type,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   541
		     nat_into_Card RS Card_cardinal_eq, Ord_nat]) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   542
(*case nat le (xb Un y), equivalently InfCard(xb Un y)  *)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   543
by (asm_full_simp_tac
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   544
    (ZF_ss addsimps [le_imp_subset RS nat_succ_eqpoll RS cardinal_cong,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   545
		     le_succ_iff, InfCard_def, Card_cardinal, Un_least_lt, 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   546
		     Ord_Un, ltI, nat_le_cardinal,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   547
		     Ord_cardinal_le RS lt_trans1 RS ltD]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   548
qed "ordertype_csquare_le";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   549
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   550
(*This lemma can easily be generalized to premise well_ord(A*A,r) *)
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   551
goalw CardinalArith.thy [cmult_def]
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   552
    "!!K. Ord(K) ==> K |*| K  =  |ordertype(K*K, csquare_rel(K))|";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   553
by (rtac cardinal_cong 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   554
by (rewtac eqpoll_def);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   555
by (rtac exI 1);
467
92868dab2939 new cardinal arithmetic developments
lcp
parents: 437
diff changeset
   556
by (etac (well_ord_csquare RS ordermap_bij) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   557
qed "csquare_eq_ordertype";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   558
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   559
(*Main result: Kunen's Theorem 10.12*)
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   560
goal CardinalArith.thy "!!K. InfCard(K) ==> K |*| K = K";
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   561
by (forward_tac [InfCard_is_Card RS Card_is_Ord] 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   562
by (etac rev_mp 1);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   563
by (trans_ind_tac "K" [] 1);
437
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   564
by (rtac impI 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   565
by (rtac le_anti_sym 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   566
by (etac (InfCard_is_Card RS cmult_square_le) 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   567
by (rtac (ordertype_csquare_le RSN (2, le_trans)) 1);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   568
by (assume_tac 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   569
by (assume_tac 2);
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   570
by (asm_simp_tac 
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   571
    (ZF_ss addsimps [csquare_eq_ordertype, Ord_cardinal_le,
435875e4b21d modifications for cardinal arithmetic
lcp
parents:
diff changeset
   572
                     well_ord_csquare RS Ord_ordertype]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   573
qed "InfCard_csquare_eq";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   574
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   575
(*Corollary for arbitrary well-ordered sets (all sets, assuming AC)*)
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   576
goal CardinalArith.thy
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   577
    "!!A. [| well_ord(A,r);  InfCard(|A|) |] ==> A*A eqpoll A";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   578
by (resolve_tac [prod_eqpoll_cong RS eqpoll_trans] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   579
by (REPEAT (etac (well_ord_cardinal_eqpoll RS eqpoll_sym) 1));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   580
by (rtac well_ord_cardinal_eqE 1);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   581
by (REPEAT (ares_tac [Ord_cardinal, well_ord_rmult, well_ord_Memrel] 1));
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   582
by (asm_simp_tac (ZF_ss addsimps [symmetric cmult_def, InfCard_csquare_eq]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   583
qed "well_ord_InfCard_square_eq";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   584
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   585
(** Toward's Kunen's Corollary 10.13 (1) **)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   586
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   587
goal CardinalArith.thy "!!K. [| InfCard(K);  L le K;  0<L |] ==> K |*| L = K";
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   588
by (rtac le_anti_sym 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   589
by (etac ltE 2 THEN
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   590
    REPEAT (ares_tac [cmult_le_self, InfCard_is_Card] 2));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   591
by (forward_tac [InfCard_is_Card RS Card_is_Ord RS le_refl] 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   592
by (resolve_tac [cmult_le_mono RS le_trans] 1 THEN REPEAT (assume_tac 1));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   593
by (asm_simp_tac (ZF_ss addsimps [InfCard_csquare_eq]) 1);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   594
qed "InfCard_le_cmult_eq";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   595
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   596
(*Corollary 10.13 (1), for cardinal multiplication*)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   597
goal CardinalArith.thy
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   598
    "!!K. [| InfCard(K);  InfCard(L) |] ==> K |*| L = K Un L";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   599
by (res_inst_tac [("i","K"),("j","L")] Ord_linear_le 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   600
by (typechk_tac [InfCard_is_Card, Card_is_Ord]);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   601
by (resolve_tac [cmult_commute RS ssubst] 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   602
by (resolve_tac [Un_commute RS ssubst] 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   603
by (ALLGOALS
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   604
    (asm_simp_tac 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   605
     (ZF_ss addsimps [InfCard_is_Limit RS Limit_has_0, InfCard_le_cmult_eq,
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   606
		      subset_Un_iff2 RS iffD1, le_imp_subset])));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   607
qed "InfCard_cmult_eq";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   608
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   609
(*This proof appear to be the simplest!*)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   610
goal CardinalArith.thy "!!K. InfCard(K) ==> K |+| K = K";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   611
by (asm_simp_tac
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   612
    (ZF_ss addsimps [cmult_2 RS sym, InfCard_is_Card, cmult_commute]) 1);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   613
by (rtac InfCard_le_cmult_eq 1);
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   614
by (typechk_tac [Ord_0, le_refl, leI]);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   615
by (typechk_tac [InfCard_is_Limit, Limit_has_0, Limit_has_succ]);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   616
qed "InfCard_cdouble_eq";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   617
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   618
(*Corollary 10.13 (1), for cardinal addition*)
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   619
goal CardinalArith.thy "!!K. [| InfCard(K);  L le K |] ==> K |+| L = K";
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   620
by (rtac le_anti_sym 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   621
by (etac ltE 2 THEN
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   622
    REPEAT (ares_tac [cadd_le_self, InfCard_is_Card] 2));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   623
by (forward_tac [InfCard_is_Card RS Card_is_Ord RS le_refl] 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   624
by (resolve_tac [cadd_le_mono RS le_trans] 1 THEN REPEAT (assume_tac 1));
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   625
by (asm_simp_tac (ZF_ss addsimps [InfCard_cdouble_eq]) 1);
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   626
qed "InfCard_le_cadd_eq";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   627
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   628
goal CardinalArith.thy
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   629
    "!!K. [| InfCard(K);  InfCard(L) |] ==> K |+| L = K Un L";
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   630
by (res_inst_tac [("i","K"),("j","L")] Ord_linear_le 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   631
by (typechk_tac [InfCard_is_Card, Card_is_Ord]);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   632
by (resolve_tac [cadd_commute RS ssubst] 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   633
by (resolve_tac [Un_commute RS ssubst] 1);
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   634
by (ALLGOALS
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   635
    (asm_simp_tac 
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   636
     (ZF_ss addsimps [InfCard_le_cadd_eq,
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   637
		      subset_Un_iff2 RS iffD1, le_imp_subset])));
782
200a16083201 added bind_thm for theorems defined by "standard ..."
clasohm
parents: 767
diff changeset
   638
qed "InfCard_cadd_eq";
767
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   639
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   640
(*The other part, Corollary 10.13 (2), refers to the cardinality of the set
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   641
  of all n-tuples of elements of K.  A better version for the Isabelle theory
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   642
  might be  InfCard(K) ==> |list(K)| = K.
a4fce3b94065 sum_lepoll_self, cadd_le_self, prod_lepoll_self,
lcp
parents: 760
diff changeset
   643
*)
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   644
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   645
(*** For every cardinal number there exists a greater one
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   646
     [Kunen's Theorem 10.16, which would be trivial using AC] ***)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   647
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   648
goalw CardinalArith.thy [jump_cardinal_def] "Ord(jump_cardinal(K))";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   649
by (rtac (Ord_is_Transset RSN (2,OrdI)) 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   650
by (safe_tac (ZF_cs addSIs [Ord_ordertype]));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   651
by (rewtac Transset_def);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   652
by (safe_tac ZF_cs);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   653
by (rtac (ordertype_subset RS exE) 1 THEN REPEAT (assume_tac 1));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   654
by (rtac UN_I 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   655
by (rtac ReplaceI 2);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   656
by (ALLGOALS (fast_tac (ZF_cs addSEs [well_ord_subset])));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   657
qed "Ord_jump_cardinal";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   658
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   659
(*Allows selective unfolding.  Less work than deriving intro/elim rules*)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   660
goalw CardinalArith.thy [jump_cardinal_def]
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   661
     "i : jump_cardinal(K) <->   \
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   662
\         (EX r X. r <= K*K & X <= K & well_ord(X,r) & i = ordertype(X,r))";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   663
by (fast_tac subset_cs 1);	(*It's vital to avoid reasoning about <=*)
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   664
qed "jump_cardinal_iff";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   665
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   666
(*The easy part of Theorem 10.16: jump_cardinal(K) exceeds K*)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   667
goal CardinalArith.thy "!!K. Ord(K) ==> K < jump_cardinal(K)";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   668
by (resolve_tac [Ord_jump_cardinal RSN (2,ltI)] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   669
by (resolve_tac [jump_cardinal_iff RS iffD2] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   670
by (REPEAT_FIRST (ares_tac [exI, conjI, well_ord_Memrel]));
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   671
by (rtac subset_refl 2);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   672
by (asm_simp_tac (ZF_ss addsimps [Memrel_def, subset_iff]) 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   673
by (asm_simp_tac (ZF_ss addsimps [ordertype_Memrel]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   674
qed "K_lt_jump_cardinal";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   675
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   676
(*The proof by contradiction: the bijection f yields a wellordering of X
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   677
  whose ordertype is jump_cardinal(K).  *)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   678
goal CardinalArith.thy
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   679
    "!!K. [| well_ord(X,r);  r <= K * K;  X <= K;	\
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   680
\            f : bij(ordertype(X,r), jump_cardinal(K)) 	\
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   681
\	  |] ==> jump_cardinal(K) : jump_cardinal(K)";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   682
by (subgoal_tac "f O ordermap(X,r): bij(X, jump_cardinal(K))" 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   683
by (REPEAT (ares_tac [comp_bij, ordermap_bij] 2));
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   684
by (resolve_tac [jump_cardinal_iff RS iffD2] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   685
by (REPEAT_FIRST (resolve_tac [exI, conjI]));
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   686
by (rtac ([rvimage_type, Sigma_mono] MRS subset_trans) 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   687
by (REPEAT (assume_tac 1));
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   688
by (etac (bij_is_inj RS well_ord_rvimage) 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   689
by (rtac (Ord_jump_cardinal RS well_ord_Memrel) 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   690
by (asm_simp_tac
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   691
    (ZF_ss addsimps [well_ord_Memrel RSN (2, bij_ordertype_vimage), 
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   692
		     ordertype_Memrel, Ord_jump_cardinal]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   693
qed "Card_jump_cardinal_lemma";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   694
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   695
(*The hard part of Theorem 10.16: jump_cardinal(K) is itself a cardinal*)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   696
goal CardinalArith.thy "Card(jump_cardinal(K))";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   697
by (rtac (Ord_jump_cardinal RS CardI) 1);
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   698
by (rewtac eqpoll_def);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   699
by (safe_tac (ZF_cs addSDs [ltD, jump_cardinal_iff RS iffD1]));
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   700
by (REPEAT (ares_tac [Card_jump_cardinal_lemma RS mem_irrefl] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   701
qed "Card_jump_cardinal";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   702
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   703
(*** Basic properties of successor cardinals ***)
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   704
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   705
goalw CardinalArith.thy [csucc_def]
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   706
    "!!K. Ord(K) ==> Card(csucc(K)) & K < csucc(K)";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   707
by (rtac LeastI 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   708
by (REPEAT (ares_tac [conjI, Card_jump_cardinal, K_lt_jump_cardinal,
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   709
		      Ord_jump_cardinal] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   710
qed "csucc_basic";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   711
800
23f55b829ccb Limit_csucc: moved to InfDatatype and proved explicitly in
lcp
parents: 782
diff changeset
   712
bind_thm ("Card_csucc", csucc_basic RS conjunct1);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   713
800
23f55b829ccb Limit_csucc: moved to InfDatatype and proved explicitly in
lcp
parents: 782
diff changeset
   714
bind_thm ("lt_csucc", csucc_basic RS conjunct2);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   715
517
a9f93400f307 for infinite datatypes with arbitrary index sets
lcp
parents: 516
diff changeset
   716
goal CardinalArith.thy "!!K. Ord(K) ==> 0 < csucc(K)";
a9f93400f307 for infinite datatypes with arbitrary index sets
lcp
parents: 516
diff changeset
   717
by (resolve_tac [[Ord_0_le, lt_csucc] MRS lt_trans1] 1);
a9f93400f307 for infinite datatypes with arbitrary index sets
lcp
parents: 516
diff changeset
   718
by (REPEAT (assume_tac 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   719
qed "Ord_0_lt_csucc";
517
a9f93400f307 for infinite datatypes with arbitrary index sets
lcp
parents: 516
diff changeset
   720
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   721
goalw CardinalArith.thy [csucc_def]
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   722
    "!!K L. [| Card(L);  K<L |] ==> csucc(K) le L";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   723
by (rtac Least_le 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   724
by (REPEAT (ares_tac [conjI, Card_is_Ord] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   725
qed "csucc_le";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   726
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   727
goal CardinalArith.thy
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   728
    "!!K. [| Ord(i); Card(K) |] ==> i < csucc(K) <-> |i| le K";
823
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   729
by (rtac iffI 1);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   730
by (rtac Card_lt_imp_lt 2);
33dc37d46296 Changed succ(1) to 2 in cmult_2; Simplified proof of InfCard_is_Limit
lcp
parents: 800
diff changeset
   731
by (etac lt_trans1 2);
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   732
by (REPEAT (ares_tac [lt_csucc, Card_csucc, Card_is_Ord] 2));
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   733
by (resolve_tac [notI RS not_lt_imp_le] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   734
by (resolve_tac [Card_cardinal RS csucc_le RS lt_trans1 RS lt_irrefl] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   735
by (assume_tac 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   736
by (resolve_tac [Ord_cardinal_le RS lt_trans1] 1);
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   737
by (REPEAT (ares_tac [Ord_cardinal] 1
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   738
     ORELSE eresolve_tac [ltE, Card_is_Ord] 1));
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   739
qed "lt_csucc_iff";
484
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   740
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   741
goal CardinalArith.thy
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   742
    "!!K' K. [| Card(K'); Card(K) |] ==> K' < csucc(K) <-> K' le K";
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   743
by (asm_simp_tac 
70b789956bd3 Axiom of choice, cardinality results, etc.
lcp
parents: 467
diff changeset
   744
    (ZF_ss addsimps [lt_csucc_iff, Card_cardinal_eq, Card_is_Ord]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   745
qed "Card_lt_csucc_iff";
488
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   746
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   747
goalw CardinalArith.thy [InfCard_def]
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   748
    "!!K. InfCard(K) ==> InfCard(csucc(K))";
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   749
by (asm_simp_tac (ZF_ss addsimps [Card_csucc, Card_is_Ord, 
52f7447d4f1b Addition of infinite branching datatypes
lcp
parents: 484
diff changeset
   750
				  lt_csucc RS leI RSN (2,le_trans)]) 1);
760
f0200e91b272 added qed and qed_goal[w]
clasohm
parents: 571
diff changeset
   751
qed "InfCard_csucc";
517
a9f93400f307 for infinite datatypes with arbitrary index sets
lcp
parents: 516
diff changeset
   752