src/HOL/Real/Real.thy
author huffman
Sat, 16 Feb 2008 02:01:13 +0100
changeset 26075 815f3ccc0b45
parent 23454 c54975167be9
child 27964 1e0303048c0b
permissions -rw-r--r--
added lemma lists {normalize,succ,pred,minus,add,mult}_bin_simps
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19640
40ec89317425 added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents: 19023
diff changeset
     1
40ec89317425 added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents: 19023
diff changeset
     2
(* $Id$ *)
40ec89317425 added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents: 19023
diff changeset
     3
15536
3ce1cb7a24f0 starting to get rid of sumr
nipkow
parents: 14374
diff changeset
     4
theory Real
23454
c54975167be9 replaced Real/Ferrante-Rackoff tool by generic version in Main HOL;
wenzelm
parents: 20505
diff changeset
     5
imports ContNotDenum RealVector
15536
3ce1cb7a24f0 starting to get rid of sumr
nipkow
parents: 14374
diff changeset
     6
begin
19640
40ec89317425 added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
wenzelm
parents: 19023
diff changeset
     7
end