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)
67theorem aggregateThroughput_strict_mono {N M : ℕ} (h : N < M) :
68 aggregateThroughput N < aggregateThroughput M := by
proof body
Tactic-mode proof.
69 unfold aggregateThroughput
70 have h_real : (N : ℝ) < (M : ℝ) := by exact_mod_cast h
71 exact (mul_lt_mul_iff_of_pos_right T_node_pos).mpr h_real
72
73/-- Linearity: throughput at 2N is exactly twice throughput at N. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (8)
Lean names referenced from this declaration's body.
-
aggregateThroughput
in IndisputableMonolith.Engineering.ZMatchedTransceiverMesh
decl_use
-
T_node_pos
in IndisputableMonolith.Engineering.ZMatchedTransceiverMesh
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
M
in IndisputableMonolith.Recognition
decl_use
-
M
in IndisputableMonolith.Recognition.Cycle3
decl_use