pith. machine review for the scientific record. sign in
theorem proved term proof

saturated_or_sub

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)

 175theorem saturated_or_sub (area mass dynamicalTime : ℝ) :
 176    IsSaturated area mass dynamicalTime ∨ IsSubSaturated area mass dynamicalTime := by

proof body

Term-mode proof.

 177  unfold IsSaturated IsSubSaturated
 178  rcases le_or_lt (bandwidth area) (demandedRate mass dynamicalTime) with h | h
 179  · left; exact h
 180  · right; exact h
 181
 182end RecognitionBandwidth
 183end Unification
 184end IndisputableMonolith

depends on (5)

Lean names referenced from this declaration's body.