Zulip Chat Archive
Stream: mathlib4
Topic: Init Mathlib.Analysis.NormedSpace.Basic Mathlib.Analysis.Inn
Lewis (Aug 14 2024 at 15:03):
How to fix the error
Init Mathlib.Analysis.Normed.Module.Basic Mathlib.Analysis.InnerProductSpace.Basic Mathlib.Data.Matrix.Basic Mathlib.LinearAlgebra.FiniteDimensional.Defs` failed:
when importing like
import Mathlib.Analysis.Normed.Module.Basic
import Mathlib.Analysis.InnerProductSpace.Basic
import Mathlib.Data.Matrix.Basic
import Mathlib.LinearAlgebra.FiniteDimensional.Defs
?
Thanks.
Yaël Dillies (Aug 14 2024 at 15:05):
Analysis.NormedSpace.Basic
was recently renamed to Analysis.Normed.Module.Basic
Lewis (Aug 14 2024 at 15:07):
Yaël Dillies said:
Analysis.NormedSpace.Basic
was recently renamed toAnalysis.Normed.Module.Basic
Tried "import Mathlib.Analysis.Normed.Module.Basic", but why does it still have errors? Thanks.
Jireh Loreaux (Aug 14 2024 at 15:47):
Is the error the same or different? Did you get the cache?
Lewis (Aug 15 2024 at 00:11):
Jireh Loreaux said:
Is the error the same or different? Did you get the cache?
Where is the "cache"? Thanks
Lewis (Aug 15 2024 at 00:11):
How to fix this error:
.elan/toolchains/leanprover--lean4---v4.11.0-rc2/bin/lake setup-file /home/codespace/Desktop/mathematics_in_lean/cs.lean Init Mathlib.Analysis.Normed.Module.Basic Mathlib.Analysis.InnerProductSpace.Basic Mathlib.Data.Matrix.Basic Mathlib.LinearAlgebra.FiniteDimensional.Defs` failed:
? Thanks a lot.
Kim Morrison (Aug 15 2024 at 00:59):
It seems you are only posting fragments of the error messages. To help you, you'll need to explain what command you are running, and the full output.
Last updated: May 02 2025 at 03:31 UTC