leanprover-community / leanprover-community/mathlib4
Theorem: Invariance of domain
Open
Nobody has claimed this yet.
help-wanted
t-algebraic-topology
- Dominant language
- Lean
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
import Mathlib
-- useful notation from `PoincareConjecture.lean`
local macro:max "ℝ" noWs n:superscript(term) : term => `(EuclideanSpace ℝ (Fin $(⟨n.raw[0]⟩)))
theorem invariance_of_domain {n : ℕ} (U : Set ℝⁿ) (hU : IsOpen U) (f : C(U, ℝⁿ))
(hf : f.toFun.Injective) : IsOpenMap f := by
sorry
-- A cool corollary (described in the Wikipedia page):
theorem Real.homeomorph_eq {m n : ℕ} (f : ℝᵐ ≃ₜ ℝⁿ) : m = n := by
sorry
Note that this theorem does not appear on the 100 theorems list nor on the 1000 theorems list.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided Lean declarations and read the linked Wikipedia and Zulip discussions for the intended mathematical route. Replace the sorry in invariance_of_domain with a proof that establishes the stated IsOpenMap result, then prove Real.homeomorph_eq as the stated corollary and verify both declarations compile with import Mathlib.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100