pith. machine review for the scientific record. sign in
def

argumentPrincipleSensorCert

definition
show as:
view math explainer →
module
IndisputableMonolith.NumberTheory.ArgumentPrincipleSensor
domain
NumberTheory
line
41 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.NumberTheory.ArgumentPrincipleSensor on GitHub at line 41.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  38      ∃ sensor : DefectSensor, sensor.charge ≠ 0 ∧ sensor.realPart = ρ.re
  39
  40/-- The current argument-principle sensor certificate. -/
  41def argumentPrincipleSensorCert : ArgumentPrincipleSensorCert where
  42  witnessed_phase_family := fun sensor hm =>
  43    honest_argument_principle_phase_family sensor hm
  44  zero_gives_charged_sensor := zeta_zero_gives_charged_sensor
  45
  46end NumberTheory
  47end IndisputableMonolith