def
definition
def or abbrev
rs_preserving_RS2VC
show as:
view Lean formalization →
formal statement (Lean)
44def rs_preserving_RS2VC : RSPreserving ConstraintInstance VertexCover.Instance :=
proof body
Definition body.
45{ sizeA := fun a => a.vertices.length + a.constraints.length
46, sizeB := fun b => b.vertices.length + b.edges.length
47, reduce := reduceRS2VC }
48
49end RSVC
50
51end Complexity
52
53namespace IndisputableMonolith
54
55/-- RS‑preserving reduction existence as a Prop. -/