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)
46structure BoundedVisibilityEngine where
47 bound : ℕ → ℕ
48 costOf : ℕ → ℕ → ℝ
49 stable :
50 ∀ n : ℕ, NonIdentityReciprocal n → StableIntegerLedgerBudget n (costOf n)
51 floor :
52 ∀ n : ℕ, NonIdentityReciprocal n → KThetaFailureFloorHypothesis n (costOf n)
53 visibility :
54 ∀ n : ℕ, NonIdentityReciprocal n → BoundedFiniteQuotientPhaseVisibility n bound
55
56/-- A bounded visibility engine proves bounded phase visibility for every
57nonidentity reciprocal ledger. -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (12)
Lean names referenced from this declaration's body.
-
reciprocal
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
phase
in IndisputableMonolith.Foundation.EightTick
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
reciprocal
in IndisputableMonolith.Foundation.LedgerForcing
decl_use
-
for
in IndisputableMonolith.Foundation.UniversalForcingSelfReference
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
BoundedFiniteQuotientPhaseVisibility
in IndisputableMonolith.NumberTheory.BoundedPhaseVisibility
decl_use
-
KThetaFailureFloorHypothesis
in IndisputableMonolith.NumberTheory.BoundedPhaseVisibility
decl_use
-
NonIdentityReciprocal
in IndisputableMonolith.NumberTheory.BoundedPhaseVisibility
decl_use
-
phase
in IndisputableMonolith.NumberTheory.RiemannHypothesis.Wedge
decl_use
-
StableIntegerLedgerBudget
in IndisputableMonolith.NumberTheory.T1PhaseBudgetBound
decl_use