Documentation Verification Report

Induction

📁 Source: Mathlib/Data/List/Induction.lean

Statistics

MetricCount
DefinitionsbidirectionalRec, bidirectionalRecOn, recNeNil, recOnNeNil, reverseRec, reverseRecOn, twoStepInduction
7
TheoremsbidirectionalRec_cons_append, bidirectionalRec_nil, bidirectionalRec_singleton, recNeNil_cons, recNeNil_singleton, reverseRecOn_concat, reverseRecOn_nil, reverseRec_concat, reverseRec_nil, twoStepInduction_cons_cons, twoStepInduction_nil, twoStepInduction_singleton
12
Total19

List

Definitions

NameCategoryTheorems
bidirectionalRec 📖CompOp
3 mathmath: bidirectionalRec_singleton, bidirectionalRec_nil, bidirectionalRec_cons_append
bidirectionalRecOn 📖CompOp
recNeNil 📖CompOp
2 mathmath: recNeNil_singleton, recNeNil_cons
recOnNeNil 📖CompOp
reverseRec 📖CompOp
2 mathmath: reverseRec_nil, reverseRec_concat
reverseRecOn 📖CompOp
2 mathmath: reverseRecOn_nil, reverseRecOn_concat
twoStepInduction 📖CompOp
3 mathmath: twoStepInduction_cons_cons, twoStepInduction_singleton, twoStepInduction_nil

Theorems

NameKindAssumesProvesValidatesDepends On
bidirectionalRec_cons_append 📖mathematicalbidirectionalRec
bidirectionalRec_nil 📖mathematicalbidirectionalRec
bidirectionalRec_singleton 📖mathematicalbidirectionalRec
recNeNil_cons 📖mathematicalrecNeNil
recNeNil_singleton 📖mathematicalrecNeNil
reverseRecOn_concat 📖mathematicalreverseRecOnreverseRec_concat
reverseRecOn_nil 📖mathematicalreverseRecOnreverseRec_nil
reverseRec_concat 📖mathematicalreverseRec
reverseRec_nil 📖mathematicalreverseRec
twoStepInduction_cons_cons 📖mathematicaltwoStepInductiontwoStepInduction.eq_3
twoStepInduction_nil 📖mathematicaltwoStepInductiontwoStepInduction.eq_1
twoStepInduction_singleton 📖mathematicaltwoStepInductiontwoStepInduction.eq_2

---

← Back to Index