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

Project-declaredLean 4.31.0

Happend heq right

Fin.happend_heq_right

Mathematical statement

Access into a heterogeneous append on the right, by value: if m ≤ ↑j, then happend u v j is (heterogeneously) the (↑j - m)-th entry of v.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Induction append left

Fin.induction_append_left

Mathematical statement

Fin.induction on m + n for i ≤ m steps is equivalent to Fin.induction on m for i steps.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Induction append right

Fin.induction_append_right

Mathematical statement

Fin.induction on m + n for m + i steps is equivalent to Fin.induction on n on i steps on the result of Fin.induction on m.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Succ Succ Above comm

Fin.succSuccAbove_comm

Project documentation

The preimage of m under succSuccAbove i j hij given that m is not equal to i or j. -/ def predPredAbove (i j : Fin (n + 1 + 1)) (hij : i ≠ j) (m : Fin (n + 1 + 1)) (hm : m ≠ i ∧ m ≠ j) : Fin n := if h1 : m.1 < i.1 ∧ m.1 < j.1 then ⟨m, by grind⟩ else if h2 : m.1 - 1 < i.1 ∧ j.1 ≤ m.1 then ⟨m - 1, by grind⟩ else if h3 : i.1 - 1 ≤ m.1 ∧ m.1 < j.1 t...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Take drop add Cases

Fin.take_drop_addCases'

Mathematical statement

The concatenation of the first m elements and the last n - m elements of a tuple is the same as the original tuple.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Finitary carleson

finitary_carleson

Mathematical statement

There is a measurable exceptional set GGG' \subseteq G with 2μ(G)μ(G)2\mu(G') \le \mu(G) such that, for every measurable ff bounded by 1F\mathbf{1}_F, the integral over GGG \setminus G' of the finitary oscillatory singular integral, summed only over the scales from σ1(x)\sigma_1(x) to σ2(x)\sigma_2(x), is at most C(a,q)μ(G)11/qμ(F)1/qC(a,q)\mu(G)^{1-1/q}\mu(F)^{1/q}.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record