Mathlib Map

Theorems · Definition · algebraic topology

SSet.prodStdSimplex.isoNerve

(p q : ℕ) →
  CategoryTheory.MonoidalCategoryStruct.tensorObj (SSet.stdSimplex.obj { len := p })
      (SSet.stdSimplex.obj { len := q }) ≅
    CategoryTheory.nerve (ULift.{u, 0} (Fin (p + 1) × Fin (q + 1)))

The binary product Δ[p] ⊗ Δ[q] identifies to the nerve of ULift (Fin (p + 1) × Fin (q + 1)).

Defined in
Mathlib.AlgebraicTopology.SimplicialSet.ProdStdSimplex
Cited by
2 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites18

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

Cited by2

Results whose statement or proof uses this declaration.