structure
definition
def or abbrev
Measurement
show as:
view Lean formalization →
formal statement (Lean)
117structure Measurement (α : Type) where
118 value : α
119 window : Option Window := none
proof body
Definition body.
120 protocol : Protocol
121 uncertainty : Option Uncertainty := none
122 notes : List String := []
123
124namespace Measurement
125
126/-- Map the value of a measurement, preserving window/protocol/uncertainty/notes. -/
used by (40)
-
LedgerComputation -
displays_invariant_under_equivalence -
KGateMeasurement -
w_mass_cdf_measurement -
w_mass_sm_prediction -
import_measurements -
Measurement -
CQ -
improves_comp_left -
score -
ModeRatioProtocol -
WaterProtocol -
requiresExperience -
quantum_parallelism_from_8tick -
quantumSpeedups -
no_cloning_from_ledger -
score -
born_rule_normalized -
born_rule_normalized -
amplitude_modulus_bridge -
weight_equals_born -
C_equals_2A -
kernel_integral_match -
amplitude_mod_sq_eq_weight -
infeasible_below_thetaMin -
cos_satisfies_regularity -
theta_min_le_pi_half -
trivialParams -
apply -
measure_to_joules