186structure NavigationPoint where 187 /-- The state where closure fails. -/ 188 state : ProofState 189 /-- Multiple valid next moves exist. -/ 190 has_choice : (validMoves state).Nonempty 191 /-- No single move is forced. -/ 192 no_unique : ¬∃! p, p ∈ validMoves state 193 194/-- At navigation points, consciousness "chooses". -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.