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 187 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

187 results

Clear filters
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
Project-declaredLean 4.32.0

Resolvent Set eq empty

LinearPMap.resolventSet_eq_empty

Plain-language statement

If an operator is not closed then its resolvent set is empty.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Resolvent Set is Open

LinearPMap.resolventSet_isOpen

Plain-language statement

The resolvent set is an open subset of ℂ.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

Conj

LO.FirstOrder.Arithmetic.Bootstrapping.Derivable.conj

Plain-language statement

Crucial inducion for formalized Σ1\Sigma_1-completeness.

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.1

Polynomial induction

LO.FirstOrder.Arithmetic.polynomial_induction

Project documentation

!⟪x, y, z, ...⟫ notation for Seq -/ syntax "⟪" term,* "⟫" : term macro_rules | (⟪$term:term, $terms:term,*⟫) => (pair termterm ⟪terms,*⟫) | (⟪$term:term⟫) => (term)@[appunexpanderpair]metadefpairUnexpander:Lean.PrettyPrinter.Unexpander(term) @[app_unexpander pair] meta def pairUnexpander : Lean.PrettyPrinter.Unexpander | `(_ termterm term2) => `(⟪term,term, term2⟫) | _ => throw () lemma pair_graph {a b c : V} : c = ⟪a, b⟫ ↔ (a...

formal logicmetatheoryproof theory

Source project: Foundation

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

To Lorentz Group det one

Lorentz.SL2C.toLorentzGroup_det_one

Plain-language statement

The determinant of the image of SL(2, ℂ) in the Lorentz group is one.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record