theorem
proved
term proof
iqhe_conductance_integer
show as:
view Lean formalization →
formal statement (Lean)
63theorem iqhe_conductance_integer (n : ℕ) :
64 ∃ σ : ℕ, σ = n := ⟨n, rfl⟩
proof body
Term-mode proof.
65
66/-- The von Klitzing constant R_K = h/e² is the resistance quantum. -/
67-- R_K ≈ 25812.807 Ω (exact in the 2019 SI revision)