Thu, 21 Aug 1997 12:53:23 +0200 |
paulson |
Renamed theorems of the form set_of_list_XXX to set_XXX
|
file |
diff |
annotate
|
Tue, 05 Aug 1997 16:21:45 +0200 |
nipkow |
Added function `replicate' and lemmas map_cong and set_replicate.
|
file |
diff |
annotate
|
Mon, 04 Aug 1997 11:50:35 +0200 |
nipkow |
Added a take/dropWhile lemma.
|
file |
diff |
annotate
|
Fri, 01 Aug 1997 10:59:19 +0200 |
nipkow |
Generalized nth_drop (Conny).
|
file |
diff |
annotate
|
Thu, 24 Jul 1997 15:25:29 +0200 |
nipkow |
Added a few lemmas.
|
file |
diff |
annotate
|
Thu, 24 Jul 1997 11:12:18 +0200 |
nipkow |
List.ML: added lemmas by Stefan Merz.
|
file |
diff |
annotate
|
Tue, 01 Jul 1997 10:34:30 +0200 |
paulson |
New laws for the "lists" operator
|
file |
diff |
annotate
|
Mon, 30 Jun 1997 12:08:19 +0200 |
nipkow |
More concat lemmas.
|
file |
diff |
annotate
|
Thu, 26 Jun 1997 13:20:50 +0200 |
nipkow |
set_of_list -> set
|
file |
diff |
annotate
|
Mon, 23 Jun 1997 10:42:03 +0200 |
paulson |
Ran expandshort
|
file |
diff |
annotate
|
Mon, 02 Jun 1997 12:13:42 +0200 |
paulson |
Corrected statement of filter_append; added filter_size
|
file |
diff |
annotate
|
Mon, 26 May 1997 12:38:29 +0200 |
paulson |
New operator "lists" for formalizing sets of lists
|
file |
diff |
annotate
|
Thu, 22 May 1997 13:05:52 +0200 |
nipkow |
Added rotation to exhaust_tac.
|
file |
diff |
annotate
|
Thu, 22 May 1997 09:39:37 +0200 |
nipkow |
Replaced res_inst-list_cases by generic exhaust_tac.
|
file |
diff |
annotate
|
Thu, 15 May 1997 12:54:02 +0200 |
paulson |
Added pred_list for TFL
|
file |
diff |
annotate
|
Thu, 24 Apr 1997 18:06:46 +0200 |
nipkow |
Introduced a generic "induct_tac" which picks up the right induction scheme
|
file |
diff |
annotate
|
Wed, 23 Apr 1997 09:14:56 +0200 |
nipkow |
Tidied up.
|
file |
diff |
annotate
|
Fri, 04 Apr 1997 11:18:52 +0200 |
paulson |
Calls Blast_tac
|
file |
diff |
annotate
|
Thu, 06 Mar 1997 16:05:32 +0100 |
pusch |
Minor changes due to primrec definition for nth
|
file |
diff |
annotate
|
Wed, 12 Feb 1997 18:53:59 +0100 |
nipkow |
New class "order" and accompanying changes.
|
file |
diff |
annotate
|
Fri, 17 Jan 1997 10:09:46 +0100 |
nipkow |
Got rid of Alls in List.
|
file |
diff |
annotate
|
Thu, 12 Sep 1996 10:40:05 +0200 |
paulson |
Tidied many proofs, using AddIffs to let equivalences take
|
file |
diff |
annotate
|
Thu, 22 Aug 1996 12:24:25 +0200 |
paulson |
Proved set_of_list_subset_Cons
|
file |
diff |
annotate
|
Mon, 19 Aug 1996 11:12:38 +0200 |
paulson |
Renamed setOfList to set_of_list
|
file |
diff |
annotate
|
Tue, 18 Jun 1996 16:20:30 +0200 |
paulson |
Addition of setOfList
|
file |
diff |
annotate
|
Thu, 23 May 1996 14:37:06 +0200 |
berghofe |
Replaced fast_tac by Fast_tac (which uses default claset)
|
file |
diff |
annotate
|
Wed, 06 Mar 1996 12:52:11 +0100 |
paulson |
Ran expandshort
|
file |
diff |
annotate
|
Fri, 09 Feb 1996 13:41:18 +0100 |
nipkow |
Added qed_spec_mp to avoid renaming of bound vars in 'th RS spec'
|
file |
diff |
annotate
|
Tue, 30 Jan 1996 15:24:36 +0100 |
clasohm |
expanded tabs
|
file |
diff |
annotate
|
Fri, 22 Dec 1995 12:25:20 +0100 |
nipkow |
defined take/drop by induction over list rather than nat.
|
file |
diff |
annotate
|
Sun, 12 Nov 1995 16:29:12 +0100 |
nipkow |
added new arithmetic lemmas and the functions take and drop.
|
file |
diff |
annotate
|
Wed, 25 Oct 1995 09:48:29 +0100 |
nipkow |
Added various thms and tactics.
|
file |
diff |
annotate
|
Wed, 04 Oct 1995 13:10:03 +0100 |
clasohm |
added local simpsets; removed IOA from 'make test'
|
file |
diff |
annotate
|
Thu, 27 Jul 1995 18:28:14 +0200 |
nipkow |
Added rev_append and rev_rev_ident to list_ss.
|
file |
diff |
annotate
|
Thu, 29 Jun 1995 16:33:17 +0200 |
lcp |
Added function rev and its properties length_rev, etc.
|
file |
diff |
annotate
|
Sun, 02 Apr 1995 10:43:59 +0200 |
nipkow |
generalized map (%x.x) xs = xs to map (%x.x) = (%xs.xs)
|
file |
diff |
annotate
|
Mon, 27 Mar 1995 18:29:23 +0200 |
nipkow |
Added recursion equations for foldl to list_ss.
|
file |
diff |
annotate
|
Fri, 17 Mar 1995 15:49:37 +0100 |
nipkow |
Added a few thms to nat_ss and list_ss
|
file |
diff |
annotate
|
Fri, 03 Mar 1995 12:02:25 +0100 |
clasohm |
new version of HOL with curried function application
|
file |
diff |
annotate
|