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

displays_invariant_under_equivalence

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)

 168theorem displays_invariant_under_equivalence {U1 U2 : RSUnits}
 169    (h : UnitsEquivalent U1 U2) (hτ1 : U1.tau0 ≠ 0) (hℓ1 : U1.ell0 ≠ 0) :
 170    (tau_rec_display U1) / U1.tau0 = (tau_rec_display U2) / U2.tau0 := by

proof body

Tactic-mode proof.

 171  obtain ⟨_, α, hα, hτ2, _⟩ := h
 172  have hτ2' : U2.tau0 ≠ 0 := by simp [hτ2, hα, hτ1]
 173  rw [tau_rec_display_ratio U1 hτ1, tau_rec_display_ratio U2 hτ2']
 174
 175/-! Measurement Protocols and Falsifiers -/
 176
 177/-- Measurement protocol for K-gate validation -/

depends on (18)

Lean names referenced from this declaration's body.