73structure FlatSimplicialComplex (nH nE : ℕ) where 74 hinges : Fin nH → SimplicialHingeData 75 edges_length_flat : Fin nE → ℝ 76 edges_length_pos : ∀ e, 0 < edges_length_flat e 77 flat_all : ∀ h : Fin nH, 78 DihedralAngle.FlatSumCondition (hinges h).dihedrals 79 80/-- A perturbation of the flat edge-lengths. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.