All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Is Closable of exists dense formal Adjoint

LinearPMap.isClosable_of_exists_dense_formalAdjoint

Plain-language statement

A LinearPMap with densely-defined formal adjoint is closable.

Exact Lean statement

lemma isClosable_of_exists_dense_formalAdjoint [CompleteSpace H] [CompleteSpace H']
    (h : U.HasDenseDomain) (h_fadj : ∃ U' : H' →ₗ.[ℂ] H, U'.HasDenseDomain ∧ U'.IsFormalAdjoint U) :
    U.IsClosable

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma isClosable_of_exists_dense_formalAdjoint [CompleteSpace H] [CompleteSpace H']    (h : U.HasDenseDomain) (h_fadj :  U' : H' ₗ.[ℂ] H, U'.HasDenseDomain  U'.IsFormalAdjoint U) :    U.IsClosable := by  have h_adj : U†.HasDenseDomain := by    obtain U', hU', hU'' := h_fadj    exact hU'.mono (hU''.symm.le_adjoint h).1  use U††  ext  rw [adjoint_graph_eq_graph_adjoint h_adj, adjoint_graph_eq_graph_adjoint h,    mem_submodule_adjoint_adjoint_iff_mem_submoduleToLp_orthogonal_orthogonal,    orthogonal_orthogonal_eq_closure, mem_submodule_iff_mem_submoduleToLp, submoduleToLp_closure]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/QuantumMechanics/Operators/Unbounded.lean:234-244

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