No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
335structure RunningMaxCert where
336 /-- Running max is monotone. -/
337 monotone : ∀ a : ℕ → ℝ, Monotone (runningMax a)
338 /-- Normalization by the running max bounds the rescaled sequence by 1. -/
339 bounded : ∀ M : ℕ → ℝ, (∀ n, 0 < M n) → ∀ n, normalized M n ≤ 1
340 /-- A zero of the positive-definite J-cost in `(0,∞)` must occur at `1`. -/
341 tf_pinch :
342 ∀ (J : ℝ → ℝ), ConvexOn ℝ (Set.Ioi 0) J → J 1 = 0 →
343 (∀ x, x ∈ Set.Ioi 0 → x ≠ 1 → J x > 0) →
344 ∀ x, x ∈ Set.Ioi 0 → J x = 0 → x = 1
345 /-- Constant vorticity profiles are rigid rotations. -/
346 rigid_rotation :
347 ∀ ω₀ : ℝ, ∃ (u : ℝ × ℝ → ℝ × ℝ), ∀ (x : ℝ × ℝ),
348 u x = (ω₀ / 2 * (-x.2), ω₀ / 2 * x.1)
349 /-- Nonzero rigid rotations force quartically divergent ball energy. -/
350 rigid_rotation_energy_diverges :
351 ∀ (ω₀ : ℝ) (hω₀ : ω₀ ≠ 0), rigid_rotation_infinite_energy ω₀ hω₀
352
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
-
runningMaxCert
in IndisputableMonolith.NavierStokes.RunningMaxNormalization
decl_use
depends on (20)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
Normalization
in IndisputableMonolith.Foundation.CostAxioms
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
-
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
normalized
in IndisputableMonolith.NavierStokes.RunningMaxNormalization
decl_use
-
rigid_rotation_infinite_energy
in IndisputableMonolith.NavierStokes.RunningMaxNormalization
decl_use
-
runningMax
in IndisputableMonolith.NavierStokes.RunningMaxNormalization
decl_use
-
M
in IndisputableMonolith.Recognition
decl_use
-
M
in IndisputableMonolith.Recognition.Cycle3
decl_use