Theorems · Definition · category theory
PFunctor.M.IsPath.casesOn
∀ {F : PFunctor.{uA, uB}} {motive : (a : PFunctor.Approx.Path F) → (a_1 : F.M) → PFunctor.M.IsPath a a_1 → Prop}
{a : PFunctor.Approx.Path F} {a_1 : F.M} (t : PFunctor.M.IsPath a a_1),
(∀ (x : F.M), motive [] x ⋯) →
(∀ (xs : PFunctor.Approx.Path F) {a : F.A} (x : F.M) (f : F.B a → F.M) (i : F.B a) (a_2 : x = PFunctor.M.mk ⟨a, f⟩)
(a_3 : PFunctor.M.IsPath xs (f i)), motive (⟨a, i⟩ :: xs) x ⋯) →
motive a a_1 t- Defined in
- Mathlib.Data.PFunctor.Univariate.M
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses no axioms
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.M.mkstatement and proof · cited by 27
- PFunctor.Approx.Pathstatement and proof · cited by 11
- PFunctor.Idxstatement · cited by 11
- PFunctor.M.IsPathstatement and proof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- PFunctor.M.isPath_consproof · cited by 1
- PFunctor.M.isPath_cons'proof · cited by 1