Skip to content

Instantly share code, notes, and snippets.

@maedaunderscore
Created July 27, 2013 06:39
Show Gist options
  • Save maedaunderscore/6094014 to your computer and use it in GitHub Desktop.
Save maedaunderscore/6094014 to your computer and use it in GitHub Desktop.
Theorem XtimesYinZ_spec : forall st a b st',
st X = a ->
st Y = b ->
XtimesYinZ / st || st' ->
st' Z = a * b.
Proof.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment