Skip to content

Instantly share code, notes, and snippets.

@pirapira
Created June 24, 2011 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pirapira/1045282 to your computer and use it in GitHub Desktop.
Save pirapira/1045282 to your computer and use it in GitHub Desktop.
find the owner
Parameter person thing : Set.
Parameter own: person -> thing -> Prop.
Parameter capitalist: forall (x: thing), exists p:person, own p x.
Parameter bottle: thing.
Definition owner: person.
Admitted.
Lemma owner_owns_bottle: own owner bottle.
Admitted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment