Theorems · Theorem · category theory
PFunctor.M.bisim
∀ {P : PFunctor.{uA, uB}} (R : P.M → P.M → Prop),
(∀ (x y : P.M), R x y → ∃ a f f', x.dest = ⟨a, f⟩ ∧ y.dest = ⟨a, f'⟩ ∧ ∀ (i : P.B a), R (f i) (f' i)) →
∀ (x y : P.M), R x y → x = y- Defined in
- Mathlib.Data.PFunctor.Univariate.M
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.Objstatement · cited by 50
- PFunctor.M.mkproof · cited by 27
- PFunctor.M.deststatement and proof · cited by 22
- PFunctor.M.headproof · cited by 10
- PFunctor.M.eq_of_bisimproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- PFunctor.M.bisim'proof · cited by 2
- MvPFunctor.M.bisimproof · cited by 1