src/HOL/Library/Library.thy
author hoelzl
Tue, 09 Apr 2013 14:04:47 +0200
changeset 51642 400ec5ae7f8f
parent 51542 738598beeb26
child 52192 fce4a365f280
permissions -rw-r--r--
move FrechetDeriv from the Library to HOL/Deriv; base DERIV on FDERIV and both derivatives allow a restricted support set; FDERIV is now an abbreviation of has_derivative

(*<*)
theory Library
imports
  Abstract_Rat
  AList
  BigO
  Binomial
  Bit
  Boolean_Algebra
  Char_ord
  Continuity
  ContNotDenum
  Convex
  Countable
  Countable_Set
  Debug
  Diagonal_Subsequence
  Dlist
  Extended
  Extended_Nat
  Extended_Real
  FinFun
  Float
  Formal_Power_Series
  Fraction_Field
  FuncSet
  Function_Division
  Function_Growth
  Fundamental_Theorem_Algebra
  Indicator_Function
  Infinite_Set
  Inner_Product
  IArray
  Lattice_Algebras
  Lattice_Syntax
  ListVector
  Kleene_Algebra
  Mapping
  Monad_Syntax
  Multiset
  Numeral_Type
  OptionalSugar
  Option_ord
  Parallel
  Permutation
  Permutations
  Poly_Deriv
  Polynomial
  Preorder
  Product_Vector
  Quotient_List
  Quotient_Option
  Quotient_Product
  Quotient_Set
  Quotient_Sum
  Quotient_Syntax
  Quotient_Type
  Ramsey
  Reflection
  Saturated
  Set_Algebras
  State_Monad
  Sublist
  Sum_of_Squares
  Transitive_Closure_Table
  Univ_Poly
  Wfrec
  While_Combinator
  Zorn
begin
end
(*>*)