Skip to content

Instantly share code, notes, and snippets.

@satos---jp
Created May 18, 2014 13:03
Show Gist options
  • Save satos---jp/f89d6474d791c1d8cc02 to your computer and use it in GitHub Desktop.
Save satos---jp/f89d6474d791c1d8cc02 to your computer and use it in GitHub Desktop.
Require Import Arith.
Goal (221 * 293 * 389 * 397 + 17 = 14 * 119 * 127 * 151 * 313)%nat.
Proof.
ring.
Qed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment