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)
188theorem ledger_fraction_numerator_offset_forced
189 {n : ℚ}
190 (h : (((W + E_total : ℚ) + n) / (4 * E_passive) = ledger_fraction)) :
191 n = 0 := by
proof body
Tactic-mode proof.
192 have hW : W = 17 := mass_topology_counts.2.2
193 have hE : E_total = 12 := mass_topology_counts.1
194 have hEp : E_passive = 11 := mass_topology_counts.2.1
195 have hraw : ((29 : ℚ) + n) / 44 = (29 : ℚ) / 44 := by
196 simpa [ledger_fraction, hW, hE, hEp, add_assoc, add_comm, add_left_comm,
197 mul_comm, mul_left_comm, mul_assoc] using h
198 nlinarith [hraw]
199
200/-- In the normalized two-weight family `(aW + bE)/(4E_p)` with total weight `a+b=2`,
201 canonical matching forces `(a,b) = (1,1)`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (20)
Lean names referenced from this declaration's body.
-
add_assoc
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
add_comm
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
canonical
in IndisputableMonolith.Foundation.ArithmeticOf
decl_use
-
forces
in IndisputableMonolith.Foundation.MagnitudeOfMismatch
decl_use
-
canonical
in IndisputableMonolith.Gap45.Beat
decl_use
-
E_passive
in IndisputableMonolith.Masses.Anchor
decl_use
-
E_total
in IndisputableMonolith.Masses.Anchor
decl_use
-
W
in IndisputableMonolith.Masses.Anchor
decl_use
-
mass_topology_counts
in IndisputableMonolith.Masses.JCostPerturbation
decl_use
-
total
in IndisputableMonolith.NavierStokes.DiscreteVorticity
decl_use
-
canonical
in IndisputableMonolith.NavierStokes.RM2U.NonParasitism
decl_use
-
normalized
in IndisputableMonolith.NavierStokes.RunningMaxNormalization
decl_use
-
total
in IndisputableMonolith.NumberTheory.RiemannHypothesis.ErrorBudget
decl_use
-
W
in IndisputableMonolith.Physics.LeptonGenerations.TauStepDerivation
decl_use
-
E_passive
in IndisputableMonolith.Physics.MassTopology
decl_use
-
E_total
in IndisputableMonolith.Physics.MassTopology
decl_use
-
ledger_fraction
in IndisputableMonolith.Physics.MassTopology
decl_use
-
W
in IndisputableMonolith.Physics.MassTopology
decl_use
-
two
in IndisputableMonolith.QFT.SpinStatistics
decl_use
-
add_comm
in IndisputableMonolith.Relativity.Fields.Scalar
decl_use