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

bandwidth_linear

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)

 107theorem bandwidth_linear (A c : ℝ) (_hc : 0 < c) :
 108    bandwidth (c * A) = c * bandwidth A := by

proof body

Term-mode proof.

 109  unfold bandwidth
 110  ring
 111
 112/-! ## §3. Holographic Capacity Recovery -/
 113
 114/-- The total holographic capacity (bits) of area A. -/

depends on (11)

Lean names referenced from this declaration's body.