structure
definition
is
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.GameTheory.MechanismDesignFromSigma on GitHub at line 388.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
-
optimalT60 -
hearingLossPenalty -
hearingLossPenalty_zero -
applied -
energyConservationCert -
christoffel -
const_one_is_geodesic -
costRateEL_const_one -
costRateEL_iff_const_one -
costRateEL_implies_const_one -
geodesicEquationHolds -
geodesic_iff_hessianEnergy_EL -
actionJ_convex_on_interp -
actionJ_local_min_is_global -
actionJ_minimum_unique_value -
geodesic_minimizes_unconditional -
Jcost_convex_combination -
energy_conservation -
hamiltonPDotEquation -
totalEnergy -
newtonSecondLawCert -
NewtonSecondLawCert -
spaceShift -
spaceTranslationFlow -
space_translation_invariance_implies_momentum_conservation -
timeShift -
timeTranslationFlow -
actionJ_def -
const_apply -
fixedEndpoints_trans -
interp -
interp_apply -
interp_zero -
Jcost_taylor_quadratic -
newton_first_law -
newton_second_law -
standardEL -
standardLagrangian -
pleasure_max_at_one -
pleasure_symmetric
formal source
385in the two-agent argument.
386
387Done at `n = 2` here because that is where the σ-conservation
388structure is cleanest. The combinatorial extension is mechanical
389and adds no RS-relevant content. The `n`-agent statement is the
390right next file: `MechanismDesignFromSigmaGeneralN.lean`.
391-/
392
393end MechanismDesignFromSigma
394end GameTheory
395end IndisputableMonolith