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

analytic_reparameterization_not_counted_once

proved
show as:
view math explainer →
module
IndisputableMonolith.Foundation.LogicAsFunctionalEquation.CountOnceComparison
domain
Foundation
line
82 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Foundation.LogicAsFunctionalEquation.CountOnceComparison on GitHub at line 82.

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

formal source

  79
  80/-- Analytic reparameterisation is not counted-once: it changes the polynomial
  81degree of the combiner. -/
  82theorem analytic_reparameterization_not_counted_once :
  83    ¬ ∃ c : ℝ, ∀ s : ℝ, reparamDiagonal s = degreeTwoDiagonal c s :=
  84  reparam_diagonal_not_degree_two
  85
  86end LogicAsFunctionalEquation
  87end Foundation
  88end IndisputableMonolith