169inductive NonHingeStratum (L : SimplicialLedger.SimplicialLedger) : Type 170 | interior (σ : Simplex3) : NonHingeStratum L 171 | face (σ₁ σ₂ : Simplex3) : NonHingeStratum L 172 173/-- The deficit on a non-hinge stratum is zero. This encodes the 174 physical axiom that curvature is only at codimension-2. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.