theorem
proved
term proof
eulerLedgerScalarState_eq_one
show as:
view Lean formalization →
formal statement (Lean)
454theorem eulerLedgerScalarState_eq_one (sensor : DefectSensor)
455 (hzero : sensor.charge = 0) (N : ℕ) :
456 eulerLedgerScalarState sensor N = 1 := by
proof body
Term-mode proof.
457 simp [eulerLedgerScalarState, hzero]
458
459/-- In the nonzero-charge sector, the Euler ledger scalar is the concrete
460realized collapse observable. -/