Mathlib Map

Theorems · Definition · algebraic topology

SSet.Subcomplex.PairingCore.RankFunction.recOn

{X : SSet} →
  {A : X.Subcomplex} →
    {h : A.PairingCore} →
      {α : Type v} →
        [inst : PartialOrder α] →
          {motive : h.RankFunction α → Sort u_2} →
            (t : h.RankFunction α) →
              ((rank : h.ι → α) →
                  (lt : ∀ {x y : h.ι}, h.AncestralRel x y → rank x < rank y) → motive { rank := rank, lt := lt }) →
                motive t
Defined in
Mathlib.AlgebraicTopology.SimplicialSet.AnodyneExtensions.Rank
Cited by
0 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PartialOrder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.