Theorems · Definition · category theory
PFunctor.Approx.CofixA.intro.noConfusion
{F : PFunctor.{uA, uB}} →
{P : Sort u} →
{n : ℕ} →
{a : F.A} →
{a_1 : F.B a → PFunctor.Approx.CofixA F n} →
{n' : ℕ} →
{a' : F.A} →
{a'_1 : F.B a' → PFunctor.Approx.CofixA F n'} →
n.succ = n'.succ →
PFunctor.Approx.CofixA.intro a a_1 ≍ PFunctor.Approx.CofixA.intro a' a'_1 →
(n = n' → a ≍ a' → a_1 ≍ a'_1 → P) → P- Defined in
- Mathlib.Data.PFunctor.Univariate.M
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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.Approx.CofixAstatement and proof · cited by 29
- PFunctor.Approx.CofixA.noConfusionproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- PFunctor.M.agree_iff_agree'proof · cited by 1
- PFunctor.Approx.CofixA.intro.injproof · cited by 1