pith. machine review for the scientific record. sign in
structure definition def or abbrev

ResidueCert

show as:
view Lean formalization →

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)

 134structure ResidueCert where
 135  f  : Fermion
 136  lo : ℚ
 137  hi : ℚ
 138  lo_le_hi : lo ≤ hi
 139
 140def ResidueCert.valid (c : ResidueCert) : Prop :=

proof body

Definition body.

 141  (c.lo : ℝ) ≤ gap (ZOf c.f) ∧ gap (ZOf c.f) ≤ (c.hi : ℝ)
 142
 143/-! ### Generation indexing (three disjoint families) -/
 144
 145/-- Generation index (0,1,2) assigned by rung/sector ordering. -/

used by (16)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (21)

Lean names referenced from this declaration's body.