Theorems · Theorem · category theory
PFunctor.M.isubtree.eq_def
∀ {F : PFunctor.{uA, uB}} [inst : DecidableEq F.A] [inst_1 : Inhabited F.M] (x : PFunctor.Approx.Path F) (x_1 : F.M),
PFunctor.M.isubtree x x_1 =
match x, x_1 with
| [], x => x
| ⟨a, i⟩ :: ps, x => x.casesOn' fun a' f => if h : a = a' then PFunctor.M.isubtree ps (f (cast ⋯ i)) else default- Defined in
- Mathlib.Data.PFunctor.Univariate.M
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqInhabited
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PFunctor.Bstatement and proof · cited by 119
- PFunctor.Astatement and proof · cited by 101
- PFunctorstatement and proof · cited by 75
- PFunctor.Mstatement and proof · cited by 52
- PFunctor.Approx.Pathstatement and proof · cited by 11
- PFunctor.Idxstatement and proof · cited by 11
- PFunctor.M.casesOn'statement and proof · cited by 7
- PFunctor.M.isubtreestatement and proof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.