theorem
proved
analytic_reparameterization_not_counted_once
show as:
view math explainer →
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
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