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

display_speed_eq_c

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)

  45lemma display_speed_eq_c (U : RSUnits) (h : 0 < U.tau0) :
  46  (lambda_kin_display U) / (tau_rec_display U) = RSUnits.c U := by

proof body

Term-mode proof.

  47  have hτ : tau_rec_display U ≠ 0 := tau_rec_display_ne_zero U h
  48  exact display_speed_eq_c_of_nonzero U hτ
  49
  50/-! Strengthened K-Gate Lemmas (Consolidation) -/
  51
  52/-- K-gate is independent of units rescaling -/

used by (4)

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

depends on (25)

Lean names referenced from this declaration's body.