Closure domain eq domain closure of continuous
LinearPMap.closure_domain_eq_domain_closure_of_continuous
Plain-language statement
A strengthening of closure_domain_le_domain_closure for continuous operators.
Exact Lean statement
lemma closure_domain_eq_domain_closure_of_continuous [CompleteSpace H'] (h : Continuous U) :
U.closure.domain = U.domain.closureFormal artifact
Lean source
lemma closure_domain_eq_domain_closure_of_continuous [CompleteSpace H'] (h : Continuous U) : U.closure.domain = U.domain.closure := by refine eq_of_le_of_ge U.closure_domain_le_domain_closure fun x hx ↦ ?_ obtain ⟨M, hM, h_bound⟩ := LinearMap.continuous_iff_bounded.mp h obtain ⟨b, hb, hb'⟩ := mem_closure_iff_seq_limit.mp hx simp only [coe_toAddSubmonoid, SetLike.mem_coe] at hb let Ub : ℕ → H' := fun n ↦ U ⟨b n, hb n⟩ have hCS : CauchySeq Ub := by refine Metric.cauchySeq_iff'.mpr fun ε hε ↦ ?_ obtain ⟨N, hN⟩ := Metric.cauchySeq_iff'.mp hb'.cauchySeq (M⁻¹ * ε) (by positivity) refine ⟨N, fun n hn ↦ ?_⟩ refine lt_of_le_of_lt ?_ ((lt_inv_mul_iff₀ hM).mp (hN n hn)) calc _ = ‖Ub n - Ub N‖ := dist_eq_norm _ _ _ = ‖U (⟨b n, hb n⟩ - ⟨b N, hb N⟩)‖ := by simp [Ub, map_sub] _ ≤ M * ‖b n - b N‖ := h_bound _ _ = M * dist (b n) (b N) := by rw [dist_eq_norm] obtain ⟨y, hy⟩ := CompleteSpace.complete hCS apply mem_domain_iff.mpr rw [← (isClosable_of_continuous h).graph_closure_eq_closure_graph] use y refine mem_closure_iff_seq_limit.mpr ⟨fun n ↦ (b n, Ub n), fun n ↦ ?_, ?_⟩ · simp [hb n, Ub] · rw [nhds_prod_eq] exact Filter.Tendsto.prodMk hb' hy- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/QuantumMechanics/Operators/Unbounded.lean:433-457
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Adiabatic relation log
adiabatic_relation_log
Plain-language statement
Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.
Source project: Physlib
Person-level attribution pending.
Adiabatic relation Ua Ub Va Vb
adiabatic_relation_UaUbVaVb
Plain-language statement
Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.