Skip to content

Instantly share code, notes, and snippets.

View ksk's full-sized avatar

Keisuke Nakano ksk

View GitHub Profile
@ksk
ksk / optimize.v
Last active January 11, 2020 03:42 — forked from mir-ikbch/optimize.v
Require Import List PeanoNat Arith Morphisms Setoid Recdef Lia.
Import ListNotations.
Set Implicit Arguments.
Ltac optimize db :=
eexists; intros;
match goal with
|- ?X = ?Y =>
let P := fresh in