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,255 to 1,260 of 2,569 results.

Project-declaredLean 4.31.0

Exists Jordan Holder Series

HarderNarasimhan.exists_JordanHolderSeries

Mathematical statement

Construct a Jordan–Hölder RelSeries from an existing filtration. Given the existence instance for JordanHolderFiltration μ, we build a RelSeries for the relation JordanHolderRel μ whose head is and whose last element is . API note: this is the RelSeries-shaped entry point corresponding to the existence instance.

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Exists rel Series is Interval Semistable

HarderNarasimhan.exists_relSeries_isIntervalSemistable

Mathematical statement

Existence of a semistable RelSeries from to with strictly decreasing slopes. From the canonical HarderNarasimhanFiltration μ, we build a RelSeries over the relation IntervalSemistableRel μ. The step field is given by the strict-mono successor property together with piecewise_semistable. The final conjunct states the slope strictness co...

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Exists unique rel Series is Interval Semistable of complete Linear Order

HarderNarasimhan.exists_unique_relSeries_isIntervalSemistable_of_completeLinearOrder

Mathematical statement

Uniqueness of the semistable RelSeries in the complete linear order case. When S is a complete linear order, Harder–Narasimhan filtrations are unique. Using impl.hHFil_of_hNSeries, any RelSeries satisfying the slope condition produces a filtration; uniqueness of filtrations then implies uniqueness of such series (up to extensional equality).

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Coprimary Filtration to Harder Narasimhan Filtration

HarderNarasimhan.impl.CoprimaryFiltration.toHarderNarasimhanFiltration

Mathematical statement

Any coprimary filtration underlies a Harder–Narasimhan filtration. We reuse the same filtration function and verify the Harder–Narasimhan axioms: piecewise semistability (via rmk4d14₂ and semistable_res_iff_semistable_quot) and strict decrease of the minimal associated primes.

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

H₁ dual of h₁

HarderNarasimhan.impl.h₁_dual_of_h₁

Mathematical statement

h₁_dual_of_h₁ transports the “descending-chain” hypothesis h₁ on to the corresponding “ascending-chain” hypothesis on the order dual ℒᵒᵈ.

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

H HFil of h NSeries

HarderNarasimhan.impl.hHFil_of_hNSeries

Project documentation

Construct a HarderNarasimhanFiltration from a RelSeries. Assuming F1 starts at , ends at , and satisfies the strict slope decrease condition expressed using relSeries_step_lt/relSeries_succ_step_lt, we build a HarderNarasimhanFiltration μ whose underlying function agrees with F1.toFun up to F1.length. This is a bridge lemma used when...

algebraic geometryvector bundlescategory theory

Source project: Harder-Narasimhan

Person-level attribution pending.

View proof record