Mathlib Map

Theorems · Definition · logic and foundations

List.reverseRecOn

{α : Type u_1} →
  {motive : List α → Sort u_2} →
    (l : List α) → motive [] → ((l : List α) → (a : α) → motive l → motive (l ++ [a])) → motive l

Like reverseRec, but with the list parameter placed first.

Defined in
Mathlib.Data.List.Induction
Cited by
29 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites1

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by29

Results whose statement or proof uses this declaration.