IndisputableMonolith.Engineering.ZMatchedTransceiverMesh
This module defines per-node throughput as a dimensionless reference quantity together with pairwise latency and aggregate throughput functions for Z-matched transceiver meshes. Network engineers applying Recognition Science to communication systems would cite these when sizing mesh capacities. The module consists of a collection of definitions and elementary monotonicity properties built directly on the imported Constants and Cost modules.
claimThe module introduces the per-node throughput $T$ (dimensionless reference), pairwise latency functions, and aggregate throughput $A$ with its zero, positivity, strict monotonicity, and doubling properties.
background
The module resides in the Engineering domain and imports Constants, which supplies the fundamental RS time quantum with doc-comment stating 'The fundamental RS time quantum (RS-native). τ₀ = 1 tick.', together with the Cost module. It defines sibling objects including T_node for per-node throughput, latency_per_pair, aggregateThroughput with its listed variants, and pairwiseLatency with its constant property. These quantities operate in RS-native units where throughput remains dimensionless.
proof idea
This is a definition module. The listed siblings consist of direct definitions of throughput and latency quantities together with short lemmas establishing zero, positivity, strict monotonicity, and doubling properties via the imported constants.
why it matters in Recognition Science
The module supplies the engineering primitives for per-node throughput that would feed parent theorems on network performance and capacity in the Recognition framework. It translates RS constants into transceiver-mesh models, supporting application of the phi-ladder and J-cost to practical communication design. No direct used_by edges are recorded.
scope and limits
- Does not derive numerical throughput values for concrete hardware.
- Does not model electromagnetic propagation or interference.
- Does not incorporate modulation, coding, or error rates.
- Does not address multi-hop routing beyond pairwise terms.
depends on (2)
declarations in this module (16)
-
def
T_node -
theorem
T_node_pos -
def
latency_per_pair -
theorem
latency_per_pair_pos -
def
aggregateThroughput -
theorem
aggregateThroughput_zero -
theorem
aggregateThroughput_succ -
theorem
aggregateThroughput_pos -
theorem
aggregateThroughput_strict_mono -
theorem
aggregateThroughput_double -
def
pairwiseLatency -
theorem
pairwiseLatency_constant -
theorem
pairwiseLatency_pos -
structure
ZMatchedTransceiverMeshCert -
def
zMatchedTransceiverMeshCert -
theorem
mesh_one_statement