lemma
proved
term proof
minIndex_spec
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
372lemma minIndex_spec (e : E.Event) : enum (E:=E) (minIndex (E:=E) e) = e := by
proof body
Term-mode proof.
373 classical
374 unfold minIndex
375 exact Nat.find_spec (enum_surjective (E:=E) e)
376
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (4)
Lean names referenced from this declaration's body.
-
enum
in IndisputableMonolith.Foundation.Atomicity
decl_use
-
enum_surjective
in IndisputableMonolith.Foundation.Atomicity
decl_use
-
minIndex
in IndisputableMonolith.Foundation.Atomicity
decl_use
-
E
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use