def
definition
Defect
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.CPM.LNALBridge on GitHub at line 17.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
-
defectDist -
defectDist_nonneg -
defectDist_self -
defectDist_symm -
J_nonneg -
shiftedHValueOf -
Hypothesis -
poly_circuit_poly_capacity -
cosmological_constant_resolution -
Model -
defect_must_be_small -
cost_stability_calibrated -
defect_symmetric -
discrete_minimum_stable -
unity_unique_minimizer -
defect -
defect_at_one -
DefectCollapse -
defect_one -
Exists -
logic_from_cost -
rung_separation -
before -
variational_dynamics_certificate -
variational_dynamics_deterministic -
variational_step_unique -
ExternalPhaseField -
C_proj_value -
coherence_defect_simplify -
total_potential_in_frame -
ILGState -
CoarseGrainingFlow -
DefectBoundedSubLedger -
flow_stable_at_zero -
sub_ledger_exists -
hodge_hard_direction_case_A -
balanced_has_zero_debt -
winding_reciprocal -
zetaCarrier -
admissible_gate_posts
formal source
14 rep.ok
15
16/-- A toy defect functional (zero when checks pass). -/
17def Defect (src : String) : Nat := if Structured src then 0 else 1
18
19end CPM
20end IndisputableMonolith