theorem
proved
term proof
vub_derived
show as:
view Lean formalization →
formal statement (Lean)
68theorem vub_derived :
69 V_ub_pred = fine_structure_leakage := by
proof body
Term-mode proof.
70 unfold V_ub_pred fine_structure_leakage
71 rfl
72
73/-- **Geometric Interpretation**:
74 - 12 edges in a cube.
75 - Each edge has 2 vertices.
76 - Total coverage space = 24 (vertex_edge_slots).
77 - V_cb represents the single-edge contribution. -/