All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Mem resolvent Set of range eq top

LinearPMap.IsSelfAdjoint.mem_resolventSet_of_range_eq_top

Plain-language statement

(T - z • 1).range = ⊤ is a sufficient condition for z ∈ ρ T (and it is a necessary condition by definition of ρ).

Exact Lean statement

lemma mem_resolventSet_of_range_eq_top {z : ℂ} (h : (T - z • 1).toFun.range = ⊤) : z ∈ ρ T

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma mem_resolventSet_of_range_eq_top {z : ℂ} (h : (T - z • 1).toFun.range = ⊤) : z  ρ T := by  by_cases hz_im : z.im = 0  · rw [(isClosed hT).resolventSet_eq]    refine ?_, h    have h_orthog := (isUnbounded hT).orthogonal_closure_sub_range z    rwa [isSelfAdjoint_def.mp hT, (isClosed hT).closure_eq, conj_eq_iff_im.mpr hz_im, h,      Submodule.top_orthogonal_eq_bot, Eq.comm,  LinearMap.le_ker_iff_map, Submodule.ker_subtype,      le_bot_iff] at h_orthog  · exact mem_resolventSet_of_im_ne_zero hT hz_im
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QuantumMechanics/Operators/SpectralTheory/SelfAdjoint.lean:80-88

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

Project-declaredLean 4.32.0

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

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.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record