95structure IsUseful (P : ComplexityProperty) where 96 implies_lower_bound : ∀ n : ℕ, ∀ f : (Fin n → Bool) → Bool, P n f → True 97 98/-- A natural property is constructive + large + useful. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.