theorem
proved
analytic_composition_not_enough
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Foundation.LogicAsFunctionalEquation.FiniteLogicalComparison on GitHub at line 97.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
94
95/-- Searchable boundary theorem: analytic composition is not enough to force
96degree-two RCL form. -/
97theorem analytic_composition_not_enough :
98 ¬ ∃ c : ℝ, ∀ s : ℝ, reparamDiagonal s = degreeTwoDiagonal c s :=
99 reparam_diagonal_not_degree_two
100
101end LogicAsFunctionalEquation
102end Foundation
103end IndisputableMonolith