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

1 topic

591 results

Clear filters
Project-declaredLean 4.32.0

Ordered Insert filter of pos

Physlib.List.orderedInsert_filter_of_pos

Project documentation

Given a list i :: l the left-most minimal position a of i :: l wrt r as an element of Fin (insertionSortDropMinPos r i l).length.succ. -/ def insertionSortMinPosFin {α : Type} (r : α → α → Prop) [DecidableRel r] (i : α) (l : List α) : Fin (insertionSortDropMinPos r i l).length.succ := ⟨insertionSortMinPos r i l, insertionSortMin_lt_length_succ r...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Iterated Deriv resolvent

Physlib.Resolvent.iteratedDeriv_resolvent

Plain-language statement

Closed form for the iterated derivatives of the resolvent: the n-th derivative is (-1)ⁿ · n! · (resolvent z)ⁿ⁺¹.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

D Wirtinger Anti Coord comp holomorphic apply

Physlib.Wirtinger.dWirtingerAntiCoord_comp_holomorphic_apply

Plain-language statement

The single-term coordinate chain rule for a holomorphic outer g, anti-holomorphic version, pointwise at u: ∂̄_I (g ∘ f) = deriv g (f u) · ∂̄_I f. As in dWirtingerCoord_comp_holomorphic_apply, the ∂g/∂f̄ channel vanishes and ∂g/∂f collapses to deriv g (f u).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

D Wirtinger Anti Coord conj Coord

Physlib.Wirtinger.dWirtingerAntiCoord_conjCoord

Plain-language statement

∂̄_I z̄^J = δ_IJ. The conjugate of dWirtingerCoord_coordProj, read off through dWirtingerAntiDir_star_comp rather than recomputed. Used to assemble the coordinate-difference rule dWirtingerAntiCoord_coordDiff (§C).

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

D Wirtinger Anti Coord eq complex fderiv apply

Physlib.Wirtinger.dWirtingerAntiCoord_eq_complex_fderiv_apply

Plain-language statement

For an anti-holomorphic function the anti-holomorphic Wirtinger derivative equals the complex Fréchet derivative of g at star u along the slot-I real coordinate direction, ∂̄_I (g ∘ star) = fderiv ℂ g (star u) (Pi.single I 1). Dual of dWirtingerCoord_eq_complex_fderiv_apply.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

D Wirtinger Anti Dir comp

Physlib.Wirtinger.dWirtingerAntiDir_comp

Plain-language statement

The two-term Wirtinger chain rule for dWirtingerAntiDir, the anti-holomorphic dual of dWirtingerDir_comp: ∂̄_v(g∘f) = (∂g/∂f)·∂̄_v f + (∂g/∂f̄)·∂̄_v f̄. Same outer ∂g/∂f, ∂g/∂f̄ coefficients, now each multiplying its anti-holomorphic inner derivative ∂̄_v f, ∂̄_v f̄; same proof as dWirtingerDir_comp.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record