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

FRCBridgeCert

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)

 153structure FRCBridgeCert where
 154  frc_on_lattice :
 155    ∀ s : FiniteVolumeProfile, RSLatticeFRC s
 156  frc_exists_bound :
 157    ∀ s : FiniteVolumeProfile, LatticeFRC s
 158  conditional_loop :
 159    ∀ (route : ConditionalCompletionRoute FiniteVolumeProfile)
 160      (profile : FiniteVolumeProfile),
 161      (∀ s : FiniteVolumeProfile, RSLatticeFRC s → route.FRC s) →
 162      route.Regularity profile
 163
 164/-- The lattice FRC bridge certificate. -/

used by (1)

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

depends on (5)

Lean names referenced from this declaration's body.