Skip to main content

Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 2,569 curated research declarations and 119,070 complete package declarations. Search 10,000 more complete Mathlib declarations.

All topics

Showing 1,567 to 1,572 of 2,569 results.

Project-declaredLean 4.32.0

Regularity Domain is Connected iff

LinearPMap.IsSymmetric.regularityDomain_isConnected_iff

Mathematical statement

The regularity domain of a symmetric operator is connected iff it contains a real number.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Mem regularity Domain iff

LinearPMap.mem_regularityDomain_iff

Mathematical statement

z is a regular point for T iff T - z • 1 has a continuous (equivalently, bounded) inverse.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Numerical Range convex

LinearPMap.numericalRange_convex

Project documentation

The Toeplitz-Hausdorff theorem.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Resolvent sub

LinearPMap.resolvent_sub

Project documentation

The continuous spectrum, σᶜ, of a partial linear map. A complex number z is in σᶜ T iff the range of T - z • 1 is not closed. -/ def continuousSpectrum (T : H →ₗ.[ℂ] H) : Set ℂ := {z : ℂ | ¬root.IsClosed ((T - z • 1).toFun.range : Set H)} @[inherit_doc continuousSpectrum] scoped notation "σᶜ" => continuousSpectrum lemma continuousSpectrum_eq (T...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record