Theorems · Theorem · category theory
MvPFunctor.M.Path.root.inj
∀ {n : ℕ} {P : MvPFunctor.{u} (n + 1)} {x : P.last.M} {a : P.A} {f : P.last.B a → P.last.M} {h : x.dest = ⟨a, f⟩}
{i : Fin2 n} {c : P.drop.B a i} {a_1 : P.A} {f_1 : P.last.B a_1 → P.last.M} {h_1 : x.dest = ⟨a_1, f_1⟩}
{c_1 : P.drop.B a_1 i},
MvPFunctor.M.Path.root x a f h i c = MvPFunctor.M.Path.root x a_1 f_1 h_1 i c_1 → a = a_1 ∧ f ≍ f_1 ∧ c ≍ c_1- Defined in
- Mathlib.Data.PFunctor.Multivariate.M
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Fin2statement and proof · cited by 145
- PFunctor.Bstatement and proof · cited by 119
- PFunctor.Astatement · cited by 101
- MvPFunctor.Astatement and proof · cited by 68
- MvPFunctor.Bstatement and proof · cited by 60
- PFunctor.Mstatement and proof · cited by 52
- PFunctor.Objstatement · cited by 50
- MvPFunctorstatement and proof · cited by 49
- MvPFunctor.laststatement and proof · cited by 43
- MvPFunctor.dropstatement and proof · cited by 33
- PFunctor.M.deststatement and proof · cited by 22
- MvPFunctor.M.Pathstatement · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- MvPFunctor.M.Path.root.injEqproof · cited by 0