def
definition
def or abbrev
map
show as:
view Lean formalization →
formal statement (Lean)
127def map {α β : Type} (f : α → β) (m : Measurement α) : Measurement β :=
proof body
Definition body.
128 { value := f m.value
129 window := m.window
130 protocol := m.protocol
131 uncertainty := m.uncertainty
132 notes := m.notes
133 }
134
135/-- Map the value and replace protocol (e.g., when you derive a new observable). -/
used by (40)
-
Z_break6Q -
plotEncoding -
cost_algebra_unique_aczel -
CostMorphism -
CostMorphism -
CostMorphism -
reciprocalAuto -
reciprocal_involution -
axis123_weight -
category_certificate -
CostAlgHomKappa -
CostAlgHomKappa -
CostAlgHomKappa -
CostAlgHomKappa -
CostAlgHomKappa -
CostAlgPlusHom -
CostAlgPlusHom -
CostAlgPlusHom -
CostAlgPlusHom -
CostAlgPlusHom -
CostAlgPlusHom -
CostAlgPlusHom -
costAlgPlusInitial_cost_eq_J -
costFamily_unit -
initial_morphism_exists -
initialObject -
ledgerAlg_comp -
ledgerAlg_comp_assoc -
LedgerAlgHom -
ledgerAlg_id