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

1 topic
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