Theorems · Theorem · category theory
MvPFunctor.M.bisim
∀ {n : ℕ} (P : MvPFunctor.{u} (n + 1)) {α : TypeVec.{u} n} (R : P.M α → P.M α → Prop),
(∀ (x y : P.M α),
R x y →
∃ a f f₁ f₂,
MvPFunctor.M.dest P x = ⟨a, TypeVec.splitFun f f₁⟩ ∧
MvPFunctor.M.dest P y = ⟨a, TypeVec.splitFun f f₂⟩ ∧ ∀ (i : (P.B a).last), R (f₁ i) (f₂ i)) →
∀ (x y : P.M α), R x y → x = y- Defined in
- Mathlib.Data.PFunctor.Multivariate.M
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TypeVecstatement and proof · cited by 185
- Fin2proof · cited by 145
- TypeVec.Arrowstatement and proof · cited by 144
- PFunctor.Bproof · cited by 119
- PFunctor.Aproof · cited by 101
- MvPFunctor.Astatement and proof · cited by 68
- TypeVec.append1statement and proof · cited by 67
- MvPFunctor.Bstatement and proof · cited by 60
- PFunctor.Mproof · cited by 52
- TypeVec.dropstatement and proof · cited by 52
- PFunctor.Objproof · cited by 50
- MvPFunctorstatement and proof · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- MvPFunctor.M.bisim₀proof · cited by 1