src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Fri, 07 May 2021 12:43:03 +0200
changeset 73640 f4778e08dcd7
parent 71027 b212ee44f87c
permissions -rw-r--r--
proper "$?";

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

text \<open>Entry point excluding integration and complex analysis.\<close>

end