theorem
proved
term proof
eight_tick_uniqueness
show as:
view Lean formalization →
formal statement (Lean)
97theorem eight_tick_uniqueness (_L : SimplicialLedger) :
98 ∀ cycle : List Simplex3,
99 (is_recognition_loop cycle) → 8 ≤ cycle.length := by
proof body
Term-mode proof.
100 intro cycle hloop
101 rcases recognition_loop_has_surjection hloop with ⟨pass, hsurj⟩
102 exact eight_tick_min pass hsurj
103
104end SimplicialLedger
105end Foundation
106end IndisputableMonolith