Theorems · Definition · combinatorics
BinaryTree.brecOn
{α : Type u} →
{motive : BinaryTree α → Sort u_1} →
(t : BinaryTree α) → ((t : BinaryTree α) → BinaryTree.below t → motive t) → motive t- Defined in
- Mathlib.Data.Tree.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- BinaryTreestatement and proof · cited by 41
- BinaryTree.belowstatement and proof · cited by 8
- BinaryTree.brecOn.goproof · cited by 8
Cited by11
Results whose statement or proof uses this declaration.
- BinaryTree.numNodesproof · cited by 11
- BinaryTree.brecOn.eqstatement and proof · cited by 7
- BinaryTree.traverseproof · cited by 5
- DyckWord.ofTreeproof · cited by 5
- BinaryTree.mapproof · cited by 4
- BinaryTree.toOrdNodeproof · cited by 3
- BinaryTree.numLeavesproof · cited by 3
- BinaryTree.heightproof · cited by 2
- DyckWord.toTree_ofTreeproof · cited by 0
- BinaryTree.height_le_numNodesproof · cited by 0
- BinaryTree.indexOfproof · cited by 0