src/HOL/Analysis/Multivariate_Analysis.thy
author wenzelm
Sun, 29 Sep 2024 21:16:17 +0200
changeset 81008 d0cd220d8e8b
parent 71027 b212ee44f87c
permissions -rw-r--r--
more markup reports: notably "notation=..." within pretty blocks;

theory
  Multivariate_Analysis
imports
  Ordered_Euclidean_Space
  Determinants
  Cross3
  Lipschitz
  Starlike
begin

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

end